Skip to content

Latest commit

 

History

History
131 lines (83 loc) · 8.91 KB

CHANGELOG.md

File metadata and controls

131 lines (83 loc) · 8.91 KB

3.0.10 (2024-03-07)

Bug Fixes

  • user file tree refreshing in production (69dbc1a)

3.0.9 (2024-03-06)

Bug Fixes

  • session age now set to 4 hours to prevent sending the default email address to worker (b06ca32)

3.0.8 (2024-03-01)

Bug Fixes

3.0.7 (2024-03-01)

Bug Fixes

3.0.6 (2024-02-29)

Bug Fixes

  • worker: added try except to worker (c061000)

3.0.5 (2024-02-28)

3.0.4 (2024-01-10)

3.0.3 (2023-12-27)

3.0.2 (2023-12-26)

Bug Fixes

  • download on admin panel (3a578e0)

3.0.1 (2023-12-21)

3.0.0 (2023-12-18)

⚠ BREAKING CHANGES

  • changed how simulations work

Features

  • trigger next major version (7aaff72)

2.7.2 (2023-12-12)

Bug Fixes

  • remove print from abort route and proxyfix (f83a0cc)

2.7.1 (2023-12-12)

0.0.1 (2023-12-12)

2.7.0 (2023-12-12)

Features

  • added dev environment (bdbd7b8)
  • build gromacs docker image locally (697c333)
  • client: add prisma seed script (9260140)
  • client: admin area almost redone (7090398)
  • client: admin area complete (aae23af)
  • client: create and run new apo simulation using server actions (e4752b9)
  • client: loading states for sidebar and header (03318a9)
  • client: moving to app router, new translation lib (c50f5b1)
  • client: properly create database entry for each simulation submitted (fa4fd68)
  • client: re-added about page (379eef8)
  • client: re-added acpype simulation (4d73146)
  • client: re-added prodrg simulation (34ca361)
  • client: re-added running simulation screen (907adf9)
  • client: re-added user simulations page (e0e3587)
  • client: reset password module refactored to use server actions (b2a7196)
  • client: simulation artifact downloads run o serverside now (63a0ea6)
  • client: user registering to app router and server action (22c2fa2)
  • deploy: moving apps to docker containers (8dc6b63)
  • deploy: moving apps to docker containers -- missed the folder on the last commit (0e1c69f)
  • infra: introduce traefik (5ea08cc)
  • properly use database on server and client (7f45370)
  • server: migrating simulations to single folder under username (3922053)
  • simulation cancellation and more (95dcfcf)

Bug Fixes

  • admin simulations list height (781b998)
  • build errors (167512f)
  • build: added docker configurations for machines without GPU (f3dc41c)
  • client: added admin link to CMS interface (c69e9b8)
  • client: added knowledge (Tutorials and Posts) and docs (System Documentation) initial pages (79c39e6)
  • client: allow e-mails with .,-,_ on both sides (f6a12a8)
  • client: fix eslint warnings (aaa2e6b)
  • client: ide recommendations (9cd5932)
  • client: ide warnings (52725e6)
  • client: production docker compose (f675620)
  • client: recommended ide fixes (ebb9057)
  • client: redirect to callbackUrl on login if needed (98d71f9)
  • client: theme cookie must persist for at least one year (fe5190e)
  • client: unified celery config in one file (379ea25)
  • client: update form inputs to use the new internationalization (3f1354a)
  • client: update general components for future usage (e09bf4b)
  • client: update useAppSettings hook to use server actions (88639ea)
  • client: use 24h format instead of 12h (b391fc3)
  • fix behaviors and more (ebff3d5)
  • import on user-validation (18af4f0)
  • maintainer images (5b431ae)
  • new simulation not cleaning folder before running (13b71f9)
  • server: added _pr_PBC.gro on APO (bcd4603)
  • tutorials page, download button actions for figures and result switched (3b20072)
  • use -nt 10 on apo simulation (221ec81)