{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":652177198,"defaultBranch":"main","name":"domain-manager","ownerLogin":"mohammedyh","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-11T10:38:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32526267?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719052691.0","currentOid":""},"activityList":{"items":[{"before":"84e68de68aecb8adb9414e0513d30be5ded93b7d","after":"6697da893256e651e616926775a7a70847e0b9f0","ref":"refs/heads/main","pushedAt":"2024-07-14T23:21:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Update dependencies","shortMessageHtmlLink":"Update dependencies"}},{"before":"37a02b8e77db8919ed22c4c7ab7281e4be5b0e2f","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/client/braces-3.0.3","pushedAt":"2024-06-22T10:38:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"}},{"before":"ba303d1a30b84390825d2f07dffb65f3f8abdf42","after":"84e68de68aecb8adb9414e0513d30be5ded93b7d","ref":"refs/heads/main","pushedAt":"2024-06-22T10:38:08.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Merge pull request #7 from mohammedyh/dependabot/npm_and_yarn/client/braces-3.0.3\n\nBump braces from 3.0.2 to 3.0.3 in /client","shortMessageHtmlLink":"Merge pull request #7 from mohammedyh/dependabot/npm_and_yarn/client/…"}},{"before":null,"after":"37a02b8e77db8919ed22c4c7ab7281e4be5b0e2f","ref":"refs/heads/dependabot/npm_and_yarn/client/braces-3.0.3","pushedAt":"2024-06-21T13:56:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump braces from 3.0.2 to 3.0.3 in /client\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: braces\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump braces from 3.0.2 to 3.0.3 in /client"}},{"before":"1a6e30cde84ba4d88c4b471da02e541c8321d432","after":"ba303d1a30b84390825d2f07dffb65f3f8abdf42","ref":"refs/heads/main","pushedAt":"2024-06-02T11:37:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Move todo items into README","shortMessageHtmlLink":"Move todo items into README"}},{"before":"891ee3927adeec4d93c54e54152903324ea00084","after":"1a6e30cde84ba4d88c4b471da02e541c8321d432","ref":"refs/heads/main","pushedAt":"2024-04-22T08:41:10.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Add count for SSLs expiring in current month","shortMessageHtmlLink":"Add count for SSLs expiring in current month"}},{"before":"f3721b04033233f08a2a243a77e884b033e2e467","after":"891ee3927adeec4d93c54e54152903324ea00084","ref":"refs/heads/main","pushedAt":"2024-04-20T16:52:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Refactor auth checks using Clerk middleware\n\nUse strict middleware which raises an error when an unauthenticated\nrequest is made","shortMessageHtmlLink":"Refactor auth checks using Clerk middleware"}},{"before":"038c3a32610a3233715dfcc4ba87f668ee91fdec","after":"f3721b04033233f08a2a243a77e884b033e2e467","ref":"refs/heads/main","pushedAt":"2024-04-19T00:42:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Add button in domain info modal to refetch data","shortMessageHtmlLink":"Add button in domain info modal to refetch data"}},{"before":"c33b051bd064f47bfc8d496860ed7e248ae7a73a","after":"038c3a32610a3233715dfcc4ba87f668ee91fdec","ref":"refs/heads/main","pushedAt":"2024-04-18T23:07:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Add auth check to all api routes\n\n- Check if Clerk have an auth check middleware or create own\n- Destructure userId from request - reduce repetition\n- Rename id request parameter to domainId in delete endpoint","shortMessageHtmlLink":"Add auth check to all api routes"}},{"before":"ed9c87c5253683489210ddc6ff2887e24526a825","after":"c33b051bd064f47bfc8d496860ed7e248ae7a73a","ref":"refs/heads/main","pushedAt":"2024-04-18T22:02:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Fix watch script and error handling middleware on server","shortMessageHtmlLink":"Fix watch script and error handling middleware on server"}},{"before":"19ac77615ef703f1f6cc541166ac4d50d8e912d1","after":"ed9c87c5253683489210ddc6ff2887e24526a825","ref":"refs/heads/main","pushedAt":"2024-04-18T21:34:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Replace custom button component with shadcn button","shortMessageHtmlLink":"Replace custom button component with shadcn button"}},{"before":"043e7e1b81d6e7826b0652949890110e5545799d","after":"19ac77615ef703f1f6cc541166ac4d50d8e912d1","ref":"refs/heads/main","pushedAt":"2024-04-18T21:33:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Replace custom button component with shadcn button","shortMessageHtmlLink":"Replace custom button component with shadcn button"}},{"before":"4adc4569c3e7f50069750dc9692fe7f30a1c9932","after":"043e7e1b81d6e7826b0652949890110e5545799d","ref":"refs/heads/main","pushedAt":"2024-04-18T21:28:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Replace custom button component with shadcn button","shortMessageHtmlLink":"Replace custom button component with shadcn button"}},{"before":"0cda8669108184a1893600e991b8fa48a67bbc90","after":"4adc4569c3e7f50069750dc9692fe7f30a1c9932","ref":"refs/heads/main","pushedAt":"2024-04-18T05:48:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Replace custom button component with shadcn button","shortMessageHtmlLink":"Replace custom button component with shadcn button"}},{"before":"a839193f4257329d2a09c4362d760e3b5b41de3f","after":"0cda8669108184a1893600e991b8fa48a67bbc90","ref":"refs/heads/main","pushedAt":"2024-04-16T08:00:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Use path alias and order external & internal imports","shortMessageHtmlLink":"Use path alias and order external & internal imports"}},{"before":"1fc2654fca634527728c15f3101e552577547ec0","after":"a839193f4257329d2a09c4362d760e3b5b41de3f","ref":"refs/heads/main","pushedAt":"2024-04-15T00:37:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Remove docker compose file","shortMessageHtmlLink":"Remove docker compose file"}},{"before":"17a29044df447a2fa4c131851ccf17334c4a3b89","after":"1fc2654fca634527728c15f3101e552577547ec0","ref":"refs/heads/main","pushedAt":"2024-04-15T00:36:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Add dark mode and mark todo as complete","shortMessageHtmlLink":"Add dark mode and mark todo as complete"}},{"before":"34116b3912c6626d7d6adf4c42be3723a1393755","after":"17a29044df447a2fa4c131851ccf17334c4a3b89","ref":"refs/heads/main","pushedAt":"2024-04-15T00:36:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Add dark mode and mark todo as complete","shortMessageHtmlLink":"Add dark mode and mark todo as complete"}},{"before":"3cb9226c016b07a575ac0b86200d77bbd1ceb232","after":"34116b3912c6626d7d6adf4c42be3723a1393755","ref":"refs/heads/main","pushedAt":"2024-04-14T23:12:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Fix custom path alias and add base path","shortMessageHtmlLink":"Fix custom path alias and add base path"}},{"before":"3cb9226c016b07a575ac0b86200d77bbd1ceb232","after":null,"ref":"refs/heads/master","pushedAt":"2024-04-10T18:53:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"}},{"before":null,"after":"3cb9226c016b07a575ac0b86200d77bbd1ceb232","ref":"refs/heads/main","pushedAt":"2024-04-10T18:50:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Update deps","shortMessageHtmlLink":"Update deps"}},{"before":"273bb52e00bdc0aa2f5b3f1c05c8bd1eb27cc0f2","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/client/vite-5.2.6","pushedAt":"2024-04-06T17:21:43.000Z","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":"e9f2831b63250288039437e78e2decd1b8070826","after":"3cb9226c016b07a575ac0b86200d77bbd1ceb232","ref":"refs/heads/master","pushedAt":"2024-04-06T17:21:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Update deps","shortMessageHtmlLink":"Update deps"}},{"before":null,"after":"273bb52e00bdc0aa2f5b3f1c05c8bd1eb27cc0f2","ref":"refs/heads/dependabot/npm_and_yarn/client/vite-5.2.6","pushedAt":"2024-04-03T16:57:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump vite from 5.2.4 to 5.2.6 in /client\n\nBumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.4 to 5.2.6.\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/v5.2.6/packages/vite)\n\n---\nupdated-dependencies:\n- dependency-name: vite\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump vite from 5.2.4 to 5.2.6 in /client"}},{"before":"709bf0466e5ef9256bf55a8b54ffe3a9c3b7baab","after":"e9f2831b63250288039437e78e2decd1b8070826","ref":"refs/heads/master","pushedAt":"2024-03-31T18:20:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Add namespace to import and replace __dirname in vite config","shortMessageHtmlLink":"Add namespace to import and replace __dirname in vite config"}},{"before":"0fce6f14c19b3cc05981c713334e193f7849a92b","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/server/express-4.19.2","pushedAt":"2024-03-30T22:02:09.000Z","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":null,"after":"0fce6f14c19b3cc05981c713334e193f7849a92b","ref":"refs/heads/dependabot/npm_and_yarn/server/express-4.19.2","pushedAt":"2024-03-29T20:45:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump express from 4.19.1 to 4.19.2 in /server\n\nBumps [express](https://github.com/expressjs/express) from 4.19.1 to 4.19.2.\n- [Release notes](https://github.com/expressjs/express/releases)\n- [Changelog](https://github.com/expressjs/express/blob/master/History.md)\n- [Commits](https://github.com/expressjs/express/compare/4.19.1...4.19.2)\n\n---\nupdated-dependencies:\n- dependency-name: express\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump express from 4.19.1 to 4.19.2 in /server"}},{"before":"8f2432f1eadedc109aa775ab874446250a961e36","after":"709bf0466e5ef9256bf55a8b54ffe3a9c3b7baab","ref":"refs/heads/master","pushedAt":"2024-03-23T18:06:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Update deps","shortMessageHtmlLink":"Update deps"}},{"before":"2bc53dbfa3e14f0091ac8cca672898493246941f","after":"8f2432f1eadedc109aa775ab874446250a961e36","ref":"refs/heads/master","pushedAt":"2024-03-23T18:03:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Update deps","shortMessageHtmlLink":"Update deps"}},{"before":"c0f397511b82b59d8b1d46631420d61bdab6588e","after":"2bc53dbfa3e14f0091ac8cca672898493246941f","ref":"refs/heads/master","pushedAt":"2024-03-23T01:01:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mohammedyh","name":null,"path":"/mohammedyh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32526267?s=80&v=4"},"commit":{"message":"Update eslint plugin path for older config type\n\nThe path for the eslint security plugin needed to be updated as this\napplication uses the older json configuration file. The documentation for\nthe plugin said to append \"-legacy\" to the plugin path.\nAdd eslint scripts to package.json","shortMessageHtmlLink":"Update eslint plugin path for older config type"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xNFQyMzoyMToxNC4wMDAwMDBazwAAAAR_MSy5","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xNFQyMzoyMToxNC4wMDAwMDBazwAAAAR_MSy5","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0yM1QwMTowMTozMS4wMDAwMDBazwAAAAQdPASK"}},"title":"Activity · mohammedyh/domain-manager"}