- 840286c: Update Shadcn components to React19
- f3af812:
- Upgrade to Next 15
- React 19
- Async dynamic API calls (e.g.
headers
andcookies
) - Upgrade
next-auth
- Move
next.config
to ts - Eslint 9, move to
esling.config.mjs
- Upgrade to
pnpm@10
- 2a32aa6: fix create ~/.ssh files bug, based on wrong error codes.
- 8b71b8a: fix typo in CLASS_PATH variable name to match template name.
- Add slurm partition+account association when querying available partitions for the user and submitting jobs
- f85d58c: Submit username as env variable to annotat3d container.
- Stop sharing SSH cached connections between user sessions and better check if connection still alive before using from cache
- Update annotat3d job submission to use ssh session connection
- Add TTL cache to store SSH sessions
- Fixing cuda checks in job script and small fixes on form placeholder.
- 9534beb: Test Release CI
- New form components for navigating and selecting input files for the remote job and better job status management on "view" component.