Skip to content

Releases: fractal-analytics-platform/fractal-web

v1.3.2

22 Jul 14:23
dfe00ed

Choose a tag to compare

  • Supported pydantic_v2 schemas (#532);

v1.3.1

16 Jul 13:31
1b6285d

Choose a tag to compare

  • Fixed custom key not displayed in JSON Schema form (#529);
  • Added dropdown for Python version in tasks (#526);
  • Improved formatting of errors in standard error alert component (#526);
  • Used postgres-psycopg adapter in CI (#525);
  • Used FRACTAL_BACKEND_RUNNER=local_experimental in CI for v2 tests (#525);

v1.3.0

10 Jul 10:11
bbb9d55

Choose a tag to compare

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

21 Jun 09:51
a1e8cd2

Choose a tag to compare

  • 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

30 May 10:48

Choose a tag to compare

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 pack artifacts 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

14 May 09:45

Choose a tag to compare

  • 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

03 May 07:42

Choose a tag to compare

  • fixed issue in task version update when no arguments fix is needed (#477).

v1.0.2

29 Apr 13:47

Choose a tag to compare

  • fixed issue in task version update with optional arguments (#475).

v1.0.1

29 Apr 09:48

Choose a tag to compare

  • used payload containing all fields in meta properties PATCH endpoint (#473).

v1.0.0

29 Apr 07:39

Choose a tag to compare

  • 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);