Skip to content

Releases: fractal-analytics-platform/fractal-web

v1.9.0

29 Oct 15:14
dec8bec
Compare
Choose a tag to compare
  • Alignment with fractal-server 2.7 (#583, #601, #605, #612, #616, #620):
    • Removed owner from v2 tasks (#583);
    • Displayed workflow task warning message (#583);
    • Implemented selection of group in task creation (#583);
    • First implementation of new workflow task modal (#583);
    • Used new group_ids_names field (#583);
    • Renamed source to label in custom python env task creation (#583);
    • Changes to admin tasks page (#583, #601);
    • Changed task list to use task groups (#601);
    • Changes to job submission healthcheck page (#601);
    • Implemented task group modal info, edit and delete (#601);
    • Removed usage of source field (#601);
    • Filtered identical task groups (#605);
    • Removed order field from workflow task modal (#605);
    • Disabled editing of task name (#605);
    • Added user group setting editor form (#612);
    • Supported deletion of groups (#612);
    • Sorted tasks by id (#616);
    • Created healthcheck task as private (#616);
    • Used args_schema=false in GET /api/v2/task-group/ (#616);
    • Ignored empty task groups (#616);
    • Checked pkg_name while computing workflow task update candidates (#616);
    • Added admin task groups page (#620);
  • Fixed dropdown style (#601);
  • Changed "new version available" icon (#583);
  • Login page layout improvements (#605);
  • Fixed issue when editing user after setting the superuser privilege (#612);
  • Used response.data.version when displaying task collections (#616);
  • Implemented reordering of tasks in workflow using drag and drop (#616);
  • Fixed broken unsaved changes modal, for non-JSON-schema-based workflowtask edits (#616);
  • Refactored user editing form using only one save button (#616);
  • Allowed same key for attribute and type in input filters (#620);

v1.9.0-a4

25 Oct 08:45
952d128
Compare
Choose a tag to compare
1.9.0-a4

v1.9.0-a3

22 Oct 07:26
b2a1440
Compare
Choose a tag to compare
1.9.0-a3

v1.9.0-a2

18 Oct 11:09
6d4470c
Compare
Choose a tag to compare
1.9.0-a2

v1.9.0-a1

17 Oct 08:45
5818168
Compare
Choose a tag to compare
1.9.0-a1

v1.9.0-a0

11 Oct 10:37
3ce32de
Compare
Choose a tag to compare
1.9.0-a0

v1.8.0

03 Oct 12:33
d02e6ea
Compare
Choose a tag to compare
  • Drop Node 16 support (#574);
  • Upgraded dependencies (#574):
    • svelte: 3.x -> 4.x
    • @sveltejs/kit: 1.x -> 2.x
    • @sveltejs/adapter-node: 1.x -> 2.x
    • @sveltejs/adapter-static: 2.x -> 3.x
    • eslint: 8.x -> 9.x
    • typescript: 4.x -> 5.x
    • vite: 4.x -> 5.x
    • vitest: 0.x -> 1.x
    • @vincjo/datatables: 1.6.0 -> 1.14.10
    • bootstrap: 5.2.3 -> 5.3.3

v1.7.2

01 Oct 07:31
Compare
Choose a tag to compare

1.7.2

  • Added viewer paths editor in admin area (#571);
  • Added user viewer paths page (#571);

v1.7.1

26 Sep 10:51
3e94f5d
Compare
Choose a tag to compare
  • Allowed null values in settings API requests (#570);
  • Hided cache dir from user settings page when using SSH Slurm (#570);
  • Made FRACTAL_RUNNER_BACKEND environment variable mandatory (#570);

v1.7.0

25 Sep 14:02
058ce85
Compare
Choose a tag to compare
  • Added "My Settings" page and updated admin user editor (#564);
  • Fixed duplicated entries in owner dropdown (#562);
  • Added "View plate" button on dataset page (#562);
  • Improved stability of end to end tests (#560);