| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This commit does a few related things: 1. Bumps the minimum version for cli config parsing to 2.10.6 2. Ensures that if cli config parsing is enabled, then remove repos are _not_ downloaded by the action. It happens in the CLI. 3. Passes the `--external-repository-token-stdin` option to the CLI and passes the appropriate token via stdin if cli config parsing is enabled.
|
Failing test is because the cached version of the cli is too old to be using cli config parsing now, so the cli config files are not generated. The test will start passing when the cached version becomes 2.11.6. |
Sorry, something went wrong.
|
@henrymercer, I think you are the one with the most background to review. Can you take a look? |
Sorry, something went wrong.
There was a problem hiding this comment.
A few minor comments, but this looks generally good to me 👍
Sorry, something went wrong.
|
Failures due to using a kotlin version that is too new. Updating the base branch should fix it. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This commit does a few related things:
are not downloaded by the action. It happens in the CLI.
and passes the appropriate token via stdin if cli config parsing is
enabled.
See the linked, internal PR for the integration test associated with this change.
Merge / deployment checklist