coder/coderd/database
Kyle Carberry b0fe9bcdd1
chore: Upgrade to Go 1.19 (#3617)
This is required as part of #3505.
2022-08-21 22:32:53 +00:00
..
databasefake feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
dbtypes fix: use typed wireguard public keys in database structs (#2639) 2022-06-24 15:45:28 -05:00
dump feat: Add OIDC authentication (#3314) 2022-07-31 23:05:35 -05:00
migrations feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
postgres chore: improve dump error output (#3499) 2022-08-12 22:15:13 -05:00
queries feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
.gitignore feat: add audit logging database schema (#1225) 2022-05-02 19:30:46 +00:00
db.go fix: Fix nested transactions should function correctly (#2470) 2022-06-17 15:10:44 -05:00
db_test.go fix: use unique ID for linked accounts (#3441) 2022-08-17 18:00:53 -05:00
dump.sql feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
generate.sh fix: use unique ID for linked accounts (#3441) 2022-08-17 18:00:53 -05:00
migrate.go Fix socket leak, clean up single use postgres databases (#2413) 2022-06-16 09:01:33 -07:00
migrate_test.go feat: Add reset-password command (#1380) 2022-05-12 12:32:56 -05:00
modelmethods.go feat: Add template-admin + user-admin role for managing templates + users (#3490) 2022-08-12 17:27:48 -05:00
models.go feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +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: Add Kubernetes and resource metadata telemetry (#3548) 2022-08-18 15:57:46 +00:00
queries.sql.go feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
sqlc.yaml fix: use typed wireguard public keys in database structs (#2639) 2022-06-24 15:45:28 -05:00
time.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00