|
| 1 | +{ |
| 2 | + "body": { |
| 3 | + "items": [ |
| 4 | + { |
| 5 | + "branchRef": "@transcripts/contribution", |
| 6 | + "causalHash": "#sg60bvjo91fsoo7pkh9gejbn0qgc95vra87ap6l5d35ri0lkaudl7bs12d71sf3fh6p23teemuor7mk1i9n567m50ibakcghjec5ajg", |
| 7 | + "contributions": [ |
| 8 | + { |
| 9 | + "author": { |
| 10 | + "avatarUrl": null, |
| 11 | + "handle": "test", |
| 12 | + "name": null, |
| 13 | + "userId": "U-<UUID>" |
| 14 | + }, |
| 15 | + "createdAt": "<TIMESTAMP>", |
| 16 | + "description": "Adds pagination functionality to the user list page in the admin panel to improve performance and user experience.\n## Changes Made:\n\n* Implemented pagination using the Paginator type.\n* Updated the user list view to display a paginated list.\n* Added a new route for paginated user list.\n\n## Testing:\n\nI tested the pagination feature with a large dataset to ensure it functions correctly. I also tested edge cases and confirmed that the user list is now paginated as expected.\n", |
| 17 | + "id": "C-<UUID>", |
| 18 | + "numComments": 0, |
| 19 | + "number": 2, |
| 20 | + "projectRef": "@test/publictestproject", |
| 21 | + "sourceBranchRef": "@transcripts/contribution", |
| 22 | + "status": "in_review", |
| 23 | + "targetBranchRef": "main", |
| 24 | + "title": "Add pagination to user list", |
| 25 | + "updatedAt": "<TIMESTAMP>" |
| 26 | + }, |
| 27 | + { |
| 28 | + "author": { |
| 29 | + "avatarUrl": null, |
| 30 | + "handle": "test", |
| 31 | + "name": null, |
| 32 | + "userId": "U-<UUID>" |
| 33 | + }, |
| 34 | + "createdAt": "<TIMESTAMP>", |
| 35 | + "description": "This contribution addresses an issue where users were unable to log in due to a validation error in the authentication process.\n\n## Changes made:\n\n* Modified the validation logic for the Auth type to properly authenticate users.\n* Added unit tests to ensure the authentication process works as expected.\n\n## Testing:\n\nI tested this change locally on my development environment and confirmed that users can now log in without any issues. All unit tests are passing.", |
| 36 | + "id": "C-<UUID>", |
| 37 | + "numComments": 2, |
| 38 | + "number": 1, |
| 39 | + "projectRef": "@test/publictestproject", |
| 40 | + "sourceBranchRef": "@transcripts/contribution", |
| 41 | + "status": "in_review", |
| 42 | + "targetBranchRef": "main", |
| 43 | + "title": "Fix issue with user authentication", |
| 44 | + "updatedAt": "<TIMESTAMP>" |
| 45 | + } |
| 46 | + ], |
| 47 | + "createdAt": "<TIMESTAMP>", |
| 48 | + "project": { |
| 49 | + "createdAt": "<TIMESTAMP>", |
| 50 | + "owner": { |
| 51 | + "handle": "@test", |
| 52 | + "name": null, |
| 53 | + "type": "user" |
| 54 | + }, |
| 55 | + "slug": "publictestproject", |
| 56 | + "summary": "test project summary", |
| 57 | + "tags": [], |
| 58 | + "updatedAt": "<TIMESTAMP>", |
| 59 | + "visibility": "public" |
| 60 | + }, |
| 61 | + "updatedAt": "<TIMESTAMP>" |
| 62 | + } |
| 63 | + ], |
| 64 | + "nextCursor": "<CURSOR>", |
| 65 | + "prevCursor": null |
| 66 | + }, |
| 67 | + "status": [ |
| 68 | + { |
| 69 | + "status_code": 200 |
| 70 | + } |
| 71 | + ] |
| 72 | +} |
0 commit comments