- Notifications
You must be signed in to change notification settings - Fork1k
Commit56b9965
authored
feat: add --experiments flag to replace --experimental (#5767)
- Deprecates the --experimental flag- Adds a new flag --experiments which supports passing multiple comma-separated values or a wildcard value.- Exposes a new endpoint /api/v2/experiments that returns the list of enabled experiments.- Deprecates the field Features.Experimental in favour of this new API.- Updates apidocgen to support type aliases (shoutout to@mtojek).- Modifies apitypings to support generating slice types.- Updates develop.sh to pass additional args after -- to $CODERD_SHIM.1 parent47c3d72 commit56b9965
File tree
29 files changed
+593
-41
lines changed- cli
- deployment
- testdata
- coderd
- apidoc
- coderdtest
- codersdk
- docs/api
- enterprise/coderd
- scripts
- apidocgen/markdown-template
- apitypings
- testdata/enums
- site/src
- api
- pages/WorkspacePage
- testHelpers
- xServices
- entitlements
- experiments
29 files changed
+593
-41
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
| 449 | + | |
449 | 450 |
| |
450 |
| - | |
451 |
| - | |
452 |
| - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
453 | 462 |
| |
454 | 463 |
| |
455 | 464 |
| |
| |||
557 | 566 |
| |
558 | 567 |
| |
559 | 568 |
| |
560 |
| - | |
| 569 | + | |
561 | 570 |
| |
562 | 571 |
| |
563 | 572 |
| |
564 |
| - | |
565 |
| - | |
| 573 | + | |
| 574 | + | |
566 | 575 |
| |
567 | 576 |
| |
568 | 577 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
235 | 252 |
| |
236 | 253 |
| |
237 | 254 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
| 56 | + | |
55 | 57 |
| |
56 | 58 |
| |
57 | 59 |
| |
| |||
220 | 222 |
| |
221 | 223 |
| |
222 | 224 |
| |
| 225 | + | |
223 | 226 |
| |
224 | 227 |
| |
225 | 228 |
| |
| |||
348 | 351 |
| |
349 | 352 |
| |
350 | 353 |
| |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
351 | 358 |
| |
352 | 359 |
| |
353 | 360 |
| |
| |||
646 | 653 |
| |
647 | 654 |
| |
648 | 655 |
| |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
649 | 660 |
| |
650 | 661 |
| |
651 | 662 |
| |
| |||
752 | 763 |
| |
753 | 764 |
| |
754 | 765 |
| |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 | 88 |
| |
90 | 89 |
| |
91 | 90 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
0 commit comments
Comments
(0)