[DRE-commits] [ruby-gitlab] 01/02: Updated version 4.2.0 from 'upstream/4.2.0'

Sophie Brun sbrun-guest at moszumanska.debian.org
Thu Sep 21 08:06:12 UTC 2017


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

sbrun-guest pushed a commit to branch master
in repository ruby-gitlab.

commit 694df6beaf3e60245d720228a5b05e0393a36279
Merge: 3af48f7 04d932e
Author: Sophie Brun <sophie at freexian.com>
Date:   Thu Sep 21 09:03:42 2017 +0200

    Updated version 4.2.0 from 'upstream/4.2.0'
    
    with Debian dir 59ee0f7e5c41b2d780833e3d16a7c58b5617f30e

 CHANGELOG.md                                  |  17 ++
 lib/gitlab/client.rb                          |   4 +
 lib/gitlab/client/award_emojis.rb             | 135 +++++++++
 lib/gitlab/client/boards.rb                   |  88 ++++++
 lib/gitlab/client/branches.rb                 |  19 +-
 lib/gitlab/client/commits.rb                  |  12 +-
 lib/gitlab/client/environments.rb             |  87 ++++++
 lib/gitlab/client/labels.rb                   |  37 ++-
 lib/gitlab/client/merge_requests.rb           |  59 ----
 lib/gitlab/client/notes.rb                    | 106 +++++++
 lib/gitlab/client/projects.rb                 |  92 +++---
 lib/gitlab/client/repository_files.rb         |  58 ++--
 lib/gitlab/client/system_hooks.rb             |   7 +-
 lib/gitlab/client/todos.rb                    |  44 +++
 lib/gitlab/version.rb                         |   2 +-
 spec/fixtures/board_list.json                 |   1 +
 spec/fixtures/board_lists.json                |   1 +
 spec/fixtures/boards.json                     |   1 +
 spec/fixtures/environment.json                |   6 +
 spec/fixtures/environments.json               |  14 +
 spec/fixtures/issue_award_emoji.json          |  16 ++
 spec/fixtures/issue_award_emojis.json         |  34 +++
 spec/fixtures/label.json                      |   2 +-
 spec/fixtures/label_unsubscribe.json          |   1 +
 spec/fixtures/merge_request_award_emoji.json  |  16 ++
 spec/fixtures/merge_request_award_emojis.json |  34 +++
 spec/fixtures/note_award_emoji.json           |  16 ++
 spec/fixtures/note_award_emojis.json          |  18 ++
 spec/fixtures/snippet_award_emoji.json        |  16 ++
 spec/fixtures/snippet_award_emojis.json       |  34 +++
 spec/fixtures/todo.json                       |  73 +++++
 spec/fixtures/todos.json                      | 148 ++++++++++
 spec/gitlab/client/award_emojis_spec.rb       | 391 ++++++++++++++++++++++++++
 spec/gitlab/client/boards_spec.rb             |  94 +++++++
 spec/gitlab/client/branches_spec.rb           |  27 +-
 spec/gitlab/client/commits_spec.rb            |   4 +-
 spec/gitlab/client/environments_spec.rb       | 132 +++++++++
 spec/gitlab/client/groups_spec.rb             |  22 +-
 spec/gitlab/client/labels_spec.rb             |  32 +++
 spec/gitlab/client/notes_spec.rb              | 128 +++++++++
 spec/gitlab/client/projects_spec.rb           |  30 +-
 spec/gitlab/client/repository_files_spec.rb   |  42 ++-
 spec/gitlab/client/system_hooks_spec.rb       |   4 +-
 spec/gitlab/client/todos_spec.rb              |  45 +++
 44 files changed, 1956 insertions(+), 193 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gitlab.git



More information about the Pkg-ruby-extras-commits mailing list