{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":30469458,"defaultBranch":"main","name":"tickety-tick","ownerLogin":"bitcrowd","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-02-07T20:40:00.000Z","ownerAvatar":"https://github.com/avatars/u/2621342?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727183320.0","currentOid":""},"activityList":{"items":[{"before":"cb42f1c16d7ca8422fb0084d2639b819cff13646","after":"3818aa28af7cfd54bdb76882b7c11122d70ad63f","ref":"refs/heads/chore/update-release-packages","pushedAt":"2024-09-24T14:55:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"WIP types...","shortMessageHtmlLink":"WIP types..."}},{"before":"a3f80ed0bb4362fc5019c0928fed0e79732403ef","after":"cb42f1c16d7ca8422fb0084d2639b819cff13646","ref":"refs/heads/chore/update-release-packages","pushedAt":"2024-09-24T13:45:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Update types package","shortMessageHtmlLink":"Update types package"}},{"before":null,"after":"de5b14eef95f75e2f8588d5a8ba45596b09e1602","ref":"refs/heads/bug/360-check-safari-build-setup","pushedAt":"2024-09-24T13:08:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"[360] Check Safari build setup\n\nTiny doc-change for Safari instructions. The build works and the\ninstalled extension is also persisted. The only thing that was necessary\nfor me was to install a new version of Java…\n\nFixes #360","shortMessageHtmlLink":"[360] Check Safari build setup"}},{"before":null,"after":"5e65c693a053a338ac552c93a10275b144422773","ref":"refs/heads/chore/update-docs-for-opera","pushedAt":"2024-09-24T12:14:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Remove instructions for Opera\n\nOpera users can just directly use the Chrome link - it has been long\nenough that Opera allows Chrome extensions.","shortMessageHtmlLink":"Remove instructions for Opera"}},{"before":null,"after":"a3f80ed0bb4362fc5019c0928fed0e79732403ef","ref":"refs/heads/chore/update-release-packages","pushedAt":"2024-09-24T12:07:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Update CLI for Chrome webstore uploads","shortMessageHtmlLink":"Update CLI for Chrome webstore uploads"}},{"before":"a87faa073d4dbb68806d1c1f05e04e4a1a6ddb43","after":"e826ebdc4b7b7b4087e38666c4666bb013cc85a5","ref":"refs/heads/feature/311-mozilla-add-ons-manifest-v3","pushedAt":"2024-09-20T10:34:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Refactor background script\n\nInstead of relying on the background page instance (which is not\nrecommended, see link to the docs), we communicate with the background\nscript (or service worker script in Chrome) via message passing.\n\nThis way, we can use the same script in both browsers.\n\nMozilla docs on the topic: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts#update_calls_for_background_script_functions), we","shortMessageHtmlLink":"Refactor background script"}},{"before":"4da6c0497dbc19fa728dfd3b216941d0b0b8e2cf","after":"a87faa073d4dbb68806d1c1f05e04e4a1a6ddb43","ref":"refs/heads/feature/311-mozilla-add-ons-manifest-v3","pushedAt":"2024-09-20T10:32:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Adjust tests","shortMessageHtmlLink":"Adjust tests"}},{"before":"645fd3a5339acd49475329edd5fe199605311669","after":"4da6c0497dbc19fa728dfd3b216941d0b0b8e2cf","ref":"refs/heads/feature/311-mozilla-add-ons-manifest-v3","pushedAt":"2024-09-20T10:28:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Adjust tests","shortMessageHtmlLink":"Adjust tests"}},{"before":null,"after":"645fd3a5339acd49475329edd5fe199605311669","ref":"refs/heads/feature/311-mozilla-add-ons-manifest-v3","pushedAt":"2024-09-19T14:33:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Refactor background script\n\nInstead of relying on the background page instance (which is not\nrecommended, see link to the docs), we communicate with the background\nscript (or service worker script in Chrome) via message passing.\n\nThis way, we can use the same script in both browsers.\n\nMozilla docs on the topic: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts#update_calls_for_background_script_functions), we","shortMessageHtmlLink":"Refactor background script"}},{"before":"fdcb56c6c4f28f3394a2b35812f1b2a25153f483","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/path-to-regexp-1.9.0","pushedAt":"2024-09-12T08:26:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"}},{"before":"9fe5619df588e47a2003e25ed284ab252b6beb31","after":"e6f05799cc8c810147e67cefec50a130dc8bf0e3","ref":"refs/heads/main","pushedAt":"2024-09-12T08:26:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Bump path-to-regexp from 1.8.0 to 1.9.0\n\nBumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0.\n- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)\n- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)\n- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v1.8.0...v1.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: path-to-regexp\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump path-to-regexp from 1.8.0 to 1.9.0"}},{"before":null,"after":"fdcb56c6c4f28f3394a2b35812f1b2a25153f483","ref":"refs/heads/dependabot/npm_and_yarn/path-to-regexp-1.9.0","pushedAt":"2024-09-11T21:37:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump path-to-regexp from 1.8.0 to 1.9.0\n\nBumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0.\n- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)\n- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)\n- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v1.8.0...v1.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: path-to-regexp\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump path-to-regexp from 1.8.0 to 1.9.0"}},{"before":"b41204a167cc62def2e8c224fce63eb7ee29883c","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/webpack-5.94.0","pushedAt":"2024-09-10T13:27:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"}},{"before":"8d28ff12ebb80b2b6a32fe9fbf9b0892872c8871","after":"9fe5619df588e47a2003e25ed284ab252b6beb31","ref":"refs/heads/main","pushedAt":"2024-09-10T13:27:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Bump webpack from 5.88.2 to 5.94.0\n\nBumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0.\n- [Release notes](https://github.com/webpack/webpack/releases)\n- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.94.0)\n\n---\nupdated-dependencies:\n- dependency-name: webpack\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump webpack from 5.88.2 to 5.94.0"}},{"before":"e9b0946d12145aa72356f484463226a851263516","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/micromatch-4.0.8","pushedAt":"2024-09-09T08:44:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"}},{"before":"994223b5b2f967299d4c55c029332c31c6715cad","after":"8d28ff12ebb80b2b6a32fe9fbf9b0892872c8871","ref":"refs/heads/main","pushedAt":"2024-09-09T08:44:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"klappradla","name":"Max Mulatz","path":"/klappradla","primaryAvatarUrl":"https://github.com/avatars/u/3491815?s=80&v=4"},"commit":{"message":"Bump micromatch from 4.0.5 to 4.0.8\n\nBumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.\n- [Release notes](https://github.com/micromatch/micromatch/releases)\n- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)\n\n---\nupdated-dependencies:\n- dependency-name: micromatch\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump micromatch from 4.0.5 to 4.0.8"}},{"before":null,"after":"e9b0946d12145aa72356f484463226a851263516","ref":"refs/heads/dependabot/npm_and_yarn/micromatch-4.0.8","pushedAt":"2024-09-04T20:02:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump micromatch from 4.0.5 to 4.0.8\n\nBumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.\n- [Release notes](https://github.com/micromatch/micromatch/releases)\n- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)\n\n---\nupdated-dependencies:\n- dependency-name: micromatch\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump micromatch from 4.0.5 to 4.0.8"}},{"before":null,"after":"b41204a167cc62def2e8c224fce63eb7ee29883c","ref":"refs/heads/dependabot/npm_and_yarn/webpack-5.94.0","pushedAt":"2024-08-30T21:34:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump webpack from 5.88.2 to 5.94.0\n\nBumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0.\n- [Release notes](https://github.com/webpack/webpack/releases)\n- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.94.0)\n\n---\nupdated-dependencies:\n- dependency-name: webpack\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump webpack from 5.88.2 to 5.94.0"}},{"before":"f36aa910a22a41af0cb2b5dfb7c72db49da8da21","after":null,"ref":"refs/heads/chore/prepare-release-fdc44e2282da4142b798272a5137a928de98fc1a","pushedAt":"2024-08-06T10:28:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"}},{"before":"fdc44e2282da4142b798272a5137a928de98fc1a","after":"994223b5b2f967299d4c55c029332c31c6715cad","ref":"refs/heads/main","pushedAt":"2024-08-06T10:28:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"v5.3.0 (#417)","shortMessageHtmlLink":"v5.3.0 (#417)"}},{"before":null,"after":"f36aa910a22a41af0cb2b5dfb7c72db49da8da21","ref":"refs/heads/chore/prepare-release-fdc44e2282da4142b798272a5137a928de98fc1a","pushedAt":"2024-08-06T10:26:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"v5.3.0","shortMessageHtmlLink":"v5.3.0"}},{"before":"aad92f0d59a8916134ae422402b952b86ef98cc2","after":null,"ref":"refs/heads/add-clickup-adapter","pushedAt":"2024-08-06T08:03:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"}},{"before":"d6d0476a3f881f0f3341870aaa3723b8f503038d","after":"fdc44e2282da4142b798272a5137a928de98fc1a","ref":"refs/heads/main","pushedAt":"2024-08-06T08:03:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"Add clickup adapter (#416)","shortMessageHtmlLink":"Add clickup adapter (#416)"}},{"before":null,"after":"d6d0476a3f881f0f3341870aaa3723b8f503038d","ref":"refs/heads/revert-141cc1f1fc1a2690db2e1c955aaf9a10393fe61b","pushedAt":"2024-08-06T07:44:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"Revert \"Bump @babel/traverse from 7.15.4 to 7.24.7 (#415)\"\n\nThis reverts commit 141cc1f1fc1a2690db2e1c955aaf9a10393fe61b.","shortMessageHtmlLink":"Revert \"Bump @babel/traverse from 7.15.4 to 7.24.7 (#415)\""}},{"before":"141cc1f1fc1a2690db2e1c955aaf9a10393fe61b","after":"d6d0476a3f881f0f3341870aaa3723b8f503038d","ref":"refs/heads/main","pushedAt":"2024-08-06T07:43:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"Revert \"Bump @babel/traverse from 7.15.4 to 7.24.7 (#415)\"\n\nThis reverts commit 141cc1f1fc1a2690db2e1c955aaf9a10393fe61b.","shortMessageHtmlLink":"Revert \"Bump @babel/traverse from 7.15.4 to 7.24.7 (#415)\""}},{"before":"715fff05d63b76be59dfcbefdf10cc1a63c34c31","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/babel/traverse-7.24.7","pushedAt":"2024-08-06T07:09:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"}},{"before":"05cd5ed7c522416503f3c8fd2bb988f83144f6cd","after":"141cc1f1fc1a2690db2e1c955aaf9a10393fe61b","ref":"refs/heads/main","pushedAt":"2024-08-06T07:09:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"Bump @babel/traverse from 7.15.4 to 7.24.7 (#415)\n\nBumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.24.7.\r\n- [Release notes](https://github.com/babel/babel/releases)\r\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-traverse)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: \"@babel/traverse\"\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump @babel/traverse from 7.15.4 to 7.24.7 (#415)"}},{"before":"86b3969c8184bc5b0ea47dc7d055c88c730c7afc","after":"aad92f0d59a8916134ae422402b952b86ef98cc2","ref":"refs/heads/add-clickup-adapter","pushedAt":"2024-08-06T07:05:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"Add clickup adapter","shortMessageHtmlLink":"Add clickup adapter"}},{"before":"487d6512fbebf4dc3520ad75aa43bb2ab1ad7ca1","after":"86b3969c8184bc5b0ea47dc7d055c88c730c7afc","ref":"refs/heads/add-clickup-adapter","pushedAt":"2024-08-05T22:03:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"Add clickup adapter","shortMessageHtmlLink":"Add clickup adapter"}},{"before":null,"after":"487d6512fbebf4dc3520ad75aa43bb2ab1ad7ca1","ref":"refs/heads/add-clickup-adapter","pushedAt":"2024-08-05T21:57:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"andreasknoepfle","name":"Andreas Knöpfle","path":"/andreasknoepfle","primaryAvatarUrl":"https://github.com/avatars/u/239398?s=80&v=4"},"commit":{"message":"Add clickup adapter","shortMessageHtmlLink":"Add clickup adapter"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNFQxNDo1NToyOS4wMDAwMDBazwAAAAS_S5_K","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wNVQyMTo1Nzo1OC4wMDAwMDBazwAAAASSehu9"}},"title":"Activity · bitcrowd/tickety-tick"}