-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: bufbuild/buf-action
base: v1.0.2
head repository: bufbuild/buf-action
compare: v1.0.3
- 13 commits
- 17 files changed
- 6 contributors
Commits on Oct 19, 2024
-
Improve the documentation for migrating from the individual actions. --------- Co-authored-by: Nick Snyder <nsnyder@buf.build>
Configuration menu - View commit details
-
Copy full SHA for 7997a8a - Browse repository at this point
Copy the full SHA 7997a8aView commit details
Commits on Nov 5, 2024
-
Set debug when the action is using debug logging (#78)
Inherits the debug condition from the action to enable running of commands with `--debug` flag set. This is preferred over an explicit `debug` parameter to avoid churn in changing the config. Closes #77
Configuration menu - View commit details
-
Copy full SHA for d5697c6 - Browse repository at this point
Copy the full SHA d5697c6View commit details
Commits on Jan 6, 2025
-
Update license year range (#84)
Update license year range to include 2025.
Configuration menu - View commit details
-
Copy full SHA for 14204a6 - Browse repository at this point
Copy the full SHA 14204a6View commit details
Commits on Jan 29, 2025
-
Bump undici from 5.28.4 to 5.28.5 (#85)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v5.28.5</h2> <h1>
⚠️ Security Release⚠️ </h1> <p>Fixes CVE CVE-2025-22150 <a href="https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975">https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975</a> (embargoed until 22-01-2025).</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5">https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/6139ed2e0c787853243de58ef7c4301b26ca66f2"><code>6139ed2</code></a> Bumped v5.28.5</li> <li><a href="https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0"><code>711e207</code></a> Backport of c2d78cd</li> <li>See full diff in <a href="https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bufbuild/buf-action/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Snyder <nsnyder@buf.build>Configuration menu - View commit details
-
Copy full SHA for 28a3930 - Browse repository at this point
Copy the full SHA 28a3930View commit details -
Set --source-control-url on push (#86)
This ensures push will work on enterprise GitHub instances that have arbitrary URLs. --------- Co-authored-by: Doria Keung <doria.keung@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c536ef2 - Browse repository at this point
Copy the full SHA c536ef2View commit details -
Add dependabot config for NPM packages (#87)
This adds dependabot config to ensure the action deps are maintained.
Configuration menu - View commit details
-
Copy full SHA for 6a513b7 - Browse repository at this point
Copy the full SHA 6a513b7View commit details -
``` npm install @buf/bufbuild_registry.connectrpc_es@1.6.1-20250116203702-1c024d64352b.2 @connectrpc/connect@1.6.1 @connectrpc/connect-web@1.6.1 ```
Configuration menu - View commit details
-
Copy full SHA for 07804ce - Browse repository at this point
Copy the full SHA 07804ceView commit details -
Run the migration, fixed the package lock file dependencies.
Configuration menu - View commit details
-
Copy full SHA for 2763af3 - Browse repository at this point
Copy the full SHA 2763af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051d8dc - Browse repository at this point
Copy the full SHA 051d8dcView commit details -
Cleanup removed action input username (#97)
This was removed before 1.0, causing warning in test output.
Configuration menu - View commit details
-
Copy full SHA for e454471 - Browse repository at this point
Copy the full SHA e454471View commit details -
Co-authored-by: Edward McFarlane <emcfarlane@buf.build>
Configuration menu - View commit details
-
Copy full SHA for c31d515 - Browse repository at this point
Copy the full SHA c31d515View commit details -
Rebuild on dependabot updates (#96)
To allow dependabot to upgrade deps, run an action to rebuild after the package updates. Based on dependabot/dependabot-core#5962 (comment)
Configuration menu - View commit details
-
Copy full SHA for 3b9e8a6 - Browse repository at this point
Copy the full SHA 3b9e8a6View commit details -
Below is the draft release notes: ## What's Changed * Add migration guide doc by @emcfarlane in #74 * Set --debug when the action is using debug logging by @emcfarlane in #78 * Set --source-control-url on push so that the push action now works by default on enterprise GitHub instances by @nicksnyder in #86 ## New Contributors * @doriable made their first contribution in #98 **Full Changelog**: v1.0.2...v1.0.3
Configuration menu - View commit details
-
Copy full SHA for b46cbc0 - Browse repository at this point
Copy the full SHA b46cbc0View 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 v1.0.2...v1.0.3