Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xerial/sbt-sonatype
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.16
Choose a base ref
...
head repository: xerial/sbt-sonatype
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.17
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 26, 2023

  1. Increase max retries to 1000 and disable the circuit breaker (#364)

    * Increase max retries to 1000
    
    100 is not enough for some slow Sonatype repository.
    
    This PR should fix #363
    
    * Disables the circuit breaker, because Sonatype can be down for a long time #363
    Atry authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b79a6af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd20d26 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    a903389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    507a241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4475ab4 View commit details
    Browse the repository at this point in the history
Loading