{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":37868459,"defaultBranch":"main","name":"node","ownerLogin":"jasnell","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-06-22T17:01:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/439929?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724976386.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"b0c33c688df3aaa8fee24c542a29290a2361bc80","ref":"refs/heads/ncrypto-kdf","pushedAt":"2024-08-30T00:06:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: linting cleanups with crypto changes","shortMessageHtmlLink":"src: linting cleanups with crypto changes"}},{"before":"71a5123939a89cc47a85eb3e967ba0e61a4dad48","after":"ae9c91db75650bf2d62581e8dfa8f5f582fcaab5","ref":"refs/heads/use-test-in-test-abortsignal-cloneable","pushedAt":"2024-08-29T18:54:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"test: update test-abortsignal-cloneable to use node:test","shortMessageHtmlLink":"test: update test-abortsignal-cloneable to use node:test"}},{"before":"5bbb6120bfe1322140c86ee65b1041cef07a3073","after":"71a5123939a89cc47a85eb3e967ba0e61a4dad48","ref":"refs/heads/use-test-in-test-abortsignal-cloneable","pushedAt":"2024-08-29T18:42:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"test: update test-abortsignal-cloneable to use node:test","shortMessageHtmlLink":"test: update test-abortsignal-cloneable to use node:test"}},{"before":"d813634424fb9afeed0feae2e9d99ac7daab5af9","after":"ff5ef7083dc23969219bdb7e412ffd5388783a25","ref":"refs/heads/main","pushedAt":"2024-08-29T00:49:02.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: add JS APIs for compile cache and NODE_DISABLE_COMPILE_CACHE\n\nThis patch adds the following API for tools to enable compile\ncache dynamically and query its status.\n\n- module.enableCompileCache(cacheDir)\n- module.getCompileCacheDir()\n\nIn addition this adds a NODE_DISABLE_COMPILE_CACHE environment\nvariable to disable the code cache enabled by the APIs as\nan escape hatch to avoid unexpected/undesired effects of\nthe compile cache (e.g. less precise test coverage).\n\nWhen the module.enableCompileCache() method is invoked without\na specified directory, Node.js will use the value of\nthe NODE_COMPILE_CACHE environment variable if it's set, or\ndefaults to `path.join(os.tmpdir(), 'node-compile-cache')`\notherwise. Therefore it's recommended for tools to call this\nmethod without specifying the directory to allow overrides.\n\nPR-URL: https://github.com/nodejs/node/pull/54501\nFixes: https://github.com/nodejs/node/issues/53639\nReviewed-By: Benjamin Gruenbaum \nReviewed-By: James M Snell \nReviewed-By: Antoine du Hamel ","shortMessageHtmlLink":"src: add JS APIs for compile cache and NODE_DISABLE_COMPILE_CACHE"}},{"before":"f98ec955a496ae5b25561a31af23b93383c0241a","after":"7abfbff22f29aba8e5f7aa2972a15875ef4fcc28","ref":"refs/heads/use-test-in-multiple-small-tests","pushedAt":"2024-08-28T23:08:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"test: move a couple of tests over to using node:test","shortMessageHtmlLink":"test: move a couple of tests over to using node:test"}},{"before":"6bf7b6e342f97cf48319e0bc251200fabe132c21","after":"d813634424fb9afeed0feae2e9d99ac7daab5af9","ref":"refs/heads/main","pushedAt":"2024-08-27T18:31:54.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"doc: support collaborators - talk amplification\n\n- document that we support collaborators by amplifying their talks\n\nSigned-off-by: Michael Dawson \nPR-URL: https://github.com/nodejs/node/pull/54508\nReviewed-By: Yagiz Nizipli \nReviewed-By: Tobias Nießen \nReviewed-By: Matteo Collina \nReviewed-By: Rafael Gonzaga \nReviewed-By: Ulises Gascón \nReviewed-By: Luigi Pinca \nReviewed-By: Moshe Atlow \nReviewed-By: James M Snell ","shortMessageHtmlLink":"doc: support collaborators - talk amplification"}},{"before":"3a71ccf6c473357e89be61b26739fd9139dce4db","after":"6bf7b6e342f97cf48319e0bc251200fabe132c21","ref":"refs/heads/main","pushedAt":"2024-08-27T14:28:15.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto_dh.cc code to ncrypto\n\nUpdate deps/ncrypto/ncrypto.cc\n\nPR-URL: https://github.com/nodejs/node/pull/54459\nReviewed-By: Yagiz Nizipli ","shortMessageHtmlLink":"src: move more crypto_dh.cc code to ncrypto"}},{"before":null,"after":"23adad3410afe3f4d0159a74d6a1cd887ed228ce","ref":"refs/heads/use-test-for-test-assert","pushedAt":"2024-08-27T05:09:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"test: update multiple assert tests to use node:test","shortMessageHtmlLink":"test: update multiple assert tests to use node:test"}},{"before":null,"after":"f98ec955a496ae5b25561a31af23b93383c0241a","ref":"refs/heads/use-test-in-multiple-small-tests","pushedAt":"2024-08-27T02:21:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"test: move a couple of tests over to using node:test","shortMessageHtmlLink":"test: move a couple of tests over to using node:test"}},{"before":null,"after":"5bbb6120bfe1322140c86ee65b1041cef07a3073","ref":"refs/heads/use-test-in-test-abortsignal-cloneable","pushedAt":"2024-08-27T01:53:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"test: update test-abortsignal-cloneable to use node:test","shortMessageHtmlLink":"test: update test-abortsignal-cloneable to use node:test"}},{"before":null,"after":"fa0bfe3be05b205c180c2340309ca5b94ba1dbab","ref":"refs/heads/use-test-in-test-aborted-util","pushedAt":"2024-08-26T22:20:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"test: update test-aborted-util to use node:test","shortMessageHtmlLink":"test: update test-aborted-util to use node:test"}},{"before":"4f1c27af8c09c45ac7dcb7c48146aa9392cebde8","after":"3a71ccf6c473357e89be61b26739fd9139dce4db","ref":"refs/heads/main","pushedAt":"2024-08-26T22:00:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"tools: remove unused python files\n\nPR-URL: https://github.com/nodejs/node/pull/53928\nReviewed-By: Moshe Atlow \nReviewed-By: Luigi Pinca \nReviewed-By: James M Snell \nReviewed-By: Ulises Gascón ","shortMessageHtmlLink":"tools: remove unused python files"}},{"before":null,"after":"fb44af9620c6ea9d714cb85d6464a30ffc10f386","ref":"refs/heads/use-test-in-test-abortcontroller","pushedAt":"2024-08-26T20:48:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"test: refactor test-abortcontroller to use node:test\n\nStarting the long process of refactoring our own tests to use\nthe node:test module and mocks.","shortMessageHtmlLink":"test: refactor test-abortcontroller to use node:test"}},{"before":"b8cd6342da97ec1e47a840d917ead8c7182ea5d7","after":"fcdb2fd07b16e29db7f5185311cf8eadac90bd0c","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-26T19:23:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto_dh.cc code to ncrypto\n\nUpdate deps/ncrypto/ncrypto.cc","shortMessageHtmlLink":"src: move more crypto_dh.cc code to ncrypto"}},{"before":"8b0c699f2aafdf81bc4834b9bd2a4923741d3a6f","after":"4f1c27af8c09c45ac7dcb7c48146aa9392cebde8","ref":"refs/heads/main","pushedAt":"2024-08-26T19:23:00.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: handle errors correctly in webstorage\n\nPR-URL: https://github.com/nodejs/node/pull/54544\nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Anna Henningsen \nReviewed-By: James M Snell \nReviewed-By: Mohammed Keyvanzadeh ","shortMessageHtmlLink":"src: handle errors correctly in webstorage"}},{"before":"561bc87c7607208f0d3db6dcd9231efeb48cfe2f","after":"8b0c699f2aafdf81bc4834b9bd2a4923741d3a6f","ref":"refs/heads/main","pushedAt":"2024-08-21T20:02:52.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"2024-08-21, Version 20.17.0 'Iron' (LTS)\n\nNotable changes:\n\nhttp:\n * (SEMVER-MINOR) add diagnostics channel `http.client.request.error` (Kohei Ueno) https://github.com/nodejs/node/pull/54054\nmeta:\n * add jake to collaborators (jakecastelli) https://github.com/nodejs/node/pull/54004\nmodule:\n * (SEMVER-MINOR) support require()ing synchronous ESM graphs (Joyee Cheung) https://github.com/nodejs/node/pull/51977\npath:\n * (SEMVER-MINOR) add `matchesGlob` method (Aviv Keller) https://github.com/nodejs/node/pull/52881\nstream:\n * (SEMVER-MINOR) expose DuplexPair API (Austin Wright) https://github.com/nodejs/node/pull/34111\n * (SEMVER-MINOR) implement `min` option for `ReadableStreamBYOBReader.read` (Mattias Buelens) https://github.com/nodejs/node/pull/50888\n\nPR-URL: https://github.com/nodejs/node/pull/54447","shortMessageHtmlLink":"2024-08-21, Version 20.17.0 'Iron' (LTS)"}},{"before":"8daec997f2651b72a639a06b641c3aa408ffaa7b","after":"b8cd6342da97ec1e47a840d917ead8c7182ea5d7","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T23:38:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto_dh.cc code to ncrypto\n\nUpdate deps/ncrypto/ncrypto.cc","shortMessageHtmlLink":"src: move more crypto_dh.cc code to ncrypto"}},{"before":"600dc68800ebd8889c99faebaba955de95a8ed50","after":"8daec997f2651b72a639a06b641c3aa408ffaa7b","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T23:02:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"fixup! fixup! fixup! fixup! src: move more crypto_dh.cc code to ncrypto","shortMessageHtmlLink":"fixup! fixup! fixup! fixup! src: move more crypto_dh.cc code to ncrypto"}},{"before":"2312bedba10eda7956f96b2cffb39e777339e464","after":"600dc68800ebd8889c99faebaba955de95a8ed50","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T22:59:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"fixup! fixup! fixup! src: move more crypto_dh.cc code to ncrypto","shortMessageHtmlLink":"fixup! fixup! fixup! src: move more crypto_dh.cc code to ncrypto"}},{"before":"5fd8d18de5b813a88b811d3852223b8cd5772a9c","after":"2312bedba10eda7956f96b2cffb39e777339e464","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T22:31:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"fixup! src: move more crypto_dh.cc code to ncrypto","shortMessageHtmlLink":"fixup! src: move more crypto_dh.cc code to ncrypto"}},{"before":"8547a56b9f369d2e2075fc6a5b784db6eabade1a","after":"5fd8d18de5b813a88b811d3852223b8cd5772a9c","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T21:02:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto_dh.cc code to ncrypto\n\nUpdate deps/ncrypto/ncrypto.cc","shortMessageHtmlLink":"src: move more crypto_dh.cc code to ncrypto"}},{"before":"fe1bfa13008c2618f89b7b830570e07543a36fef","after":"8547a56b9f369d2e2075fc6a5b784db6eabade1a","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T17:46:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"Apply suggestions from code review","shortMessageHtmlLink":"Apply suggestions from code review"}},{"before":"079ff81703232dac1ade7ea0b03bf24fc61e1685","after":"fe1bfa13008c2618f89b7b830570e07543a36fef","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T17:45:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"fixup! src: move more crypto_dh.cc code to ncrypto","shortMessageHtmlLink":"fixup! src: move more crypto_dh.cc code to ncrypto"}},{"before":"fd9e09efc3aeaebb905c1eb19e50db483e041d48","after":"079ff81703232dac1ade7ea0b03bf24fc61e1685","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T02:32:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"Update deps/ncrypto/ncrypto.cc","shortMessageHtmlLink":"Update deps/ncrypto/ncrypto.cc"}},{"before":null,"after":"fd9e09efc3aeaebb905c1eb19e50db483e041d48","ref":"refs/heads/ncrypto-dh","pushedAt":"2024-08-20T02:28:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto_dh.cc code to ncrypto","shortMessageHtmlLink":"src: move more crypto_dh.cc code to ncrypto"}},{"before":"5f230d2cf47b33602b756d6576f6e7d1e9387de1","after":"561bc87c7607208f0d3db6dcd9231efeb48cfe2f","ref":"refs/heads/main","pushedAt":"2024-08-19T14:36:56.000Z","pushType":"push","commitsCount":74,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto code to ncrypto\n\nPR-URL: https://github.com/nodejs/node/pull/54320\nReviewed-By: Yagiz Nizipli ","shortMessageHtmlLink":"src: move more crypto code to ncrypto"}},{"before":"db3cbaa55eaadb57e1eec9ca443f9757624f900e","after":"e3fb8622d84a3fde751d568ea380c152e900a7f5","ref":"refs/heads/crypto-bio-to-ncrypto","pushedAt":"2024-08-15T21:48:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto code to ncrypto","shortMessageHtmlLink":"src: move more crypto code to ncrypto"}},{"before":"72f97e33f5ca81c911a09cc66459dbe83147166d","after":"db3cbaa55eaadb57e1eec9ca443f9757624f900e","ref":"refs/heads/crypto-bio-to-ncrypto","pushedAt":"2024-08-15T18:12:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto code to ncrypto","shortMessageHtmlLink":"src: move more crypto code to ncrypto"}},{"before":"b43b4d6206859c1aa3bd5ba4390a044c4dc3c41c","after":"72f97e33f5ca81c911a09cc66459dbe83147166d","ref":"refs/heads/crypto-bio-to-ncrypto","pushedAt":"2024-08-14T21:39:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: move more crypto code to ncrypto","shortMessageHtmlLink":"src: move more crypto code to ncrypto"}},{"before":"f2ef1b2e7f786350cddde261bcd6ed957643b050","after":"74c6839bf089c8e8e6a258c98168aea20abde8ea","ref":"refs/heads/use-ncrypto-moar-2","pushedAt":"2024-08-13T16:49:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jasnell","name":"James M Snell","path":"/jasnell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439929?s=80&v=4"},"commit":{"message":"src: shift even moar x509 stuff to ncrypto and consolidate","shortMessageHtmlLink":"src: shift even moar x509 stuff to ncrypto and consolidate"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEqCZfJQA","startCursor":null,"endCursor":null}},"title":"Activity · jasnell/node"}