hydra/t/Hydra/Controller
Graham Christensen f4c4b496d8 Projects: delete: delete all builds first
Deleting jobsets first would fail because buildmetrics has an FK
to the jobset. However, the jobset / project relationship is not
marked as CASCADE.

Deleting all the builds automatically cascades to delete
buildmetrics, so deleting the relevant builds first, then deleting
the jobset solves it.
2022-01-14 20:37:55 -05:00
..
Admin Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
API API: test api/push-github 2022-01-14 14:57:32 -05:00
Build t/Controller/Build/constituents.t: assert the response is valid JSON, dump if it isn't 2022-01-14 11:28:39 -05:00
Job test /job/PROJECT/JOBSET/JOB works 2022-01-14 12:48:51 -05:00
Jobset Test Jobset's builds and channel pages 2022-01-14 11:28:39 -05:00
JobsetEval test /eval/ID/channel works 2022-01-14 12:48:51 -05:00
Project Projects: delete: delete all builds first 2022-01-14 20:37:55 -05:00
Root root: test /steps and /evals 2022-01-14 16:49:58 -05:00
metrics.t Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
projects.t Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00