{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":23117263,"defaultBranch":"master","name":"mediawiki-extensions-CodeMirror","ownerLogin":"wikimedia","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-08-19T16:26:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/56668?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722906043.0","currentOid":""},"activityList":{"items":[{"before":"7e0d3cf2fd20b2ba3dbb42e8f2c59939e50e6825","after":"4fd186c14223e4b517344ca5a779c51624744ace","ref":"refs/heads/master","pushedAt":"2024-08-11T04:50:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"build: Updating mediawiki/mediawiki-codesniffer to 44.0.0\n\nChange-Id: I8e4e1901da3f1bd416d7dc2c85fbaa5ac9fb20c0","shortMessageHtmlLink":"build: Updating mediawiki/mediawiki-codesniffer to 44.0.0"}},{"before":"f7d64fd0ee208d284e6b9d1861d2637b94f1d902","after":"7e0d3cf2fd20b2ba3dbb42e8f2c59939e50e6825","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-08-10T23:30:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"build: Upgrade stylelint-config-wikimedia to 0.17.2\n\nAnd convert the disable statements to individual ones so LibUp can\nautomatically push the next upgrade.\n\nChange-Id: Id5fbfb4ebf4641c7577a4e2be2ab8bae678227c7","shortMessageHtmlLink":"build: Upgrade stylelint-config-wikimedia to 0.17.2"}},{"before":"f7d64fd0ee208d284e6b9d1861d2637b94f1d902","after":"7e0d3cf2fd20b2ba3dbb42e8f2c59939e50e6825","ref":"refs/heads/master","pushedAt":"2024-08-10T16:16:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"build: Upgrade stylelint-config-wikimedia to 0.17.2\n\nAnd convert the disable statements to individual ones so LibUp can\nautomatically push the next upgrade.\n\nChange-Id: Id5fbfb4ebf4641c7577a4e2be2ab8bae678227c7","shortMessageHtmlLink":"build: Upgrade stylelint-config-wikimedia to 0.17.2"}},{"before":"78d3d3f7d0c26de46561560c5cc8e1ebb20f5d76","after":"e2774976ca170dbb262ea0dc3f2dbec119bb70c9","ref":"refs/heads/REL1_42","pushedAt":"2024-08-08T06:12:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: Iae2877dc6bb15e29bd3a4e121d1039caa7d34104","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"7d3482f89e169d965bac081d65e9f8760d542974","after":"f7d64fd0ee208d284e6b9d1861d2637b94f1d902","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-08-06T23:30:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I9c6f2b49bf726d8c51e0e90de14c6d9a78a92b9d","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"7d3482f89e169d965bac081d65e9f8760d542974","after":"f7d64fd0ee208d284e6b9d1861d2637b94f1d902","ref":"refs/heads/master","pushedAt":"2024-08-06T07:50:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I9c6f2b49bf726d8c51e0e90de14c6d9a78a92b9d","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":null,"after":"7d3482f89e169d965bac081d65e9f8760d542974","ref":"refs/heads/wmf/1.43.0-wmf.17","pushedAt":"2024-08-06T01:00:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Isolate build step to CM6 library and restructure files to work with RL\n\nCodeMirror 6 requires the use of NPM, but we can still bundle all CM\npackages into one file, and then everything else (i.e. our code) is\nmanaged by ResourceLoader as per usual. This makes contribution\nconsiderably easier as we no longer need a build step for each change.\n\nCM5 files are now under resources/legacy, and the CM6 files are moved to\nthe root of the resources/ directory. Only one file,\ncodemirror.bundle.js, is managed by Rollup, while everything else is RL.\nThe Rollup output for now is put under resources/lib/ alongside the CM5\nupstream files.\n\nThis patch is *mostly* renames of files, along with changing ECMAScript\nModule (ESM) syntax into the CommonJS style that ResourceLoader prefers.\nWe also remove more modern JS syntax (i.e. private class methods) that\nwe were able to use before because we had a build step with Babel.\n\nThis patch should effectively make no user-facing changes, or to the\nResourceLoader modules we offer in Extension:CodeMirror.\n\nFinally, bump version in extension.json to 6, to match the upstream lib,\nand add Bhsd as an author :-)\n\nBug: T368053\nChange-Id: Ie258e49f5df8db23a7344ac3c4c9300aaa991042","shortMessageHtmlLink":"Isolate build step to CM6 library and restructure files to work with RL"}},{"before":"f3be172173bb3d89b2374339e818c2743cdedbfc","after":"7d3482f89e169d965bac081d65e9f8760d542974","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-08-01T23:30:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Isolate build step to CM6 library and restructure files to work with RL\n\nCodeMirror 6 requires the use of NPM, but we can still bundle all CM\npackages into one file, and then everything else (i.e. our code) is\nmanaged by ResourceLoader as per usual. This makes contribution\nconsiderably easier as we no longer need a build step for each change.\n\nCM5 files are now under resources/legacy, and the CM6 files are moved to\nthe root of the resources/ directory. Only one file,\ncodemirror.bundle.js, is managed by Rollup, while everything else is RL.\nThe Rollup output for now is put under resources/lib/ alongside the CM5\nupstream files.\n\nThis patch is *mostly* renames of files, along with changing ECMAScript\nModule (ESM) syntax into the CommonJS style that ResourceLoader prefers.\nWe also remove more modern JS syntax (i.e. private class methods) that\nwe were able to use before because we had a build step with Babel.\n\nThis patch should effectively make no user-facing changes, or to the\nResourceLoader modules we offer in Extension:CodeMirror.\n\nFinally, bump version in extension.json to 6, to match the upstream lib,\nand add Bhsd as an author :-)\n\nBug: T368053\nChange-Id: Ie258e49f5df8db23a7344ac3c4c9300aaa991042","shortMessageHtmlLink":"Isolate build step to CM6 library and restructure files to work with RL"}},{"before":"7d62c97f1fdccbfcca8de5bc5fae0f059bd8743e","after":"78d3d3f7d0c26de46561560c5cc8e1ebb20f5d76","ref":"refs/heads/REL1_42","pushedAt":"2024-08-01T05:58:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I21e9d2b4f4f084051c504b538069c198e049c1c7","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"f3be172173bb3d89b2374339e818c2743cdedbfc","after":"7d3482f89e169d965bac081d65e9f8760d542974","ref":"refs/heads/master","pushedAt":"2024-08-01T05:43:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Isolate build step to CM6 library and restructure files to work with RL\n\nCodeMirror 6 requires the use of NPM, but we can still bundle all CM\npackages into one file, and then everything else (i.e. our code) is\nmanaged by ResourceLoader as per usual. This makes contribution\nconsiderably easier as we no longer need a build step for each change.\n\nCM5 files are now under resources/legacy, and the CM6 files are moved to\nthe root of the resources/ directory. Only one file,\ncodemirror.bundle.js, is managed by Rollup, while everything else is RL.\nThe Rollup output for now is put under resources/lib/ alongside the CM5\nupstream files.\n\nThis patch is *mostly* renames of files, along with changing ECMAScript\nModule (ESM) syntax into the CommonJS style that ResourceLoader prefers.\nWe also remove more modern JS syntax (i.e. private class methods) that\nwe were able to use before because we had a build step with Babel.\n\nThis patch should effectively make no user-facing changes, or to the\nResourceLoader modules we offer in Extension:CodeMirror.\n\nFinally, bump version in extension.json to 6, to match the upstream lib,\nand add Bhsd as an author :-)\n\nBug: T368053\nChange-Id: Ie258e49f5df8db23a7344ac3c4c9300aaa991042","shortMessageHtmlLink":"Isolate build step to CM6 library and restructure files to work with RL"}},{"before":null,"after":"f3be172173bb3d89b2374339e818c2743cdedbfc","ref":"refs/heads/wmf/1.43.0-wmf.16","pushedAt":"2024-07-30T01:00:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Merge \"Apply color inversion until dark syntax styles are chosen\"","shortMessageHtmlLink":"Merge \"Apply color inversion until dark syntax styles are chosen\""}},{"before":"0e0e4927ab988e64a82f5405769c7f97c0dc0679","after":"f3be172173bb3d89b2374339e818c2743cdedbfc","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-07-29T23:30:58.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Merge \"Apply color inversion until dark syntax styles are chosen\"","shortMessageHtmlLink":"Merge \"Apply color inversion until dark syntax styles are chosen\""}},{"before":"e4581a07093ef7aed0bb1dfb6384249b5355a1e2","after":"f3be172173bb3d89b2374339e818c2743cdedbfc","ref":"refs/heads/master","pushedAt":"2024-07-29T16:11:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Merge \"Apply color inversion until dark syntax styles are chosen\"","shortMessageHtmlLink":"Merge \"Apply color inversion until dark syntax styles are chosen\""}},{"before":"0e0e4927ab988e64a82f5405769c7f97c0dc0679","after":"e4581a07093ef7aed0bb1dfb6384249b5355a1e2","ref":"refs/heads/master","pushedAt":"2024-07-29T07:30:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: Ieebb12aee6a8be9a67c81d3af95b0bd4e81227e3","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"796fb9b8e41b3189745773cb0d937dc3217dacbb","after":"7d62c97f1fdccbfcca8de5bc5fae0f059bd8743e","ref":"refs/heads/REL1_42","pushedAt":"2024-07-25T06:30:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I740e4322c42f75d34acc2311c950cfdcccea4b03","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"999382fd163c1f470edd5cdc19c152ee5fca222f","after":"0e0e4927ab988e64a82f5405769c7f97c0dc0679","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-07-24T23:30:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"codemirror.mediawiki.js: add `Mod-Shift-x`\n\nThis patch adds a keyboard shortcut `Mod-Shift-x` to toggle between left-to-right (LTR) and right-to-left (RTL) text directions.\n\nBug: T170001\nChange-Id: Ia857ad0b0aff0bb206b45e4d27dee6e91a3effce","shortMessageHtmlLink":"codemirror.mediawiki.js: add Mod-Shift-x"}},{"before":"999382fd163c1f470edd5cdc19c152ee5fca222f","after":"0e0e4927ab988e64a82f5405769c7f97c0dc0679","ref":"refs/heads/master","pushedAt":"2024-07-24T23:19:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"codemirror.mediawiki.js: add `Mod-Shift-x`\n\nThis patch adds a keyboard shortcut `Mod-Shift-x` to toggle between left-to-right (LTR) and right-to-left (RTL) text directions.\n\nBug: T170001\nChange-Id: Ia857ad0b0aff0bb206b45e4d27dee6e91a3effce","shortMessageHtmlLink":"codemirror.mediawiki.js: add Mod-Shift-x"}},{"before":null,"after":"999382fd163c1f470edd5cdc19c152ee5fca222f","ref":"refs/heads/wmf/1.43.0-wmf.15","pushedAt":"2024-07-23T01:00:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: Iecc5ff3b0f6c6fad86812e1557bcf4249f308085","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"4579238141113cbf73e1a36b17923d7abed5a662","after":"ff5d2ab3e26ed665c2d6f7f9dbb6563f0fc4e9a0","ref":"refs/heads/REL1_39","pushedAt":"2024-07-22T06:25:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I642c3b34e982774ac9c71896b2b0a62f778c9d52","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"e229edaf757b69b9b5d0183b2dae3eb1a96c87fb","after":"999382fd163c1f470edd5cdc19c152ee5fca222f","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-07-18T23:30:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: Iecc5ff3b0f6c6fad86812e1557bcf4249f308085","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"e229edaf757b69b9b5d0183b2dae3eb1a96c87fb","after":"999382fd163c1f470edd5cdc19c152ee5fca222f","ref":"refs/heads/master","pushedAt":"2024-07-18T07:25:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: Iecc5ff3b0f6c6fad86812e1557bcf4249f308085","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"77850cc74976d1569193ec304cbd79dc8decddba","after":"796fb9b8e41b3189745773cb0d937dc3217dacbb","ref":"refs/heads/REL1_42","pushedAt":"2024-07-18T06:19:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I713ee9a267ada7746523a42258af3bd5905e3a8e","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"a7b4541089f9b88a0b722d9d790e4cf0f13aa328","after":"990b7cbc975c5e0e4a5d5667be9f5c7519df5462","ref":"refs/heads/REL1_41","pushedAt":"2024-07-17T06:18:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I1c6f157b0d4c6dfb61a423a9adbebdd266993ba2","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"a1770cb3e83f6041ca937e49b5d6d34ecfb98545","after":"e229edaf757b69b9b5d0183b2dae3eb1a96c87fb","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-07-16T23:30:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I1ec995a128047fc153a26b08463aab1b37e2f394","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":"a1770cb3e83f6041ca937e49b5d6d34ecfb98545","after":"e229edaf757b69b9b5d0183b2dae3eb1a96c87fb","ref":"refs/heads/master","pushedAt":"2024-07-16T07:43:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Localisation updates from https://translatewiki.net.\n\nChange-Id: I1ec995a128047fc153a26b08463aab1b37e2f394","shortMessageHtmlLink":"Localisation updates from https://translatewiki.net."}},{"before":null,"after":"a1770cb3e83f6041ca937e49b5d6d34ecfb98545","ref":"refs/heads/wmf/1.43.0-wmf.14","pushedAt":"2024-07-16T01:00:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Merge \"build: Update jsdoc-wmf-theme to 1.1.0\"","shortMessageHtmlLink":"Merge \"build: Update jsdoc-wmf-theme to 1.1.0\""}},{"before":null,"after":"a1770cb3e83f6041ca937e49b5d6d34ecfb98545","ref":"refs/heads/wmf/1.43.0-wmf.13","pushedAt":"2024-07-09T01:00:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Merge \"build: Update jsdoc-wmf-theme to 1.1.0\"","shortMessageHtmlLink":"Merge \"build: Update jsdoc-wmf-theme to 1.1.0\""}},{"before":"e0dc1c0c32f594cf02cab1933f3f15a89f7a4edc","after":"a1770cb3e83f6041ca937e49b5d6d34ecfb98545","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-07-08T23:31:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Merge \"build: Update jsdoc-wmf-theme to 1.1.0\"","shortMessageHtmlLink":"Merge \"build: Update jsdoc-wmf-theme to 1.1.0\""}},{"before":"e0dc1c0c32f594cf02cab1933f3f15a89f7a4edc","after":"a1770cb3e83f6041ca937e49b5d6d34ecfb98545","ref":"refs/heads/master","pushedAt":"2024-07-08T13:35:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Merge \"build: Update jsdoc-wmf-theme to 1.1.0\"","shortMessageHtmlLink":"Merge \"build: Update jsdoc-wmf-theme to 1.1.0\""}},{"before":"08730d2a8534f00a43013c6898d356d241a47cbe","after":"e0dc1c0c32f594cf02cab1933f3f15a89f7a4edc","ref":"refs/heads/wmf/branch_cut_pretest","pushedAt":"2024-07-04T23:30:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wmfgerrit","name":"Wikimedia Gerrit","path":"/wmfgerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2539292?s=80&v=4"},"commit":{"message":"Use service 'GadgetsRepo' instead of deprecated GadgetRepo::singleton()\n\nThe service 'GadgetsRepo' gets injected as optional service.\n\nThis change requires a phan dependency on extension Gadgets in\nproject integration/config in file zuul/parameter_functions.py:\nI5052e0c666b7dc7af6061e57001f9feac666e029\n\nChange-Id: Ib405ad79b3c348bed51a8938a6a8f73bd35267d2","shortMessageHtmlLink":"Use service 'GadgetsRepo' instead of deprecated GadgetRepo::singleton()"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAElzsBbAA","startCursor":null,"endCursor":null}},"title":"Activity ยท wikimedia/mediawiki-extensions-CodeMirror"}