- Notifications
You must be signed in to change notification settings - Fork914
chore: add db query to retrieve workspaces & their agents#14792
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
chore: add db query to retrieve workspaces & their agents#14792
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ethanndickson commentedSep 25, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This stack of pull requests is managed by Graphite.Learn more about stacking. Join@ethanndickson and the rest of your teammates on |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
6e44f26
to97ac5bc
Compare@@ -28,6 +28,9 @@ sql: | |||
emit_enum_valid_method: true | |||
emit_all_enum_values: true | |||
overrides: | |||
- db_type: "agent_name_pair" | |||
go_type: | |||
type: "AgentIDNamePair" |
ethanndicksonSep 26, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Required due tosqlc-dev/sqlc#2760
aacd023
to22985f7
Comparedb04bcf
to50f874c
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
2bc6e69
to54cbfaf
CompareMeticulous was unable to execute a test run for this PR because the most recent commit is associated with multiple PRs. To execute a test run, please try pushing up a new commit that is only associated with this PR. Last updated for commit701c1b6. This comment will update as new commits are pushed. |
701c1b6
tobad5418
Compare54cbfaf
toaad36cf
Comparebad5418
toc5c1316
Compareaad36cf
tob5f7529
Compareaafb31a
to21fa63c
Compare31a3d36
tof6d811f
Comparecfa32d5
to3a95c19
Comparef6d811f
to85d80ad
Compare3a95c19
to22db890
Compare85d80ad
todd207ef
Compare22db890
toc55e54b
Comparedd207ef
to03379ee
Comparec55e54b
to45225e4
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
03379ee
to9dfa2af
Comparee05b286
toa45a43c
Compare9dfa2af
toea1ef09
Comparea45a43c
to744633f
Compare744633f
to54ceea2
Compareea1ef09
to31506e6
Compare54ceea2
to8be52ed
Comparef941e78
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Second PR for#14716.
Adds a query that, given a user ID, returns all the workspaces they own, that can also be
ActionRead
by the requesting user.JobStatus
andTransition
are set using the latest build/job of the workspace. Deleted workspaces are not included.