coder/coderd/database
Dean Sheather 46a2ff1061
feat: allow setting port share protocol (#12383)
Co-authored-by: Garrett Delfosse <garrett@coder.com>
2024-03-06 09:23:57 -05:00
..
db2sdk chore: remove organization requirement from convertGroup() (#12195) 2024-02-21 15:58:11 -06:00
dbauthz feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
dbfake fix: send end of logs when dbfake completes job (#11402) 2024-01-04 15:18:00 +04:00
dbgen feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
dbmem feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
dbmetrics chore: change max share level on existing port shares (#12411) 2024-03-05 13:47:01 -05:00
dbmock chore: change max share level on existing port shares (#12411) 2024-03-05 13:47:01 -05:00
dbpurge feat: add support for optional external auth providers (#12021) 2024-02-21 11:18:38 -07: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: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -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: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -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: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -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 oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00
generate.sh chore: avoid dbmock test errors in dbgen (#10923) 2023-11-28 17:04:25 +00:00
lock.go fix: avoid race between replicas on start (#12344) 2024-02-28 16:14:11 +00:00
modelmethods.go feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00
modelqueries.go fix: always return count of workspaces (#12407) 2024-03-05 09:24:43 +01:00
modelqueries_internal_test.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
models.go feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -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 chore: change max share level on existing port shares (#12411) 2024-03-05 13:47:01 -05:00
querier_test.go chore: ensure default org always exists (#12412) 2024-03-05 14:06:35 -06:00
queries.sql.go feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
sqlc.yaml feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09: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 feat: add support for optional external auth providers (#12021) 2024-02-21 11:18:38 -07:00
unique_constraint.go feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00