- Notifications
You must be signed in to change notification settings - Fork928
feat(coderd/agentapi): implement sub agent api#17823
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
34 commits Select commitHold shift + click to select a range
dea341d
chore: begin impl of dev container agent's `/coderd/agenetapi`
DanielleMaywood5c6d5fe
chore: add WorkspaceAgent rbac policy
DanielleMaywood62ebd44
chore: add Architecture and OperatingSystem to agent.proto
DanielleMaywood0857054
chore: remove todo
DanielleMaywood993b671
chore: appease linter
DanielleMaywood5895d55
chore: add system context for test
DanielleMaywoodc4af28b
chore: remove outdated code
DanielleMaywoodc2deb25
chore: replace google.protobuf.Empty with DeleteDevContainerAgentResp…
DanielleMaywood1fe6fe3
chore: make test larger
DanielleMaywood7fd59db
refactor: tests
DanielleMaywoodb1f8e42
chore: appease linter
DanielleMaywoodeb881ea
chore: begin validating agent name
DanielleMaywood924699c
chore: listen to feedback
DanielleMaywoodb60d42d
chore: rename GetWorkspaceAgentsWithParentID
DanielleMaywood505c0cc
chore: ensure createdAt and updatedAt match
DanielleMaywood1af33bc
chore: rbac
DanielleMaywood1731e5f
chore: appease formatter
DanielleMaywood7b06e6f
tests: refactor and add some adversarial tests
DanielleMaywood0c37a92
test: behavior is correct with no child agents
DanielleMaywoodef5772d
chore: appease linter
DanielleMaywoodcb89e03
Merge branch 'main' into dm-devcontainer-agents-coderd
DanielleMaywood94a2d59
chore: update DRPCAgentClient25 interface
DanielleMaywoodec4dda9
chore: rename sql parameter
DanielleMaywood0c8be91
Merge branch 'main' into dm-devcontainer-agents-coderd
DanielleMaywood34d870a
Merge branch 'main' into dm-devcontainer-agents-coderd
DanielleMaywoodcb965ea
chore: remove comment as recent PR resolves issue
DanielleMaywood979f4ef
refactor: devcontainer agent -> subagent
DanielleMaywood2ffc0e3
refactor: deleteworkspaceagent to deleteworkspacesubagent
DanielleMaywoodf1a4da3
fix: appease linter
DanielleMaywood036436b
test: paranoia
DanielleMaywoodc6ded1f
Merge branch 'main' into dm-devcontainer-agents-coderd
DanielleMaywood0871c82
chore: apply feedback from spike
DanielleMaywoodb7e64ef
test: check err is a not authorized error
DanielleMaywood1c28667
fix: remove unused code
DanielleMaywoodFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 3 additions & 3 deletionsagent/agent.go
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
16 changes: 14 additions & 2 deletionsagent/agenttest/client.go
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.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.