- Notifications
You must be signed in to change notification settings - Fork927
fix: allow workspace owners to view timings#15364
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Anyone with authz access to a workspace should be able to readtimings information of its builds.
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.
Were we running into an issue fetching the agents before?
Createdcoder/internal#194 for the test flake |
I am unsure? I was solving the timing issue linked in the PR description |
8024c1d
intomainUh oh!
There was an error while loading.Please reload this page.
Anyone with authz access to a workspace should be able to read timings information of its builds.
To do this without
AsSystemContext
would do an extra 4 db calls.Closes#15250