coder/coderd/database
Kira Pilot 5ffa6dae50
feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402)
* added workspace actions entitlement

* added workspace actions experiment

* added new route for template enterprise meta

* removing new route; repurposing old

* add new fields to get endpoints

* removed workspace actions experiment

* added logic to enterprise template store

* added new form fields

* feature flagged new fields

* fix validation

* fixed submit btn

* fix tests

* changed ttl defaults

* added FE tests

* added BE tests

* fixed lint

* adjusted comment language

* fixing unstaged changes check

* fix test

* Update coderd/database/migrations/000122_add_template_cleanup_ttls.down.sql

Co-authored-by: Dean Sheather <dean@deansheather.com>

* Update coderd/database/migrations/000122_add_template_cleanup_ttls.up.sql

Co-authored-by: Dean Sheather <dean@deansheather.com>

---------

Co-authored-by: Dean Sheather <dean@deansheather.com>
2023-05-05 08:19:26 -07:00
..
dbauthz chore: Minor rbac memory optimization (#7391) 2023-05-03 14:42:24 -05:00
dbfake feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
dbgen chore: Remove url and wildcard url from moon create (#7224) 2023-04-20 21:09:14 -05:00
dbpurge fix(dbpurge): use `dbauthz.AsSystemRestricted` (#7017) 2023-04-05 17:48:39 +00:00
dbtestutil Revert "chore: Implement joins with golang templates (#6429)" (#6560) 2023-03-10 10:39:02 -06: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 feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
postgres feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
queries feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
.gitignore feat: add audit logging database schema (#1225) 2022-05-02 19:30:46 +00:00
db.go chore: increase parallelism of TestWorkspaceQuota (#6710) 2023-03-21 22:44:01 +00: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 feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07: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 feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
pubsub.go fix: pubsub ordering (#7404) 2023-05-05 09:39:07 +04:00
pubsub_memory.go chore: ensure pubsub messages are delivered in order for in-memory variant (#6474) 2023-03-07 04:36:25 +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 fix: pubsub ordering (#7404) 2023-05-05 09:39:07 +04:00
querier.go chore: support signed token query param for web terminal (#7197) 2023-04-20 23:59:45 +00: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: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07: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