Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: reinitialize agents when a prebuilt workspace is claimed#17475

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
SasSwart merged 49 commits intomainfromjjs/prebuilds-agent-reinit
May 14, 2025
Merged
Changes from1 commit
Commits
Show all changes
49 commits
Select commitHold shift + click to select a range
c09c9b9
WIP: agent reinitialization
SasSwartApr 21, 2025
476fe71
fix assignment to nil map
SasSwartApr 21, 2025
8c8bca6
fix: ensure prebuilt workspace agent tokens are reused when a prebuil…
SasSwartApr 23, 2025
7ce4eea
test agent reinitialization
SasSwartApr 24, 2025
52ac64e
remove defunct metric
SasSwartApr 24, 2025
362db7c
Remove todo
SasSwartApr 25, 2025
dcc7379
test that we trigger workspace agent reinitialization under the right…
SasSwartApr 28, 2025
ff66b3f
slight improvements to a test
SasSwartApr 28, 2025
efff5d9
review notes to improve legibility
SasSwartApr 28, 2025
cebd5db
add an integration test for prebuilt workspace agent reinitialization
SasSwartApr 29, 2025
2679138
Merge remote-tracking branch 'origin/main' into jjs/prebuilds-agent-r…
SasSwartApr 29, 2025
9feebef
enable the premium license in a prebuilds integration test
SasSwartApr 29, 2025
b117b5c
encapsulate WaitForReinitLoop for easier testing
SasSwartApr 30, 2025
a22b414
introduce unit testable abstraction layers
SasSwartApr 30, 2025
9bbd2c7
test workspace claim pubsub
SasSwartMay 1, 2025
5804201
add tests for agent reinitialization
SasSwartMay 1, 2025
7e8dcee
review notes
SasSwartMay 1, 2025
725f97b
Merge remote-tracking branch 'origin/main' into jjs/prebuilds-agent-r…
SasSwartMay 1, 2025
a9b1567
make fmt lint
SasSwartMay 1, 2025
21ee970
remove go mod replace
SasSwartMay 1, 2025
e54d7e7
remove defunct logging
SasSwartMay 1, 2025
2799858
update dependency on terraform-provider-coder
SasSwartMay 2, 2025
1d93003
update dependency on terraform-provider-coder
SasSwartMay 2, 2025
763fc12
go mod tidy
SasSwartMay 2, 2025
0f879c7
make -B gen
SasSwartMay 2, 2025
61784c9
dont require ids to InsertPresetParameters
SasSwartMay 2, 2025
604eb27
dont require ids to InsertPresetParameters
SasSwartMay 2, 2025
bf4d2cf
fix: set the running agent token
dannykoppingMay 2, 2025
38b4f0d
fix: use http client without timeout like we do in connectRPCVersion
dannykoppingMay 5, 2025
20df538
review notes
SasSwartMay 6, 2025
4bb3b68
Merge remote-tracking branch 'origin/main' into jjs/prebuilds-agent-r…
SasSwartMay 7, 2025
83972db
bump provisionerd proto version
SasSwartMay 7, 2025
146b158
fix: fetch the previous agent when we need its token for prebuilt wor…
SasSwartMay 12, 2025
5eb16cd
Merge remote-tracking branch 'origin/main' into jjs/prebuilds-agent-r…
SasSwartMay 12, 2025
730d803
make -B lint
SasSwartMay 12, 2025
150adc0
Test GetWorkspaceAgentsByBuildID
SasSwartMay 12, 2025
b4ecf10
Rename GetWorkspaceAgentsByWorkspaceAndBuildNumber
SasSwartMay 12, 2025
3fa3edf
make gen
SasSwartMay 12, 2025
7e45919
fix a race condition
SasSwartMay 12, 2025
a632508
Merge remote-tracking branch 'origin/main' into jjs/prebuilds-agent-r…
SasSwartMay 12, 2025
72125ec
Merge remote-tracking branch 'origin/main' into jjs/prebuilds-agent-r…
SasSwartMay 13, 2025
b65eea7
fix provisionerdserver test for prebuild claims
SasSwartMay 13, 2025
e1339f3
fix race conditions
SasSwartMay 13, 2025
c1a8ba6
Merge remote-tracking branch 'origin/main' into jjs/prebuilds-agent-r…
SasSwartMay 13, 2025
5363dcc
Make TestReinitializeAgent more robust
SasSwartMay 13, 2025
7ad9b6d
fix tests
SasSwartMay 14, 2025
394571d
make -B gen
SasSwartMay 14, 2025
890747b
remove a potential race in reinitialization testing in TestCompleteJob
SasSwartMay 14, 2025
b3870db
fix a potential race in TestReinit
SasSwartMay 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Merge remote-tracking branch 'origin/main' into jjs/prebuilds-agent-r…
…einit
  • Loading branch information
@SasSwart
SasSwart committedMay 13, 2025
commitc1a8ba649570a2b9b04c19c3f695bafd0eb6696f
1 change: 1 addition & 0 deletionscli/agent.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -362,6 +362,7 @@ func (r *RootCmd) workspaceAgent() *serpent.Command {
PrometheusRegistry: prometheusRegistry,
BlockFileTransfer: blockFileTransfer,
Execer: execer,
SubAgent: subAgent,
ExperimentalDevcontainersEnabled: experimentalDevcontainersEnabled,
})

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view thefull changes here.

[8]ページ先頭

©2009-2025 Movatter.jp