Skip to content

Releases: fractal-analytics-platform/fractal-web

v1.15.0-a2

20 Jan 16:13
9bdcb54
Compare
Choose a tag to compare

v1.15.0-a1

20 Jan 11:01
97e2846
Compare
Choose a tag to compare
1.15.0-a1

v1.15.0-a0

15 Jan 16:42
87f17e4
Compare
Choose a tag to compare
1.15.0-a0

v1.14.0

07 Jan 14:02
6bc56b8
Compare
Choose a tag to compare
  • Removed legacy version support (#684);
    • Removed the environment variables FRACTAL_API_V1_MODE and TEST_VERSION;

v1.13.1

12 Dec 14:31
2a85ec5
Compare
Choose a tag to compare
  • Tasks table improvements (#677):
    • Handled install instructions (#677);
    • Made task name a link pointing to docs_link (#677);
    • Removed input_types column (#677);
  • Fixed task group activity wrong admin API call (#677);
  • Used new replace-task endpoint for version update (#677);
  • Fixed version update for deactivated tasks (#677);

v1.13.0

10 Dec 12:20
227909c
Compare
Choose a tag to compare
  • Moved jschema and other common components to a dedicatedcomponents module (#671);
  • Added tasks-list module to generate the tasks-list static page (#671);

v1.12.0

05 Dec 13:32
b7c6c41
Compare
Choose a tag to compare
  • Used form data in tasks collection endpoint (#669);

v1.11.2

04 Dec 08:21
b3bd2f1
Compare
Choose a tag to compare
  • Removed usage of cache_dir field (#667);

v1.11.1

03 Dec 12:56
2a896fc
Compare
Choose a tag to compare
  • Added tasks search filters (#658);
  • Split standard-user tasks page into "tasks page" vs "tasks management page" (#658);
  • Added alive endpoint (#658);
  • Added user column and sorted users by email in /v2/admin/task-groups/activities (#658);

v1.11.0

27 Nov 08:29
8f377e8
Compare
Choose a tag to compare
  • Alignment with fractal-server 2.9.0 (#640, #643, #652, #655):
    • Updated task collections logic and created task-group activities pages for standard users and administrators (#640);
    • Removed active checkbox from task group edit modal (#640);
    • Added Manage button to deactivate and reactivate task groups (#640);
    • Removed usage of DB_ENGINE and SQLITE_PATH variables (#643);
    • Displayed timestamp_last_used property in task-group info modal (#643);
    • Viewer paths page improvements (#643);
    • Added manage buttons on admin task-groups page (#643);
    • Added last used timestamp filter to task-group admin page (#643);
    • Used new GET /auth/current-user/allowed-viewer-paths/ endpoint (#652);
    • Added "Download token" button in "My profile" page (#652);
    • Implemented removal of users from group (#655);
    • Implemented import of user settings from another user (#655);
    • Used new set-groups endpoint (#655);
    • Sorted task-group activities by timestamp_started (more recent first) (#655);