Skip to content

Commit 43c72d5

Browse files
committed
Re-run transcripts
1 parent 7ceac30 commit 43c72d5

17 files changed

+156
-26
lines changed

transcripts/share-apis/contribution-diffs/create-contribution-for-diff.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"body": {
3-
"author": "transcripts",
3+
"author": {
4+
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
5+
"handle": "transcripts",
6+
"name": "Transcript User",
7+
"userId": "U-<UUID>"
8+
},
49
"createdAt": "<TIMESTAMP>",
510
"description": "My description",
611
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-create-contribution.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"body": {
3-
"author": "transcripts",
3+
"author": {
4+
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
5+
"handle": "transcripts",
6+
"name": "Transcript User",
7+
"userId": "U-<UUID>"
8+
},
49
"createdAt": "<TIMESTAMP>",
510
"description": "My description",
611
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-create-core.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"body": {
3-
"author": "test",
3+
"author": {
4+
"avatarUrl": null,
5+
"handle": "test",
6+
"name": null,
7+
"userId": "U-<UUID>"
8+
},
49
"createdAt": "<TIMESTAMP>",
510
"description": "My description",
611
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-create-draft.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"body": {
3-
"author": "test",
3+
"author": {
4+
"avatarUrl": null,
5+
"handle": "test",
6+
"name": null,
7+
"userId": "U-<UUID>"
8+
},
49
"createdAt": "<TIMESTAMP>",
510
"description": "My description",
611
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-get.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"body": {
3-
"author": "transcripts",
3+
"author": {
4+
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
5+
"handle": "transcripts",
6+
"name": "Transcript User",
7+
"userId": "U-<UUID>"
8+
},
49
"createdAt": "<TIMESTAMP>",
510
"description": "Updated description",
611
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-list-author-filter.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"cursor": "<CURSOR>",
44
"items": [
55
{
6-
"author": "test",
6+
"author": {
7+
"avatarUrl": null,
8+
"handle": "test",
9+
"name": null,
10+
"userId": "U-<UUID>"
11+
},
712
"createdAt": "<TIMESTAMP>",
813
"description": "My description",
914
"id": "C-<UUID>",
@@ -17,7 +22,12 @@
1722
"updatedAt": "<TIMESTAMP>"
1823
},
1924
{
20-
"author": "test",
25+
"author": {
26+
"avatarUrl": null,
27+
"handle": "test",
28+
"name": null,
29+
"userId": "U-<UUID>"
30+
},
2131
"createdAt": "<TIMESTAMP>",
2232
"description": "My description",
2333
"id": "C-<UUID>",
@@ -31,7 +41,12 @@
3141
"updatedAt": "<TIMESTAMP>"
3242
},
3343
{
34-
"author": "test",
44+
"author": {
45+
"avatarUrl": null,
46+
"handle": "test",
47+
"name": null,
48+
"userId": "U-<UUID>"
49+
},
3550
"createdAt": "<TIMESTAMP>",
3651
"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",
3752
"id": "C-<UUID>",
@@ -45,7 +60,12 @@
4560
"updatedAt": "<TIMESTAMP>"
4661
},
4762
{
48-
"author": "test",
63+
"author": {
64+
"avatarUrl": null,
65+
"handle": "test",
66+
"name": null,
67+
"userId": "U-<UUID>"
68+
},
4969
"createdAt": "<TIMESTAMP>",
5070
"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.",
5171
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-list-kind-filter.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"cursor": "<CURSOR>",
44
"items": [
55
{
6-
"author": "test",
6+
"author": {
7+
"avatarUrl": null,
8+
"handle": "test",
9+
"name": null,
10+
"userId": "U-<UUID>"
11+
},
712
"createdAt": "<TIMESTAMP>",
813
"description": "My description",
914
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-list-status-filter.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"cursor": "<CURSOR>",
44
"items": [
55
{
6-
"author": "transcripts",
6+
"author": {
7+
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
8+
"handle": "transcripts",
9+
"name": "Transcript User",
10+
"userId": "U-<UUID>"
11+
},
712
"createdAt": "<TIMESTAMP>",
813
"description": "My description",
914
"id": "C-<UUID>",
@@ -17,7 +22,12 @@
1722
"updatedAt": "<TIMESTAMP>"
1823
},
1924
{
20-
"author": "test",
25+
"author": {
26+
"avatarUrl": null,
27+
"handle": "test",
28+
"name": null,
29+
"userId": "U-<UUID>"
30+
},
2131
"createdAt": "<TIMESTAMP>",
2232
"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",
2333
"id": "C-<UUID>",
@@ -31,7 +41,12 @@
3141
"updatedAt": "<TIMESTAMP>"
3242
},
3343
{
34-
"author": "test",
44+
"author": {
45+
"avatarUrl": null,
46+
"handle": "test",
47+
"name": null,
48+
"userId": "U-<UUID>"
49+
},
3550
"createdAt": "<TIMESTAMP>",
3651
"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.",
3752
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-list.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"cursor": "<CURSOR>",
44
"items": [
55
{
6-
"author": "test",
6+
"author": {
7+
"avatarUrl": null,
8+
"handle": "test",
9+
"name": null,
10+
"userId": "U-<UUID>"
11+
},
712
"createdAt": "<TIMESTAMP>",
813
"description": "My description",
914
"id": "C-<UUID>",
@@ -17,7 +22,12 @@
1722
"updatedAt": "<TIMESTAMP>"
1823
},
1924
{
20-
"author": "test",
25+
"author": {
26+
"avatarUrl": null,
27+
"handle": "test",
28+
"name": null,
29+
"userId": "U-<UUID>"
30+
},
2131
"createdAt": "<TIMESTAMP>",
2232
"description": "My description",
2333
"id": "C-<UUID>",
@@ -31,7 +41,12 @@
3141
"updatedAt": "<TIMESTAMP>"
3242
},
3343
{
34-
"author": "transcripts",
44+
"author": {
45+
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
46+
"handle": "transcripts",
47+
"name": "Transcript User",
48+
"userId": "U-<UUID>"
49+
},
3550
"createdAt": "<TIMESTAMP>",
3651
"description": "My description",
3752
"id": "C-<UUID>",
@@ -45,7 +60,12 @@
4560
"updatedAt": "<TIMESTAMP>"
4661
},
4762
{
48-
"author": "test",
63+
"author": {
64+
"avatarUrl": null,
65+
"handle": "test",
66+
"name": null,
67+
"userId": "U-<UUID>"
68+
},
4969
"createdAt": "<TIMESTAMP>",
5070
"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",
5171
"id": "C-<UUID>",
@@ -59,7 +79,12 @@
5979
"updatedAt": "<TIMESTAMP>"
6080
},
6181
{
62-
"author": "test",
82+
"author": {
83+
"avatarUrl": null,
84+
"handle": "test",
85+
"name": null,
86+
"userId": "U-<UUID>"
87+
},
6388
"createdAt": "<TIMESTAMP>",
6489
"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.",
6590
"id": "C-<UUID>",

transcripts/share-apis/contributions/contribution-update.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"body": {
3-
"author": "transcripts",
3+
"author": {
4+
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
5+
"handle": "transcripts",
6+
"name": "Transcript User",
7+
"userId": "U-<UUID>"
8+
},
49
"createdAt": "<TIMESTAMP>",
510
"description": "Updated description",
611
"id": "C-<UUID>",

0 commit comments

Comments
 (0)