{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":14343981,"defaultBranch":"master","name":"ngrok","ownerLogin":"bubenshchykov","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-11-12T20:18:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1152020?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1683444357.0","currentOid":""},"activityList":{"items":[{"before":"99f498c232553d6494a76de0824f289bc543841f","after":"9904823c0ae42a4b8f9514113107cfe6ec5d3281","ref":"refs/heads/master","pushedAt":"2024-05-21T23:43:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bubenshchykov","name":"Alex Bubenshchykov","path":"/bubenshchykov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1152020?s=80&v=4"},"commit":{"message":"Add domain option for tunnel creation (#312)\n\n* Add domain option for tunnel creation\r\n\r\n* Update documentation for the static free domain","shortMessageHtmlLink":"Add domain option for tunnel creation (#312)"}},{"before":"94bfeeed4d62ed10a5c60c220a36e1e00ea5957d","after":"99f498c232553d6494a76de0824f289bc543841f","ref":"refs/heads/master","pushedAt":"2024-04-06T05:39:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bubenshchykov","name":"Alex Bubenshchykov","path":"/bubenshchykov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1152020?s=80&v=4"},"commit":{"message":"Fix a bug where changing the authtoken would not work when app is running (#322)","shortMessageHtmlLink":"Fix a bug where changing the authtoken would not work when app is run…"}},{"before":"950107e8c00029cd720e244f4fc7aac83de249ab","after":"94bfeeed4d62ed10a5c60c220a36e1e00ea5957d","ref":"refs/heads/master","pushedAt":"2023-05-07T07:25:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"philnash","name":"Phil Nash","path":"/philnash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31462?s=80&v=4"},"commit":{"message":"Version 5 beta.1 release","shortMessageHtmlLink":"Version 5 beta.1 release"}},{"before":"c95c089eab0441c3aad2d4ba6a7c3ca6baaf1d30","after":"950107e8c00029cd720e244f4fc7aac83de249ab","ref":"refs/heads/master","pushedAt":"2023-05-07T05:36:25.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"philnash","name":"Phil Nash","path":"/philnash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31462?s=80&v=4"},"commit":{"message":"Updates actions in test workflow","shortMessageHtmlLink":"Updates actions in test workflow"}},{"before":"f69f1c35d1a40eceae608a6d866fe15369026184","after":"950107e8c00029cd720e244f4fc7aac83de249ab","ref":"refs/heads/update-dependencies","pushedAt":"2023-05-07T05:22:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"philnash","name":"Phil Nash","path":"/philnash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31462?s=80&v=4"},"commit":{"message":"Updates actions in test workflow","shortMessageHtmlLink":"Updates actions in test workflow"}},{"before":"2fe8b55c4bcc31a3277b8a997335cc564610db62","after":"f69f1c35d1a40eceae608a6d866fe15369026184","ref":"refs/heads/update-dependencies","pushedAt":"2023-05-07T05:06:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"philnash","name":"Phil Nash","path":"/philnash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31462?s=80&v=4"},"commit":{"message":"URL may end in .app or .io","shortMessageHtmlLink":"URL may end in .app or .io"}},{"before":"b65be3c9201edbaf94b394aa7b4ce196dd0b1dfc","after":"2fe8b55c4bcc31a3277b8a997335cc564610db62","ref":"refs/heads/update-dependencies","pushedAt":"2023-05-07T04:59:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"philnash","name":"Phil Nash","path":"/philnash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31462?s=80&v=4"},"commit":{"message":"Stops truncating error messages","shortMessageHtmlLink":"Stops truncating error messages"}},{"before":"579ffaf75eafecae316ba2fea804f74cb597ccb0","after":"b65be3c9201edbaf94b394aa7b4ce196dd0b1dfc","ref":"refs/heads/update-dependencies","pushedAt":"2023-05-07T04:55:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"philnash","name":"Phil Nash","path":"/philnash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31462?s=80&v=4"},"commit":{"message":"Updates paid ngrok URLs","shortMessageHtmlLink":"Updates paid ngrok URLs"}},{"before":null,"after":"579ffaf75eafecae316ba2fea804f74cb597ccb0","ref":"refs/heads/update-dependencies","pushedAt":"2023-05-07T04:48:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"philnash","name":"Phil Nash","path":"/philnash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31462?s=80&v=4"},"commit":{"message":"Adds Node.js 20 to test matrix","shortMessageHtmlLink":"Adds Node.js 20 to test matrix"}},{"before":"b35181220e0d56b96df152512cf10ed3904afec7","after":"c95c089eab0441c3aad2d4ba6a7c3ca6baaf1d30","ref":"refs/heads/master","pushedAt":"2023-03-13T08:37:56.459Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bubenshchykov","name":"Alex Bubenshchykov","path":"/bubenshchykov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1152020?s=80&v=4"},"commit":{"message":"Throw client errors correctly. (#293)\n\nIf the HTTP client catches an error but it doesn't have a response, then it is not an HTTP error, so we'll throw the original error instead. This will surface what is causing an error that isn't because of an HTTP response in the client.\r\n\r\nShould fix #229, or at least help diagnose it.","shortMessageHtmlLink":"Throw client errors correctly. (#293)"}},{"before":"ccdaeeb540fe9a0ed12229f6311c17d2702cadd8","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/cacheable-request-and-got-10.2.7","pushedAt":"2023-03-13T08:04:42.702Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"38693097ba0002494a12a1cb3dda257f7fb97537","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/http-cache-semantics-4.1.1","pushedAt":"2023-03-13T08:04:42.463Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"7c96e6c3579bd8a2dc0c99f6719cc3415d69bfed","after":"b35181220e0d56b96df152512cf10ed3904afec7","ref":"refs/heads/master","pushedAt":"2023-03-13T08:04:04.128Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bubenshchykov","name":"Alex Bubenshchykov","path":"/bubenshchykov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1152020?s=80&v=4"},"commit":{"message":"Handle ngrok version 3 (#272)\n\n* git commit -m \"Handles ngrok v2 and v3 ways of setting the auth token.\r\n\r\nThis commit refactors a couple of things too. Mostly it extracts things from the src/process.js file. Neither the version or authtoken commands need the process (they both spawn their own processes briefly), so they had no business colocating.\r\n\r\nThis allowed the setAuthToken function to break out into a few utility functions and make the function more understandable overall. The new src/version.js didn't change much from when it was in src/process.js, but relocating it did allow for removing some requires at the top of src/process.js\r\n\r\n* feat: adds function to upgrade ngrok config for use with ngrok version 3\r\n\r\n* Updates to use ngrok client v3.\r\n\r\n* Run tests against node 16 and 18\r\n\r\n* Updates README. Tries to not run tests twice on a push to a branch with an open PR.\r\n\r\n* Just run workflow on push\r\n\r\n* Exposes old default config path, tests that an old style config file throws\r\n\r\n* Adds test for config upgrade function\r\n\r\n* It throws an error, that's what is important\r\n\r\n* Drops support for Node less than 14.2\r\n\r\n* Removes package-lock.json from the repo","shortMessageHtmlLink":"Handle ngrok version 3 (#272)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUF8elwA","startCursor":null,"endCursor":null}},"title":"Activity · bubenshchykov/ngrok"}