hydra/src
Graham Christensen c2f932a7e3
sql: Generate models from postgresql
Lowercasing is due to postgresql not having case-sensitive table names.
It always technically workde before, but those table names never
existed literally.

The switch to generating from postgresql is to handle an upcoming
addition of an auto-incrementign ID to the Jobset table. Sqlite doesn't
seem to be able to handle the table having an auto incrementing ID
field which isn't the primary key, but we can't change the primary
key trivially.

Since hydra doesn't support sqlite and hasn't for many year anyway,
it is easier to just generate from pgsql directly.
2020-02-06 12:23:47 -05:00
..
hydra-eval-jobs Merge pull request #627 from samueldr/hydra-eval-jobs/warn-max-heap-size 2019-03-17 19:36:53 -04:00
hydra-evaluator Fixes for macOS 2020-01-07 12:38:06 +13:00
hydra-queue-runner Fixes for macOS 2020-01-07 12:38:06 +13:00
lib sql: Generate models from postgresql 2020-02-06 12:23:47 -05:00
libhydra Fixes for macOS 2020-01-07 12:38:06 +13:00
root Remove the "log diff" buttons 2020-01-26 21:45:38 +01:00
script hydra-send-stats: Cleanup removed metrics 2019-11-13 11:42:58 +01:00
sql sql: Generate models from postgresql 2020-02-06 12:23:47 -05:00
ttf Add font for the captcha 2013-03-04 12:16:13 +01:00
Makefile.am Remove the pretty-printed log 2016-10-27 14:43:17 +02:00
Makefile.PL * Move everything up one directory. 2009-03-05 13:41:57 +00:00