[libgitlab-api-v4-perl] annotated tag debian/0.03-1 created (now 04cfc66)

gregor herrmann gregoa at debian.org
Sat Jan 13 02:30:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.03-1
in repository libgitlab-api-v4-perl.

        at  04cfc66   (tag)
   tagging  a21e521fd157c22b490cf499df08f806a9fc7832 (commit)
  replaces  debian/0.02-1
 tagged by  gregor herrmann
        on  Sat Jan 13 03:29:54 2018 +0100

- Log -----------------------------------------------------------------
tagging package libgitlab-api-v4-perl version debian/0.03-1
-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpZbyJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaw7g/9H6DRYKyson55UHW54PgjI3PwQ3ZKJzQa0c7ABa4wEToN1kA+Ax8u1fI2
REL6cVJj4wX7O6UXQ6mo2JobGulioVZo+Kl4ztY7tstoyP6sV0kCrBZomRmNwU2q
oTR0jpr2JG1MpsWi6vHJca+2insJYwamWGi/oEtcS9z7L8lz392N1hqVM7dn1cDN
WIMQ7nvkIl+8jjb7fvPc9HPh4OVUPJawFoqXVDHStbrxwSG3ZDp/cgo/WbZdMnDe
fO4B4YuRT7AmYma5GGcVChObGNC3ilQ3ROpIrwWOB0DlBdwspqbRUZqCb24pyihO
BgZHiwxNEUdkESb1KsBtlxSssQqpAwkg118vzPbK9X0+6CVDg6sT7PIekqy/FXgZ
vlbc5kzaEd1BDiuQqPKJYf8fcpMr2wlaEvmw3vv2I2IfQn35R4ZlHD5Ekd3sWXng
WF3i5VgiwqUTWsSmw4+sUPlkE4XVOiI0GRyI6+xm0cdZzkyCvJzZ0ZhwzQ74tHZG
Z6A/3SIHGncS20FWBt72yN0UoU4QaGV1b5HEmgLhcoRIFhCuzF8Yb+2I41mUbWB7
BdjKfoiGqGZuD+wD/kHNolqP+r+Utf1QAVQOBOOkvjzYCahSM3FvAWUzcwZ0mDWx
KGZzW2Zk+q2ONpxLb/KziMRnLoWy2wID06JKCgluTvKbaR+6wZc=
=5MGc
-----END PGP SIGNATURE-----

Aran Deltac (81):
      First commit.
      Rename t/v3/branches.t to t/branches.t.
      v0.01
      Implement the entire API.
      Make sure right number of args are passed to API methods.
      v0.02
      Contributing and constants docs.
      Log stuff using Log::Any.
      Add SEE ALSO section (and some other tweaks).
      v0.03
      Reorganize section headers and add direct links to GitLabs documentation for each.
      Some spell-check edits and header adjustments.
      Adjust abstract.
      Adjust Net::GitLab language a bit.
      Add documentation about project IDs and return values.
      v0.04
      Added GitLab::API::v3::Paginator.
      v0.05
      Fix some indentation.
      Add some more examples for paginator.
      Include GitLab error messages in failed requests.
      Fix visilibity constants naming to match our conventions.
      Modify create_project() to return the project hash ref.
      Replace "@" in POD with "E<64>" to bypass older Perl issues.
      CLI client, gitlab-api-v3.
      v0.06
      Some typo edits.
      Remove header from other project.
      Typos.
      More typos!
      Fix references to Net::GitLab which should be Net::Gitlab.
      Merge pull request #2 from dotandimet/patch-1
      Document @dotandimet Gitopt::Long fix.
      v0.07
      Update various bits for @dotandimet's latest pull requests.
      Update README.pod.
      v0.08
      Update API methods based on latest GitLab CE docs.
      Adjust DistZilla setup to use a cpanfile and my bundle.
      Make ->user() return the user data!  Resolves #17.
      Update Changes and CONTRIBUTORS for last 2 commits.
      Woops!  Update footer to include contributors so they do not get lost!
      v0.09
      Fixup params handling so that they do not eat up proceeding arguments.
      Add the tag, delete_tag, create_release, and update_release methods.
      Re-ordered POD sections so its in the same order as the source GitLab API docs.
      Add methods for award emoji, keys, licenses, namespaces, settings, and
      Add methods for build triggers, build variables, builds, and runners.
      v1.00
      Change CONTRIBUTORS section to show the commit author rather than a link to their GitHub profile.
      Update Contributors and Changes.
      Allow protect_branch to accept parameters.
      Update Contributors and Changes.
      Add support for an anonymous client and a login shortcut for creating an authenticated client by calling the session endpoint.
      Revert "Add support for an anonymous client and a login shortcut for creating an authenticated client by calling the session endpoint."
      Support session arguments (credentials) in the constructor.
      A little cleanup.
      Update Changes and contributors for latest PR.
      Update Changes for latest PR.
      All your v3s are belong to v4.
      First stab at getting the sections to match v4.
      Remove the visibility_level constants as the v4 API removed numeric values for visibility.
      Update all sections and methods for the v4 API.
      Update cpanfile for all the dep changes.
      Get a basic regression test working.
      Fixup token arguments for v4, and support sudo.
      Fixup CREDENTIALS header to be a head2 instead of head1.
      Add an UPGRADING section to the docs.
      Fix a few verbs and vague :id variables.
      Add a script I've been using to spin up a GitLab container for testing.
      Audit cpanfile and make some minor adjustments to it.
      v0.01
      Declare utf8 encoding for the main POD.
      Fix gitlab-api-v4 script to actually work.
      Fix double-slashes in URL paths.
      v0.02
      Always output JSON in gitlab-api-v4, fixes #5.
      Fix the fork_project method to hit the correct URL.  Fixes #4.
      Greatly expand the cofiguration options to include a configuration file, environment variables, and command line options.
      Update Changes.
      v0.03

Dave Webb (1):
      Support user snippets

Dotan Dimet (3):
      Gitopt::Long typo prevented installation
      Update groups.yml
      Update projects.yml

José Joaquín Atria (7):
      Add support for login in with user credentials
      Disable deserialisation when dealing with non-serial data
      Fix outdated comment
      Return decoded content, not plain content
      Reinstate clean_data function
      Add possible retry mechanism
      Use latest changes in Role::REST::Client to disable deserialisation

Marek R. Sotola (1):
      Add share_project_with_group and delete_shared_project_link_within_group.

Nigel Gregoire (1):
      Switch from Log::Any::Adapter::ScreenColoredLevel to Log::Any::Adapter::Screen

gregor herrmann (10):
      New upstream version 0.03
      Update upstream source from tag 'upstream/0.03'
      Update debian/changelog
      add bug closer
      Update years of upstream and packaging copyright.
      Update (build) dependencies.
      Declare compliance with Debian Policy 4.1.3.
      Drop an unneeded version constraint.
      Bump debhelper compatibility level to 10.
      releasing package libgitlab-api-v4-perl version 0.03-1

trunov-ms (1):
      list projects in the group

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  c511f20   Update upstream source from tag 'upstream/0.03'
       new  88e2d52   Update debian/changelog
       new  dfef6f0   add bug closer
       new  6086564   Update years of upstream and packaging copyright.
       new  3c0cf7d   Update (build) dependencies.
       new  d611c81   Declare compliance with Debian Policy 4.1.3.
       new  fc12703   Drop an unneeded version constraint.
       new  c3ebe96   Bump debhelper compatibility level to 10.
       new  a21e521   releasing package libgitlab-api-v4-perl version 0.03-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgitlab-api-v4-perl.git



More information about the Pkg-perl-cvs-commits mailing list