-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
process: add custom dir support for heapsnapshot-signal #47854
Merged
Merged
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
nodejs-github-bot
added
needs-ci
PRs that need a full CI run.
process
Issues and PRs related to the process subsystem.
labels
May 4, 2023
MrJithil
changed the title
internal: add custom dir support for heapsnapshot-signal
[draft]internal: add custom dir support for heapsnapshot-signal
May 4, 2023
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
from
May 4, 2023 11:10
18d913b
to
577ffbd
Compare
MrJithil
changed the title
[draft]internal: add custom dir support for heapsnapshot-signal
internal: add custom dir support for heapsnapshot-signal
May 4, 2023
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
2 times, most recently
from
May 4, 2023 11:32
f6baa61
to
98cdeb0
Compare
joyeecheung
reviewed
May 4, 2023
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
from
May 5, 2023 03:52
98cdeb0
to
0cdc46f
Compare
jasnell
approved these changes
May 10, 2023
benjamingr
approved these changes
May 18, 2023
joyeecheung
reviewed
May 19, 2023
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
2 times, most recently
from
May 20, 2023 06:04
5bbc7b0
to
1410a68
Compare
MrJithil
changed the title
internal: add custom dir support for heapsnapshot-signal
process: add custom dir support for heapsnapshot-signal
May 20, 2023
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
from
May 20, 2023 06:16
1410a68
to
3ce5cac
Compare
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
2 times, most recently
from
May 21, 2023 03:48
10b4e01
to
5b1ce48
Compare
joyeecheung
reviewed
May 29, 2023
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
2 times, most recently
from
June 9, 2023 09:09
06676d9
to
3f01bc9
Compare
joyeecheung
approved these changes
Jun 10, 2023
This was referenced Jun 11, 2023
Ceres6
reviewed
Aug 14, 2023
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
2 times, most recently
from
August 22, 2023 09:10
067ee6e
to
4e39087
Compare
MrJithil
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
from
August 22, 2023 09:12
4e39087
to
08383f8
Compare
@benjamingr all issues resolved. Please try to land this sooner. Its opened on 4th May. |
Ceres6
reviewed
Aug 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't approve, but LGTM
ErickWendel
approved these changes
Sep 5, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ErickWendel
added
commit-queue
Add this label to land a pull request using GitHub Actions.
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
Sep 5, 2023
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Sep 5, 2023
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
Sep 5, 2023
Commit Queue failed- Loading data for nodejs/node/pull/47854 ✔ Done loading data for nodejs/node/pull/47854 ----------------------------------- PR info ------------------------------------ Title process: add custom dir support for heapsnapshot-signal (#47854) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch MrJithil:addCwdSupportOnHeapSnapshot -> nodejs:main Labels process, needs-ci Commits 1 - process: add custom dir support for heapsnapshot-signal Committers 1 - Jithil P Ponnan PR-URL: https://github.com/nodejs/node/pull/47854 Refs: https://github.com/nodejs/node/issues/47842 Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Joyee Cheung Reviewed-By: Erick Wendel ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/47854 Refs: https://github.com/nodejs/node/issues/47842 Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Joyee Cheung Reviewed-By: Erick Wendel -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 04 May 2023 09:50:48 GMT ✔ Approvals: 4 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/47854#pullrequestreview-1419757000 ✔ - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/47854#pullrequestreview-1432558181 ✔ - Joyee Cheung (@joyeecheung) (TSC): https://github.com/nodejs/node/pull/47854#pullrequestreview-1473519728 ✔ - Erick Wendel (@erickwendel): https://github.com/nodejs/node/pull/47854#pullrequestreview-1611054978 ✘ Last GitHub CI failed ℹ Last Full PR CI on 2023-09-05T13:31:34Z: https://ci.nodejs.org/job/node-test-pull-request/53742/ - Querying data for job/node-test-pull-request/53742/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6086313053 |
PR-URL: nodejs#47854 Refs: nodejs#47842 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Erick Wendel <erick.workspace@gmail.com>
Trott
force-pushed
the
addCwdSupportOnHeapSnapshot
branch
from
September 5, 2023 22:13
08383f8
to
5402185
Compare
Landed in 5402185 |
This was referenced Sep 6, 2023
This was referenced Sep 16, 2023
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
PR-URL: nodejs#47854 Refs: nodejs#47842 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Erick Wendel <erick.workspace@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
needs-ci
PRs that need a full CI run.
process
Issues and PRs related to the process subsystem.
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.
Ref: #47842