- Notifications
You must be signed in to change notification settings - Fork929
feat(site): add workspace timings#15068
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 from1 commit
Commits
Show all changes
54 commits Select commitHold shift + click to select a range
5268b1e
Add base components for the chart
BrunoQuaresma4d509f9
Improve spacing calc
BrunoQuaresmad48624b
Make bars clickable
BrunoQuaresma62152ce
Refactor code to allow multiple views
BrunoQuaresmafd84ed9
Add basic view and breadcrumbs
BrunoQuaresmaf7f09ff
Add resource filtering
BrunoQuaresma2ffc75a
Find the right tick spacings
BrunoQuaresmaa8372e1
Add colors to the bars
BrunoQuaresmaf7c7488
Do not display Coder resource
BrunoQuaresma0868185
Add legends
BrunoQuaresma54d13c8
Handle empty search
BrunoQuaresma714e37b
Improve coder resource filter and adjust bar hover
BrunoQuaresmaa2dd126
Only scroll the chart
BrunoQuaresma0b4747e
Add tooltip
BrunoQuaresma49d3a72
Refactor code and improve legends
BrunoQuaresma647635d
Adjust columns to fit the space
BrunoQuaresma6c742aa
Customize scroll
BrunoQuaresma9a8bb59
Add info tooltip
BrunoQuaresma4139151
Fix fmt
BrunoQuaresmabcff9c6
Fix nblock gen
BrunoQuaresma97b25d9
Fix key
BrunoQuaresma6d5c344
Debug on chromatic
BrunoQuaresmac4bd74e
Another debug image
BrunoQuaresma939ec9a
Try with useEffect
BrunoQuaresma49c69e0
Fix labels alignment
BrunoQuaresma61008a3
Increase border radius tooltip
BrunoQuaresmaf969ef2
Add scroll mask
BrunoQuaresmaf55033a
Merge branch 'main' of https://github.com/coder/coder into bq/workspa…
BrunoQuaresma00616d3
Include agent scripts
BrunoQuaresma8cc7eef
Add failed icon
BrunoQuaresma6b95860
Use use effect
BrunoQuaresma5d08ff0
Apply @chifro feedback
BrunoQuaresmaea3676a
Add legends to script chart
BrunoQuaresma1c74c96
Fix fmt
BrunoQuaresma57df89b
Apply Christin suggestions
BrunoQuaresma48a61d8
Move style constants to css variables
BrunoQuaresma0726f39
Fix and rename bar blocks
BrunoQuaresmaa4752c3
Remove unecessary cursor
BrunoQuaresmab481edd
Add tooltip for scripts
BrunoQuaresma90b54b4
Fix fmt
BrunoQuaresma266d82d
Add provisioning time collapse
BrunoQuaresmaa4a1ba8
Merge branch 'main' of https://github.com/coder/coder into bq/workspa…
BrunoQuaresma4eb24f7
Add timings to the workspace UI
BrunoQuaresma79f370c
Fix fmt
BrunoQuaresmaa1ee002
Merge branch 'main' of https://github.com/coder/coder into bq/workspa…
BrunoQuaresma75ea1e5
Fix code verbiage
BrunoQuaresmaedb885c
Fetch timings from build and not workspace
BrunoQuaresmaf8bb22c
Don't could coder resources for blocks
BrunoQuaresma1ff245c
Fix timings getting fetched before build getting done
BrunoQuaresma541ccba
Fix comment spacing
BrunoQuaresmab3f0351
Revert scales on def
BrunoQuaresma65ca087
Fix columnd calcl
BrunoQuaresmaf288169
Fix fmt
BrunoQuaresma08874a3
Add extra tests
BrunoQuaresmaFile 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
Add tooltip
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit0b4747eb86796c946e8575e2da650abd1fa3bfcb
There are no files selected for viewing
44 changes: 38 additions & 6 deletionssite/src/modules/workspaces/WorkspaceTiming/Chart/Bar.tsx
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
4 changes: 3 additions & 1 deletionsite/src/modules/workspaces/WorkspaceTiming/Chart/Chart.tsx
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
50 changes: 50 additions & 0 deletionssite/src/modules/workspaces/WorkspaceTiming/WorkspaceTimings.tsx
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
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.