-
-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: arduino/libraries-repository-engine
base: 1.1.0
head repository: arduino/libraries-repository-engine
compare: 1.1.1
- 20 commits
- 9 files changed
- 4 contributors
Commits on Oct 12, 2021
-
Add CI workflow to synchronize with shared repository labels
On every push that changes relevant files, and periodically, configure the repository's issue and pull request labels according to the universal, shared, and local label configuration files.
Configuration menu - View commit details
-
Copy full SHA for b60578d - Browse repository at this point
Copy the full SHA b60578dView commit details
Commits on Oct 20, 2021
-
Merge pull request #83 from per1234/sync-labels
Add CI workflow to synchronize with shared repository labels
Configuration menu - View commit details
-
Copy full SHA for 8af41ed - Browse repository at this point
Copy the full SHA 8af41edView commit details
Commits on Oct 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1124906 - Browse repository at this point
Copy the full SHA 1124906View commit details
Commits on Nov 15, 2021
-
Bump flake8 from 3.9.2 to 4.0.1
Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](PyCQA/flake8@3.9.2...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb9de7b - Browse repository at this point
Copy the full SHA cb9de7bView commit details -
Merge pull request #85 from arduino/dependabot/pip/flake8-4.0.1
Bump flake8 from 3.9.2 to 4.0.1
Configuration menu - View commit details
-
Copy full SHA for dc20e62 - Browse repository at this point
Copy the full SHA dc20e62View commit details -
Bump black from 21.9b0 to 21.10b0
Bumps [black](https://github.com/psf/black) from 21.9b0 to 21.10b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c89fc9 - Browse repository at this point
Copy the full SHA 9c89fc9View commit details -
Merge pull request #86 from arduino/dependabot/pip/black-21.10b0
Bump black from 21.9b0 to 21.10b0
Configuration menu - View commit details
-
Copy full SHA for e78e6d8 - Browse repository at this point
Copy the full SHA e78e6d8View commit details
Commits on Nov 17, 2021
-
Bump black from 21.10b0 to 21.11b0
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c30804c - Browse repository at this point
Copy the full SHA c30804cView commit details -
Merge pull request #87 from arduino/dependabot/pip/black-21.11b0
Bump black from 21.10b0 to 21.11b0
Configuration menu - View commit details
-
Copy full SHA for a83590c - Browse repository at this point
Copy the full SHA a83590cView commit details
Commits on Nov 18, 2021
-
Bump black from 21.11b0 to 21.11b1
Bumps [black](https://github.com/psf/black) from 21.11b0 to 21.11b1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41657a8 - Browse repository at this point
Copy the full SHA 41657a8View commit details -
Merge pull request #88 from arduino/dependabot/pip/black-21.11b1
Bump black from 21.11b0 to 21.11b1
Configuration menu - View commit details
-
Copy full SHA for 72f9623 - Browse repository at this point
Copy the full SHA 72f9623View commit details
Commits on Dec 6, 2021
-
Bump black from 21.11b1 to 21.12b0
Bumps [black](https://github.com/psf/black) from 21.11b1 to 21.12b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc3aea2 - Browse repository at this point
Copy the full SHA cc3aea2View commit details
Commits on Dec 7, 2021
-
Merge pull request #89 from arduino/dependabot/pip/black-21.12b0
Bump black from 21.11b1 to 21.12b0
Configuration menu - View commit details
-
Copy full SHA for 53e02d4 - Browse repository at this point
Copy the full SHA 53e02d4View commit details
Commits on Dec 20, 2021
-
Get reliable base ref for push-triggered "Compare Performance" workflow
The "Compare Performance" GitHub Actions workflow is intended to assist in the evaluation of performance impact of proposed changes to the tool. It does this by comparing the duration of a run of the engine at the head ref of the proposal against a base ref. In the case where the workflow is triggered by a `push` event from a commit, the base ref should be the parent commit. The previous approach of using the `github.event.before` context item was unreliable because this is set to the fake ref `0000000000000000000000000000000000000000` when there has not been a previous workflow run on the branch (as is the case when branch and commit are pushed from a local to the remote).
Configuration menu - View commit details
-
Copy full SHA for 3022f03 - Browse repository at this point
Copy the full SHA 3022f03View commit details -
Merge pull request #91 from per1234/fix-compare-performance-push-base
Get reliable base ref for push-triggered "Compare Performance" workflow
Configuration menu - View commit details
-
Copy full SHA for c62bc12 - Browse repository at this point
Copy the full SHA c62bc12View commit details -
Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43b410f - Browse repository at this point
Copy the full SHA 43b410fView commit details -
Merge pull request #90 from arduino/dependabot/go_modules/github.com/…
…spf13/cobra-1.3.0 Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
Configuration menu - View commit details
-
Copy full SHA for da50aa6 - Browse repository at this point
Copy the full SHA da50aa6View commit details -
Use major version ref of
carlosperate/download-file-action
The `carlosperate/download-file-action` action is used in the GitHub Actions workflows as a convenient way to download external resources. A major version ref has been added to that repository. It will always point to the latest release of the "1" major version series. This means it is no longer necessary to do a full pin of the action version in use as before. Use of the major version ref will cause the workflow to use a stable version of the action, while also benefiting from ongoing development to the action up until such time as a new major release of an action is made. At that time we would need to evaluate whether any changes to the workflow are required by the breaking change that triggered the major release before manually updating the major ref (e.g., uses: `carlosperate/download-file-action@v2`). I think this approach strikes the right balance between stability and maintainability for these workflows.
Configuration menu - View commit details
-
Copy full SHA for a26ede6 - Browse repository at this point
Copy the full SHA a26ede6View commit details
Commits on Dec 21, 2021
-
Merge pull request #93 from per1234/bump-download-file-action
Use major version ref of `carlosperate/download-file-action`
Configuration menu - View commit details
-
Copy full SHA for b4de072 - Browse repository at this point
Copy the full SHA b4de072View commit details
Commits on Jan 17, 2022
-
Merge pull request #84 from arduino/scerza/remove-dependency
Refactor code to remove old dependency
Configuration menu - View commit details
-
Copy full SHA for 49dc48b - Browse repository at this point
Copy the full SHA 49dc48bView 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 1.1.0...1.1.1