| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
RSLGTM as long as CI passes
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/54241 ✔ Done loading data for nodejs/node/pull/54241 ----------------------------------- PR info ------------------------------------ Title src: move some X509Certificate stuff to ncrypto (#54241) Author James M Snell <jasnell@gmail.com> (@jasnell) Branch jasnell:use-ncrypto-moar -> nodejs:main Labels crypto, c++, lib / src, author ready, dependencies Commits 10 - src: move some X509Certificate stuff to ncrypto - src: shift more crypto X509 to ncrypto - src: shift more x509 to ncrypto - src: shift more x509 to ncrypto - src: shift even more x509 to ncrypto - src: shift more x509 to ncrypto - src: fixup crypto linting after x509 changes - src: fixup includes after x509 changes - src: fixups after code review - src: address nits Committers 1 - James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 07 Aug 2024 04:58:43 GMT ✔ Approvals: 2 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/54241#pullrequestreview-2225624836 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/54241#pullrequestreview-2233450678 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-08-07T22:13:52Z: https://ci.nodejs.org/job/node-test-pull-request/60953/ - Querying data for job/node-test-pull-request/60953/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ 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 54241 From https://github.com/nodejs/node * branch refs/pull/54241/merge -> FETCH_HEAD ✔ Fetched commits as 624db509520a..083bad70e707 -------------------------------------------------------------------------------- [main 4aa5f71b56] src: move some X509Certificate stuff to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Mon Aug 5 16:24:51 2024 -0700 2 files changed, 43 insertions(+), 1 deletion(-) [main 8f81e293dd] src: shift more crypto X509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 19:28:20 2024 -0700 4 files changed, 103 insertions(+), 20 deletions(-) [main 9b78f096ba] src: shift more x509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 20:43:10 2024 -0700 4 files changed, 210 insertions(+), 69 deletions(-) [main 0e14dbdf2d] src: shift more x509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 21:12:59 2024 -0700 6 files changed, 125 insertions(+), 85 deletions(-) [main df19fced42] src: shift even more x509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 21:39:11 2024 -0700 4 files changed, 138 insertions(+), 96 deletions(-) [main 27eb278981] src: shift more x509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 21:54:26 2024 -0700 4 files changed, 48 insertions(+), 49 deletions(-) [main 6d166ebcb3] src: fixup crypto linting after x509 changes Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 21:55:02 2024 -0700 2 files changed, 45 insertions(+), 45 deletions(-) [main b268532cfd] src: fixup includes after x509 changes Author: James M Snell <jasnell@gmail.com> Date: Wed Aug 7 06:59:26 2024 -0700 4 files changed, 9 insertions(+), 14 deletions(-) [main 947f98a9f2] src: fixups after code review Author: James M Snell <jasnell@gmail.com> Date: Wed Aug 7 07:52:31 2024 -0700 1 file changed, 1 insertion(+), 3 deletions(-) [main 8272776189] src: address nits Author: James M Snell <jasnell@gmail.com> Date: Wed Aug 7 08:43:42 2024 -0700 2 files changed, 4 insertions(+), 4 deletions(-) ✔ Patches applied There are 10 commits in the PR. Attempting autorebase. Rebasing (2/20)https://github.com/nodejs/node/actions/runs/10357382875 |
Sorry, something went wrong.
PR-URL: #54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: nodejs/node#54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
| Back | FazBrowse Home | New Git URL |
Starting working on moving the core bits of X509Certificate to ncrypto... this is incomplete but it's a big set of changes so I'm splitting them up in to multiple chunks.