coder/coderd/database
Garrett Delfosse 3ab3a62bef
feat: add port-sharing backend (#11939)
2024-02-13 09:31:20 -05:00
..
db2sdk feat: support `order` property of `coder_app` resource (#12077) 2024-02-12 15:11:31 +01:00
dbauthz feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
dbfake fix: send end of logs when dbfake completes job (#11402) 2024-01-04 15:18:00 +04:00
dbgen feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
dbmem feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
dbmetrics feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
dbmock feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
dbpurge feat(coderd): add provisioner_daemons to /debug/health endpoint (#11393) 2024-01-08 09:29:04 +00:00
dbtestutil feat: add logging to pgPubsub (#11953) 2024-01-31 15:49:16 +04: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
gentest chore: unit test to enforce authorized queries match args (#11211) 2023-12-15 20:31:07 +00:00
migrations feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05: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 fix: start timer before subscribing to avoid test race (#12031) 2024-02-06 20:21:23 +04:00
queries feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05: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 port-sharing backend (#11939) 2024-02-13 09:31:20 -05: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 feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
generate.sh chore: avoid dbmock test errors in dbgen (#10923) 2023-11-28 17:04:25 +00:00
lock.go feat: add provisioner job hang detector (#7927) 2023-06-25 13:17:00 +00:00
modelmethods.go feat: add user-level parameter autofill (#11731) 2024-01-30 16:02:21 -06:00
modelqueries.go feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -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 port-sharing backend (#11939) 2024-02-13 09:31:20 -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: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05: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 port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
sqlc.yaml chore: put overrides and renames in pkg context in sqlc.yaml (#11347) 2024-01-02 08:56:38 +00:00
tx.go feat: expose Everyone group through UI (#9117) 2023-08-17 13:25:16 -05:00
tx_test.go chore: mockgen archived, moved to new location (#11415) 2024-01-04 18:35:56 -06:00
types.go fix(site/src/api/typesGenerated): generate HealthSection enums (#11049) 2023-12-05 20:00:27 +00:00
unique_constraint.go feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00