- Notifications
You must be signed in to change notification settings - Fork1k
Commit9a6dd73
authored
feat: add managed agent license limit checks (#18937)
- Adds a query for counting managed agent workspace builds between twotimestamps- The "Actual" field in the feature entitlement for managed agents isnow populated with the value read from the database- The wsbuilder package now validates AI agent usage against the limitwhen a license is installedClosescoder/internal#7771 parentaa1a985 commit9a6dd73
File tree
24 files changed
+586
-74
lines changed- cli
- coderd
- autobuild
- coderdtest
- database
- dbauthz
- dbmetrics
- dbmock
- queries
- wsbuilder
- enterprise/coderd
- license
- prebuilds
24 files changed
+586
-74
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1101 | 1101 |
| |
1102 | 1102 |
| |
1103 | 1103 |
| |
1104 |
| - | |
| 1104 | + | |
1105 | 1105 |
| |
1106 | 1106 |
| |
1107 | 1107 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| |||
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
68 |
| - | |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
| |||
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
| 82 | + | |
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
| |||
279 | 281 |
| |
280 | 282 |
| |
281 | 283 |
| |
282 |
| - | |
| 284 | + | |
283 | 285 |
| |
284 | 286 |
| |
285 | 287 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
559 | 560 |
| |
560 | 561 |
| |
561 | 562 |
| |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
562 | 570 |
| |
563 | 571 |
| |
564 | 572 |
| |
| |||
579 | 587 |
| |
580 | 588 |
| |
581 | 589 |
| |
| 590 | + | |
582 | 591 |
| |
583 | 592 |
| |
584 | 593 |
| |
| |||
1650 | 1659 |
| |
1651 | 1660 |
| |
1652 | 1661 |
| |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
1653 | 1665 |
| |
1654 | 1666 |
| |
1655 | 1667 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
| |||
364 | 365 |
| |
365 | 366 |
| |
366 | 367 |
| |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
367 | 372 |
| |
368 | 373 |
| |
369 | 374 |
| |
| |||
375 | 380 |
| |
376 | 381 |
| |
377 | 382 |
| |
| 383 | + | |
378 | 384 |
| |
379 | 385 |
| |
380 | 386 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2193 | 2193 |
| |
2194 | 2194 |
| |
2195 | 2195 |
| |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
2196 | 2204 |
| |
2197 | 2205 |
| |
2198 | 2206 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 | 20 |
| |
27 | 21 |
| |
| 22 | + | |
28 | 23 |
| |
29 | 24 |
| |
30 | 25 |
| |
31 | 26 |
| |
| 27 | + | |
32 | 28 |
| |
| 29 | + | |
33 | 30 |
| |
| 31 | + | |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
| |||
903 | 901 |
| |
904 | 902 |
| |
905 | 903 |
| |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
906 | 912 |
| |
907 | 913 |
| |
908 | 914 |
| |
|
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.
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.
0 commit comments
Comments
(0)