[DRE-commits] [ruby-sidekiq] 02/05: Updated version 5.0.4+dfsg from 'upstream/5.0.4+dfsg'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jul 26 08:29:28 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-sidekiq.

commit 6f5e77e7e6ed77ec7c197c2c64607e4e376e1f67
Merge: ba5f806 41cf12d
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Jul 26 10:47:52 2017 +0530

    Updated version 5.0.4+dfsg from 'upstream/5.0.4+dfsg'
    
    with Debian dir 25eae995101211beff6748e29155a62b7c894ea4

 .github/issue_template.md                          |   7 +-
 .gitignore                                         |   1 +
 .travis.yml                                        |   3 +-
 5.0-Upgrade.md                                     |  56 ++
 COMM-LICENSE                                       |   2 +-
 Changes.md                                         | 102 +++
 Ent-Changes.md                                     |  53 +-
 Gemfile                                            |   4 +-
 Pro-Changes.md                                     |  65 +-
 README.md                                          |   9 +-
 Rakefile                                           |   7 +-
 bin/sidekiqctl                                     |   2 +-
 bin/sidekiqload                                    |  46 +-
 .../sidekiq/templates/worker_spec.rb.erb           |   2 +-
 .../sidekiq/templates/worker_test.rb.erb           |   2 +-
 lib/sidekiq.rb                                     |  22 +-
 lib/sidekiq/api.rb                                 | 118 +++-
 lib/sidekiq/cli.rb                                 |  29 +-
 lib/sidekiq/client.rb                              |  30 +-
 lib/sidekiq/core_ext.rb                            | 107 +--
 lib/sidekiq/delay.rb                               |  41 ++
 lib/sidekiq/extensions/generic_proxy.rb            |   8 +-
 lib/sidekiq/job_logger.rb                          |  24 +
 lib/sidekiq/job_retry.rb                           | 235 +++++++
 lib/sidekiq/launcher.rb                            |  61 +-
 lib/sidekiq/logging.rb                             |  12 +
 lib/sidekiq/manager.rb                             |   4 +-
 lib/sidekiq/middleware/server/active_record.rb     |   9 +
 lib/sidekiq/middleware/server/logging.rb           |  40 --
 lib/sidekiq/middleware/server/retry_jobs.rb        | 205 ------
 lib/sidekiq/processor.rb                           | 111 +++-
 lib/sidekiq/rails.rb                               |  60 +-
 lib/sidekiq/redis_connection.rb                    |  24 +-
 lib/sidekiq/testing.rb                             |  23 +-
 lib/sidekiq/util.rb                                |   2 +-
 lib/sidekiq/version.rb                             |   2 +-
 lib/sidekiq/web/action.rb                          |   4 -
 lib/sidekiq/web/application.rb                     |  27 +-
 lib/sidekiq/web/helpers.rb                         |  81 ++-
 lib/sidekiq/web/router.rb                          |   4 +
 lib/sidekiq/worker.rb                              | 114 +++-
 sidekiq.gemspec                                    |  10 +-
 test/config.yml                                    |   9 -
 test/env_based_config.yml                          |  11 -
 test/fake_env.rb                                   |   1 -
 test/fixtures/en.yml                               |   2 -
 test/helper.rb                                     |  75 ---
 test/test_actors.rb                                | 138 ----
 test/test_api.rb                                   | 528 ---------------
 test/test_cli.rb                                   | 418 ------------
 test/test_client.rb                                | 266 --------
 test/test_exception_handler.rb                     |  56 --
 test/test_extensions.rb                            | 127 ----
 test/test_fetch.rb                                 |  50 --
 test/test_launcher.rb                              |  95 ---
 test/test_logging.rb                               |  35 -
 test/test_manager.rb                               |  50 --
 test/test_middleware.rb                            | 158 -----
 test/test_processor.rb                             | 201 ------
 test/test_rails.rb                                 |  22 -
 test/test_redis_connection.rb                      | 132 ----
 test/test_retry.rb                                 | 326 ---------
 test/test_retry_exhausted.rb                       | 149 -----
 test/test_scheduled.rb                             | 115 ----
 test/test_scheduling.rb                            |  58 --
 test/test_sidekiq.rb                               | 107 ---
 test/test_testing.rb                               | 143 ----
 test/test_testing_fake.rb                          | 357 ----------
 test/test_testing_inline.rb                        |  94 ---
 test/test_util.rb                                  |  13 -
 test/test_web.rb                                   | 726 ---------------------
 test/test_web_helpers.rb                           |  54 --
 web/assets/stylesheets/application-rtl.css         | 246 +++++++
 web/assets/stylesheets/application.css             | 340 +++++++++-
 web/assets/stylesheets/bootstrap-rtl.min.css       |   9 +
 web/locales/ar.yml                                 |  80 +++
 web/locales/fa.yml                                 |  80 +++
 web/locales/he.yml                                 |  79 +++
 web/locales/ur.yml                                 |  80 +++
 web/views/_footer.erb                              |   4 +-
 web/views/_job_info.erb                            |   2 +-
 web/views/_nav.erb                                 |   2 +-
 web/views/_paging.erb                              |   2 +-
 web/views/busy.erb                                 |  14 +-
 web/views/dashboard.erb                            |   6 +-
 web/views/layout.erb                               |  11 +-
 web/views/morgue.erb                               |  24 +-
 web/views/queue.erb                                |  20 +-
 web/views/queues.erb                               |   4 +-
 web/views/retries.erb                              |  24 +-
 web/views/retry.erb                                |   2 +-
 web/views/scheduled.erb                            |   4 +-
 92 files changed, 2095 insertions(+), 5222 deletions(-)

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



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