-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(query): add task dependencies/dependents #9190
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Skipped Deployments
|
1a1a286
to
c22a4b2
Compare
dc5d2c2
to
d1502eb
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @NicholasLYang and the rest of your teammates on Graphite |
aa2bc9a
to
b8216cd
Compare
db9293f
to
adb85f8
Compare
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.
looks good but we should update that integration test output
@@ -212,6 +212,6 @@ Run the query | |||
WARNING query command is experimental and may change in the future | |||
{ | |||
"data": { | |||
"version": "2.1.3-canary.2" |
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.
We should regex this so it won't fail when we update versions
adb85f8
to
ea55c51
Compare
Description
Adds
direct_dependencies
anddirect_dependents
fields toTask
Testing Instructions
Added some tests in
tests/query/task.t