Skip to content

fix graph command not working without experiment enabled#502

Merged
jakecoffman merged 2 commits intomainfrom
fix-graph-jobs-not-outputting
Sep 4, 2025
Merged

fix graph command not working without experiment enabled#502
jakecoffman merged 2 commits intomainfrom
fix-graph-jobs-not-outputting

Conversation

@jakecoffman
Copy link
Member

@jakecoffman jakecoffman commented Sep 2, 2025

With this change we can now see the jsonl output in stdout from this command:

dependabot graph go_modules dependabot/cli 2>/dev/null

Although it's a bit nicer to read if you use the -o flag to generate a smoke test:

dependabot graph go_modules dependabot/cli -o out.yml

I also removed the restriction in ecosystems. It's an experiment so if it doesn't work then it doesn't work 😄

@jakecoffman jakecoffman requested review from a team as code owners September 2, 2025 17:06
honeyankit
honeyankit previously approved these changes Sep 2, 2025
Comment on lines -17 to -21
var graphSupportedEcosystems = []string{
"bundler",
"go_modules",
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 - this no longer makes sense to restrict as you say, I'm in queue to merge the new version of the experiment which means most ecosystems will now have a base-line capability vs the previous approach where we had to do enabling work.

@jakecoffman jakecoffman added this pull request to the merge queue Sep 4, 2025
Merged via the queue into main with commit 97480a2 Sep 4, 2025
83 of 84 checks passed
@jakecoffman jakecoffman deleted the fix-graph-jobs-not-outputting branch September 4, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants