coder/coderd/database
Mathias Fredriksson 981cac5e28
chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893)
2023-01-27 20:07:47 +00:00
..
databasefake feat(site): Add deployment-wide DAU chart (#5810) 2023-01-25 22:03:47 -03:00
dbtestutil Implement Quotas v3 (#5012) 2022-11-14 17:57:33 +00: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 chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893) 2023-01-27 20:07:47 +00:00
postgres feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
queries chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893) 2023-01-27 20:07:47 +00:00
.gitignore feat: add audit logging database schema (#1225) 2022-05-02 19:30:46 +00:00
db.go Implement Quotas v3 (#5012) 2022-11-14 17:57:33 +00:00
db_test.go Implement Quotas v3 (#5012) 2022-11-14 17:57:33 +00:00
drivers.go feat: add auditing for groups (#4527) 2022-10-19 02:00:45 -05:00
dump.sql chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893) 2023-01-27 20:07:47 +00:00
errors.go feat: Generate DB unique constraints as enums (#3701) 2022-08-29 14:56:51 +03:00
generate.sh chore: Update sqlc to v1.16.0 (#5788) 2023-01-23 13:14:47 +02:00
modelmethods.go feat: Implement allow_list for scopes for resource specific permissions (#5769) 2023-01-19 13:41:36 -06:00
modelqueries.go chore: More complete tracing for RBAC functions (#5690) 2023-01-13 16:07:15 -06:00
modelqueries_internal_test.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
models.go chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893) 2023-01-27 20:07:47 +00:00
pubsub.go feat: peer wireguard (#2445) 2022-06-24 10:25:01 -05:00
pubsub_memory.go feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
pubsub_memory_test.go chore: avoid concurrent usage of t.FailNow (#1683) 2022-05-24 08:58:39 +01:00
pubsub_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
querier.go feat(site): Add deployment-wide DAU chart (#5810) 2023-01-25 22:03:47 -03:00
queries.sql.go chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893) 2023-01-27 20:07:47 +00:00
sqlc.yaml chore: Update sqlc to v1.16.0 (#5788) 2023-01-23 13:14:47 +02:00
time.go chore: fully implement enterprise audit pkg (#3821) 2022-09-02 16:42:28 +00:00
unique_constraint.go feat: Add basic support for rich parameters to coderd and provisionerd (#5710) 2023-01-17 11:22:11 +01:00