coder/coderd/database
Garrett Delfosse f5df54831a
feat: tokens (#4380)
2022-10-06 19:02:27 +00:00
..
databasefake feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
gen feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
migrations feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
postgres feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
queries feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
.gitignore feat: add audit logging database schema (#1225) 2022-05-02 19:30:46 +00:00
custom_queries.go feat: Convert rego queries into SQL clauses (#4225) 2022-10-04 11:35:33 -04:00
db.go feat: Convert rego queries into SQL clauses (#4225) 2022-10-04 11:35:33 -04:00
db_test.go feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
dump.sql feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
errors.go feat: Generate DB unique constraints as enums (#3701) 2022-08-29 14:56:51 +03:00
generate.sh Use `go run` for executing `goimports` 2022-09-06 19:53:39 -05:00
modelmethods.go feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
models.go feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
pubsub.go feat: peer wireguard (#2445) 2022-06-24 10:25:01 -05:00
pubsub_memory.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05: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: tokens (#4380) 2022-10-06 19:02:27 +00:00
queries.sql.go feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
sqlc.yaml feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
time.go chore: fully implement enterprise audit pkg (#3821) 2022-09-02 16:42:28 +00:00
unique_constraint.go coderd: treat email case insensitively (#4215) 2022-09-27 03:51:58 +00:00