Commit Graph

6 Commits

Author SHA1 Message Date
Drew DeVault 6657f4a82e all: implement secret sharing 2023-08-28 11:01:14 +02:00
Adnan Maolood bc87a4ba1a Implement job visibility
This implements visibility for build jobs. The visibility can be set
when submitting a build, and can also be changed retroactively from a
new job settings page.
2023-04-17 13:17:13 +02:00
Conrad Hoffmann 28e2176022 Add index on job.job_group_id
A lot of queries are for jobs by their group ID. These queries are
starting to show up in the slow query log. Add an index on the group ID
to speed things up.
2023-01-19 15:08:53 +01:00
Drew DeVault d05425f4aa API: implement user account deletion 2022-11-01 15:35:00 +01:00
Drew DeVault fcb43a9e98 schema.sql: add ON DELETE CASCADE to gql_user_wh_delivery 2022-08-16 15:02:53 +02:00
Drew DeVault 63f316fd56 Add schema.sql 2022-08-16 14:55:36 +02:00