[DRE-commits] [ruby-gitlab] branch master updated (3af48f7 -> 85f66ad)

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 change to branch master
in repository ruby-gitlab.

      from  3af48f7   Update debian files
      adds  04d932e   New upstream version 4.2.0
       new  694df6b   Updated version 4.2.0 from 'upstream/4.2.0'
       new  85f66ad   Update for version 4.2.0

The 2 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:
 CHANGELOG.md                                  |  17 ++
 debian/changelog                              |   4 +-
 debian/control                                |   5 +-
 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 +++
 46 files changed, 1960 insertions(+), 198 deletions(-)
 create mode 100644 lib/gitlab/client/award_emojis.rb
 create mode 100644 lib/gitlab/client/boards.rb
 create mode 100644 lib/gitlab/client/environments.rb
 create mode 100644 lib/gitlab/client/todos.rb
 create mode 100644 spec/fixtures/board_list.json
 create mode 100644 spec/fixtures/board_lists.json
 create mode 100644 spec/fixtures/boards.json
 create mode 100644 spec/fixtures/environment.json
 create mode 100644 spec/fixtures/environments.json
 create mode 100644 spec/fixtures/issue_award_emoji.json
 create mode 100644 spec/fixtures/issue_award_emojis.json
 create mode 100644 spec/fixtures/label_unsubscribe.json
 create mode 100644 spec/fixtures/merge_request_award_emoji.json
 create mode 100644 spec/fixtures/merge_request_award_emojis.json
 create mode 100644 spec/fixtures/note_award_emoji.json
 create mode 100644 spec/fixtures/note_award_emojis.json
 create mode 100644 spec/fixtures/snippet_award_emoji.json
 create mode 100644 spec/fixtures/snippet_award_emojis.json
 create mode 100644 spec/fixtures/todo.json
 create mode 100644 spec/fixtures/todos.json
 create mode 100644 spec/gitlab/client/award_emojis_spec.rb
 create mode 100644 spec/gitlab/client/boards_spec.rb
 create mode 100644 spec/gitlab/client/environments_spec.rb
 create mode 100644 spec/gitlab/client/todos_spec.rb

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