-
Notifications
You must be signed in to change notification settings - Fork 881
feat(coderd/database): use template_usage_stats
in GetTemplateInsights
query
#12666
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
Conversation
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
This was referenced Mar 19, 2024
Merged
Closed
6364b79
to
dcc3811
Compare
45217ba
to
3651195
Compare
johnstcn
approved these changes
Mar 20, 2024
dcc3811
to
7fc6fb5
Compare
3651195
to
454f328
Compare
mtojek
approved these changes
Mar 20, 2024
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.
Nothing concerning here
7fc6fb5
to
91fb8e4
Compare
454f328
to
1e05111
Compare
b915c4c
to
a083bc9
Compare
b9c85a5
to
2d7344a
Compare
a083bc9
to
97c9a10
Compare
2d7344a
to
3b66bab
Compare
97c9a10
to
a9d5ab0
Compare
3b66bab
to
dbe21aa
Compare
a9d5ab0
to
f2200fb
Compare
dbe21aa
to
b499ab2
Compare
mafredri
commented
Mar 20, 2024
"template_ids": [ | ||
"00000000-0000-0000-0000-000000000002" | ||
], | ||
"template_ids": [], |
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.
These template ID changes in app usage is due to improved correctness.
f2200fb
to
3101fba
Compare
b499ab2
to
b208047
Compare
3101fba
to
c9bd6af
Compare
b208047
to
4da99d8
Compare
c9bd6af
to
c08f934
Compare
4da99d8
to
33c681f
Compare
c08f934
to
22f614e
Compare
33c681f
to
5c7ed09
Compare
22f614e
to
0f423a2
Compare
5c7ed09
to
7e229d3
Compare
0f423a2
to
60d812d
Compare
7e229d3
to
b46a8e0
Compare
da902a8
to
9c2d085
Compare
b46a8e0
to
87ab396
Compare
Base automatically changed from
mafredri/fix-insights-tests-after-refactor
to
main
March 22, 2024 18:18
GetTemplateInsights
to use template_usage_stats
template_usage_stats
in GetTemplateInsights
query
87ab396
to
49acc52
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates the
GetTemplateInsights
query to use rolled uptemplate_usage_stats
instead of raw agent and app stats.