Releases: fractal-analytics-platform/fractal-web
Releases · fractal-analytics-platform/fractal-web
v0.10.0
This release requires fractal-server 1.4.6.
- Improved id and timestamp layout on jobs table (#420).
- Added query parameters to avoid loading unused fields on the following GET endpoints (#420):
/api/v1/job/
,/api/v1/{project.id}/job/
,/admin/job/
(log
param)/api/v1/task/
(args_schema
param)/api/v1/dataset/
,/api/v1/project/{project.id}/dataset/
(history
param)
- Added
show_tmp_logs=true
query parameter to display log of running jobs (#420).
v0.9.2
v0.9.1
- Improved visualization of details on job logs modal (#415).
- Added job id filter on admin jobs page (#415).
- Added spinner on workflow task modal when tasks list is loading (#410).
- Implemented import and export of workflow task arguments (#410).
- Improved sorting of users in dropdown of the admin jobs page (#402).
- Fixed bug in retrieval of job log from the admin jobs page (#402).
- Highlighted relevant part of the error message in workflow job log modal (#402).
- Made the error message directly accessible from the new workflow page (#402).
v0.9.0
v0.8.2
- Improvements on worflow task form (#393):
- supported JSON Schema
enum
type; - supported JSON Schema
minimum
,maximum
,exclusiveMinimum
andexclusiveMaximum
for numeric types; - supported JSON Schema
minItems
andmaxItems
for array type; - supported reordering of array fields;
- set bold font on nested required properties;
- improved field validation error messages.
- supported JSON Schema
- Add trailing slash to OAuth-callback url (#395).
v0.8.1
Note: with this release, PUBLIC_FRACTAL_ADMIN_SUPPORT_EMAIL
becomes a required
environment variable, and npm run build
fails if it is missing. If you do not
need a support email, just include a PUBLIC_FRACTAL_ADMIN_SUPPORT_EMAIL=
line in
your env file.
v0.8.0
- Users registered by the admin are automatically verified (#386).
- A warning message is displayed to unverified users (#386).
- Made page headers more homogeneous (#386).
- Replaced some icons with more suitable ones (#386).
- Added search boxes on datasets, workflows and workflow tasks selection (#386).
- Moved "Create new workflow" to a modal (#386).
- Added search project field on projects list page (#379).
- Used modal to create new project (#379).
- Sorted users in admin-area page (#379).
- Exposed stop-job and download-logs in admin-area jobs page (#379).
- Displayed number of rows in admin jobs page (#379).
- Fixed semver circular dependency issue (#379).
- Fixed issue with version sorting (#379).
- Sorted datasets by name (#379).
- Fixed accessibility issue (#379).
- Improved performance reducing the number of API calls on project, workflow and dataset pages (#379).
v0.7.2
Note: with this release, PUBLIC_OAUTH_CLIENT_NAME
becomes a required
environment variable, and npm run build
fails if it is missing. If you do not
need OAuth2 authentication, just include a PUBLIC_OAUTH_CLIENT_NAME=
line in
your env file.
v0.7.1
From the CHANGELOG file:
- Auto-refresh of tasks table when a tasks collection completes successfully (#364).
- Auto-refresh of tasks collection status (#364).
- Made tasks list more compact by hiding the older versions (#364).
- Added the following fields on single task creation:
- Added editing of pinned package versions on tasks collection (#364).
- Supported editing of cache_dir from user profile page (#365).
- Added experimental workflow page with job monitoring (#363).
v0.7.0
0.7.0