[DRE-commits] [ruby-sidekiq-cron] branch master updated (b329e07 -> ea3b52e)

Sruthi Chandran srud-guest at moszumanska.debian.org
Mon Sep 11 10:07:36 UTC 2017


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

srud-guest pushed a change to branch master
in repository ruby-sidekiq-cron.

      from  b329e07   Upload to unstable
      adds  7061113   New upstream version 0.6.3
       new  eb017b7   Updated version 0.6.3 from 'upstream/0.6.3'
       new  28cfcf1   Update Standards version
       new  8bf5e04   Update changelog
       new  ea3b52e   Upload to experimental

The 4 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:
 .travis.yml                          |   4 +-
 Changes.md                           |  25 +++++++
 Dockerfile                           |  32 ++++++++
 Gemfile                              |   8 +-
 README.md                            |  28 +++++--
 VERSION                              |   2 +-
 debian/changelog                     |   7 ++
 debian/control                       |   2 +-
 docker-compose.yml                   |  21 ++++++
 lib/sidekiq/cron/job.rb              |  47 +++++++-----
 lib/sidekiq/cron/locales/en.yml      |   5 ++
 lib/sidekiq/cron/poller.rb           |  13 +++-
 lib/sidekiq/cron/support.rb          |  38 ++++++++++
 lib/sidekiq/cron/views/cron.erb      |  21 +++++-
 lib/sidekiq/cron/views/cron.slim     |  17 ++++-
 lib/sidekiq/cron/web.rb              |   1 +
 lib/sidekiq/cron/web_extension.rb    |  16 +++-
 sidekiq-cron.gemspec                 | 138 +++++++++++++++++++----------------
 test/integration/performance_test.rb |  52 +++++++++++++
 test/test_helper.rb                  |   4 +-
 test/unit/job_test.rb                |  14 ++--
 test/unit/poller_test.rb             |   8 +-
 test/unit/web_extension_test.rb      |  27 +++++++
 23 files changed, 410 insertions(+), 120 deletions(-)
 create mode 100644 Dockerfile
 create mode 100644 docker-compose.yml
 create mode 100644 lib/sidekiq/cron/support.rb
 create mode 100644 test/integration/performance_test.rb

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



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