-
Notifications
You must be signed in to change notification settings - Fork 3
🤖 feat: wire aggregated API server to codersdk backend #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6ee565e
feat: expand aggregated API template and workspace schemas
ThomasK33 94227ba
aggregated: add coder backend helper package
ThomasK33 f8debd8
refactor: back aggregated storage with codersdk
ThomasK33 b4922f3
feat: wire coder client options into aggregated apiserver
ThomasK33 9ba4187
test: add aggregated apiserver bootstrap integration test
ThomasK33 c312091
docs: regenerate API reference docs for expanded aggregated types
ThomasK33 a0c6343
docs: fix inline HTML in generated API reference docs
ThomasK33 e55411f
chore: add Millis to cspell dictionary
ThomasK33 c4de135
fix: address aggregated apiserver review feedback
ThomasK33 1bcddee
fix: reject invalid workspace templateVersionID
ThomasK33 3640ef6
fix: map coder 4xx errors and keep created workspace on stop failure
ThomasK33 a685065
fix: address codex review on provider and template updates
ThomasK33 396a2ea
fix: scope apiserver namespace and template updates
ThomasK33 34e5036
fix: preserve provider status errors in aggregated storage
ThomasK33 bd22460
fix: preserve status errors and enforce workspace update preconditions
ThomasK33 2ae2bbb
fix: populate templateVersionID in workspace conversion
ThomasK33 b736502
fix: tolerate empty immutable fields on workspace and template updates
ThomasK33 e441397
fix: require resourceVersion on workspace updates and validate coder URL
ThomasK33 bcbab37
fix: fail fast on missing coder config and enforce template resourceV…
ThomasK33 8dbeee4
fix: preserve startup contract and lenient immutable-field checks
ThomasK33 a756741
fix: validate template update metadata identity
ThomasK33 4cae1f0
fix: validate templateVersionID belongs to resolved template on create
ThomasK33 81f998d
fix: pin static provider namespace and allow all-namespace lists
ThomasK33 2400a7d
fix: require coder namespace for configured backend
ThomasK33 18cf86f
fix: fail startup on partial coder backend config
ThomasK33 8f6c6a2
fix: map workspace autoShutdown from build deadline
ThomasK33 9f5e827
fix: return current template state and require create fields
ThomasK33 a0c5812
fix: report async workspace deletes correctly
ThomasK33 b6b0fdc
fix: avoid argv limits in review thread checks
ThomasK33 2fafd34
fix: map coder 429 errors to too many requests
ThomasK33 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ | |
| "words": [ | ||
| "Diátaxis", | ||
| "GOFLAGS", | ||
| "Millis", | ||
| "apiregistration", | ||
| "apiserverapp", | ||
| "apiserver", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.