-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: arduino-libraries/Arduino_DebugUtils
base: 1.1.0
head repository: arduino-libraries/Arduino_DebugUtils
compare: 1.2.0
Commits on Apr 11, 2021
-
Configure Dependabot to check for outdated actions used in workflows
Dependabot will periodically check the versions of all actions used in the repository's workflows. If any are found to be outdated, it will submit a pull request to update them. NOTE: Dependabot's PRs will sometimes try to pin to the patch version of the action (e.g., updating `uses: foo/bar@v1` to `uses: foo/bar@v2.3.4`). When the action author has provided a major version ref, use that instead (e.g., `uses: foo/bar@v2`). Dependabot will automatically close its PR once the workflow has been updated. More information: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
Configuration menu - View commit details
-
Copy full SHA for d4c9714 - Browse repository at this point
Copy the full SHA d4c9714View commit details -
Update CI workflow to check for commonly misspelled words
On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly misspelled words. In the event of a false positive, the problematic word should be added, in all lowercase, to the ignore-words-list field of ./.codespellrc. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignore list. The ignore list is comma-separated with no spaces.
Configuration menu - View commit details
-
Copy full SHA for 6b42a95 - Browse repository at this point
Copy the full SHA 6b42a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd56e62 - Browse repository at this point
Copy the full SHA fd56e62View commit details -
Add CI workflow to do Arduino project-specific linting
On every push, pull request, and periodically, run Arduino Lint to check for common problems not related to the project code.
Configuration menu - View commit details
-
Copy full SHA for 9967a0f - Browse repository at this point
Copy the full SHA 9967a0fView commit details
Commits on Apr 12, 2021
-
Update "smoke test" examples compilation CI workflow
On every push or pull request that affects library source or example files, and periodically, compile all example sketches for the specified boards.
Configuration menu - View commit details
-
Copy full SHA for 5782bb6 - Browse repository at this point
Copy the full SHA 5782bb6View commit details -
Report changes in memory usage that would result from merging a PR
On creation or commit to a pull request, a report of the resulting change in memory usage of the examples will be commented to the PR thread.
Configuration menu - View commit details
-
Copy full SHA for d5471eb - Browse repository at this point
Copy the full SHA d5471ebView commit details -
Merge pull request #10 from per1234/ci
Modernize continuous integration system
Configuration menu - View commit details
-
Copy full SHA for b03ae2e - Browse repository at this point
Copy the full SHA b03ae2eView commit details
Commits on Jun 30, 2021
-
Fix: va_start(va_list ap, paramN) needs to be parametrized with the l…
…atest named parameter in the parameter list. (#13)
Configuration menu - View commit details
-
Copy full SHA for adc39b3 - Browse repository at this point
Copy the full SHA adc39b3View commit details
Commits on Jan 10, 2022
-
Add GitHub Actions workflow to synchronize with shared repository lab…
…els (#16) 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 f84108b - Browse repository at this point
Copy the full SHA f84108bView commit details
Commits on Feb 18, 2022
-
add "newlineOn" and "newlineOff" methods
john committedFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 270c73e - Browse repository at this point
Copy the full SHA 270c73eView commit details
Commits on Feb 21, 2022
-
Merge pull request #18 from whyameye/master
add "newlineOn" and "newlineOff" methods
Configuration menu - View commit details
-
Copy full SHA for d49fb9b - Browse repository at this point
Copy the full SHA d49fb9bView commit details
Commits on Mar 2, 2022
-
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout 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 05eda1a - Browse repository at this point
Copy the full SHA 05eda1aView commit details -
Merge pull request #19 from arduino-libraries/dependabot/github_actio…
…ns/actions/checkout-3 Bump actions/checkout from 2 to 3
Configuration menu - View commit details
-
Copy full SHA for 9692324 - Browse repository at this point
Copy the full SHA 9692324View commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6300e09 - Browse repository at this point
Copy the full SHA 6300e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3038b - Browse repository at this point
Copy the full SHA 0f3038bView commit details
Commits on Mar 21, 2022
-
Merge pull request #20 from abhaybd/master
Remove hardcoded line length limit
Configuration menu - View commit details
-
Copy full SHA for 7d284fa - Browse repository at this point
Copy the full SHA 7d284faView commit details
Commits on Apr 11, 2022
-
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact 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 941538f - Browse repository at this point
Copy the full SHA 941538fView commit details -
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact 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 d7f602c - Browse repository at this point
Copy the full SHA d7f602cView commit details -
Merge pull request #22 from arduino-libraries/dependabot/github_actio…
…ns/actions/upload-artifact-3 Bump actions/upload-artifact from 2 to 3
Configuration menu - View commit details
-
Copy full SHA for 5e97b4c - Browse repository at this point
Copy the full SHA 5e97b4cView commit details -
Merge pull request #21 from arduino-libraries/dependabot/github_actio…
…ns/actions/download-artifact-3 Bump actions/download-artifact from 2 to 3
Configuration menu - View commit details
-
Copy full SHA for 688aca2 - Browse repository at this point
Copy the full SHA 688aca2View commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 11c1385 - Browse repository at this point
Copy the full SHA 11c1385View commit details
There are no files selected for viewing
This file was deleted.