coder/coderd/database
Steven Masley 1b4ca00428
chore: include custom roles in list org roles (#13336)
* chore: include custom roles in list org roles
* move cli show roles to org scope
2024-05-23 07:54:59 -10:00
..
awsiamrds feat: add awsiamrds db auth driver (#12566) 2024-03-20 13:14:43 -04:00
db2sdk chore: include custom roles in list org roles (#13336) 2024-05-23 07:54:59 -10:00
dbauthz feat(coderd): add endpoints for editing and deleting organizations (#13287) 2024-05-21 12:46:31 -06:00
dbfake fix(support): sanitize manifest (#12711) 2024-03-21 19:55:34 +00:00
dbgen chore: include custom roles in list org roles (#13336) 2024-05-23 07:54:59 -10:00
dbmem chore: include custom roles in list org roles (#13336) 2024-05-23 07:54:59 -10:00
dbmetrics feat(coderd): add endpoints for editing and deleting organizations (#13287) 2024-05-21 12:46:31 -06:00
dbmock feat(coderd): add endpoints for editing and deleting organizations (#13287) 2024-05-21 12:46:31 -06:00
dbpurge test(coderd/database): fix DST issue in dbpurge test (#13170) 2024-05-06 14:14:38 +03:00
dbrollup chore: remove InsertWorkspaceAgentStat query (#12869) 2024-04-09 12:35:27 -05:00
dbtestutil feat(scripts): add script to check schema between migrations (#13037) 2024-04-23 12:43:14 +01:00
dbtime refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +00:00
gen/dump feat(scripts): add script to check schema between migrations (#13037) 2024-04-23 12:43:14 +01:00
gentest chore: unit test to enforce authorized queries match args (#11211) 2023-12-15 20:31:07 +00:00
migrations feat: add hidden enterprise cmd command to list roles (#13303) 2024-05-21 13:14:00 -05:00
provisionerjobs feat: integrate Acquirer for provisioner jobs (#9717) 2023-09-19 10:25:57 +04:00
pubsub chore: fix `TestMeasureLatency/MeasureLatencyRecvTimeout` flake (#13301) 2024-05-16 13:42:42 -05:00
queries chore: include custom roles in list org roles (#13336) 2024-05-23 07:54:59 -10:00
.gitignore feat: add audit logging database schema (#1225) 2022-05-02 19:30:46 +00:00
db.go feat(enterprise): add ready for handshake support to pgcoord (#12935) 2024-04-16 15:01:10 -05:00
db_test.go chore(ci): clean up databases after test finishes in CI (#12702) 2024-03-21 14:53:16 +00:00
dump.sql feat: add hidden enterprise cmd command to list roles (#13303) 2024-05-21 13:14:00 -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: store `coder_workspace_tags` in the database (#13294) 2024-05-20 13:30:19 +00:00
generate.sh chore: avoid dbmock test errors in dbgen (#10923) 2023-11-28 17:04:25 +00:00
lock.go fix(coderd/database): reduce db load via dbpurge advisory locking (#13021) 2024-04-22 11:10:32 +00:00
modelmethods.go chore: remove rbac psuedo resources, add custom verbs (#13276) 2024-05-15 11:09:42 -05:00
modelqueries.go feat: expose workspace statuses (with details) as a prometheus metric (#12762) 2024-04-02 09:57:36 +02:00
modelqueries_internal_test.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
models.go feat: add hidden enterprise cmd command to list roles (#13303) 2024-05-21 13:14:00 -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(coderd): add endpoints for editing and deleting organizations (#13287) 2024-05-21 12:46:31 -06:00
querier_test.go chore: enforce that provisioners can only acquire jobs in their own organization (#12600) 2024-03-18 12:48:13 -05:00
queries.sql.go chore: include custom roles in list org roles (#13336) 2024-05-23 07:54:59 -10:00
sqlc.yaml feat(coderd/database): add `template_usage_stats` table and rollup query (#12664) 2024-03-22 18:33:34 +02: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 chore: push rbac actions to policy package (#13274) 2024-05-15 09:46:35 -05:00
unique_constraint.go feat: store `coder_workspace_tags` in the database (#13294) 2024-05-20 13:30:19 +00:00