Skip to content

feat(site): add agent connection timings #15276

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 20 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Danny Kopping <danny@coder.com>
  • Loading branch information
BrunoQuaresma and dannykopping authored Oct 30, 2024
commit 3e1170c1730cea1d3cf01d1c8ca854584b2f0f4d
2 changes: 1 addition & 1 deletion coderd/workspacebuilds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ func TestWorkspaceBuildTimings(t *testing.T) {

//nolint:paralleltest
t.Run("NonExistentBuild", func(t *testing.T) {
// Given: an inexistent build
// Given: a non-existent build
buildID := uuid.New()

// When: fetching timings for the build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export const agentStages = (section: string): Stage[] => {
<>
<TooltipTitle>Run startup scripts</TooltipTitle>
<TooltipShortDescription>
Scripts executed when the agent is starting.
Time taken to run each agent startup script.
</TooltipShortDescription>
</>
),
Expand Down
Loading