-
-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: arduino/pluggable-discovery-protocol-handler
base: v2.2.0
head repository: arduino/pluggable-discovery-protocol-handler
compare: v2.2.1
- 9 commits
- 10 files changed
- 3 contributors
Commits on Feb 13, 2024
-
Bump arduino/setup-task from 1 to 2
Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 1 to 2. - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](arduino/setup-task@v1...v2) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for af3c151 - Browse repository at this point
Copy the full SHA af3c151View commit details -
Merge pull request #47 from arduino/dependabot/github_actions/arduino…
…/setup-task-2 Bump arduino/setup-task from 1 to 2
Configuration menu - View commit details
-
Copy full SHA for 24fefb0 - Browse repository at this point
Copy the full SHA 24fefb0View commit details
Commits on Sep 3, 2024
-
Configure actions/upload-artifact action to upload required hidden files
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.
Configuration menu - View commit details
-
Copy full SHA for dfad58b - Browse repository at this point
Copy the full SHA dfad58bView commit details
Commits on Sep 4, 2024
-
Merge pull request #49 from per1234/include-hidden-files
Configure actions/upload-artifact action to upload required hidden files
Configuration menu - View commit details
-
Copy full SHA for 6ae82f5 - Browse repository at this point
Copy the full SHA 6ae82f5View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36c5780 - Browse repository at this point
Copy the full SHA 36c5780View commit details -
Configuration menu - View commit details
-
Copy full SHA for f305b10 - Browse repository at this point
Copy the full SHA f305b10View commit details -
Always report errors before closing the channel
Otherwise the call to: msg, err := disc.waitMessage(..) may return both msg and err as nil, breaking the contract.
Configuration menu - View commit details
-
Copy full SHA for 0369df2 - Browse repository at this point
Copy the full SHA 0369df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc38790 - Browse repository at this point
Copy the full SHA cc38790View commit details
Commits on Sep 18, 2024
-
Merge pull request #50 from arduino/fix_crashing_disc_handling
Fix panic when dealing with crashing discoveries
Configuration menu - View commit details
-
Copy full SHA for fbec7bc - Browse repository at this point
Copy the full SHA fbec7bcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...v2.2.1