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: coursier/publish
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: coursier/publish
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.6
Choose a head ref
  • 9 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 15, 2023

  1. Update .gitignore

    MaciejG604 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cc61707 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    64d54d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Bump coursier/setup-action from 1.2.1 to 1.3.0 (#11)

    Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/coursier/setup-action/releases)
    - [Commits](coursier/setup-action@v1.2.1...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: coursier/setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0dfa0b8 View commit details
    Browse the repository at this point in the history
  2. Bump coursier/cache-action from 6.3 to 6.4 (#12)

    Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.3 to 6.4.
    - [Release notes](https://github.com/coursier/cache-action/releases)
    - [Commits](coursier/cache-action@v6.3...v6.4)
    
    ---
    updated-dependencies:
    - dependency-name: coursier/cache-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    adc4b5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from MaciejG604/fix-NPE-from-error-stream

    Fix npe from error stream
    alexarchambault authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    26f4f9c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    0ee441b View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3 to 4 (#19)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8a69105 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Make staging repository operations retry on failure (#17)

    * Make staging repository operations retry on failure
    
    * Minimize diff
    
    * Keep the former HttpClientUtil.create signature
    
    So that it still throws when something goes wrong, and users aren't
    surprised with the new behavior of createResponse
    
    * Increase duration between attempts via exponential smoothing
    
    * Fix package name
    
    * fixup Increase duration between attempts via exponential smoothing
    
    * fixup Fix package name
    
    ---------
    
    Co-authored-by: Alexandre Archambault <[email protected]>
    MaciejG604 and alexarchambault authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0c9373d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Add timeout configuration (#21)

    * Add timeout configuration to HttpURLConnectionUpload
    
    * NIT: ignore scala-cli directory
    MaciejG604 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cde8475 View commit details
    Browse the repository at this point in the history
Loading