- Notifications
You must be signed in to change notification settings - Fork928
feat(coderd): add user latency and template insights endpoints#8519
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
mafredri merged 30 commits intomainfrommafredri/feat-coderd-add-user-latency-and-insights-endpointsJul 21, 2023
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
30 commits Select commitHold shift + click to select a range
8a1d3ee
feat(coderd): add user latency and template insights endpoints
mafredrib31ec33
feat(coderd): implement user latency insights logic
mafredriaaadc6a
feat(coderd): implement template insights logic
mafredrib54b0aa
make start/endtime check more strict
mafredri5f2bfd4
move interval verification
mafredri4820c53
gen
mafredri6326643
allow endtime for today include the hour
mafredri2198c5f
prevent timetravel
mafredri2e51056
add test for latencies
mafredriddc8606
add test for template insights
mafredri26e0f02
Merge branch 'main' into mafredri/feat-coderd-add-user-latency-and-in…
mafredri2c8e311
verify same timezone for start/end
mafredri917997b
fix typo in query comment and improve comments
mafredrie5b96d4
fix generic internal server error
mafredri87b1b90
s/greater/after/
mafredribffc673
unexport insights time layout
mafredri056918e
remove interval none
mafredrid5a9865
remove mixed tz restrictions, test DST
mafredri088620e
fix lint
mafredri397cc7a
add fixmes to dbauthz
mafredriebacfe1
improve comment about assert equality
mafredricd07478
replace sleep with cat
mafredri040390d
add bad request tests
mafredrib1de87f
fix comment placement
mafredri5588e39
create convert function for builtin apps
mafredridafbba1
move interval loop
mafredrifc2157d
remove all users, improve test comments
mafredri7fd13df
Merge branch 'main' into mafredri/feat-coderd-add-user-latency-and-in…
mafredri9e228f6
Merge branch 'main' into mafredri/feat-coderd-add-user-latency-and-in…
mafredrib03cc29
fix windows test?
mafredriFile 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
243 changes: 243 additions & 0 deletionscoderd/apidoc/docs.go
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
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.