-
Notifications
You must be signed in to change notification settings - Fork 960
feat: coder-attach: add support for external workspaces #19178
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
Closed
+3,259
−398
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
3ea541e
Add attach command and API endpoints for init-script and external age…
kacpersaw 4818df1
add has_external_agents column to template_versions table
kacpersaw 4bfdb83
add external workspace creation and agent instruction commands to cli
kacpersaw 1044051
add has_external_agent to workspace builds
kacpersaw fd2458b
add list command for external workspaces
kacpersaw 0c39f50
add AgentExternal component to display external agent connection deta…
kacpersaw 23e555a
Merge remote-tracking branch 'origin/main' into kacpersaw/feat-coder-…
kacpersaw f9f5be1
add tests
kacpersaw e281f0e
Delete coder attach golden
kacpersaw d77522d
Hide agent apps when connecting & is external agent
kacpersaw 451c806
Merge remote-tracking branch 'origin/main' into kacpersaw/feat-coder-…
kacpersaw f9274fe
Reformat code
kacpersaw 00b6f26
Merge remote-tracking branch 'origin/main' into kacpersaw/feat-coder-…
kacpersaw c019a31
bump provisionerd proto version to v1.9
kacpersaw 7d07857
Add beforeCreate and afterCreate to create handler, apply review sugg…
kacpersaw c462a69
Refactor init-script endpoint to use path params instead of query params
kacpersaw 2d2dfec
Refactor init-script endpoint, apply review suggestions for db
kacpersaw 387fc04
Apply FE review suggestions
kacpersaw c2588ea
Return 404 if workspace agent is authenticated through instance id
kacpersaw 33dd778
Merge UpdateTemplateVersionAITaskByJobID and UpdateTemplateVersionExt…
kacpersaw c413479
update external agent credentials to include command in response
kacpersaw 3c1d694
Bump terraform-provider-coder to v2.10.0
kacpersaw 73acd0f
Merge remote-tracking branch 'origin/main' into kacpersaw/feat-coder-…
kacpersaw 7cc6861
Regenerate sql
kacpersaw da68c20
Fix lint & tests
kacpersaw 2e24741
Regenerate dump.sql
kacpersaw 682ea60
Fix provision test
kacpersaw 51967a5
update external agent credentials summary and adjust authorization ch…
kacpersaw f060324
merge UpdateWorkspaceBuildAITaskByID with UpdateWorkspaceBuildExterna…
kacpersaw ff6e8fa
Apply suggestions from code review
kacpersaw e2a7182
Apply review suggestions
kacpersaw 141bc54
Merge branch 'main' into kacpersaw/feat-coder-attach
kacpersaw a75c1f4
make gen
kacpersaw 22f2c00
Merge remote-tracking branch 'origin/main' into kacpersaw/feat-coder-…
kacpersaw 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
Regenerate sql
- Loading branch information
commit 7cc6861b4ca1f4059204ebc6d97a5899da84aab6
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obligatory reminder: double-check migration number before merging!