{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":732717903,"defaultBranch":"master","name":"url-shortener","ownerLogin":"brewcoua","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-12-17T15:59:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/45310490?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1702828758.0","currentOid":""},"activityList":{"items":[{"before":"1576794d0d7a1de87814f3d40deb916768c913d0","after":"62ae7eb764bd4fd268e08990d445eb68c0df7709","ref":"refs/heads/master","pushedAt":"2023-12-23T17:28:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"docs: add license","shortMessageHtmlLink":"docs: add license"}},{"before":"8befa6d7ea5d6f3b9c587f2c8505715ee6c6a578","after":"1576794d0d7a1de87814f3d40deb916768c913d0","ref":"refs/heads/master","pushedAt":"2023-12-21T14:53:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"feat(routes): add health check route (/health/check)","shortMessageHtmlLink":"feat(routes): add health check route (/health/check)"}},{"before":"022333804dd2f2c30dcf000caba9e55bc4149ad4","after":"8befa6d7ea5d6f3b9c587f2c8505715ee6c6a578","ref":"refs/heads/master","pushedAt":"2023-12-21T14:48:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"feat(db): switch to using SQLx instead of Diesel for postgres","shortMessageHtmlLink":"feat(db): switch to using SQLx instead of Diesel for postgres"}},{"before":"c424a93ed08f930f7de2e48fca2fc991272af195","after":"022333804dd2f2c30dcf000caba9e55bc4149ad4","ref":"refs/heads/master","pushedAt":"2023-12-20T15:07:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"feat(metrics): setup sentry and tracing","shortMessageHtmlLink":"feat(metrics): setup sentry and tracing"}},{"before":"c0f9e08154c0f0713bf3ee4f3d88c0dbd2255181","after":"c424a93ed08f930f7de2e48fca2fc991272af195","ref":"refs/heads/master","pushedAt":"2023-12-20T11:46:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"feat: add clicks and timestamps, increment clicks at each redirect","shortMessageHtmlLink":"feat: add clicks and timestamps, increment clicks at each redirect"}},{"before":"6d08f2fa8f8ef50c39b58d089c48df2ee9fd3a7d","after":"c0f9e08154c0f0713bf3ee4f3d88c0dbd2255181","ref":"refs/heads/master","pushedAt":"2023-12-20T11:27:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"refactor: use axum instead of ntex and move routes to /routes","shortMessageHtmlLink":"refactor: use axum instead of ntex and move routes to /routes"}},{"before":"e94a4d8fc1d865c321dfa8998b796b50034d2c1a","after":"6d08f2fa8f8ef50c39b58d089c48df2ee9fd3a7d","ref":"refs/heads/master","pushedAt":"2023-12-18T20:48:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"fix(main): clone slug to avoid losing it in the closure","shortMessageHtmlLink":"fix(main): clone slug to avoid losing it in the closure"}},{"before":"55f6ba056b4ad1537f9a45cf5aa9ae670709cf7c","after":"e94a4d8fc1d865c321dfa8998b796b50034d2c1a","ref":"refs/heads/master","pushedAt":"2023-12-18T20:18:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"feat: use r2d2 db pool with diesel for async querying","shortMessageHtmlLink":"feat: use r2d2 db pool with diesel for async querying"}},{"before":"1b6271fade824d735436de7b93e87315e367de6f","after":"55f6ba056b4ad1537f9a45cf5aa9ae670709cf7c","ref":"refs/heads/master","pushedAt":"2023-12-18T13:34:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"feat: switch to using ntex along with postgres","shortMessageHtmlLink":"feat: switch to using ntex along with postgres"}},{"before":"a31abfe363a84809cf2c71e8708ea283be12eb12","after":"1b6271fade824d735436de7b93e87315e367de6f","ref":"refs/heads/master","pushedAt":"2023-12-17T16:46:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"build: setup docker along with fly","shortMessageHtmlLink":"build: setup docker along with fly"}},{"before":null,"after":"a31abfe363a84809cf2c71e8708ea283be12eb12","ref":"refs/heads/master","pushedAt":"2023-12-17T15:59:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"brewcoua","name":"Brewen Couaran","path":"/brewcoua","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45310490?s=80&v=4"},"commit":{"message":"init: first commit","shortMessageHtmlLink":"init: first commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD0PUfvwA","startCursor":null,"endCursor":null}},"title":"Activity ยท brewcoua/url-shortener"}