Skip to content
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: update reachability level from "no info" to "no path found" #1609

Merged
merged 3 commits into from
Feb 10, 2021

Conversation

darmalovan
Copy link

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

What does this PR do?

Some small improvements around reachability:

  • Update reachability level from "no info" to "no path found"
  • Add reachability to the Gradle help section
  • Only pass reachabilityTimeout flag is we pass the --reachable flag.

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

What are the relevant tickets?

https://snyksec.atlassian.net/browse/FLOW-613
https://snyksec.atlassian.net/browse/FLOW-589

Screenshots

Additional questions

@darmalovan darmalovan self-assigned this Feb 2, 2021
@darmalovan darmalovan requested review from a team as code owners February 2, 2021 16:35
@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2021

Expected release notes (by @darmalovan)

features:
update reachability level from "no info" to "no path found" (c3ff941)

fixes:
set reachable timeout only if we pass the --reachable flag (7b5a346)

others (will not be included in Semantic-Release notes):
add reachability to the gradle docs (d21a823)
cat snyk_latest API call to debug docker bundle install (9922197)

  • I hereby acknowledge these release notes are 🥙 AWESOME 🥙

@darmalovan
Copy link
Author

darmalovan commented Feb 9, 2021

Going to be merged tomorrow (10.2)

@@ -130,6 +130,16 @@ Below are flags that are influencing CLI behavior for specific projects, languag

- `--configuration-attributes`=<ATTRIBUTE>[,<ATTRIBUTE>]...:
Select certain values of configuration attributes to resolve the dependencies. E.g. `buildtype:release,usage:java-runtime`

- `--reachable`:
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this really only for gradle?

Copy link
Author

Choose a reason for hiding this comment

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

And maven (it's already there for maven)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants