Commit 08463c2
authored
feat: add OpenIn option to coder_app (coder#15743)
This PR is the coder/coder part of [the open_in parameter
issue](coder/terraform-provider-coder#297)
aiming to add a new optional parameter to choose how to open modules.
This PR is heavily linked [to this
PR](coder/terraform-provider-coder#321).
ℹ️ For now, some integrations tests can not be pushed as it requires a
release on the terraform-provider repo.1 parent 3f1795f commit 08463c2
File tree
34 files changed
+1075
-800
lines changed- agent/proto
- coderd
- agentapi
- apidoc
- database
- dbauthz
- dbgen
- dbmem
- migrations
- queries
- provisionerdserver
- telemetry
- codersdk
- agentsdk
- docs/reference/api
- provisionerd/proto
- provisionersdk/proto
- provisioner/terraform
- site
- e2e
- tests
- src
- api
- testHelpers
34 files changed
+1075
-800
lines changedSome 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 | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
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 | |
|---|---|---|---|
| |||
2502 | 2502 | | |
2503 | 2503 | | |
2504 | 2504 | | |
2505 | | - | |
| 2505 | + | |
2506 | 2506 | | |
2507 | 2507 | | |
2508 | 2508 | | |
| |||
2551 | 2551 | | |
2552 | 2552 | | |
2553 | 2553 | | |
2554 | | - | |
| 2554 | + | |
2555 | 2555 | | |
2556 | 2556 | | |
2557 | 2557 | | |
2558 | 2558 | | |
2559 | 2559 | | |
2560 | | - | |
| 2560 | + | |
2561 | 2561 | | |
2562 | 2562 | | |
2563 | 2563 | | |
| |||
2611 | 2611 | | |
2612 | 2612 | | |
2613 | 2613 | | |
| 2614 | + | |
2614 | 2615 | | |
2615 | 2616 | | |
2616 | 2617 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
| 662 | + | |
662 | 663 | | |
663 | 664 | | |
664 | 665 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8348 | 8348 | | |
8349 | 8349 | | |
8350 | 8350 | | |
| 8351 | + | |
| 8352 | + | |
| 8353 | + | |
| 8354 | + | |
8351 | 8355 | | |
8352 | 8356 | | |
8353 | 8357 | | |
| |||
8367 | 8371 | | |
8368 | 8372 | | |
8369 | 8373 | | |
| 8374 | + | |
8370 | 8375 | | |
8371 | 8376 | | |
8372 | 8377 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments