-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update backend-next to release-jobs (1c365d6) including fullquery search Update frontend to psi-deployment (0e31b17) including remote-ingestor.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule scicat-backend-next
updated
9 files
+85 −0 | src/common/email-templates/job-template-simplified.html | |
+28 −3 | src/common/utils.ts | |
+65 −21 | src/jobs/actions/emailaction.ts | |
+11 −0 | src/jobs/config/jobConfig.example.json | |
+10 −2 | src/jobs/dto/status-update-job.dto.ts | |
+169 −1 | src/jobs/jobs.controller.ts | |
+5 −3 | src/jobs/jobs.service.ts | |
+13 −1 | src/jobs/schemas/job.schema.ts | |
+432 −239 | test/Jobs.js |