{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":8077625,"defaultBranch":"main","name":"python-gitlab","ownerLogin":"python-gitlab","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-02-07T17:23:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/28886265?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715638797.0","currentOid":""},"activityList":{"items":[{"before":"dd353c3c167de1eca24d253a0b52b99ef6b6003e","after":"086b351e31267b3a10631a0eeaaf7d9315458926","ref":"refs/heads/jlvillal/list_get_help","pushedAt":"2024-05-13T22:37:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(cli): add some simple help for the standard operations\n\nAdd help for the following standard operations:\n * list: List the GitLab resources\n * get: Get a GitLab resource\n * create: Create a GitLab resource\n * update: Update a GitLab resource\n * delete: Delete a GitLab resource\n\nFor example:\n $ gitlab project-key --help\n usage: gitlab project-key [-h] {list,get,create,update,delete,enable} ...\n\n options:\n -h, --help show this help message and exit\n\n action:\n list\n get\n create\n update\n delete\n enable\n Action to execute on the GitLab resource.\n list List the GitLab resources\n get Get a GitLab resource\n create Create a GitLab resource\n update Update a GitLab resource\n delete Delete a GitLab resource","shortMessageHtmlLink":"chore(cli): add some simple help for the standard operations"}},{"before":"87c8990dde6ac85eed6c8c7f754c9f3e311e7f99","after":"1862a907a80cbef4b8e79d8beba58c03f1406f0f","ref":"refs/heads/jlvillal/custom_actions","pushedAt":"2024-05-13T22:35:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"fix(cli): don't require `--id` when enabling a deploy key\n\nNo longer require `--id` when doing:\n gitlab project-key enable\n\nNow only the --project-id and --key-id are required.","shortMessageHtmlLink":"fix(cli): don't require --id when enabling a deploy key"}},{"before":"2ce97f9b8e49bc4b3dd46f8cab8c27706009fd77","after":"f48bcd485401e8f7745a873718e1852a84f9a4f4","ref":"refs/heads/jlvillal/more_help","pushedAt":"2024-05-13T22:32:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(cli): on the CLI help show the API endpoint of resources\n\nThis makes it easier for people to map CLI command names to the API.\n\nLooks like this:\n $ gitlab --help\n \n The GitLab resource to manipulate.\n application API endpoint: /applications\n application-appearance\n API endpoint: /application/appearance\n application-settings\n API endpoint: /application/settings\n application-statistics\n API endpoint: /application/statistics\n ","shortMessageHtmlLink":"chore(cli): on the CLI help show the API endpoint of resources"}},{"before":"2d1b7499a93db2c9600b383e166f7463a5f22085","after":"58d50f2d5eee79624a2bb018116c062f34dffcec","ref":"refs/heads/main","pushedAt":"2024-05-13T22:19:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nejch","name":"Nejc Habjan","path":"/nejch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16777978?s=80&v=4"},"commit":{"message":"chore: release v4.5.0","shortMessageHtmlLink":"chore: release v4.5.0"}},{"before":"c5d0404ac9edfbfd328e7b4f07f554366377df3f","after":"2d1b7499a93db2c9600b383e166f7463a5f22085","ref":"refs/heads/main","pushedAt":"2024-05-13T21:41:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"feat(job_token_scope): support Groups in job token allowlist API (#2816)\n\n* feat(job_token_scope): support job token access allowlist API\r\n\r\nSigned-off-by: Tim Knight \r\nl.dwp.gov.uk>\r\nCo-authored-by: Nejc Habjan ","shortMessageHtmlLink":"feat(job_token_scope): support Groups in job token allowlist API (#2816)"}},{"before":"c23e6bd5785205f0f4b4c80321153658fc23fb98","after":"c5d0404ac9edfbfd328e7b4f07f554366377df3f","ref":"refs/heads/main","pushedAt":"2024-05-13T21:22:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"fix: Consider `scope` an ArrayAttribute in PipelineJobManager\n\nList query params like 'scope' were not being handled correctly for\npipeline/jobs endpoint.\nThis change ensures multiple values are appended with '[]', resulting in\nthe correct URL structure.\n\nSigned-off-by: Guilherme Gallo \n\n---\n\nBackground:\nIf one queries for pipeline jobs with `scope=[\"failed\", \"success\"]`\n\nOne gets:\nGET /api/v4/projects/176/pipelines/1113028/jobs?scope=success&scope=failed\n\nBut it is supposed to get:\nGET /api/v4/projects/176/pipelines/1113028/jobs?scope[]=success&scope[]=failed\n\nThe current version only considers the last element of the list argument.\n\nSigned-off-by: Guilherme Gallo ","shortMessageHtmlLink":"fix: Consider scope an ArrayAttribute in PipelineJobManager"}},{"before":"7c17f211c3736e0cc89737928e8a0df2bf0ea7ca","after":"2ce97f9b8e49bc4b3dd46f8cab8c27706009fd77","ref":"refs/heads/jlvillal/more_help","pushedAt":"2024-05-13T20:20:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(cli): on the CLI help show the API endpoint of resources\n\nThis makes it easier for people to map CLI command names to the API.\n\nLooks like this:\n $ gitlab --help\n \n The GitLab resource to manipulate.\n application API endpoint: /applications\n application-appearance\n API endpoint: /application/appearance\n application-settings\n API endpoint: /application/settings\n application-statistics\n API endpoint: /application/statistics\n ","shortMessageHtmlLink":"chore(cli): on the CLI help show the API endpoint of resources"}},{"before":"07ea5080a23fe9b3d521ad968a4d49598fd0c814","after":"87c8990dde6ac85eed6c8c7f754c9f3e311e7f99","ref":"refs/heads/jlvillal/custom_actions","pushedAt":"2024-05-13T20:20:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"fix(cli): don't require `--id` when enabling a deploy key\n\nNo longer require `--id` when doing:\n gitlab project-key enable\n\nNow only the --project-id and --key-id are required.","shortMessageHtmlLink":"fix(cli): don't require --id when enabling a deploy key"}},{"before":"e417a0a9e188cfbd7625190bbb6bd9b1508effc6","after":"dd353c3c167de1eca24d253a0b52b99ef6b6003e","ref":"refs/heads/jlvillal/list_get_help","pushedAt":"2024-05-13T20:19:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(cli): add some simple help for the standard operations\n\nAdd help for the following standard operations:\n * list: List the GitLab resources\n * get: Get a GitLab resource\n * create: Create a GitLab resource\n * update: Update a GitLab resource\n * delete: Delete a GitLab resource\n\nFor example:\n $ gitlab project-key --help\n usage: gitlab project-key [-h] {list,get,create,update,delete,enable} ...\n\n options:\n -h, --help show this help message and exit\n\n action:\n list\n get\n create\n update\n delete\n enable\n Action to execute on the GitLab resource.\n list List the GitLab resources\n get Get a GitLab resource\n create Create a GitLab resource\n update Update a GitLab resource\n delete Delete a GitLab resource","shortMessageHtmlLink":"chore(cli): add some simple help for the standard operations"}},{"before":"4f338aed9c583a20ff5944e6ccbba5737c18b0f4","after":"c23e6bd5785205f0f4b4c80321153658fc23fb98","ref":"refs/heads/main","pushedAt":"2024-05-13T20:18:14.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"fix(test): use different ids for merge request, approval rule, project\n\nThe original bug was that the merge request identifier was used instead of the\napproval rule identifier. The test didn't notice that because it used `1` for\nall identifiers. Make these identifiers different so that a mixup will become\napparent.","shortMessageHtmlLink":"fix(test): use different ids for merge request, approval rule, project"}},{"before":"dd9077003865cbf518fe71024300f2978d486d2d","after":null,"ref":"refs/heads/renovate/all-minor-patch","pushedAt":"2024-05-13T20:01:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"}},{"before":"9be48f0bcc2d32b5e8489f62f963389d5d54b2f2","after":"4f338aed9c583a20ff5944e6ccbba5737c18b0f4","ref":"refs/heads/main","pushedAt":"2024-05-13T20:01:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies","shortMessageHtmlLink":"chore(deps): update all non-major dependencies"}},{"before":"fc77babf5364a79e3c77ae48d5d733799e64825f","after":"dd9077003865cbf518fe71024300f2978d486d2d","ref":"refs/heads/renovate/all-minor-patch","pushedAt":"2024-05-13T18:17:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies","shortMessageHtmlLink":"chore(deps): update all non-major dependencies"}},{"before":"915b8a89ef292f57de136884a1501c7a02e0d491","after":"fc77babf5364a79e3c77ae48d5d733799e64825f","ref":"refs/heads/renovate/all-minor-patch","pushedAt":"2024-05-13T15:25:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies","shortMessageHtmlLink":"chore(deps): update all non-major dependencies"}},{"before":"97cde7a15c159c905de191b830d668ffd4c2a67b","after":"915b8a89ef292f57de136884a1501c7a02e0d491","ref":"refs/heads/renovate/all-minor-patch","pushedAt":"2024-05-13T06:24:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies","shortMessageHtmlLink":"chore(deps): update all non-major dependencies"}},{"before":"3e37fcac7b231df51364c8463a54f9241822780a","after":"97cde7a15c159c905de191b830d668ffd4c2a67b","ref":"refs/heads/renovate/all-minor-patch","pushedAt":"2024-05-13T03:33:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies","shortMessageHtmlLink":"chore(deps): update all non-major dependencies"}},{"before":"1a087ebd1de61b2fba314499f786060e3425d813","after":null,"ref":"refs/heads/renovate/gitlab","pushedAt":"2024-05-13T00:32:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"92891890eb4730bc240213a212d392bcb869b800","after":"9be48f0bcc2d32b5e8489f62f963389d5d54b2f2","ref":"refs/heads/main","pushedAt":"2024-05-13T00:32:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update gitlab/gitlab-ee docker tag to v16.11.2-ee.0","shortMessageHtmlLink":"chore(deps): update gitlab/gitlab-ee docker tag to v16.11.2-ee.0"}},{"before":null,"after":"1a087ebd1de61b2fba314499f786060e3425d813","ref":"refs/heads/renovate/gitlab","pushedAt":"2024-05-13T00:16:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update gitlab/gitlab-ee docker tag to v16.11.2-ee.0","shortMessageHtmlLink":"chore(deps): update gitlab/gitlab-ee docker tag to v16.11.2-ee.0"}},{"before":null,"after":"3e37fcac7b231df51364c8463a54f9241822780a","ref":"refs/heads/renovate/all-minor-patch","pushedAt":"2024-05-13T00:16:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies","shortMessageHtmlLink":"chore(deps): update all non-major dependencies"}},{"before":null,"after":"e417a0a9e188cfbd7625190bbb6bd9b1508effc6","ref":"refs/heads/jlvillal/list_get_help","pushedAt":"2024-05-10T15:02:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(cli): add some simple help for the standard operations\n\nAdd help for the following standard operations:\n * list: List the GitLab resources\n * get: Get a GitLab resource\n * create: Create a GitLab resource\n * update: Update a GitLab resource\n * delete: Delete a GitLab resource\n\nFor example:\n $ gitlab project-key --help\n usage: gitlab project-key [-h] {list,get,create,update,delete,enable} ...\n\n options:\n -h, --help show this help message and exit\n\n action:\n list\n get\n create\n update\n delete\n enable\n Action to execute on the GitLab resource.\n list List the GitLab resources\n get Get a GitLab resource\n create Create a GitLab resource\n update Update a GitLab resource\n delete Delete a GitLab resource","shortMessageHtmlLink":"chore(cli): add some simple help for the standard operations"}},{"before":"456860c874adc4fabf95ab0a01669183084bf16c","after":"7c17f211c3736e0cc89737928e8a0df2bf0ea7ca","ref":"refs/heads/jlvillal/more_help","pushedAt":"2024-05-10T14:50:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(cli): on the CLI help show the API endpoint of resources\n\nThis makes it easier for people to map CLI command names to the API.\n\nLooks like this:\n $ gitlab --help\n \n The GitLab resource to manipulate.\n application API endpoint: /applications\n application-appearance\n API endpoint: /application/appearance\n application-settings\n API endpoint: /application/settings\n application-statistics\n API endpoint: /application/statistics\n ","shortMessageHtmlLink":"chore(cli): on the CLI help show the API endpoint of resources"}},{"before":null,"after":"456860c874adc4fabf95ab0a01669183084bf16c","ref":"refs/heads/jlvillal/more_help","pushedAt":"2024-05-10T14:33:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(cli): on the CLI help show the API endpoint of resources\n\nThis makes it easier for people to map CLI command names to the API.\n\nLooks like this:\n $ gitlab --help\n \n The GitLab resource to manipulate.\n application API endpoint: /applications\n application-appearance\n API endpoint: /application/appearance\n application-settings\n API endpoint: /application/settings\n application-statistics\n API endpoint: /application/statistics\n ","shortMessageHtmlLink":"chore(cli): on the CLI help show the API endpoint of resources"}},{"before":null,"after":"07ea5080a23fe9b3d521ad968a4d49598fd0c814","ref":"refs/heads/jlvillal/custom_actions","pushedAt":"2024-05-10T03:54:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"fix(cli): don't require `--id` when enabling a deploy key\n\nNo longer require `--id` when doing:\n gitlab project-key enable\n\nNow only the --project-id and --key-id are required.","shortMessageHtmlLink":"fix(cli): don't require --id when enabling a deploy key"}},{"before":"9da7bf6757967de78669cb4e8e85d37ba7ca4c1c","after":null,"ref":"refs/heads/renovate/myst-parser-3.x","pushedAt":"2024-05-08T03:02:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"}},{"before":"65d0e6520dcbcf5a708a87960c65fdcaf7e44bf3","after":"92891890eb4730bc240213a212d392bcb869b800","ref":"refs/heads/main","pushedAt":"2024-05-08T03:02:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(deps): update dependency myst-parser to v3","shortMessageHtmlLink":"chore(deps): update dependency myst-parser to v3"}},{"before":"24e2217f9781d9e5eb9ae31ad50a3b9bfc6ebfc7","after":"9da7bf6757967de78669cb4e8e85d37ba7ca4c1c","ref":"refs/heads/renovate/myst-parser-3.x","pushedAt":"2024-05-07T04:27:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency myst-parser to v3","shortMessageHtmlLink":"chore(deps): update dependency myst-parser to v3"}},{"before":"738d6873b0460ecc3f3a009ec9ec25434336cc32","after":null,"ref":"refs/heads/renovate/all-minor-patch","pushedAt":"2024-05-07T04:27:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"}},{"before":"8ea10c360175453c721ad8e27386e642c2b68d88","after":"65d0e6520dcbcf5a708a87960c65fdcaf7e44bf3","ref":"refs/heads/main","pushedAt":"2024-05-07T04:27:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JohnVillalovos","name":"John Villalovos","path":"/JohnVillalovos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/578155?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies","shortMessageHtmlLink":"chore(deps): update all non-major dependencies"}},{"before":"f5414c6cfe65a0159450fda8c154b28b78468e97","after":"738d6873b0460ecc3f3a009ec9ec25434336cc32","ref":"refs/heads/renovate/all-minor-patch","pushedAt":"2024-05-07T03:31:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies","shortMessageHtmlLink":"chore(deps): update all non-major dependencies"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESOJZGQA","startCursor":null,"endCursor":null}},"title":"Activity ยท python-gitlab/python-gitlab"}