-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
module: use amaro default transform values #54517
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review requested:
|
nodejs-github-bot
added
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
labels
Aug 23, 2024
RedYetiDev
added
blocked
PRs that are blocked by other issues or PRs.
strip-types
Issues or PRs related to strip-types support
labels
Aug 23, 2024
I've added the blocked label, as this can't land until nodejs/amaro#71 does in #54520 |
benjamingr
approved these changes
Aug 23, 2024
marco-ippolito
force-pushed
the
use-amaro-defaults
branch
from
August 26, 2024 06:42
740d460
to
0365c1a
Compare
marco-ippolito
added
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Aug 26, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Aug 26, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54517 +/- ##
==========================================
- Coverage 87.33% 87.32% -0.02%
==========================================
Files 649 649
Lines 182626 182622 -4
Branches 35041 35037 -4
==========================================
- Hits 159503 159479 -24
- Misses 16394 16411 +17
- Partials 6729 6732 +3
|
marco-ippolito
added
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
Aug 27, 2024
ShogunPanda
approved these changes
Aug 27, 2024
marco-ippolito
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Aug 27, 2024
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
Aug 27, 2024
Commit Queue failed- Loading data for nodejs/node/pull/54517 ✔ Done loading data for nodejs/node/pull/54517 ----------------------------------- PR info ------------------------------------ Title module: use amaro default transform values (#54517) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch marco-ippolito:use-amaro-defaults -> nodejs:main Labels module, author ready, needs-ci, strip-types Commits 1 - module: use amaro default transform values Committers 1 - Marco Ippolito <marcoippolito54@gmail.com> PR-URL: https://github.com/nodejs/node/pull/54517 Fixes: https://github.com/nodejs/node/issues/54514 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54517 Fixes: https://github.com/nodejs/node/issues/54514 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 23 Aug 2024 08:02:56 GMT ✔ Approvals: 2 ✔ - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/54517#pullrequestreview-2257588131 ✔ - Paolo Insogna (@ShogunPanda) (TSC): https://github.com/nodejs/node/pull/54517#pullrequestreview-2263527893 ✘ Last GitHub CI failed ℹ Last Full PR CI on 2024-08-27T11:46:10Z: https://ci.nodejs.org/job/node-test-pull-request/61542/ - Querying data for job/node-test-pull-request/61542/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10580234930 |
marco-ippolito
removed
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Aug 27, 2024
Landed in 5e6aab0 |
Merged
targos
added
the
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
label
Sep 22, 2024
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
PR-URL: nodejs#54517 Fixes: nodejs#54514 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
strip-types
Issues or PRs related to strip-types support
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #54514
Moves the configuration of transformation into amaro but can always be override by node.
@nodejs/typescript