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: nodejs/node-core-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.0
Choose a base ref
...
head repository: nodejs/node-core-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.12.0
Choose a head ref
  • 9 commits
  • 26 files changed
  • 4 contributors

Commits on Mar 1, 2025

  1. fix(git-node): check the tag signature and not the commit one (#907)

    During release promotion, we want to verify the tag is signed with one
    of the releasers' key. The commit can be signed with a different
    signature (e.g. the bot's, or a soon-to-be releaser).
    aduh95 authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    f6dda1c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

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

Commits on Mar 20, 2025

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

Commits on Mar 28, 2025

  1. Revert "feat(ncu-ci): check for request-ci label (#806)"

    This reverts commit 6cc2b1a.
    aduh95 committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    f073737 View commit details
    Browse the repository at this point in the history
  2. feat(ncu-ci): pass COMMIT_SHA_CHECK via --certify-safe (#911)

    Changes have been made on Jenkins side, tip of the PR head must be sent
    to Jenkins in order to start a PR. This commit adapts ncu-ci CLI to pass
    that information – or get the SHA from the latest review if not passed.
    aduh95 committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    646e7e2 View commit details
    Browse the repository at this point in the history
  3. fix(git-node): do not rely on commit date (#911)

    ...to display commits pushed since last approving review. It would only
    matter if time on the comitter machine is very different from GitHub's
    own time.
    That allows us to skip quering for `timelineItems`.
    aduh95 committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    cdf482f View commit details
    Browse the repository at this point in the history
  4. fix(git-node): prepare_release resilient checkout (#882)

    In `git node release --prepare` when checking out a new proposal branch
    make sure it's also possible to update an already existing branch of
    that same name instead of failing and terminating the automation.
    ruyadorno authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    5ac7927 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5ce5f7 View commit details
    Browse the repository at this point in the history
Loading