Releases: fractal-analytics-platform/fractal-web
Releases · fractal-analytics-platform/fractal-web
v1.3.2
v1.3.1
v1.3.0
Starting from this release the Sandbox pages are not included in fractal-web anymore, instead they are static pages published together with the documentation.
- Added Custom Python env task collection (#523);
- Fixed issue with ajv formats on sandbox (#522);
- Removed "Clear" button from tuples (#521);
- Added "Reset" button on top-level properties having a default value (#521);
- Added task manifest sandbox (#521);
- Validated invalid text in numeric inputs (#521);
- Moved JSON Schema components to a separated component (#518);
- Moved Sandbox pages to a separated component (#518);
v1.2.0
- Conditionally included V1 pages (#514);
- Added task version update sandbox page (#509);
- JSON Schema form improvements (#509):
- supported enums of any type;
- supported tuples;
- used grey color for optional properties that are unset;
- hided default label for fields without title.
- Added docs about JSON Schema Sandbox page (#509).
- Added maintenance banner when fractal-server is down (#504).
v1.1.0
WARNING: with this release all the environment variables will be read from the environment, when the service is started, not during build time. Remember to load in your environment all the variables that you need when you start the service in production. This will not affect development setup.
See https://fractal-analytics-platform.github.io/fractal-web/quickstart/ for instructions.
- Updated quickstart documenting the changes related to environment variables (#492).
- Fixed bug in default dataset selection when job references a deleted dataset (#492).
- Fixed v1 workflow task version update bug (#492).
- Added
npm packartifacts to files published by the CI during the release (#492). - Fixed v2 admin job download link (#492).
- Imported all the environment variables dynamically (#492).
- Added backend logging using Log4js (#492).
- Improved JSON Schema Sandbox page (#490).
v1.0.4
- Removed users management section from admin area v1 (#485).
- Included v1/v2 switcher in admin-area job page (#485).
- Setup tests to use PostgreSQL instead of SQlite (#484).
- Implemented tasks admin page (#484).
- Improved form builder used in workflow tasks without JSON Schema and in Meta properties tab (#481).
- Used collapsible sections in dataset history modal (#481).
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Supported fractal-server API V2:
- added menu switch to support legacy and current API (#434, #457);
- Dataset V2 CRUD with attribute and type filters (#434);
- new Dataset page with image list and filters (#434);
- updated Single Task form to handle parallel and non parallel fields (#434);
- updated workflow task form to handle parallel and non parallel arguments (#434);
- handled V2 import and export of workflow task arguments (#434);
- handled V2 version workflow task version update (#434);
- added admin "Tasks V1/V2 compatibility" page (#450);
- supported adding V1 task in V2 workflow (#450);
- removed read only property from V2 datasets (#450);
- added input filters tab in workflow task page (#452, #457);
- added searchable dropdowns for image filters (#452);
- moved editing of dataset inside dataset page (#452);
- supported editing of single dataset images (#457);
- used switches to represent boolean flags (#457);
- implemented continue/restart workflow (#465);
- set default first task when continuing a workflow (#466);
- displayed applied filters in workflow execution modal (#466);
- implemented import and export of datasets (#467);
- handled selection of default dataset on workflow page (#467);