[libgitlab-api-v4-perl] branch master updated (f694556 -> a21e521)

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


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

gregoa pushed a change to branch master
in repository libgitlab-api-v4-perl.

      from  f694556   releasing package libgitlab-api-v4-perl version 0.02-1
      adds  6994fe7   First commit.
      adds  f4b6e1f   Rename t/v3/branches.t to t/branches.t.
      adds  0b9c73f   v0.01
      adds  b4bec27   Implement the entire API.
      adds  31d0ad5   Make sure right number of args are passed to API methods.
      adds  e250c8a   v0.02
      adds  4851e34   Contributing and constants docs.
      adds  37b95f3   Log stuff using Log::Any.
      adds  a3b58aa   Add SEE ALSO section (and some other tweaks).
      adds  a6bfdb6   v0.03
      adds  30deea3   Reorganize section headers and add direct links to GitLabs documentation for each.
      adds  c32656e   Some spell-check edits and header adjustments.
      adds  84fcabc   Adjust abstract.
      adds  d52e72e   Adjust Net::GitLab language a bit.
      adds  a29f626   Add documentation about project IDs and return values.
      adds  63d3a76   v0.04
      adds  49f2afc   Added GitLab::API::v3::Paginator.
      adds  c3b9084   v0.05
      adds  8cbe7ef   Fix some indentation.
      adds  131ab4e   Add some more examples for paginator.
      adds  5ed514d   Include GitLab error messages in failed requests.
      adds  64c5bd5   Fix visilibity constants naming to match our conventions.
      adds  58dbe43   Modify create_project() to return the project hash ref.
      adds  744e079   Replace "@" in POD with "E<64>" to bypass older Perl issues.
      adds  5ee318a   CLI client, gitlab-api-v3.
      adds  4a9f154   v0.06
      adds  47b3b10   Some typo edits.
      adds  a56e439   Remove header from other project.
      adds  5311ad5   Typos.
      adds  785d042   More typos!
      adds  cf8d7ba   Fix references to Net::GitLab which should be Net::Gitlab.
      adds  cd27e9e   Gitopt::Long typo prevented installation
      adds  23eec42   Merge pull request #2 from dotandimet/patch-1
      adds  f27d88f   Document @dotandimet Gitopt::Long fix.
      adds  f8adb31   v0.07
      adds  b4b60ea   Update groups.yml
      adds  d92ec2d   Update projects.yml
      adds  50fd07b   Update various bits for @dotandimet's latest pull requests.
      adds  0fb7fbf   Update README.pod.
      adds  71e5887   v0.08
      adds  d35f6b3   Update API methods based on latest GitLab CE docs.
      adds  ec90cd4   Adjust DistZilla setup to use a cpanfile and my bundle.
      adds  f0b2cf6   Make ->user() return the user data!  Resolves #17.
      adds  3d80004   Switch from Log::Any::Adapter::ScreenColoredLevel to Log::Any::Adapter::Screen Resolves #16.
      adds  645f36a   Update Changes and CONTRIBUTORS for last 2 commits.
      adds  e21db62   list projects in the group Resolves #12.
      adds  c43b5ee   Woops!  Update footer to include contributors so they do not get lost!
      adds  6e5336b   v0.09
      adds  a95dcc7   Fixup params handling so that they do not eat up proceeding arguments.
      adds  19604f4   Add the tag, delete_tag, create_release, and update_release methods.
      adds  9484eea   Re-ordered POD sections so its in the same order as the source GitLab API docs.
      adds  2c8e24f   Add methods for award emoji, keys, licenses, namespaces, settings, and sidekiq.
      adds  09950ea   Add methods for build triggers, build variables, builds, and runners.
      adds  98b2c96   v1.00
      adds  a8cf423   Change CONTRIBUTORS section to show the commit author rather than a link to their GitHub profile.
      adds  bad16ad   Add share_project_with_group and delete_shared_project_link_within_group.
      adds  3b48680   Update Contributors and Changes.
      adds  e75783e   Allow protect_branch to accept parameters.
      adds  026fcf0   Add support for login in with user credentials
      adds  a12ff45   Update Contributors and Changes.
      adds  29ab8f0   Add support for an anonymous client and a login shortcut for creating an authenticated client by calling the session endpoint.
      adds  eb03ada   Revert "Add support for an anonymous client and a login shortcut for creating an authenticated client by calling the session endpoint."
      adds  55ffcdb   Support session arguments (credentials) in the constructor.
      adds  657cfcb   Disable deserialisation when dealing with non-serial data
      adds  49f402a   Fix outdated comment
      adds  cb18242   Return decoded content, not plain content
      adds  4ae664b   Reinstate clean_data function
      adds  874d5aa   A little cleanup.
      adds  eacbeb6   Support user snippets
      adds  ef4151e   Update Changes and contributors for latest PR.
      adds  b905c4f   Add possible retry mechanism
      adds  d72617e   Update Changes for latest PR.
      adds  fb9253c   Use latest changes in Role::REST::Client to disable deserialisation
      adds  72e3847   All your v3s are belong to v4.
      adds  5cf8cea   First stab at getting the sections to match v4.
      adds  6b732ad   Remove the visibility_level constants as the v4 API removed numeric values for visibility.
      adds  a329f03   Update all sections and methods for the v4 API.
      adds  4ac7481   Update cpanfile for all the dep changes.
      adds  5ea04eb   Get a basic regression test working.
      adds  4b9ba8c   Fixup token arguments for v4, and support sudo.
      adds  c34ed99   Fixup CREDENTIALS header to be a head2 instead of head1.
      adds  5409b68   Add an UPGRADING section to the docs.
      adds  b01c633   Fix a few verbs and vague :id variables.
      adds  c825de6   Add a script I've been using to spin up a GitLab container for testing.
      adds  c257ea9   Audit cpanfile and make some minor adjustments to it.
      adds  054e506   v0.01
      adds  3e8d5cc   Declare utf8 encoding for the main POD.
      adds  329d02b   Fix gitlab-api-v4 script to actually work.
      adds  fe5d7b2   Fix double-slashes in URL paths.
      adds  bcae18a   v0.02
      adds  a267fb4   Always output JSON in gitlab-api-v4, fixes #5.
      adds  1f9d726   Fix the fork_project method to hit the correct URL.  Fixes #4.
      adds  b5e5f7a   Greatly expand the cofiguration options to include a configuration file, environment variables, and command line options.
      adds  42fbb29   Update Changes.
      adds  8480ff1   v0.03
      adds  9045dcb   New upstream version 0.03
       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.


Summary of changes:
 Changes                         |   8 ++
 LICENSE                         |   6 +-
 MANIFEST                        |   1 +
 META.json                       |   8 +-
 META.yml                        |   8 +-
 Makefile.PL                     |  14 +--
 README                          |   4 +-
 bin/gitlab-api-v4               | 145 ++++++----------------
 cpanfile                        |   9 +-
 debian/changelog                |  13 ++
 debian/compat                   |   2 +-
 debian/control                  |  22 ++--
 debian/copyright                |   4 +-
 lib/GitLab/API/v4.pm            |   9 +-
 lib/GitLab/API/v4/Config.pm     | 267 ++++++++++++++++++++++++++++++++++++++++
 lib/GitLab/API/v4/Constants.pm  |   8 +-
 lib/GitLab/API/v4/Paginator.pm  |   8 +-
 lib/GitLab/API/v4/RESTClient.pm |  21 ++--
 t/00-report-prereqs.dd          |   6 +-
 t/regression.t                  |  21 ++--
 20 files changed, 402 insertions(+), 182 deletions(-)
 create mode 100644 lib/GitLab/API/v4/Config.pm

-- 
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