{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":542284380,"defaultBranch":"main","name":"bruno","ownerLogin":"usebruno","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-09-27T20:51:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/114530840?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717005239.0","currentOid":""},"activityList":{"items":[{"before":"b63ae360fe9c0bbdf8ad0613371dbf0d18a5f1ca","after":"2621c384c0f5a001411948b2a432307122d27c0c","ref":"refs/heads/main","pushedAt":"2024-05-31T12:22:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Fix/params tests (#2398)\n\n* fix: params test\r\n\r\n* undeclared variable old code","shortMessageHtmlLink":"Fix/params tests (#2398)"}},{"before":"46df2e967fa4cd55758f36396eb3b54ebf808a3e","after":"b63ae360fe9c0bbdf8ad0613371dbf0d18a5f1ca","ref":"refs/heads/main","pushedAt":"2024-05-31T10:25:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix: params test (#2395)","shortMessageHtmlLink":"fix: params test (#2395)"}},{"before":"32b1ba1c92d74ef867791a1324cf2aed069c76c7","after":"46df2e967fa4cd55758f36396eb3b54ebf808a3e","ref":"refs/heads/main","pushedAt":"2024-05-31T10:11:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix: Check OAuth2 redirect URL for matching callback URL and authorization code in query parameters (#2148)\n\n* Check OAuth2 redirect URL for matching callback URL and authorization code in query parameters\r\n\r\nIn an Authorization code flow, there may be multiple intermediate redirects before reaching the final one which matches the callback URL and has a code in the query params.\r\n\r\nWe should wait until we see a redirect URI that matches both the conditions. This fixes the issue where, when a redirect contains `code` as a query param but is not the final one (i.e., is not to the callback URL) an error is thrown saying the callback URL is invalid.\r\n\r\nFixes #2147\r\n\r\n* Add test cases for callback URL check\r\n\r\n* Update check to cover URLs with same host but different endpoints","shortMessageHtmlLink":"fix: Check OAuth2 redirect URL for matching callback URL and authoriz…"}},{"before":"3ded960938d710ba0ca202c41877ebce36635bc9","after":"32b1ba1c92d74ef867791a1324cf2aed069c76c7","ref":"refs/heads/main","pushedAt":"2024-05-31T10:05:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"feat: add support for state param for OAuth2 Authorization Code flow (#2330)\n\n* feat: add support for state param\r\n\r\n* chore: revert package-lock.json\r\n\r\n* test: update tests with state param\r\n\r\n* chore: revert package-lock.json\r\n\r\n* chore: add state to missing places\r\n\r\n* Adding state to PKCE toggle\r\n\r\n---------\r\n\r\nCo-authored-by: Kadam Dhananjay ","shortMessageHtmlLink":"feat: add support for state param for OAuth2 Authorization Code flow (#…"}},{"before":"470d162fb6c1821ad06ee87b6488d7cc3f281a74","after":"3ded960938d710ba0ca202c41877ebce36635bc9","ref":"refs/heads/main","pushedAt":"2024-05-30T17:54:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix(#2367): handle response body decode (#2371)","shortMessageHtmlLink":"fix(#2367): handle response body decode (#2371)"}},{"before":"abfd14a3068331651ebe29a09746b2599b00eca0","after":"470d162fb6c1821ad06ee87b6488d7cc3f281a74","ref":"refs/heads/main","pushedAt":"2024-05-30T17:39:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix/path param (#2388)\n\n* fix(#484): minor code fixes\r\n\r\n* code fixes\r\n\r\n* fixes for generateCode\r\n\r\n* var change\r\n\r\n* pr review fixes","shortMessageHtmlLink":"fix/path param (#2388)"}},{"before":"77b1e6d738187f6b5bec6e00d66a5f4728152832","after":"abfd14a3068331651ebe29a09746b2599b00eca0","ref":"refs/heads/main","pushedAt":"2024-05-30T10:19:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Feat/improved path params (#2357)\n\n* feat: path parameters (#484)\r\n\r\n* add path parameters on bruno-app\r\n\r\n* add path parameters on bruno-cli\r\n\r\n* fix bruno-schema testing\r\n\r\n* fix generate request code not replace path parameter value\r\n\r\n---------\r\n\r\nCo-authored-by: game5413 \r\nCo-authored-by: Anoop M D \r\n\r\n* feat: Refactor request parameter handling\r\n\r\n- Update prepare-request.js to filter and rename 'paths' to 'params' with type 'path'\r\n- Remove 'paths' from export.js and interpolate-vars.js\r\n- Update bru.js to use 'params' instead of 'path'\r\n- Update requestSchema in index.js to use 'keyValueWithTypeSchema' for 'params'\r\n\r\nCo-authored-by: game5413 \r\nCo-authored-by: Anoop M D \r\n\r\n* feat: Refactor request parameter handling\r\n\r\n* refactor: changes form the review\r\n\r\n* refactor: Refactor transformItemsInCollection handling\r\n\r\n* refactor: Refactor improved export/import functionalities\r\n\r\n* refactor: Remove console.log statement in bruToJson.js\r\n\r\n---------\r\n\r\nCo-authored-by: game5413 <37659721+game5413@users.noreply.github.com>\r\nCo-authored-by: game5413 \r\nCo-authored-by: Anoop M D ","shortMessageHtmlLink":"Feat/improved path params (#2357)"}},{"before":"d24c0ba9a63cd56750d068261c1868c837755de0","after":"77b1e6d738187f6b5bec6e00d66a5f4728152832","ref":"refs/heads/main","pushedAt":"2024-05-22T19:38:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"docs:Fix markdown syntax in the contributing_pl (#2354)\n\n* docs:Added hindi translation for contribution guides.\r\n\r\n* feat:Included the hindi translation link to other language files.\r\n\r\n* docs:Resolved the markdown formatting in contributing_pl.\r\n\r\n---------\r\n\r\nCo-authored-by: Anoop M D ","shortMessageHtmlLink":"docs:Fix markdown syntax in the contributing_pl (#2354)"}},{"before":"4f64c2d59b3e334eec7165d1cfc3cf92e884a26b","after":"d24c0ba9a63cd56750d068261c1868c837755de0","ref":"refs/heads/main","pushedAt":"2024-05-22T16:03:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Fix: Update README links to CI tests and status badge (#2352)","shortMessageHtmlLink":"Fix: Update README links to CI tests and status badge (#2352)"}},{"before":"4f11da12af1b9a7a734521f4b6c461478433d459","after":"4f64c2d59b3e334eec7165d1cfc3cf92e884a26b","ref":"refs/heads/main","pushedAt":"2024-05-22T16:02:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix: collection import (#2353)","shortMessageHtmlLink":"fix: collection import (#2353)"}},{"before":"53ab9761f8745bde29fd1c8d381280f9320ef437","after":"4f11da12af1b9a7a734521f4b6c461478433d459","ref":"refs/heads/main","pushedAt":"2024-05-22T14:27:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"release: v1.18.0","shortMessageHtmlLink":"release: v1.18.0"}},{"before":"71d4315ef0daf62279bf5db3064d546f4aa371b6","after":"53ab9761f8745bde29fd1c8d381280f9320ef437","ref":"refs/heads/main","pushedAt":"2024-05-22T13:49:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"bugfix(#2152): Docs not support \"http\" markdown image (#2171)\n\n* bugfix(#2152): Docs not support \"http\" markdown image\r\n\r\n* fix: added documentation (#2152)","shortMessageHtmlLink":"bugfix(#2152): Docs not support \"http\" markdown image (#2171)"}},{"before":"7c95dea128f8d7e28fbe57d3f665940d894c496e","after":"71d4315ef0daf62279bf5db3064d546f4aa371b6","ref":"refs/heads/main","pushedAt":"2024-05-22T13:47:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"docs:Merge hindi translation of the contribution guidelines. (#2098)\n\n* docs:Added hindi translation for contribution guides.\r\n\r\n* feat:Included the hindi translation link to other language files.\r\n\r\n---------\r\n\r\nCo-authored-by: Anoop M D ","shortMessageHtmlLink":"docs:Merge hindi translation of the contribution guidelines. (#2098)"}},{"before":"d3326486708f834c75b32658cf6b7a90258208c3","after":"7c95dea128f8d7e28fbe57d3f665940d894c496e","ref":"refs/heads/main","pushedAt":"2024-05-22T13:41:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"docs: add german publishing document (#2109)\n\n* add docs/publishing/publishing_de.md\r\n\r\n* Update docs/publishing/publishing_de.md\r\n\r\nCo-authored-by: Andreas Siegel \r\n\r\n* Update docs/publishing/publishing_de.md\r\n\r\nCo-authored-by: Andreas Siegel \r\n\r\n* Update docs/publishing/publishing_de.md\r\n\r\nCo-authored-by: Andreas Siegel \r\n\r\n---------\r\n\r\nCo-authored-by: Andreas Siegel \r\nCo-authored-by: Anoop M D ","shortMessageHtmlLink":"docs: add german publishing document (#2109)"}},{"before":"7312b21f55595093da2c0dccf5c913ed4525422d","after":"d3326486708f834c75b32658cf6b7a90258208c3","ref":"refs/heads/main","pushedAt":"2024-05-22T13:38:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"docs: add Japanese translations (#2226)\n\n* [docs]add japanese documents\r\n\r\n* [docs]fix these files\r\n\r\n* [docs]updated japanese documents\r\n\r\n* [docs] updated japanese docs (header)\r\n\r\n* [docs] updated documents","shortMessageHtmlLink":"docs: add Japanese translations (#2226)"}},{"before":"5099a50252efcbf5c0e43181e8efe9b2da8601ec","after":"7312b21f55595093da2c0dccf5c913ed4525422d","ref":"refs/heads/main","pushedAt":"2024-05-22T13:36:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Update readme_fr.md (#2271)\n\nCorrection de fautes d'orthographe\r\n\r\nCo-authored-by: Anoop M D ","shortMessageHtmlLink":"Update readme_fr.md (#2271)"}},{"before":"91b5d0123e343bd6af66fa005f4c566282dcf6a7","after":"5099a50252efcbf5c0e43181e8efe9b2da8601ec","ref":"refs/heads/main","pushedAt":"2024-05-22T13:32:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix: new-request error when create request from cURL if some parameter(s) in form-urlencoded type data missing '=' (#2290)","shortMessageHtmlLink":"fix: new-request error when create request from cURL if some paramete…"}},{"before":"ff3ea3397980a956f62b5dca2a1df7da91353b30","after":"91b5d0123e343bd6af66fa005f4c566282dcf6a7","ref":"refs/heads/main","pushedAt":"2024-05-22T13:23:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Feat/UI feedback : Visual + console feedback for failed postman translated imports (#2316)\n\n* feat(translation-feedback): console log incomplete postman import translations with stats and details\r\n\r\n* feat(translation-feedback): warn instead of log, reformat layout\r\n\r\n* feat(translation-feedback): optional callback function, update index.spec.js\r\n\r\n* feat(ui-feedback): display translation errors in the UI before choosing import location\r\n\r\n* feat(ui-feedback): syntax fix\r\n\r\n---------\r\n\r\nCo-authored-by: bpoulaindev ","shortMessageHtmlLink":"Feat/UI feedback : Visual + console feedback for failed postman trans…"}},{"before":"0e2e3eff5392f7b72f94b75f1825612d101eab11","after":"ff3ea3397980a956f62b5dca2a1df7da91353b30","ref":"refs/heads/main","pushedAt":"2024-05-22T13:19:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Fix: broken unit tests (#2334)","shortMessageHtmlLink":"Fix: broken unit tests (#2334)"}},{"before":"e0b8de5337a6c66d00083f51f07efbd00c7a1205","after":"0e2e3eff5392f7b72f94b75f1825612d101eab11","ref":"refs/heads/main","pushedAt":"2024-05-22T13:12:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix: minor French translation update (#2344)","shortMessageHtmlLink":"fix: minor French translation update (#2344)"}},{"before":"e56fb74801260814973d3e20a6ccd49b12b4724c","after":"e0b8de5337a6c66d00083f51f07efbd00c7a1205","ref":"refs/heads/main","pushedAt":"2024-05-22T13:12:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix: Filter out the ZWNBSP character from response body, fixed charset parse logic (#2351)\n\n* fix(#1003): content type for client_credentials & password grant types\r\n\r\n* feature(#1003): added client is & secret for password credentials grant type\r\n\r\n* fix: filter out non-printable control character and ZWNBSP character\r\n\r\n* fix: filter out non-printable control character and ZWNBSP character\r\n\r\n* remove ZWNBSP character from response body\r\n\r\n---------\r\n\r\nCo-authored-by: Anoop M D ","shortMessageHtmlLink":"fix: Filter out the ZWNBSP character from response body, fixed charse…"}},{"before":"f05389ca725bc9b6e1b469e4b29be1ac6781e6e9","after":"e56fb74801260814973d3e20a6ccd49b12b4724c","ref":"refs/heads/main","pushedAt":"2024-05-22T08:46:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Filter out non-printable characters, control characters and ZWNBSP character from the response body (#2346)\n\n* fix(#1003): content type for client_credentials & password grant types\r\n\r\n* feature(#1003): added client is & secret for password credentials grant type\r\n\r\n* fix: filter out non-printable control character and ZWNBSP character\r\n\r\n* fix: filter out non-printable control character and ZWNBSP character","shortMessageHtmlLink":"Filter out non-printable characters, control characters and ZWNBSP ch…"}},{"before":"4f115b06fb2625fc39ccca76969e26fd1ece3291","after":"f05389ca725bc9b6e1b469e4b29be1ac6781e6e9","ref":"refs/heads/main","pushedAt":"2024-05-22T08:38:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"fix: fixed issue related to js files not being exported","shortMessageHtmlLink":"fix: fixed issue related to js files not being exported"}},{"before":"4df78910f50230ec3498f72aa91280831f0794e2","after":"4f115b06fb2625fc39ccca76969e26fd1ece3291","ref":"refs/heads/main","pushedAt":"2024-05-22T08:34:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Now added the ability to import and export js and json values. changes made in item schema. (#2296)\n\n* Now added the ability to import and export js values. changes made in item schema.\r\n\r\n* Improvements upon review\r\n\r\n* Fixes.\r\n\r\n* refactor: removed the copyRequest function and wrote the logic directly inside the copyItems function.\r\n\r\n* refactor: Update getBrunoJsonConfig function to remove unnecessary parameter\r\n\r\n* refactor: Update getBrunoJsonConfig function to remove unnecessary parameter and handle auth object dynamically\r\n\r\n* refactor: Update OAuth2 grantType handling in transformCollectionToSaveToExportAsFile function\r\n\r\n* refactor: Update getBrunoJsonConfig function to remove unnecessary async","shortMessageHtmlLink":"Now added the ability to import and export js and json values. change…"}},{"before":"e149c8dc9a3b49aa9f4e8a947de5135ee0fca92b","after":"4df78910f50230ec3498f72aa91280831f0794e2","ref":"refs/heads/main","pushedAt":"2024-05-13T15:52:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"feat: allow translation of more postman scripts (#2054)","shortMessageHtmlLink":"feat: allow translation of more postman scripts (#2054)"}},{"before":"e149c8dc9a3b49aa9f4e8a947de5135ee0fca92b","after":"2e71e605ea728752f654a1715632d8b556cf9319","ref":"refs/heads/feat/path-parameters","pushedAt":"2024-05-13T10:14:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"feat: path parameters (#484)\n\n* add path parameters on bruno-app\r\n\r\n* add path parameters on bruno-cli\r\n\r\n* fix bruno-schema testing\r\n\r\n* fix generate request code not replace path parameter value\r\n\r\n---------\r\n\r\nCo-authored-by: game5413 \r\nCo-authored-by: Anoop M D ","shortMessageHtmlLink":"feat: path parameters (#484)"}},{"before":null,"after":"e149c8dc9a3b49aa9f4e8a947de5135ee0fca92b","ref":"refs/heads/feat/path-parameters","pushedAt":"2024-05-13T10:10:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"release: v1.17.0","shortMessageHtmlLink":"release: v1.17.0"}},{"before":"411289daa837bc547a7630b18289c3ad690b44c7","after":"e149c8dc9a3b49aa9f4e8a947de5135ee0fca92b","ref":"refs/heads/main","pushedAt":"2024-05-07T17:47:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"release: v1.17.0","shortMessageHtmlLink":"release: v1.17.0"}},{"before":"60cf012cbe64911a3c8b0e4e853b2164067f697f","after":"411289daa837bc547a7630b18289c3ad690b44c7","ref":"refs/heads/main","pushedAt":"2024-05-06T10:54:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"chore: bumped cli version","shortMessageHtmlLink":"chore: bumped cli version"}},{"before":"392cc80db2b06702fabb64ea4fc1432aa757824b","after":"60cf012cbe64911a3c8b0e4e853b2164067f697f","ref":"refs/heads/main","pushedAt":"2024-05-06T10:48:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helloanoop","name":"Anoop M D","path":"/helloanoop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9350733?s=80&v=4"},"commit":{"message":"Fix: CLI Test Runner ignores auth:\"inherit\" in requests (#2206) (#2243)\n\n#1667 - None means None, but inherit means inherit","shortMessageHtmlLink":"Fix: CLI Test Runner ignores auth:\"inherit\" in requests (#2206) (#2243)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWP6GhQA","startCursor":null,"endCursor":null}},"title":"Activity · usebruno/bruno"}