- Notifications
You must be signed in to change notification settings - Fork925
Commit5ffa6da
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.sqlCo-authored-by: Dean Sheather <dean@deansheather.com>* Update coderd/database/migrations/000122_add_template_cleanup_ttls.up.sqlCo-authored-by: Dean Sheather <dean@deansheather.com>---------Co-authored-by: Dean Sheather <dean@deansheather.com>1 parent3632ac8 commit5ffa6da
File tree
33 files changed
+578
-59
lines changed- .vscode
- coderd
- apidoc
- database
- dbfake
- migrations
- queries
- schedule
- codersdk
- docs
- admin
- api
- enterprise
- audit
- coderd
- site/src
- api
- i18n/en
- pages/TemplateSettingsPage/TemplateSchedulePage
- testHelpers
33 files changed
+578
-59
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
|
Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1945 | 1945 |
| |
1946 | 1946 |
| |
1947 | 1947 |
| |
| 1948 | + | |
| 1949 | + | |
1948 | 1950 |
| |
1949 | 1951 |
| |
1950 | 1952 |
| |
|
Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| 83 | + | |
| 84 | + | |
83 | 85 |
| |
84 | 86 |
| |
85 | 87 |
| |
|
Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 31 additions & 9 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| 54 | + | |
| 55 | + | |
54 | 56 |
| |
55 | 57 |
| |
56 | 58 |
| |
|
Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 |
| |
22 | 26 |
| |
23 | 27 |
| |
| |||
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
53 | 59 |
| |
54 | 60 |
| |
55 | 61 |
| |
| |||
68 | 74 |
| |
69 | 75 |
| |
70 | 76 |
| |
| 77 | + | |
| 78 | + | |
71 | 79 |
| |
72 | 80 |
|
0 commit comments
Comments
(0)