hydra/t/Hydra
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
..
Config Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
Controller Projects: delete: delete all builds first 2022-01-14 20:37:55 -05:00
Event Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
Helper CatalystUtils::showJobName: write a basic test that shows it works 2022-01-11 11:48:02 -05:00
Plugin Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
Schema Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
View Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
Event.t Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
Math.t Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
PostgresListener.t Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00
TaskDispatcher.t Tests: restructure to more closely mirror the sources 2022-01-10 15:34:52 -05:00