coder/coderd/database
Kyle Carberry 5abfe5afd0
chore: rename dbfake to dbmem (#10432)
2023-10-30 17:42:20 +00:00
..
db2sdk chore: use JobStatus computed from the db (#10079) 2023-10-05 18:25:06 +00:00
dbauthz chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
dbgen chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
dbmem chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
dbmetrics feat: expose template insights as Prometheus metrics (#10325) 2023-10-19 08:45:12 +00:00
dbmock feat: expose template insights as Prometheus metrics (#10325) 2023-10-19 08:45:12 +00:00
dbpurge chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
dbtestutil chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
dbtime refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +00:00
gen/dump chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
migrations feat: add api_version column to workspace_agents (#10418) 2023-10-30 21:30:49 +04:00
postgres chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
provisionerjobs feat: integrate Acquirer for provisioner jobs (#9717) 2023-09-19 10:25:57 +04:00
pubsub chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
queries fix: show dormant and suspended users in groups (#10333) 2023-10-20 11:36:00 -04:00
.gitignore feat: add audit logging database schema (#1225) 2022-05-02 19:30:46 +00:00
db.go feat: add provisioner job hang detector (#7927) 2023-06-25 13:17:00 +00:00
db_test.go refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +00:00
dump.sql feat: add api_version column to workspace_agents (#10418) 2023-10-30 21:30:49 +04:00
errors.go feat(coderd/database): generate foreign key constraints and add database.IsForeignKeyViolation (#9657) 2023-09-13 13:28:46 +01:00
foreign_key_constraint.go chore: rename `git_auth` to `external_auth` in our schema (#9935) 2023-09-29 19:13:20 +00:00
generate.sh chore: fix linting issues and generated files (#10317) 2023-10-17 14:41:35 -06:00
lock.go feat: add provisioner job hang detector (#7927) 2023-06-25 13:17:00 +00:00
modelmethods.go feat: add template setting to require active template version (#10277) 2023-10-18 17:07:21 -05:00
modelqueries.go feat: add template setting to require active template version (#10277) 2023-10-18 17:07:21 -05:00
modelqueries_internal_test.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
models.go feat: add api_version column to workspace_agents (#10418) 2023-10-30 21:30:49 +04:00
models_test.go fix: add workspace_proxy type to auditlog friendly strings (#9194) 2023-08-21 10:53:41 -05:00
no_slim.go chore(coderd/database): introduce compile-time guard against import in slim build (#9521) 2023-09-04 19:01:11 +00:00
no_slim_slim.go chore(coderd/database): introduce compile-time guard against import in slim build (#9521) 2023-09-04 19:01:11 +00:00
querier.go feat: expose template insights as Prometheus metrics (#10325) 2023-10-19 08:45:12 +00:00
querier_test.go chore: add archive column to template versions (#10178) 2023-10-10 10:52:42 -05:00
queries.sql.go feat: add api_version column to workspace_agents (#10418) 2023-10-30 21:30:49 +04:00
sqlc.yaml feat: add api_version column to workspace_agents (#10418) 2023-10-30 21:30:49 +04:00
tx.go feat: expose Everyone group through UI (#9117) 2023-08-17 13:25:16 -05:00
tx_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
types.go refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +00:00
unique_constraint.go chore: rename `git_auth` to `external_auth` in our schema (#9935) 2023-09-29 19:13:20 +00:00