Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: standardize update-llhttp.sh #47198

Merged

Conversation

marco-ippolito
Copy link
Member

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/actions
  • @nodejs/tsc

@nodejs-github-bot nodejs-github-bot added meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory. labels Mar 21, 2023
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@bnb bnb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM from Actions POV

@marco-ippolito marco-ippolito added the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 25, 2023
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Mar 25, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/47198
✔  Done loading data for nodejs/node/pull/47198
----------------------------------- PR info ------------------------------------
Title      tools: standardize update-llhttp.sh (#47198)
Author     Marco Ippolito  (@marco-ippolito)
Branch     marco-ippolito:feat/standardize-llhttp-update -> nodejs:main
Labels     meta, tools
Commits    2
 - tools: standardize update-llhttp.sh
 - fix: typo
Committers 1
 - Marco Ippolito 
PR-URL: https://github.com/nodejs/node/pull/47198
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Matteo Collina 
Reviewed-By: Paolo Insogna 
Reviewed-By: Tierney Cyren 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/47198
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Matteo Collina 
Reviewed-By: Paolo Insogna 
Reviewed-By: Tierney Cyren 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Tue, 21 Mar 2023 17:24:29 GMT
   ✔  Approvals: 4
   ✔  - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/47198#pullrequestreview-1351779806
   ✔  - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/47198#pullrequestreview-1351979023
   ✔  - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/47198#pullrequestreview-1353636823
   ✔  - Tierney Cyren (@bnb): https://github.com/nodejs/node/pull/47198#pullrequestreview-1354580951
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
✔  origin/main is now up-to-date
- Downloading patch for 47198
From https://github.com/nodejs/node
 * branch                  refs/pull/47198/merge -> FETCH_HEAD
✔  Fetched commits as 06c91af1b472..60ddbed925e1
--------------------------------------------------------------------------------
Auto-merging .github/workflows/tools.yml
[main 17bec4b05a] tools: standardize update-llhttp.sh
 Author: Marco Ippolito 
 Date: Tue Mar 21 18:23:17 2023 +0100
 4 files changed, 88 insertions(+), 73 deletions(-)
 create mode 100755 tools/dep_updaters/update-llhttp.sh
 delete mode 100755 tools/update-llhttp.sh
[main d50c13703e] fix: typo
 Author: Marco Ippolito 
 Date: Tue Mar 21 18:24:23 2023 +0100
 1 file changed, 1 insertion(+), 1 deletion(-)
   ✔  Patches applied
There are 2 commits in the PR. Attempting autorebase.
Rebasing (2/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
tools: standardize update-llhttp.sh

PR-URL: #47198
Refs: nodejs/security-wg#828
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Paolo Insogna paolo@cowtech.it
Reviewed-By: Tierney Cyren hello@bnb.im

[detached HEAD 2a98cb71d2] tools: standardize update-llhttp.sh
Author: Marco Ippolito marcoippolito54@gmail.com
Date: Tue Mar 21 18:23:17 2023 +0100
4 files changed, 88 insertions(+), 73 deletions(-)
create mode 100755 tools/dep_updaters/update-llhttp.sh
delete mode 100755 tools/update-llhttp.sh
Rebasing (3/4)
Rebasing (4/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
fix: typo

PR-URL: #47198
Refs: nodejs/security-wg#828
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Paolo Insogna paolo@cowtech.it
Reviewed-By: Tierney Cyren hello@bnb.im

[detached HEAD bdcaca97b1] fix: typo
Author: Marco Ippolito marcoippolito54@gmail.com
Date: Tue Mar 21 18:24:23 2023 +0100
1 file changed, 1 insertion(+), 1 deletion(-)

Successfully rebased and updated refs/heads/main.

ℹ Add commit-queue-squash label to land the PR as one commit, or commit-queue-rebase to land as separate commits.

https://github.com/nodejs/node/actions/runs/4519237917

@marco-ippolito marco-ippolito added commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Mar 25, 2023
@RafaelGSS RafaelGSS added the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 25, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 25, 2023
@nodejs-github-bot nodejs-github-bot merged commit 38b6ecc into nodejs:main Mar 25, 2023
37 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 38b6ecc

RafaelGSS pushed a commit that referenced this pull request Apr 5, 2023
PR-URL: #47198
Refs: nodejs/security-wg#828
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Tierney Cyren <hello@bnb.im>
@RafaelGSS RafaelGSS mentioned this pull request Apr 6, 2023
RafaelGSS pushed a commit that referenced this pull request Apr 6, 2023
PR-URL: #47198
Refs: nodejs/security-wg#828
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Tierney Cyren <hello@bnb.im>
RafaelGSS pushed a commit that referenced this pull request Apr 7, 2023
PR-URL: #47198
Refs: nodejs/security-wg#828
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Tierney Cyren <hello@bnb.im>
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
PR-URL: #47198
Refs: nodejs/security-wg#828
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants