dailz
5591b67f75
feat(task): auto-inject scheduling params into script template via scheduling_map
...
Add scheduling_map field to ParameterSchema so Application creators can
declare that a parameter (e.g. NP) maps to a scheduling field (e.g. cpus).
The backend auto-injects the scheduling value into script template variables
before rendering, eliminating duplicate user input. The frontend hides
mapped parameters from the form and injects their values on submit.
2026-04-22 10:26:52 +08:00
dailz
4fd331ebd8
feat(application): add Environment field and inject into Slurm job submission
2026-04-21 10:23:31 +08:00
dailz
db06e99967
feat(model): add task defaults, job queries, and refine file/task DTOs
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-20 10:37:58 +08:00
dailz
d9a60c3511
fix(model): rename Application table to hpc_applications
...
Avoid table name collision with other systems.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-15 09:32:11 +08:00
dailz
4a8153aa6c
feat(model): add Application model and store
...
Add Application and ParameterSchema models with CRUD store. Includes 10 store tests and ParamType constants.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-13 17:08:24 +08:00