coder/coderd/database
Steven Masley cf8d2bc096
feat: use tz_offset when doing deployment dau query (#7736)
* Have FE query correct tz_offset data
2023-06-01 09:23:50 -04:00
..
db2sdk fix: do not skip parameter validation if min or max = 0 (#7707) 2023-05-30 14:57:06 +02:00
dbauthz feat: add prometheus metrics to database.Store (#7713) 2023-05-31 14:55:57 +01:00
dbfake feat: use tz_offset when doing deployment dau query (#7736) 2023-06-01 09:23:50 -04:00
dbgen chore: Remove url and wildcard url from moon create (#7224) 2023-04-20 21:09:14 -05:00
dbmetrics feat: add prometheus metrics to database.Store (#7713) 2023-05-31 14:55:57 +01:00
dbmock feat: add prometheus metrics to database.Store (#7713) 2023-05-31 14:55:57 +01:00
dbpurge fix(dbpurge): use `dbauthz.AsSystemRestricted` (#7017) 2023-04-05 17:48:39 +00:00
dbtestutil chore: add global caching to rbac (#7439) 2023-05-08 08:59:01 -05:00
dbtype feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
gen fix: Allow dumping db with pg_dump, utilize make cache (#4964) 2022-11-10 12:54:47 +02:00
migrations fix: do not skip parameter validation if min or max = 0 (#7707) 2023-05-30 14:57:06 +02:00
postgres feat: pubsub reports dropped messages (#7660) 2023-05-25 06:22:30 +00:00
queries feat: Fix Deployment DAUs to work with local timezones (#7647) 2023-05-30 13:18:27 -04:00
.gitignore feat: add audit logging database schema (#1225) 2022-05-02 19:30:46 +00:00
db.go feat: add prometheus metrics to database.Store (#7713) 2023-05-31 14:55:57 +01:00
db_test.go chore: increase parallelism of TestWorkspaceQuota (#6710) 2023-03-21 22:44:01 +00:00
drivers.go feat: add auditing for groups (#4527) 2022-10-19 02:00:45 -05:00
dump.sql fix: do not skip parameter validation if min or max = 0 (#7707) 2023-05-30 14:57:06 +02:00
errors.go feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
generate.sh feat: add connection statistics for workspace agents (#6469) 2023-03-08 21:05:45 -06:00
lock.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
modelmethods.go feat: Implement experiment gated CRUD for workspace proxies (#6928) 2023-04-04 15:07:29 -05:00
modelqueries.go feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
modelqueries_internal_test.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
models.go fix: do not skip parameter validation if min or max = 0 (#7707) 2023-05-30 14:57:06 +02:00
pubsub.go Fix pubsub goroutines in tests (#7677) 2023-05-25 14:46:32 +04:00
pubsub_internal_test.go feat: pubsub reports dropped messages (#7660) 2023-05-25 06:22:30 +00:00
pubsub_memory.go feat: pubsub reports dropped messages (#7660) 2023-05-25 06:22:30 +00:00
pubsub_memory_test.go feat: pubsub reports dropped messages (#7660) 2023-05-25 06:22:30 +00:00
pubsub_test.go feat: pubsub reports dropped messages (#7660) 2023-05-25 06:22:30 +00:00
querier.go feat: Fix Deployment DAUs to work with local timezones (#7647) 2023-05-30 13:18:27 -04:00
querier_test.go chore: support signed token query param for web terminal (#7197) 2023-04-20 23:59:45 +00:00
queries.sql.go feat: Fix Deployment DAUs to work with local timezones (#7647) 2023-05-30 13:18:27 -04:00
sqlc.yaml feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
time.go chore: fully implement enterprise audit pkg (#3821) 2022-09-02 16:42:28 +00:00
unique_constraint.go chore: Enforce workspace proxy unique name case insensitive (#7202) 2023-04-20 11:30:52 -05:00