Add support for migrating from Pagure (#8513)

Add support for migrating Pagure repositories (including metadata) to Forgejo via the migration tool.

One 'discrepancy' with migration from other forges is how privates issues are handled, they are migrated when a API token is set for the migration, in that case users are advised to set their repositories visibility to private to avoid leaking such private issues.

Co-authored-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
Co-authored-by: Ryan Lerch <rlerch@redhat.com>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8513
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-committed-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
This commit is contained in:
Akashdeep Dhar 2025-08-11 16:56:26 +02:00 committed by Gusted
commit b8f15e4ea0
59 changed files with 6921 additions and 1 deletions

View file

@ -0,0 +1,85 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:51:21 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 1464
content-security-policy: default-src 'self';script-src 'self' 'nonce-Tr8ktNGt3XoBWQBIXrrPTeA1v'; style-src 'self' 'nonce-Tr8ktNGt3XoBWQBIXrrPTeA1v'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYmI4NGRmYWMyY2Q2MzVlOWRkOTQwMGYwNzk2NzdlOGQxN2UxYTJlMCJ9.G2IX6Q.ETAG_sYgE1V9xYQNy_CD4HOP32Q; Expires=Sat, 23-Aug-2025 06:51:21 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:44:23 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 452
content-security-policy: default-src 'self';script-src 'self' 'nonce-jtS0HiLSSKCUK3FUuLv7XD9KG'; style-src 'self' 'nonce-jtS0HiLSSKCUK3FUuLv7XD9KG'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiY2EzN2Y5MTI1ZjkxNTkzMDViMWQ5ZGVhYjkyNzVlZTkwNmVjYzgzYiJ9.G2IWRw.1ZmhWySKFk3Lw_bA-EwmcNCgcz0; Expires=Sat, 23-Aug-2025 06:44:23 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1747635011,
"commit_time_offset": 0,
"committer": "Akashdeep Dhar",
"hash": "01b420e2964928a15f790f9b7c1a0053e7b5f0a5",
"message": "Change the branch identity to `test-eeee` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "1e8fa9a17b4b4ddde50f334626b0a5497070cff7"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:44:57 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 454
content-security-policy: default-src 'self';script-src 'self' 'nonce-6gKus9S40eu36HFYePUnyxB36'; style-src 'self' 'nonce-6gKus9S40eu36HFYePUnyxB36'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZjM5ZTYyYWM5NDViYTYwMjg1MjFlMTAzNjU4OWQ3Zjc1NjA5ZmUzMSJ9.G2IWaQ._b9edyW_4DSX-umHlyVib496s00; Expires=Sat, 23-Aug-2025 06:44:57 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1697169509,
"commit_time_offset": 330,
"committer": "Akashdeep Dhar",
"hash": "0bc8b0c38e0790e9ef5c8d512a00b9c4dd048160",
"message": "Change the branch identity to `test-dddd` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "586a1e8a79e572691dc086ef7bf4e2f6d34c5254"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:43:47 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 452
content-security-policy: default-src 'self';script-src 'self' 'nonce-bDXeQlGZOYsS26Mr1BJPgodzY'; style-src 'self' 'nonce-bDXeQlGZOYsS26Mr1BJPgodzY'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiNDRkYmIwMjQwODI1ODc4MGUzYWM4ZDZhZTkxYWQ2NTkyMDFhNTg0ZSJ9.G2IWIw.U2Rb6xUm4Wk9ODweB3hH1cggWkM; Expires=Sat, 23-Aug-2025 06:43:47 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1747635352,
"commit_time_offset": 0,
"committer": "Akashdeep Dhar",
"hash": "1a6ccc212aa958a0fe76155c2907c889969a7224",
"message": "Change the branch identity to `test-ffff` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"01b420e2964928a15f790f9b7c1a0053e7b5f0a5"
],
"tree_id": "0c5e64a6b912cb0c3d66e66896fa98a98da69fe4"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:46:23 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 454
content-security-policy: default-src 'self';script-src 'self' 'nonce-JLGc3LbKkMMzOnQTvUIIZbAwF'; style-src 'self' 'nonce-JLGc3LbKkMMzOnQTvUIIZbAwF'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYTE0Y2EzMTZiMWRkZGZjOTJjMjkwZTkyNjM5OWEzYWZiNjA0OTZiMCJ9.G2IWvw.SNBn8NelY5GBQ-8SmLY-Uwy-uq0; Expires=Sat, 23-Aug-2025 06:46:23 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1697169040,
"commit_time_offset": 330,
"committer": "Akashdeep Dhar",
"hash": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"message": "Change the branch identity to `test-bbbb` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "7a23fc15f5a1463f2c425f0146def7c19ecf6c88"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:46:59 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 454
content-security-policy: default-src 'self';script-src 'self' 'nonce-ORfdixyFztBA0Sx54SlhQuMio'; style-src 'self' 'nonce-ORfdixyFztBA0Sx54SlhQuMio'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYmY2MjEyYzNmMDkzMmZkZDMxYjYwYzVmMDdjYzEzY2JhZTJkMjVmZCJ9.G2IW4w.JCI6ih36NlW5IPwNX1LaCbb6v5U; Expires=Sat, 23-Aug-2025 06:46:59 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1697169185,
"commit_time_offset": 330,
"committer": "Akashdeep Dhar",
"hash": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"message": "Change the branch identity to `test-aaaa` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "e7911825d29e73f260de95d5070898ccbe6340a6"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:45:31 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 454
content-security-policy: default-src 'self';script-src 'self' 'nonce-chsmQCN0V1J9MIqK5NU6MqBJv'; style-src 'self' 'nonce-chsmQCN0V1J9MIqK5NU6MqBJv'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZDNmYWUzNTBlOWZkNDY0MTJlOWNkMjQ0M2FjZmYyY2VkZjBlY2ZiYSJ9.G2IWjA.co1poP1T_e07frtYRBAkxcp2RTM; Expires=Sat, 23-Aug-2025 06:45:32 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1697169354,
"commit_time_offset": 330,
"committer": "Akashdeep Dhar",
"hash": "f1246e331cade9341b9e4f311b7a134f99893d21",
"message": "Change the branch identity to `test-cccc` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "f1e37736d409bb136451dfc8e3a2017d3af2ce7d"
}

View file

@ -0,0 +1,17 @@
HTTP/2 404
date: Wed, 23 Jul 2025 06:17:46 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 233
content-security-policy: default-src 'self';script-src 'self' 'nonce-AyzMgRLEDXIM7Oiv1cbBRx6WC'; style-src 'self' 'nonce-AyzMgRLEDXIM7Oiv1cbBRx6WC'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiMGMxMmJkYmFmNWY1ODBiNzQxY2Q2Y2RiODk1OTRmOWMwOGY1OWM2ZSJ9.G2IQCg.BSeYpRe9-FITZnjNS1EKHjwOFmM; Expires=Sat, 23-Aug-2025 06:17:46 GMT; Secure; HttpOnly; Path=/
content-type: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>

View file

@ -0,0 +1,17 @@
HTTP/2 404
date: Wed, 23 Jul 2025 06:17:58 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 233
content-security-policy: default-src 'self';script-src 'self' 'nonce-F7TmwHL5oVhCcN5Mddi8OGms7'; style-src 'self' 'nonce-F7TmwHL5oVhCcN5Mddi8OGms7'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOTYwOWIyN2EzYjA4NmE5OTZhNjk3NWU5ZWM4OTI1MWNkN2U5OWYyMiJ9.G2IQFg.qReOtqa1f6EAhBqYOj_aQRCvgac; Expires=Sat, 23-Aug-2025 06:17:58 GMT; Secure; HttpOnly; Path=/
content-type: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>

View file

@ -0,0 +1,299 @@
HTTP/2 200
date: Wed, 30 Jul 2025 05:15:59 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 18702
content-security-policy: default-src 'self';script-src 'self' 'nonce-SA5GWMgMPH5tNiDy97SIr6jxM'; style-src 'self' 'nonce-SA5GWMgMPH5tNiDy97SIr6jxM'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOTA1NjdkYzFjN2QyMjFhMGU3NTVmN2ZlMDYzZTgyMTQ0ZTM3NzFkNiJ9.G2s8Dw.36fFhcCc63_kPkxcJp8tz-ufC8Y; Expires=Sat, 30-Aug-2025 05:15:59 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"args": {
"assignee": null,
"author": null,
"milestones": [],
"no_stones": null,
"order": null,
"priority": null,
"since": null,
"status": "all",
"tags": []
},
"issues": [
{
"assignee": null,
"blocks": [],
"close_status": "Baseless",
"closed_at": "1750832631",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "This is the first comment under the fourth test issue",
"date_created": "1700554045",
"edited_on": null,
"editor": null,
"id": 885231,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under the fourth test issue",
"date_created": "1700554054",
"edited_on": null,
"editor": null,
"id": 885232,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue status updated to: Closed (was: Open)",
"date_created": "1700554081",
"edited_on": null,
"editor": null,
"id": 885233,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: Milestone DDDD",
"date_created": "1746679846",
"edited_on": null,
"editor": null,
"id": 971680,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: None (was: Milestone DDDD)\n- Issue status updated to: Open (was: Closed)",
"date_created": "1750832626",
"edited_on": null,
"editor": null,
"id": 976715,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue close_status updated to: Baseless\n- Issue status updated to: Closed (was: Open)",
"date_created": "1750832632",
"edited_on": null,
"editor": null,
"id": 976716,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: Milestone DDDD",
"date_created": "1750832695",
"edited_on": null,
"editor": null,
"id": 976718,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue priority set to: Common",
"date_created": "1750832786",
"edited_on": null,
"editor": null,
"id": 976722,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"content": "This is the body of the fourth test issue",
"custom_fields": [],
"date_created": "1700554016",
"depends": [],
"full_url": "https://pagure.io/protop2g-test-srce/issue/4",
"id": 4,
"last_updated": "1750832786",
"milestone": "Milestone DDDD",
"priority": 1,
"private": true,
"related_prs": [],
"status": "Closed",
"tags": [
"gggg",
"hhhh"
],
"title": "This is the title of the fourth test issue",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"assignee": null,
"blocks": [],
"close_status": null,
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "This is the first comment under the third test issue",
"date_created": "1700553880",
"edited_on": null,
"editor": null,
"id": 885229,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under the third test issue",
"date_created": "1700553892",
"edited_on": null,
"editor": null,
"id": 885230,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: Milestone CCCC",
"date_created": "1746679833",
"edited_on": null,
"editor": null,
"id": 971679,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue priority set to: Uncommon",
"date_created": "1750832767",
"edited_on": null,
"editor": null,
"id": 976721,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"content": "This is the body of the third test issue",
"custom_fields": [],
"date_created": "1700553837",
"depends": [],
"full_url": "https://pagure.io/protop2g-test-srce/issue/3",
"id": 3,
"last_updated": "1750832767",
"milestone": "Milestone CCCC",
"priority": 2,
"private": true,
"related_prs": [],
"status": "Open",
"tags": [
"eeee",
"ffff"
],
"title": "This is the title of the third test issue",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
],
"pagination": {
"first": "https://pagure.io/api/0/protop2g-test-srce/issues?per_page=20&status=all&page=1",
"last": "https://pagure.io/api/0/protop2g-test-srce/issues?per_page=20&status=all&page=1",
"next": null,
"page": 1,
"pages": 1,
"per_page": 20,
"prev": null
},
"total_issues": 2
}

View file

@ -0,0 +1,259 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:21:04 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 6179
content-security-policy: default-src 'self';script-src 'self' 'nonce-BK18r6rq2MUNhc0CXTZKJQyJY'; style-src 'self' 'nonce-BK18r6rq2MUNhc0CXTZKJQyJY'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOTQ3NGFiNjdkNjdlZjNiNWNmOWYwZGFmODg1MDMxMTYzNTc5OTkxMyJ9.G2IQ0A.97bsQ3k_CAN3UOID130UESba38M; Expires=Sat, 23-Aug-2025 06:21:04 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"branch": "main",
"branch_from": "test-ffff",
"cached_merge_status": "unknown",
"closed_at": "1747635431",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: ffff\n- Request assigned",
"commit": null,
"date_created": "1747635211",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219623,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "rebased onto 01b420e2964928a15f790f9b7c1a0053e7b5f0a5",
"commit": null,
"date_created": "1747635389",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219625,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "Pull-Request has been merged by t0xic0der",
"commit": null,
"date_created": "1747635431",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219626,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "1a6ccc212aa958a0fe76155c2907c889969a7224",
"commit_stop": "1a6ccc212aa958a0fe76155c2907c889969a7224",
"date_created": "1747635165",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/10",
"id": 10,
"initial_comment": "Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>",
"last_updated": "1747635431",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Merged",
"tags": [
"ffff"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-ffff` in the README.md file",
"uid": "d3b7100abf8b4b02aa220d899e063295",
"updated_on": "1747635431",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,249 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:19:26 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5859
content-security-policy: default-src 'self';script-src 'self' 'nonce-x3rXi7f95hPSGE2mV9PPJv0Db'; style-src 'self' 'nonce-x3rXi7f95hPSGE2mV9PPJv0Db'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiODFiMTQzZWQwZGEzMWIxNmE3NTk1ODYyNWE0MGZjNjcwNThmMDc3ZSJ9.G2IQbg.9qdYqcrGIqnCKtjsWYjcfMCTzok; Expires=Sat, 23-Aug-2025 06:19:26 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"branch": "main",
"branch_from": "test-aaaa",
"cached_merge_status": "CONFLICTS",
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: aaaa",
"commit": null,
"date_created": "1746427453",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219086,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under this pull request.",
"commit": null,
"date_created": "1746595521",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219190,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under this pull request.",
"commit": null,
"date_created": "1746595529",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219191,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"commit_stop": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"date_created": "1746427437",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/5",
"id": 5,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1747636185",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Open",
"tags": [
"aaaa"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-aaaa` in the README.md file",
"uid": "f9e737c5ccc1434e9798cfd49d192538",
"updated_on": "1746595529",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,249 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:19:47 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5859
content-security-policy: default-src 'self';script-src 'self' 'nonce-3mH3rM1hwmaCorIQiTfUsFwdZ'; style-src 'self' 'nonce-3mH3rM1hwmaCorIQiTfUsFwdZ'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiNWY5OWMwYjViOTkzZjM0YTY3OTJiYTZmNDk4YzY3MzUwMzY3MzY2OCJ9.G2IQgw.dxyk0aB89uDJGN15BTWrZEvCFWg; Expires=Sat, 23-Aug-2025 06:19:47 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"branch": "main",
"branch_from": "test-bbbb",
"cached_merge_status": "CONFLICTS",
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: bbbb",
"commit": null,
"date_created": "1746427480",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219087,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under this pull request.",
"commit": null,
"date_created": "1746595539",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219192,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under this pull request.",
"commit": null,
"date_created": "1746595552",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219193,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"commit_stop": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"date_created": "1746427470",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/6",
"id": 6,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1747643450",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Open",
"tags": [
"bbbb"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-bbbb` in the README.md file",
"uid": "9cab89d6bb8c499e8fcb47926f1f5806",
"updated_on": "1746595552",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,234 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:20:00 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5458
content-security-policy: default-src 'self';script-src 'self' 'nonce-Bq1C3s4EngIGuBgtUcYdmK2M8'; style-src 'self' 'nonce-Bq1C3s4EngIGuBgtUcYdmK2M8'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZjUwNDcwNWQ4Y2UxZTRjODRlNjQxYTA0NzVlNDA5NGQwNzI4YTY1NyJ9.G2IQkA.KtxZfzau2wOwMTyfG_xNBHTMHSI; Expires=Sat, 23-Aug-2025 06:20:00 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"branch": "main",
"branch_from": "test-cccc",
"cached_merge_status": "FFORWARD",
"closed_at": "1746428043",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: cccc",
"commit": null,
"date_created": "1746427513",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219088,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "Pull-Request has been closed by t0xic0der",
"commit": null,
"date_created": "1746428043",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219090,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "f1246e331cade9341b9e4f311b7a134f99893d21",
"commit_stop": "f1246e331cade9341b9e4f311b7a134f99893d21",
"date_created": "1746427506",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/7",
"id": 7,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1746428043",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Closed",
"tags": [
"cccc"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-cccc` in the README.md file",
"uid": "f696feab56b84557b4d4a8a4462420ee",
"updated_on": "1746428043",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,234 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:20:17 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5458
content-security-policy: default-src 'self';script-src 'self' 'nonce-OxOLryXyFpTZ0hyi7t17U5IG0'; style-src 'self' 'nonce-OxOLryXyFpTZ0hyi7t17U5IG0'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiM2I3NWQwYzBhY2YxMjhmYTU0YmU5NzEzYzcyNjNjZTQ4NjFlNDE5ZCJ9.G2IQoQ.Ds29JFMXbO3q2kBPxmfx2kQ7YjA; Expires=Sat, 23-Aug-2025 06:20:17 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"branch": "main",
"branch_from": "test-dddd",
"cached_merge_status": "FFORWARD",
"closed_at": "1746428053",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: dddd",
"commit": null,
"date_created": "1746427540",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219089,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "Pull-Request has been closed by t0xic0der",
"commit": null,
"date_created": "1746428053",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219091,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "0bc8b0c38e0790e9ef5c8d512a00b9c4dd048160",
"commit_stop": "0bc8b0c38e0790e9ef5c8d512a00b9c4dd048160",
"date_created": "1746427532",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/8",
"id": 8,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1746428053",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Closed",
"tags": [
"dddd"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-dddd` in the README.md file",
"uid": "493b294044fd48e18f424210c919d8de",
"updated_on": "1746428053",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,239 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:20:51 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5628
content-security-policy: default-src 'self';script-src 'self' 'nonce-RVreTe5AdtWf0rvyk7mxX40mb'; style-src 'self' 'nonce-RVreTe5AdtWf0rvyk7mxX40mb'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiM2MyYzdlY2E0MDYzNWRmZjRhMDc2MGE0OTg2MjNhMTU4MWNhZDg4OSJ9.G2IQww.VZpiXbZftgigHkiS15g8DF6iQSY; Expires=Sat, 23-Aug-2025 06:20:51 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"branch": "main",
"branch_from": "test-eeee",
"cached_merge_status": "unknown",
"closed_at": "1747635243",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: eeee\n- Request assigned",
"commit": null,
"date_created": "1747635200",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219622,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "Pull-Request has been merged by t0xic0der",
"commit": null,
"date_created": "1747635243",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219624,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "01b420e2964928a15f790f9b7c1a0053e7b5f0a5",
"commit_stop": "01b420e2964928a15f790f9b7c1a0053e7b5f0a5",
"date_created": "1747635161",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/9",
"id": 9,
"initial_comment": "Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>",
"last_updated": "1747635243",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Merged",
"tags": [
"eeee"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-eeee` in the README.md file",
"uid": "f2ad806e430a40bd8ee5894484338df4",
"updated_on": "1747635243",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,507 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:18:47 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 14090
content-security-policy: default-src 'self';script-src 'self' 'nonce-t1H8BCX7kXOBmXS0wHPpBrAhK'; style-src 'self' 'nonce-t1H8BCX7kXOBmXS0wHPpBrAhK'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiODAwYWYyZGI3MjZlMzA2ZTdmNTdlMmIwNGVkNmU3YTBmNDYwZDUyMyJ9.G2IQRw.EDXBH36zsKcHKDETH_g7miO_r_w; Expires=Sat, 23-Aug-2025 06:18:47 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"args": {
"assignee": null,
"author": null,
"page": 1,
"per_page": 20,
"status": true,
"tags": []
},
"pagination": {
"first": "https://pagure.io/api/0/protop2g-test-srce/pull-requests?per_page=20&page=1",
"last": "https://pagure.io/api/0/protop2g-test-srce/pull-requests?per_page=20&page=1",
"next": null,
"page": 1,
"pages": 1,
"per_page": 20,
"prev": null
},
"requests": [
{
"assignee": null,
"branch": "main",
"branch_from": "test-bbbb",
"cached_merge_status": "CONFLICTS",
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: bbbb",
"commit": null,
"date_created": "1746427480",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219087,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under this pull request.",
"commit": null,
"date_created": "1746595539",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219192,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under this pull request.",
"commit": null,
"date_created": "1746595552",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219193,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"commit_stop": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"date_created": "1746427470",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/6",
"id": 6,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1747643450",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Open",
"tags": [
"bbbb"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-bbbb` in the README.md file",
"uid": "9cab89d6bb8c499e8fcb47926f1f5806",
"updated_on": "1746595552",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"assignee": null,
"branch": "main",
"branch_from": "test-aaaa",
"cached_merge_status": "CONFLICTS",
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: aaaa",
"commit": null,
"date_created": "1746427453",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219086,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under this pull request.",
"commit": null,
"date_created": "1746595521",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219190,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under this pull request.",
"commit": null,
"date_created": "1746595529",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219191,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"commit_stop": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"date_created": "1746427437",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/5",
"id": 5,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1747636185",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Open",
"tags": [
"aaaa"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-aaaa` in the README.md file",
"uid": "f9e737c5ccc1434e9798cfd49d192538",
"updated_on": "1746595529",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"total_requests": 2
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:34:39 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-gI8Srx27RgY20Zqw5vVkWVORV'; style-src 'self' 'nonce-gI8Srx27RgY20Zqw5vVkWVORV'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZmJhYTlmMTAzYzYxMWE5NmZiZDNkZjE1ZmRiZGQzYTA5YTQ1YTM2YyJ9.G2IF7w.CLP1edDfZSoJcXjoUNt40swcBV8; Expires=Sat, 23-Aug-2025 05:34:39 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "aaaa",
"tag_color": "#ff0000",
"tag_description": "aaaa"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:34:50 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-wgQpgRvwBbyoY9WWTv55wb8Dd'; style-src 'self' 'nonce-wgQpgRvwBbyoY9WWTv55wb8Dd'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZWU4ZDUxYzY4NmUzMzM4ODg4YmRmMjQwYmU3ODVhOTA4MzQ4N2Q2NiJ9.G2IF-g.nG1k1zU4b9Eo9WFGCas8R9a5-Vg; Expires=Sat, 23-Aug-2025 05:34:50 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "bbbb",
"tag_color": "#ff0000",
"tag_description": "bbbb"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:35:02 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-kAxTKES1vWlzLCIScejGQ5JpX'; style-src 'self' 'nonce-kAxTKES1vWlzLCIScejGQ5JpX'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYjhhM2YxNjJhZDYwYWU5NzE4NmQ4NDBkMzJlOWNkYmYxN2Y2NjBmMyJ9.G2IGBg.oA7d9DJHW4_ilpbiVkbveF5dM3Q; Expires=Sat, 23-Aug-2025 05:35:02 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "cccc",
"tag_color": "#ffff00",
"tag_description": "cccc"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:36:23 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-rzXQsxeaBjeye4rVcEn3aSWKa'; style-src 'self' 'nonce-rzXQsxeaBjeye4rVcEn3aSWKa'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiY2VhZjRhOTlkZWUxZDcxODg2NWIyN2JhZGY4ZjUyMjcxZTdkZGU0MyJ9.G2IGVw.JCK3tXfD0aOgDdIAMv5MlFkl-SY; Expires=Sat, 23-Aug-2025 05:36:23 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "dddd",
"tag_color": "#ffff00",
"tag_description": "dddd"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:36:34 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-gs07ooad3wPkkzZKAQDHDTrMl'; style-src 'self' 'nonce-gs07ooad3wPkkzZKAQDHDTrMl'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOGEyNDUwYzk5MDY2ZjJhZGQyNDhlZmZmM2QxN2UxZTM0ODI2NWFhZiJ9.G2IGYg.hM6ZKEPDXtOvTWlSPeQBLiZjCO4; Expires=Sat, 23-Aug-2025 05:36:34 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "eeee",
"tag_color": "#00ff00",
"tag_description": "eeee"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:36:48 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-hiIOP1ZdLfgxJERlzriEOATjs'; style-src 'self' 'nonce-hiIOP1ZdLfgxJERlzriEOATjs'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYWMyNjBhNjE5MjI0OTQ0YTU2Yzc5YjNmNzU3ZTU2MTYzZGQwMGMwNSJ9.G2IGcQ.22KbaZBjPxJkpIoTBIn1UtVzEjI; Expires=Sat, 23-Aug-2025 05:36:49 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "ffff",
"tag_color": "#00ff00",
"tag_description": "ffff"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:37:23 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-FYnaELqaJomAM4RnLtKUr7gbE'; style-src 'self' 'nonce-FYnaELqaJomAM4RnLtKUr7gbE'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOGExMmI2MGZhYTQyYTY5MmQ0MzNkNWFlZTU0YjE4M2NjY2NmYjI3MCJ9.G2IGkw.9-wL70lPAOlpIv8cusGLLA0Np_U; Expires=Sat, 23-Aug-2025 05:37:23 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "gggg",
"tag_color": "#0000ff",
"tag_description": "gggg"
}

View file

@ -0,0 +1,26 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:16:48 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 142
content-security-policy: default-src 'self';script-src 'self' 'nonce-T8LPhGGs1acv00t58vtBtVmwC'; style-src 'self' 'nonce-T8LPhGGs1acv00t58vtBtVmwC'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYmQ2NTQ1MmFhZWJjZjA0OWIxNTI5MjBjODQyYzUzOGRkYmYyYTkwOSJ9.G2IBwA.pKqOBVDJrtKfyrbJPyuaRfFjnR4; Expires=Sat, 23-Aug-2025 05:16:48 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tags": [
"aaaa",
"bbbb",
"cccc",
"dddd",
"eeee",
"ffff",
"gggg",
"hhhh"
],
"total_tags": 8
}

View file

@ -0,0 +1,85 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:51:21 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 1464
content-security-policy: default-src 'self';script-src 'self' 'nonce-Tr8ktNGt3XoBWQBIXrrPTeA1v'; style-src 'self' 'nonce-Tr8ktNGt3XoBWQBIXrrPTeA1v'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYmI4NGRmYWMyY2Q2MzVlOWRkOTQwMGYwNzk2NzdlOGQxN2UxYTJlMCJ9.G2IX6Q.ETAG_sYgE1V9xYQNy_CD4HOP32Q; Expires=Sat, 23-Aug-2025 06:51:21 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:44:23 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 452
content-security-policy: default-src 'self';script-src 'self' 'nonce-jtS0HiLSSKCUK3FUuLv7XD9KG'; style-src 'self' 'nonce-jtS0HiLSSKCUK3FUuLv7XD9KG'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiY2EzN2Y5MTI1ZjkxNTkzMDViMWQ5ZGVhYjkyNzVlZTkwNmVjYzgzYiJ9.G2IWRw.1ZmhWySKFk3Lw_bA-EwmcNCgcz0; Expires=Sat, 23-Aug-2025 06:44:23 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1747635011,
"commit_time_offset": 0,
"committer": "Akashdeep Dhar",
"hash": "01b420e2964928a15f790f9b7c1a0053e7b5f0a5",
"message": "Change the branch identity to `test-eeee` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "1e8fa9a17b4b4ddde50f334626b0a5497070cff7"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:44:57 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 454
content-security-policy: default-src 'self';script-src 'self' 'nonce-6gKus9S40eu36HFYePUnyxB36'; style-src 'self' 'nonce-6gKus9S40eu36HFYePUnyxB36'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZjM5ZTYyYWM5NDViYTYwMjg1MjFlMTAzNjU4OWQ3Zjc1NjA5ZmUzMSJ9.G2IWaQ._b9edyW_4DSX-umHlyVib496s00; Expires=Sat, 23-Aug-2025 06:44:57 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1697169509,
"commit_time_offset": 330,
"committer": "Akashdeep Dhar",
"hash": "0bc8b0c38e0790e9ef5c8d512a00b9c4dd048160",
"message": "Change the branch identity to `test-dddd` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "586a1e8a79e572691dc086ef7bf4e2f6d34c5254"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:43:47 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 452
content-security-policy: default-src 'self';script-src 'self' 'nonce-bDXeQlGZOYsS26Mr1BJPgodzY'; style-src 'self' 'nonce-bDXeQlGZOYsS26Mr1BJPgodzY'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiNDRkYmIwMjQwODI1ODc4MGUzYWM4ZDZhZTkxYWQ2NTkyMDFhNTg0ZSJ9.G2IWIw.U2Rb6xUm4Wk9ODweB3hH1cggWkM; Expires=Sat, 23-Aug-2025 06:43:47 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1747635352,
"commit_time_offset": 0,
"committer": "Akashdeep Dhar",
"hash": "1a6ccc212aa958a0fe76155c2907c889969a7224",
"message": "Change the branch identity to `test-ffff` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"01b420e2964928a15f790f9b7c1a0053e7b5f0a5"
],
"tree_id": "0c5e64a6b912cb0c3d66e66896fa98a98da69fe4"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:46:23 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 454
content-security-policy: default-src 'self';script-src 'self' 'nonce-JLGc3LbKkMMzOnQTvUIIZbAwF'; style-src 'self' 'nonce-JLGc3LbKkMMzOnQTvUIIZbAwF'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYTE0Y2EzMTZiMWRkZGZjOTJjMjkwZTkyNjM5OWEzYWZiNjA0OTZiMCJ9.G2IWvw.SNBn8NelY5GBQ-8SmLY-Uwy-uq0; Expires=Sat, 23-Aug-2025 06:46:23 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1697169040,
"commit_time_offset": 330,
"committer": "Akashdeep Dhar",
"hash": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"message": "Change the branch identity to `test-bbbb` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "7a23fc15f5a1463f2c425f0146def7c19ecf6c88"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:46:59 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 454
content-security-policy: default-src 'self';script-src 'self' 'nonce-ORfdixyFztBA0Sx54SlhQuMio'; style-src 'self' 'nonce-ORfdixyFztBA0Sx54SlhQuMio'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYmY2MjEyYzNmMDkzMmZkZDMxYjYwYzVmMDdjYzEzY2JhZTJkMjVmZCJ9.G2IW4w.JCI6ih36NlW5IPwNX1LaCbb6v5U; Expires=Sat, 23-Aug-2025 06:46:59 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1697169185,
"commit_time_offset": 330,
"committer": "Akashdeep Dhar",
"hash": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"message": "Change the branch identity to `test-aaaa` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "e7911825d29e73f260de95d5070898ccbe6340a6"
}

View file

@ -0,0 +1,25 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:45:31 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 454
content-security-policy: default-src 'self';script-src 'self' 'nonce-chsmQCN0V1J9MIqK5NU6MqBJv'; style-src 'self' 'nonce-chsmQCN0V1J9MIqK5NU6MqBJv'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZDNmYWUzNTBlOWZkNDY0MTJlOWNkMjQ0M2FjZmYyY2VkZjBlY2ZiYSJ9.G2IWjA.co1poP1T_e07frtYRBAkxcp2RTM; Expires=Sat, 23-Aug-2025 06:45:32 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"author": "Akashdeep Dhar",
"commit_time": 1697169354,
"commit_time_offset": 330,
"committer": "Akashdeep Dhar",
"hash": "f1246e331cade9341b9e4f311b7a134f99893d21",
"message": "Change the branch identity to `test-cccc` in the README.md file\n\nSigned-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>\n",
"parent_ids": [
"3f12d300f62f1c5b8a1d3265bd85d61cf6d924d7"
],
"tree_id": "f1e37736d409bb136451dfc8e3a2017d3af2ce7d"
}

View file

@ -0,0 +1,125 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:17:07 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 3105
content-security-policy: default-src 'self';script-src 'self' 'nonce-yBIiXAYKuVAlrSnvYuxYU2MVh'; style-src 'self' 'nonce-yBIiXAYKuVAlrSnvYuxYU2MVh'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZDQ4YWUxNzRmZGRjNDE3MGE3Zjg4YTY2OWJmMzI4MTA3OGQ0NDJmNyJ9.G2IP4w.fBfDUgO0_qt8TTh1QGvCxyEoNw8; Expires=Sat, 23-Aug-2025 06:17:07 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"blocks": [],
"close_status": null,
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue tagged with: aaaa, bbbb",
"date_created": "1697169699",
"edited_on": null,
"editor": null,
"id": 878471,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under the first test issue",
"date_created": "1697169880",
"edited_on": null,
"editor": null,
"id": 878473,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under the first test issue",
"date_created": "1697169924",
"edited_on": null,
"editor": null,
"id": 878474,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: Milestone AAAA",
"date_created": "1746679806",
"edited_on": null,
"editor": null,
"id": 971677,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue priority set to: Epic",
"date_created": "1750832745",
"edited_on": null,
"editor": null,
"id": 976719,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"content": "This is the body of the first test issue",
"custom_fields": [],
"date_created": "1697169462",
"depends": [],
"full_url": "https://pagure.io/protop2g-test-srce/issue/1",
"id": 1,
"last_updated": "1750832745",
"milestone": "Milestone AAAA",
"priority": 4,
"private": false,
"related_prs": [],
"status": "Open",
"tags": [
"aaaa",
"bbbb"
],
"title": "This is the title of the first test issue",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,17 @@
HTTP/2 404
date: Wed, 23 Jul 2025 06:17:34 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 233
content-security-policy: default-src 'self';script-src 'self' 'nonce-sIVvSKRvcU00FQYaXHjgZGoqv'; style-src 'self' 'nonce-sIVvSKRvcU00FQYaXHjgZGoqv'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOTE1NmEzNWM2ZWU4ZGI1M2U5MTFlOGIzN2UzYzRkNzcxNDZlMjk1MCJ9.G2IP_g.YZx_ll-7EyLvtel9UcO0uQAoujM; Expires=Sat, 23-Aug-2025 06:17:34 GMT; Secure; HttpOnly; Path=/
content-type: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>

View file

@ -0,0 +1,331 @@
HTTP/2 200
date: Wed, 30 Jul 2025 05:17:03 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 10166
content-security-policy: default-src 'self';script-src 'self' 'nonce-rxZTVpKgLDOgYu1TX1ab1qR2p'; style-src 'self' 'nonce-rxZTVpKgLDOgYu1TX1ab1qR2p'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOGRkN2YyNjZiMGQ5YmM4Mjc3YjllYjkzMjUyNjZlMmQ5OTExMWI2NCJ9.G2s8UA.oQa5peejoMGwTzJF3vWHgcS8naQ; Expires=Sat, 30-Aug-2025 05:17:04 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"args": {
"assignee": null,
"author": null,
"milestones": [],
"no_stones": null,
"order": null,
"priority": null,
"since": null,
"status": "all",
"tags": []
},
"issues": [
{
"assignee": null,
"blocks": [],
"close_status": "Complete",
"closed_at": "1750832579",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue tagged with: cccc, dddd",
"date_created": "1697169810",
"edited_on": null,
"editor": null,
"id": 878472,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "The is the first comment under the second test issue",
"date_created": "1697169964",
"edited_on": null,
"editor": null,
"id": 878475,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "The is the second comment under the second test issue",
"date_created": "1697169976",
"edited_on": null,
"editor": null,
"id": 878476,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue status updated to: Closed (was: Open)",
"date_created": "1697170032",
"edited_on": null,
"editor": null,
"id": 878477,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: Milestone BBBB",
"date_created": "1746679821",
"edited_on": null,
"editor": null,
"id": 971678,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: None (was: Milestone BBBB)\n- Issue status updated to: Open (was: Closed)",
"date_created": "1750832572",
"edited_on": null,
"editor": null,
"id": 976713,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue close_status updated to: Complete\n- Issue status updated to: Closed (was: Open)",
"date_created": "1750832582",
"edited_on": null,
"editor": null,
"id": 976714,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: Milestone BBBB",
"date_created": "1750832674",
"edited_on": null,
"editor": null,
"id": 976717,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue priority set to: Rare",
"date_created": "1750832757",
"edited_on": null,
"editor": null,
"id": 976720,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"content": "This is the body of the second test issue",
"custom_fields": [],
"date_created": "1697169676",
"depends": [],
"full_url": "https://pagure.io/protop2g-test-srce/issue/2",
"id": 2,
"last_updated": "1750832757",
"milestone": "Milestone BBBB",
"priority": 3,
"private": false,
"related_prs": [],
"status": "Closed",
"tags": [
"cccc",
"dddd"
],
"title": "This is the title of the second test issue",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"assignee": null,
"blocks": [],
"close_status": null,
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue tagged with: aaaa, bbbb",
"date_created": "1697169699",
"edited_on": null,
"editor": null,
"id": 878471,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under the first test issue",
"date_created": "1697169880",
"edited_on": null,
"editor": null,
"id": 878473,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under the first test issue",
"date_created": "1697169924",
"edited_on": null,
"editor": null,
"id": 878474,
"notification": false,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue set to the milestone: Milestone AAAA",
"date_created": "1746679806",
"edited_on": null,
"editor": null,
"id": 971677,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "**Metadata Update from @t0xic0der**:\n- Issue priority set to: Epic",
"date_created": "1750832745",
"edited_on": null,
"editor": null,
"id": 976719,
"notification": true,
"parent": null,
"reactions": {},
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"content": "This is the body of the first test issue",
"custom_fields": [],
"date_created": "1697169462",
"depends": [],
"full_url": "https://pagure.io/protop2g-test-srce/issue/1",
"id": 1,
"last_updated": "1750832745",
"milestone": "Milestone AAAA",
"priority": 4,
"private": false,
"related_prs": [],
"status": "Open",
"tags": [
"aaaa",
"bbbb"
],
"title": "This is the title of the first test issue",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"pagination": {
"first": "https://pagure.io/api/0/protop2g-test-srce/issues?per_page=20&status=all&page=1",
"last": "https://pagure.io/api/0/protop2g-test-srce/issues?per_page=20&status=all&page=1",
"next": null,
"page": 1,
"pages": 1,
"per_page": 20,
"prev": null
},
"total_issues": 2
}

View file

@ -0,0 +1,259 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:21:04 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 6179
content-security-policy: default-src 'self';script-src 'self' 'nonce-BK18r6rq2MUNhc0CXTZKJQyJY'; style-src 'self' 'nonce-BK18r6rq2MUNhc0CXTZKJQyJY'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOTQ3NGFiNjdkNjdlZjNiNWNmOWYwZGFmODg1MDMxMTYzNTc5OTkxMyJ9.G2IQ0A.97bsQ3k_CAN3UOID130UESba38M; Expires=Sat, 23-Aug-2025 06:21:04 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"branch": "main",
"branch_from": "test-ffff",
"cached_merge_status": "unknown",
"closed_at": "1747635431",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: ffff\n- Request assigned",
"commit": null,
"date_created": "1747635211",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219623,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "rebased onto 01b420e2964928a15f790f9b7c1a0053e7b5f0a5",
"commit": null,
"date_created": "1747635389",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219625,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "Pull-Request has been merged by t0xic0der",
"commit": null,
"date_created": "1747635431",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219626,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "1a6ccc212aa958a0fe76155c2907c889969a7224",
"commit_stop": "1a6ccc212aa958a0fe76155c2907c889969a7224",
"date_created": "1747635165",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/10",
"id": 10,
"initial_comment": "Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>",
"last_updated": "1747635431",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Merged",
"tags": [
"ffff"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-ffff` in the README.md file",
"uid": "d3b7100abf8b4b02aa220d899e063295",
"updated_on": "1747635431",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,249 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:19:26 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5859
content-security-policy: default-src 'self';script-src 'self' 'nonce-x3rXi7f95hPSGE2mV9PPJv0Db'; style-src 'self' 'nonce-x3rXi7f95hPSGE2mV9PPJv0Db'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiODFiMTQzZWQwZGEzMWIxNmE3NTk1ODYyNWE0MGZjNjcwNThmMDc3ZSJ9.G2IQbg.9qdYqcrGIqnCKtjsWYjcfMCTzok; Expires=Sat, 23-Aug-2025 06:19:26 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"branch": "main",
"branch_from": "test-aaaa",
"cached_merge_status": "CONFLICTS",
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: aaaa",
"commit": null,
"date_created": "1746427453",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219086,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under this pull request.",
"commit": null,
"date_created": "1746595521",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219190,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under this pull request.",
"commit": null,
"date_created": "1746595529",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219191,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"commit_stop": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"date_created": "1746427437",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/5",
"id": 5,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1747636185",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Open",
"tags": [
"aaaa"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-aaaa` in the README.md file",
"uid": "f9e737c5ccc1434e9798cfd49d192538",
"updated_on": "1746595529",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,249 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:19:47 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5859
content-security-policy: default-src 'self';script-src 'self' 'nonce-3mH3rM1hwmaCorIQiTfUsFwdZ'; style-src 'self' 'nonce-3mH3rM1hwmaCorIQiTfUsFwdZ'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiNWY5OWMwYjViOTkzZjM0YTY3OTJiYTZmNDk4YzY3MzUwMzY3MzY2OCJ9.G2IQgw.dxyk0aB89uDJGN15BTWrZEvCFWg; Expires=Sat, 23-Aug-2025 06:19:47 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"branch": "main",
"branch_from": "test-bbbb",
"cached_merge_status": "CONFLICTS",
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: bbbb",
"commit": null,
"date_created": "1746427480",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219087,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under this pull request.",
"commit": null,
"date_created": "1746595539",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219192,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under this pull request.",
"commit": null,
"date_created": "1746595552",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219193,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"commit_stop": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"date_created": "1746427470",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/6",
"id": 6,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1747643450",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Open",
"tags": [
"bbbb"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-bbbb` in the README.md file",
"uid": "9cab89d6bb8c499e8fcb47926f1f5806",
"updated_on": "1746595552",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,234 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:20:00 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5458
content-security-policy: default-src 'self';script-src 'self' 'nonce-Bq1C3s4EngIGuBgtUcYdmK2M8'; style-src 'self' 'nonce-Bq1C3s4EngIGuBgtUcYdmK2M8'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZjUwNDcwNWQ4Y2UxZTRjODRlNjQxYTA0NzVlNDA5NGQwNzI4YTY1NyJ9.G2IQkA.KtxZfzau2wOwMTyfG_xNBHTMHSI; Expires=Sat, 23-Aug-2025 06:20:00 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"branch": "main",
"branch_from": "test-cccc",
"cached_merge_status": "FFORWARD",
"closed_at": "1746428043",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: cccc",
"commit": null,
"date_created": "1746427513",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219088,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "Pull-Request has been closed by t0xic0der",
"commit": null,
"date_created": "1746428043",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219090,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "f1246e331cade9341b9e4f311b7a134f99893d21",
"commit_stop": "f1246e331cade9341b9e4f311b7a134f99893d21",
"date_created": "1746427506",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/7",
"id": 7,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1746428043",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Closed",
"tags": [
"cccc"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-cccc` in the README.md file",
"uid": "f696feab56b84557b4d4a8a4462420ee",
"updated_on": "1746428043",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,234 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:20:17 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5458
content-security-policy: default-src 'self';script-src 'self' 'nonce-OxOLryXyFpTZ0hyi7t17U5IG0'; style-src 'self' 'nonce-OxOLryXyFpTZ0hyi7t17U5IG0'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiM2I3NWQwYzBhY2YxMjhmYTU0YmU5NzEzYzcyNjNjZTQ4NjFlNDE5ZCJ9.G2IQoQ.Ds29JFMXbO3q2kBPxmfx2kQ7YjA; Expires=Sat, 23-Aug-2025 06:20:17 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": null,
"branch": "main",
"branch_from": "test-dddd",
"cached_merge_status": "FFORWARD",
"closed_at": "1746428053",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: dddd",
"commit": null,
"date_created": "1746427540",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219089,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "Pull-Request has been closed by t0xic0der",
"commit": null,
"date_created": "1746428053",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219091,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "0bc8b0c38e0790e9ef5c8d512a00b9c4dd048160",
"commit_stop": "0bc8b0c38e0790e9ef5c8d512a00b9c4dd048160",
"date_created": "1746427532",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/8",
"id": 8,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1746428053",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Closed",
"tags": [
"dddd"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-dddd` in the README.md file",
"uid": "493b294044fd48e18f424210c919d8de",
"updated_on": "1746428053",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,239 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:20:51 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 5628
content-security-policy: default-src 'self';script-src 'self' 'nonce-RVreTe5AdtWf0rvyk7mxX40mb'; style-src 'self' 'nonce-RVreTe5AdtWf0rvyk7mxX40mb'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiM2MyYzdlY2E0MDYzNWRmZjRhMDc2MGE0OTg2MjNhMTU4MWNhZDg4OSJ9.G2IQww.VZpiXbZftgigHkiS15g8DF6iQSY; Expires=Sat, 23-Aug-2025 06:20:51 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"assignee": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"branch": "main",
"branch_from": "test-eeee",
"cached_merge_status": "unknown",
"closed_at": "1747635243",
"closed_by": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
},
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: eeee\n- Request assigned",
"commit": null,
"date_created": "1747635200",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219622,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "Pull-Request has been merged by t0xic0der",
"commit": null,
"date_created": "1747635243",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219624,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "01b420e2964928a15f790f9b7c1a0053e7b5f0a5",
"commit_stop": "01b420e2964928a15f790f9b7c1a0053e7b5f0a5",
"date_created": "1747635161",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/9",
"id": 9,
"initial_comment": "Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>",
"last_updated": "1747635243",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Merged",
"tags": [
"eeee"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-eeee` in the README.md file",
"uid": "f2ad806e430a40bd8ee5894484338df4",
"updated_on": "1747635243",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}

View file

@ -0,0 +1,507 @@
HTTP/2 200
date: Wed, 23 Jul 2025 06:18:47 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 14090
content-security-policy: default-src 'self';script-src 'self' 'nonce-t1H8BCX7kXOBmXS0wHPpBrAhK'; style-src 'self' 'nonce-t1H8BCX7kXOBmXS0wHPpBrAhK'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiODAwYWYyZGI3MjZlMzA2ZTdmNTdlMmIwNGVkNmU3YTBmNDYwZDUyMyJ9.G2IQRw.EDXBH36zsKcHKDETH_g7miO_r_w; Expires=Sat, 23-Aug-2025 06:18:47 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"args": {
"assignee": null,
"author": null,
"page": 1,
"per_page": 20,
"status": true,
"tags": []
},
"pagination": {
"first": "https://pagure.io/api/0/protop2g-test-srce/pull-requests?per_page=20&page=1",
"last": "https://pagure.io/api/0/protop2g-test-srce/pull-requests?per_page=20&page=1",
"next": null,
"page": 1,
"pages": 1,
"per_page": 20,
"prev": null
},
"requests": [
{
"assignee": null,
"branch": "main",
"branch_from": "test-bbbb",
"cached_merge_status": "CONFLICTS",
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: bbbb",
"commit": null,
"date_created": "1746427480",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219087,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under this pull request.",
"commit": null,
"date_created": "1746595539",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219192,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under this pull request.",
"commit": null,
"date_created": "1746595552",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219193,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"commit_stop": "2d40761dc53e6fa060ac49d88e1452c6751d4b1c",
"date_created": "1746427470",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/6",
"id": 6,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1747643450",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Open",
"tags": [
"bbbb"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-bbbb` in the README.md file",
"uid": "9cab89d6bb8c499e8fcb47926f1f5806",
"updated_on": "1746595552",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"assignee": null,
"branch": "main",
"branch_from": "test-aaaa",
"cached_merge_status": "CONFLICTS",
"closed_at": null,
"closed_by": null,
"comments": [
{
"comment": "**Metadata Update from @t0xic0der**:\n- Pull-request tagged with: aaaa",
"commit": null,
"date_created": "1746427453",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219086,
"line": null,
"notification": true,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the first comment under this pull request.",
"commit": null,
"date_created": "1746595521",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219190,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
{
"comment": "This is the second comment under this pull request.",
"commit": null,
"date_created": "1746595529",
"edited_on": null,
"editor": null,
"filename": null,
"id": 219191,
"line": null,
"notification": false,
"parent": null,
"reactions": {},
"tree": null,
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"commit_start": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"commit_stop": "b55e5c91d2572d60a8d7e71b3d3003e523127bd4",
"date_created": "1746427437",
"full_url": "https://pagure.io/protop2g-test-srce/pull-request/5",
"id": 5,
"initial_comment": "Signed-off-by: Akashdeep Dhar <testaddr@testaddr.com>",
"last_updated": "1747636185",
"project": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"remote_git": null,
"repo_from": {
"access_groups": {
"admin": [],
"collaborator": [],
"commit": [],
"ticket": []
},
"access_users": {
"admin": [
"ryanlerch"
],
"collaborator": [],
"commit": [],
"owner": [
"t0xic0der"
],
"ticket": []
},
"close_status": [
"Complete",
"Baseless"
],
"custom_keys": [],
"date_created": "1697168063",
"date_modified": "1744795940",
"description": "The source namespace for the Pagure Exporter project to run tests against",
"full_url": "https://pagure.io/protop2g-test-srce",
"fullname": "protop2g-test-srce",
"id": 17042,
"milestones": {
"Milestone AAAA": {
"active": true,
"date": "1765497600"
},
"Milestone BBBB": {
"active": false,
"date": "1765497600"
},
"Milestone CCCC": {
"active": true,
"date": "1765497600"
},
"Milestone DDDD": {
"active": false,
"date": "1765497600"
}
},
"name": "protop2g-test-srce",
"namespace": null,
"parent": null,
"priorities": {
"": "",
"1": "Common",
"2": "Uncommon",
"3": "Rare",
"4": "Epic",
"5": "Mythic"
},
"tags": [
"srce",
"test",
"gridhead",
"protop2g"
],
"url_path": "protop2g-test-srce",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
},
"status": "Open",
"tags": [
"aaaa"
],
"threshold_reached": null,
"title": "Change the branch identity to `test-aaaa` in the README.md file",
"uid": "f9e737c5ccc1434e9798cfd49d192538",
"updated_on": "1746595529",
"user": {
"full_url": "https://pagure.io/user/t0xic0der",
"fullname": "Akashdeep Dhar",
"name": "t0xic0der",
"url_path": "user/t0xic0der"
}
}
],
"total_requests": 2
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:34:39 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-gI8Srx27RgY20Zqw5vVkWVORV'; style-src 'self' 'nonce-gI8Srx27RgY20Zqw5vVkWVORV'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZmJhYTlmMTAzYzYxMWE5NmZiZDNkZjE1ZmRiZGQzYTA5YTQ1YTM2YyJ9.G2IF7w.CLP1edDfZSoJcXjoUNt40swcBV8; Expires=Sat, 23-Aug-2025 05:34:39 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "aaaa",
"tag_color": "#ff0000",
"tag_description": "aaaa"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:34:50 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-wgQpgRvwBbyoY9WWTv55wb8Dd'; style-src 'self' 'nonce-wgQpgRvwBbyoY9WWTv55wb8Dd'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZWU4ZDUxYzY4NmUzMzM4ODg4YmRmMjQwYmU3ODVhOTA4MzQ4N2Q2NiJ9.G2IF-g.nG1k1zU4b9Eo9WFGCas8R9a5-Vg; Expires=Sat, 23-Aug-2025 05:34:50 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "bbbb",
"tag_color": "#ff0000",
"tag_description": "bbbb"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:35:02 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-kAxTKES1vWlzLCIScejGQ5JpX'; style-src 'self' 'nonce-kAxTKES1vWlzLCIScejGQ5JpX'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYjhhM2YxNjJhZDYwYWU5NzE4NmQ4NDBkMzJlOWNkYmYxN2Y2NjBmMyJ9.G2IGBg.oA7d9DJHW4_ilpbiVkbveF5dM3Q; Expires=Sat, 23-Aug-2025 05:35:02 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "cccc",
"tag_color": "#ffff00",
"tag_description": "cccc"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:36:23 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-rzXQsxeaBjeye4rVcEn3aSWKa'; style-src 'self' 'nonce-rzXQsxeaBjeye4rVcEn3aSWKa'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiY2VhZjRhOTlkZWUxZDcxODg2NWIyN2JhZGY4ZjUyMjcxZTdkZGU0MyJ9.G2IGVw.JCK3tXfD0aOgDdIAMv5MlFkl-SY; Expires=Sat, 23-Aug-2025 05:36:23 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "dddd",
"tag_color": "#ffff00",
"tag_description": "dddd"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:36:34 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-gs07ooad3wPkkzZKAQDHDTrMl'; style-src 'self' 'nonce-gs07ooad3wPkkzZKAQDHDTrMl'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOGEyNDUwYzk5MDY2ZjJhZGQyNDhlZmZmM2QxN2UxZTM0ODI2NWFhZiJ9.G2IGYg.hM6ZKEPDXtOvTWlSPeQBLiZjCO4; Expires=Sat, 23-Aug-2025 05:36:34 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "eeee",
"tag_color": "#00ff00",
"tag_description": "eeee"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:36:48 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-hiIOP1ZdLfgxJERlzriEOATjs'; style-src 'self' 'nonce-hiIOP1ZdLfgxJERlzriEOATjs'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYWMyNjBhNjE5MjI0OTQ0YTU2Yzc5YjNmNzU3ZTU2MTYzZGQwMGMwNSJ9.G2IGcQ.22KbaZBjPxJkpIoTBIn1UtVzEjI; Expires=Sat, 23-Aug-2025 05:36:49 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "ffff",
"tag_color": "#00ff00",
"tag_description": "ffff"
}

View file

@ -0,0 +1,18 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:37:23 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 77
content-security-policy: default-src 'self';script-src 'self' 'nonce-FYnaELqaJomAM4RnLtKUr7gbE'; style-src 'self' 'nonce-FYnaELqaJomAM4RnLtKUr7gbE'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOGExMmI2MGZhYTQyYTY5MmQ0MzNkNWFlZTU0YjE4M2NjY2NmYjI3MCJ9.G2IGkw.9-wL70lPAOlpIv8cusGLLA0Np_U; Expires=Sat, 23-Aug-2025 05:37:23 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tag": "gggg",
"tag_color": "#0000ff",
"tag_description": "gggg"
}

View file

@ -0,0 +1,26 @@
HTTP/2 200
date: Wed, 23 Jul 2025 05:16:48 GMT
server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k mod_wsgi/4.6.4 Python/3.6
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
x-frame-options: ALLOW-FROM https://pagure.io/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 142
content-security-policy: default-src 'self';script-src 'self' 'nonce-T8LPhGGs1acv00t58vtBtVmwC'; style-src 'self' 'nonce-T8LPhGGs1acv00t58vtBtVmwC'; object-src 'none';base-uri 'self';img-src 'self' https:;connect-src 'self' https://pagure.io:8088;frame-src https://docs.pagure.org;frame-ancestors https://pagure.io;
set-cookie: pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYmQ2NTQ1MmFhZWJjZjA0OWIxNTI5MjBjODQyYzUzOGRkYmYyYTkwOSJ9.G2IBwA.pKqOBVDJrtKfyrbJPyuaRfFjnR4; Expires=Sat, 23-Aug-2025 05:16:48 GMT; Secure; HttpOnly; Path=/
content-type: application/json
{
"tags": [
"aaaa",
"bbbb",
"cccc",
"dddd",
"eeee",
"ffff",
"gggg",
"hhhh"
],
"total_tags": 8
}