Commit 71cbf73
authored
feat(coderd): add support for presets to the coder API (coder#16526)
This pull request builds on the existing migrations and queries to add
support for presets to the coder API.1 parent ec50a35 commit 71cbf73
File tree
18 files changed
+447
-47
lines changed- coderd
- apidoc
- database
- dbauthz
- dbmem
- migrations
- queries
- wsbuilder
- codersdk
- docs/reference/api
- site/src/api
18 files changed
+447
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1058 | 1058 | | |
1059 | 1059 | | |
1060 | 1060 | | |
| 1061 | + | |
1061 | 1062 | | |
1062 | 1063 | | |
1063 | 1064 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
889 | | - | |
890 | 889 | | |
891 | 890 | | |
892 | 891 | | |
| |||
3817 | 3816 | | |
3818 | 3817 | | |
3819 | 3818 | | |
3820 | | - | |
3821 | 3819 | | |
3822 | 3820 | | |
3823 | 3821 | | |
3824 | 3822 | | |
3825 | 3823 | | |
3826 | | - | |
3827 | 3824 | | |
3828 | 3825 | | |
3829 | 3826 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8149 | 8149 | | |
8150 | 8150 | | |
8151 | 8151 | | |
| 8152 | + | |
8152 | 8153 | | |
8153 | 8154 | | |
8154 | 8155 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments