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/arduino-cloud-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.5
Choose a base ref
...
head repository: arduino/arduino-cloud-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 97 files changed
  • 3 contributors

Commits on Aug 28, 2024

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

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    d2e36f7 View commit details
    Browse the repository at this point in the history
  2. Configure actions/upload-artifact action to upload required hidden fi…

    …les (#163)
    
    A breaking change was made in the 3.2.1 release of the "actions/upload-artifact" action, without doing a major version
    bump as would be done in a responsibly maintained project. The action now defaults to not uploading "hidden" files.
    
    This project's "Check Go Dependencies" workflow uses the "Licensed" tool to check for incompatible dependency licenses.
    The dependencies license metadata cache used by Licensed is stored in a folder named `.licensed`.
    
    In order to facilitate updates, the workflow uploads the generated dependencies license metadata cache as a workflow
    artifact when the current cache is found to be outdated.
    
    The `.` at the start of the `.licensed` folder name causes it to now not be uploaded to the workflow artifact. In order
    to catch such problems, the workflow configures the "actions/upload-artifact" action to fail if no files were uploaded.
    So in addition to not uploading the artifact, the change in the "actions/upload-artifact" action's behavior also
    resulted in the workflow runs failing:
    
    Error: No files were found with the provided path: .licenses/. No artifacts will be uploaded.
    
    The problem is fixed by disabling the "actions/upload-artifact" action's new behavior via the `include-hidden-files`
    input. After this change, the workflow can once more upload the dependencies license metadata cache to a workflow
    artifact as needed.
    
    Co-authored-by: Marco Colombo <[email protected]>
    per1234 and rjtokenring authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f3a3f24 View commit details
    Browse the repository at this point in the history
  3. Fix MacOS release (#166)

    rjtokenring authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    69736b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0229c3f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Updated a bunch of libraries (#168)

    * Updated a bunch of libraries
    
    * Upgrade go version to 1.23
    
    * Upgrade go.bug.st/serial
    
    * Updated mockery test
    
    * Updated arduino-cli again to remove other deps
    
    in particular to board-discovery that had a link to the really old go.bug.st/serial.v1.
    cmaglie authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5a10fda View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    1df3c46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0958ad8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fe9244 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1580ab View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Updating CA to V2 (#173)

    rjtokenring authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    fb9f403 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    88de618 View commit details
    Browse the repository at this point in the history
Loading