[DRE-commits] [ruby-eye] branch master updated (175e6bd -> 5910a69)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Aug 5 20:10:37 UTC 2015


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

praveen pushed a change to branch master
in repository ruby-eye.

      from  175e6bd   make lintian happy
      adds  b057b08   Imported Upstream version 0.7~pre
       new  82a4cab   Merge tag 'upstream/0.7_pre'
       new  10f06ab   update changelog
       new  b2a036b   update dependency versions
       new  5910a69   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                         |  2 +-
 CHANGES.md                          |  5 +++
 Gemfile                             |  4 ---
 README.md                           | 11 +++++--
 Rakefile                            | 14 ++++++--
 debian/changelog                    |  7 ++++
 debian/control                      |  8 ++---
 examples/dependency.eye             | 21 ++++++++++++
 examples/stress_test.eye            |  2 +-
 examples/triggers.eye               |  9 ++++++
 eye.gemspec                         |  7 ++--
 lib/eye.rb                          |  2 +-
 lib/eye/checker/http.rb             | 12 ++++++-
 lib/eye/config.rb                   |  7 ++--
 lib/eye/controller.rb               |  5 +--
 lib/eye/controller/commands.rb      |  1 +
 lib/eye/dsl/main.rb                 |  5 +++
 lib/eye/dsl/opts.rb                 | 12 +++----
 lib/eye/dsl/process_opts.rb         |  2 ++
 lib/eye/dsl/validation.rb           |  4 +--
 lib/eye/group.rb                    |  6 +++-
 lib/eye/group/chain.rb              |  5 +++
 lib/eye/loader.rb                   |  4 +--
 lib/eye/notify.rb                   |  3 +-
 lib/eye/notify/slack.rb             | 38 ++++++++++++++++++++++
 lib/eye/process.rb                  |  4 +--
 lib/eye/process/config.rb           | 11 +++++++
 lib/eye/process/controller.rb       |  4 +++
 lib/eye/process/data.rb             |  2 +-
 lib/eye/process/scheduler.rb        | 17 ++++++++++
 lib/eye/process/states_history.rb   | 40 +----------------------
 lib/eye/process/trigger.rb          | 18 ++++++++---
 lib/eye/reason.rb                   |  3 ++
 lib/eye/system_resources.rb         |  8 +++--
 lib/eye/trigger.rb                  | 14 +++++++-
 lib/eye/trigger/check_dependency.rb |  2 +-
 lib/eye/trigger/flapping.rb         | 12 +++++--
 lib/eye/trigger/starting_guard.rb   | 64 +++++++++++++++++++++++++++++++++++++
 lib/eye/trigger/transition.rb       |  6 +---
 lib/eye/utils.rb                    | 13 ++++++++
 metadata.yml                        | 58 +++++++++++++++++++++++++++++----
 41 files changed, 370 insertions(+), 102 deletions(-)
 create mode 100644 lib/eye/notify/slack.rb
 create mode 100644 lib/eye/trigger/starting_guard.rb

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



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