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/coursier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.22
Choose a base ref
...
head repository: coursier/coursier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.23
Choose a head ref
  • 13 commits
  • 38 files changed
  • 2 contributors

Commits on Dec 17, 2024

  1. Revert "Resume release"

    This reverts commit 3a56e26.
    alexarchambault committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    8afcaa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Add async profiler options to launch command (#3192)

    Use like
    
        $ cs launch org:name:ver --flame-graph flamegraph.html -- …app options…
        $ cs launch org:name:ver --async-profiler --async-profiler-opt start,event=cpu,flamegraph,file=flamegraph.html -- …app options…
    alexarchambault authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    5ea4aa4 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Configuration menu
    Copy the full SHA
    a2add33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497cc8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e8b27 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3197 from alexarchambault/default-runtime

    Default to runtime config rather than compile for Ivy deps
    alexarchambault authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    cef0f66 View commit details
    Browse the repository at this point in the history
  5. Tweak tests

    alexarchambault committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    e6fd29f View commit details
    Browse the repository at this point in the history
  6. Add extra test

    alexarchambault committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    429ffcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47d51a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9669bf6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9d7ae3 View commit details
    Browse the repository at this point in the history
  10. Small optimization

    alexarchambault committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    075e5fa View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3193 from alexarchambault/dep-mgmt-optim

    Optimize BOM handling
    alexarchambault authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    495075a View commit details
    Browse the repository at this point in the history
Loading