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

Update sgp to v0.15.2 #1188

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Update sgp to v0.15.2 #1188

merged 1 commit into from
Jan 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.slack.gradle.root 0.15.0 -> 0.15.2 age adoption passing confidence
com.slack.gradle.base 0.15.0 -> 0.15.2 age adoption passing confidence

Release Notes

slackhq/slack-gradle-plugin (com.slack.gradle.root)

v0.15.2

2024-01-11

  • New: Promote PropertyResolver to public API.

  • New: Skippy logic is now distributed as a separate, non-gradle-specific artifact under com.slack.gradle:skippy. This also includes a CLI that can be run as an alternative to the gradle task. Note this requires serialized dependency graph and androidTest projects to be pre-computed. THe config must be in a static JSON file. See the docs on ComputeAffectedProjectsCli.

    Usage: compute-affected-projects-cli [<options>]
    
      Computes affected projects and writes output files to an output directory.
    
    Options:
      --debug                    Enable debug logging.
      --merge-outputs            Merge outputs from all configs into a single
                                 /merged dir.
      --config=<path>            Path to a config file that contains a mapping of
                                 tool names to SkippyConfig objects.
      --parallel                 Compute affected projects in parallel.
      --changed-files=<path>     A relative (to the repo root) path to a
                                 changed_files.txt that contains a
                                 newline-delimited list of changed files. This is
                                 usually computed from a GitHub PR's changed files.
      -o, --outputs-dir=<path>   Output directory for skippy outputs.
      --root-dir=<path>          Root repo directory. Used to compute relative
                                 paths.
      --dependency-graph=<path>  Path to a serialized dependency graph file.
      --android-test-project-paths=<path>
                                 Path to a file that contains a newline-delimited
                                 list of project paths that produce androidTest
                                 APKs.
      -h, --help                 Show this message and exit
    
  • Enhancement: Split out separate cacheable generateDependencyGraph and generateAndroidTestProjects tasks from ComputeAffectedProjectsTask. This allows for more fine-grained caching and parallelization.

An example flow of the last two bullets can look like so:

v0.15.1

2024-01-09

  • Misc small fixes to the new artifact publishing internals released in 0.15.0.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update sgp to v0.15.0 Update sgp to v0.15.0 - autoclosed Jan 5, 2024
@renovate renovate bot closed this Jan 5, 2024
@renovate renovate bot deleted the renovate/sgp branch January 5, 2024 21:18
@renovate renovate bot restored the renovate/sgp branch January 9, 2024 23:10
@renovate renovate bot changed the title Update sgp to v0.15.0 - autoclosed Update sgp to v0.15.0 Jan 9, 2024
@renovate renovate bot reopened this Jan 9, 2024
@renovate renovate bot changed the title Update sgp to v0.15.0 Update sgp to v0.15.1 Jan 9, 2024
@renovate renovate bot changed the title Update sgp to v0.15.1 Update sgp to v0.15.2 Jan 12, 2024
@ZacSweers ZacSweers merged commit 3b21857 into main Jan 14, 2024
2 checks passed
@ZacSweers ZacSweers deleted the renovate/sgp branch January 14, 2024 04:27
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.

1 participant