summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make fast forward from 0.26-3HEADarchive/debian/0.27-1mastergregor herrmann2023-06-13
|\ | | | | | | [dgit --quilt=gbp]
| * Using GitLab's API v4, it is possible to change a project's avatar.archive/debian/0.26-3g0t mi1k2023-02-24
| | | | | | | | | | | | | | | | | | Last-Update: Mon, 23 Jan 2023 06:10:02 +0000 Forwarded: https://github.com/bluefeet/GitLab-API-v4/pull/54 However the request needs to be submitted via PUT with `Content-Type: multipart/form-data` header set. REF: https://docs.gitlab.com/ee/api/projects.html#upload-a-project-avatar Forwarded: https://github.com/bluefeet/GitLab-API-v4/pull/54 Gbp-Pq: Name 0002-add-put-multipart-support-edit_project.patch
| * Using GitLab's API v4, it is possible to manually run a scheduled pipeline job.g0t mi1k2023-02-24
| | | | | | | | | | | | | | | | Last-Update: Mon, 23 Jan 2023 05:28:26 +0000 Forwarded: https://github.com/bluefeet/GitLab-API-v4/pull/55 REF: https://docs.gitlab.com/ee/api/pipeline_schedules.html#run-a-scheduled-pipeline-immediately Forwarded: https://github.com/bluefeet/GitLab-API-v4/pull/55 Gbp-Pq: Name 0001-add-run_pipeline_schedule.patch
* | Using GitLab's API v4, it is possible to change a project's avatar.g0t mi1k2023-06-13
| | | | | | | | | | | | | | | | | | Last-Update: Mon, 7 Mar 2023 12:02:45 +0000 Forwarded: https://github.com/bluefeet/GitLab-API-v4/pull/54 However the request needs to be submitted via PUT with `Content-Type: multipart/form-data` header set. REF: https://docs.gitlab.com/ee/api/projects.html#upload-a-project-avatar Forwarded: https://github.com/bluefeet/GitLab-API-v4/pull/54 Gbp-Pq: Name 0002-add-put-multipart-support-edit_project.patch
* | releasing package libgitlab-api-v4-perl version 0.27-1 into distribution ↵debian/0.27-1gregor herrmann2023-06-13
| | | | | | | | | | | | unstable Gbp-Dch: Ignore
* | Refresh bash-completion.gregor herrmann2023-06-13
| |
* | Refresh 0002-add-put-multipart-support-edit_project.patch (offset).gregor herrmann2023-06-13
| |
* | Update test and runtime dependencies.gregor herrmann2023-06-13
| |
* | Drop 0001-add-run_pipeline_schedule.patch, merged upstream.gregor herrmann2023-06-13
| |
* | Update years of upstream copyright.gregor herrmann2023-06-13
| |
* | Update debian/changeloggregor herrmann2023-06-13
| | | | | | | | Gbp-Dch: Ignore
* | Update upstream source from tag 'upstream/0.27'gregor herrmann2023-06-13
|\ \ | | | | | | | | | Update to upstream version '0.27' with Debian dir 7558b946649a50b87d75f97a76564a87684399eb
| * \ New upstream version 0.27gregor herrmann2023-06-13
| |\ \
| | * | Checking in changes prior to tagging of version 0.27.Aran Clary Deltac2023-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/Changes b/Changes index 73404bb..dacdbf7 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension GitLab-API-v4. {{$NEXT}} +0.27 2023-06-07T20:50:56Z + - Add run_pipeline_schedule. - Add share_group_with_group and unshare_group_with_group. - Add approve_merge_request and unapprove_merge_request
| | * | Update boilerplate for latest PRAran Clary Deltac2023-06-07
| | | |
| | * | Add run_pipeline_scheduleg0t mi1k2023-06-07
| | | | | | | | | | | | | | | | | | | | | | | | Using GitLab's API v4, it is possible to manually run a scheduled pipeline job. REF: https://docs.gitlab.com/ee/api/pipeline_schedules.html#run-a-scheduled-pipeline-immediately
| | * | Update boilerplate for latest PRAran Clary Deltac2023-06-07
| | | |
| | * | Add two new method share_group_with_group and unshare_group_with_group, ↵Jonathan Taylor2023-06-07
| | | | | | | | | | | | | | | | based on share_project_with_group
| | * | Update boilerplate for latest PRAran Clary Deltac2023-06-07
| | | |
| | * | Support merge request approval and unapproval ↵James Wright2023-06-07
| | | | | | | | | | | | | | | | https://docs.gitlab.com/ee/api/merge_request_approvals.html
| | * | Update boilerplate for latest PRAran Clary Deltac2023-06-07
| | | |
| | * | ✨ — Add users activate and deactivateLuc Didry2023-06-07
| | | |
| | * | ✨ — Add users ban and unbanLuc Didry2023-06-07
| | | |
| | * | ✨ — Add users approval and rejectionLuc Didry2023-06-07
| | | |
| | * | Allow multi-line argumentsLuc Didry2023-06-07
| | | |
| | * | Update boilerplate for latest PRAran Clary Deltac2023-06-07
| | | |
| | * | use JSON::MaybeXS constructorDan Book2023-06-07
| | | |
| | * | use JSON::MaybeXS instead of JSONDan Book2023-06-07
| | | |
| | * | Add verify_SSL=>1 to HTTP::Tiny to verify https server identityStig Palmquist2023-06-07
| | | |
| | * | Bump test version to latest and update some boilerplateAran Clary Deltac2023-06-07
| | | |
| | * | Cleanup some boilerplateAran Clary Deltac2023-06-07
| | | |
| | * | Add remote mirror methods. Fixes #46.Aran Clary Deltac2021-04-14
| | | |
| | * | Correct indent_size and copyright year.Aran Clary Deltac2021-03-09
| | | |
| | * | Update license POD.Aran Clary Deltac2021-03-09
| | | |
* | | | update changeloggregor herrmann2023-06-13
| | | | | | | | | | | | | | | | Gbp-Dch: Ignore
* | | | Merge branch 'fix' into 'master'gregor herrmann2023-06-13
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Fix !1 - Drop unnecessary parameter See merge request perl-team/modules/packages/libgitlab-api-v4-perl!2
| * | | Fix !1 - Unnecessary parameterg0t2023-03-07
|/ / / | | | | | | | | | | | | | | | Fix for first MR (!1). Should stop the inconsistency issue due to multiple variables, being set and pulling in the first one (which may not be the file) > File HASH(0x55b54ff639a0) is not readable at ...
* | | releasing package libgitlab-api-v4-perl version 0.26-3 into distribution ↵debian/0.26-3gregor herrmann2023-02-24
| | | | | | | | | | | | | | | | | | unstable Gbp-Dch: Ignore
* | | Update years of packaging copyright.gregor herrmann2023-02-24
| | |
* | | Refresh bash completion.gregor herrmann2023-02-24
| | |
* | | Merge branch 'mr/1'gregor herrmann2023-02-24
|\ \ \
| * | | Add patch: PUT multipart edit_projectg0t mi1k2023-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using GitLab's API v4, it is possible to change a project's avatar. However the request needs to be submitted via PUT with `Content-Type: multipart/form-data` header set. REF: https://docs.gitlab.com/ee/api/projects.html#upload-a-project-avatar --- $ perl generate.pl > ../lib/GitLab/API/v4.pm To me, this doesn't align with the function naming convention, but I couldn't see an elegant way of handling it with generate.pl thus having everything in a single function rather than two (edit_project vs edit_project_multipart)
| * | | Add patch: run_pipeline_scheduleg0t mi1k2023-02-08
| | | | | | | | | | | | | | | | | | | | | | | | Using GitLab's API v4, it is possible to manually run a scheduled pipeline job. REF: https://docs.gitlab.com/ee/api/pipeline_schedules.html#run-a-scheduled-pipeline-immediately
* | | | update changeloggregor herrmann2023-01-10
|/ / / | | | | | | | | | Gbp-Dch: Ignore
* | | Update standards version to 4.6.2, no changes needed.Debian Janitor2022-12-21
| | | | | | | | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
* | | Update lintian override info format in ↵Debian Janitor2022-12-21
| | | | | | | | | | | | | | | | | | | | | | | | d/libgitlab-api-v4-perl.lintian-overrides on line 2-3. Changes-By: lintian-brush Fixes: lintian: mismatched-override See-also: https://lintian.debian.org/tags/mismatched-override.html
* | | Update standards version to 4.6.1, no changes needed.Debian Janitor2022-09-10
| | | | | | | | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
* | | Update standards version to 4.6.0, no changes needed.Debian Janitor2022-08-28
| | | | | | | | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
* | | releasing package libgitlab-api-v4-perl version 0.26-2Jelmer Vernooij2022-08-28
| | |
* | | Remove constraints unnecessary since busterDebian Janitor2021-09-09
| | | | | | | | | | | | | | | | | | * Build-Depends-Indep: Drop versioned constraint on liblog-any-adapter-screen-perl, liblog-any-perl, libmoo-perl, libtest2-suite-perl and libtype-tiny-perl. * libgitlab-api-v4-perl: Drop versioned constraint on liblog-any-adapter-screen-perl, liblog-any-perl, libmoo-perl and libtype-tiny-perl in Depends. Changes-By: deb-scrub-obsolete