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: arduino/libraries-repository-engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.5
Choose a base ref
...
head repository: arduino/libraries-repository-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.6
Choose a head ref
  • 5 commits
  • 111 files changed
  • 1 contributor

Commits on Dec 12, 2024

  1. Upgraded a lot of libraries

    cmaglie committed Dec 12, 2024
    Copy the full SHA
    bdf4d2d View commit details
  2. Fixed unit test

    It wasn't passing because the reference name had spaces in the string
    (creating invalid references). The updated git library has enforced
    stricter checks on the ref name.
    cmaglie committed Dec 12, 2024
    Copy the full SHA
    13b2e21 View commit details
  3. Copy the full SHA
    1eb6093 View commit details
  4. Fixed another unit test

    Branch creation now forces the use of at least one slash "/" for better
    branch self-description. This sound quite arbitrary from the go-git
    library, but that's how it is.
    cmaglie committed Dec 12, 2024
    Copy the full SHA
    02bcba1 View commit details
  5. Merge pull request #286 from arduino/upgrade_libs

    Upgraded a lot of libraries
    cmaglie authored Dec 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b038cc3 View commit details
Loading