[DRE-commits] [gitlab-shell] branch master updated (fd02b43 -> a139096)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Aug 25 16:45:52 UTC 2016


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

praveen pushed a change to branch master
in repository gitlab-shell.

      from  fd02b43   install config.yml in /usr/share/doc
      adds  5bc9397   Imported Upstream version 3.4.0
       new  80fc7c6   Merge tag 'upstream/3.4.0'
       new  439f61a   update changelog
       new  a139096   refresh patches

The 3 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:
 .hound.yml                                         |   3 -
 CHANGELOG                                          |  29 ++++
 VERSION                                            |   2 +-
 bin/authorized_keys                                |   2 +-
 bin/check                                          |  29 ++--
 bin/create-hooks                                   |  14 +-
 bin/gitlab-shell                                   |   2 +-
 bin/install                                        |  10 +-
 config.yml.example                                 |  16 +-
 debian/changelog                                   |   7 +
 debian/patches/use-system-libs.patch               |  46 +++---
 hooks/post-receive                                 |   7 +-
 hooks/pre-receive                                  |  18 ++-
 lib/gitlab_access.rb                               |   9 +-
 lib/gitlab_access_status.rb                        |  12 +-
 lib/gitlab_config.rb                               |   5 -
 lib/gitlab_custom_hook.rb                          |  45 ++----
 lib/gitlab_keys.rb                                 |  58 +++++---
 lib/gitlab_net.rb                                  |  20 ++-
 lib/gitlab_post_receive.rb                         |  46 +++++-
 lib/gitlab_projects.rb                             |  63 +++++++-
 lib/gitlab_redis.rb                                |   2 +
 lib/gitlab_reference_counter.rb                    |  52 +++++++
 lib/gitlab_shell.rb                                |  61 ++++----
 lib/names_helper.rb                                |   5 +-
 spec/fixtures/gitlab_config_redis.yml              |  12 ++
 spec/gitlab_access_spec.rb                         |   7 +-
 spec/gitlab_config_spec.rb                         |  14 +-
 spec/gitlab_keys_spec.rb                           |  59 +++++++-
 spec/gitlab_net_spec.rb                            |  72 ++++++---
 spec/gitlab_post_receive_spec.rb                   | 161 ++++++++++++++++++---
 spec/gitlab_projects_spec.rb                       | 120 +++++++++++----
 spec/gitlab_reference_counter_spec.rb              |  38 +++++
 spec/gitlab_shell_spec.rb                          | 146 +++++++++++--------
 spec/names_helper_spec.rb                          |   5 +-
 .../{allowed-pull.yml => http-access-disabled.yml} |  32 ++--
 .../{allowed-pull.yml => ssh-access-disabled.yml}  |  32 ++--
 37 files changed, 904 insertions(+), 357 deletions(-)
 delete mode 100644 .hound.yml
 create mode 100644 lib/gitlab_redis.rb
 create mode 100644 lib/gitlab_reference_counter.rb
 create mode 100644 spec/fixtures/gitlab_config_redis.yml
 create mode 100644 spec/gitlab_reference_counter_spec.rb
 copy spec/vcr_cassettes/{allowed-pull.yml => http-access-disabled.yml} (61%)
 copy spec/vcr_cassettes/{allowed-pull.yml => ssh-access-disabled.yml} (62%)

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



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