[DRE-commits] [gitlab-shell] branch master updated (3a18984 -> bc49877)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jun 3 17:32:35 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  3a18984   Run wrap-and-sort on packaging files
       new  0f43166   use filename mangle in watch
       new  1d252ee   fix watch
       new  c75b798   add opts keyword
      adds  e9e0a21   Imported Upstream version 3.0.0
       new  3d45341   Merge tag 'upstream/3.0.0'
       new  7e04963   update changelog
       new  4a5989a   refresh patch
       new  cdfd708   bump standards
       new  eb79f3d   move config to /var
       new  bc49877   install link to /etc for config.yml

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:
 .gitlab-ci.yml                                     |   22 +
 .rubocop.yml                                       |    1 +
 CHANGELOG                                          |   29 +
 Gemfile.lock                                       |    3 +
 Makefile                                           |   12 +
 README.md                                          |   24 +-
 VERSION                                            |    2 +-
 bin/authorized_keys                                |   25 +
 bin/check                                          |    5 +-
 bin/gitlab-projects                                |    2 -
 config.yml.example                                 |    5 +-
 debian/changelog                                   |    8 +-
 debian/control                                     |    2 +-
 debian/{config.yml => gitlab-shell-config.yml}     |    0
 debian/gitlab-shell.links                          |    1 +
 debian/install                                     |    2 +-
 debian/patches/use-system-libs.patch               |    4 +-
 debian/watch                                       |    1 +
 lib/gitlab_authorized_keys.rb                      |    0
 lib/gitlab_config.rb                               |   23 +-
 lib/gitlab_keys.rb                                 |   26 +-
 lib/gitlab_net.rb                                  |   52 +-
 lib/gitlab_post_receive.rb                         |   15 +-
 lib/gitlab_projects.rb                             |  108 +-
 lib/gitlab_shell.rb                                |    5 +-
 lib/vendor/redis/lib/redis.rb                      | 2773 ++++++++++++++++++++
 lib/vendor/redis/lib/redis/client.rb               |  590 +++++
 lib/vendor/redis/lib/redis/connection.rb           |    9 +
 .../redis/lib/redis/connection/command_helper.rb   |   44 +
 lib/vendor/redis/lib/redis/connection/hiredis.rb   |   66 +
 lib/vendor/redis/lib/redis/connection/registry.rb  |   12 +
 lib/vendor/redis/lib/redis/connection/ruby.rb      |  376 +++
 lib/vendor/redis/lib/redis/connection/synchrony.rb |  133 +
 lib/vendor/redis/lib/redis/distributed.rb          |  873 ++++++
 lib/vendor/redis/lib/redis/errors.rb               |   40 +
 lib/vendor/redis/lib/redis/hash_ring.rb            |  132 +
 lib/vendor/redis/lib/redis/pipeline.rb             |  141 +
 lib/vendor/redis/lib/redis/subscribe.rb            |   91 +
 lib/vendor/redis/lib/redis/version.rb              |    3 +
 spec/gitlab_config_spec.rb                         |   38 +-
 spec/gitlab_net_spec.rb                            |   92 +-
 spec/gitlab_post_receive_spec.rb                   |   22 +-
 spec/gitlab_projects_spec.rb                       |   80 -
 spec/gitlab_shell_spec.rb                          |   11 +-
 spec/httpunix_spec.rb                              |   17 +
 spec/vcr_cassettes/ssh-key-not-found.yml           |   50 +
 spec/vcr_cassettes/ssh-key-not-implemented.yml     |   50 +
 .../vcr_cassettes/{check-ok.yml => ssh-key-ok.yml} |   16 +-
 48 files changed, 5771 insertions(+), 265 deletions(-)
 create mode 100644 Makefile
 create mode 100755 bin/authorized_keys
 rename debian/{config.yml => gitlab-shell-config.yml} (100%)
 create mode 100644 debian/gitlab-shell.links
 create mode 100644 lib/gitlab_authorized_keys.rb
 create mode 100644 lib/vendor/redis/lib/redis.rb
 create mode 100644 lib/vendor/redis/lib/redis/client.rb
 create mode 100644 lib/vendor/redis/lib/redis/connection.rb
 create mode 100644 lib/vendor/redis/lib/redis/connection/command_helper.rb
 create mode 100644 lib/vendor/redis/lib/redis/connection/hiredis.rb
 create mode 100644 lib/vendor/redis/lib/redis/connection/registry.rb
 create mode 100644 lib/vendor/redis/lib/redis/connection/ruby.rb
 create mode 100644 lib/vendor/redis/lib/redis/connection/synchrony.rb
 create mode 100644 lib/vendor/redis/lib/redis/distributed.rb
 create mode 100644 lib/vendor/redis/lib/redis/errors.rb
 create mode 100644 lib/vendor/redis/lib/redis/hash_ring.rb
 create mode 100644 lib/vendor/redis/lib/redis/pipeline.rb
 create mode 100644 lib/vendor/redis/lib/redis/subscribe.rb
 create mode 100644 lib/vendor/redis/lib/redis/version.rb
 create mode 100644 spec/vcr_cassettes/ssh-key-not-found.yml
 create mode 100644 spec/vcr_cassettes/ssh-key-not-implemented.yml
 copy spec/vcr_cassettes/{check-ok.yml => ssh-key-ok.yml} (61%)

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