[DRE-commits] [ruby-influxdb] branch master updated (02c467d -> e2da072)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Aug 18 10:03:01 UTC 2017


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

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

      from  02c467d   Run wrap-and-sort on packaging files
      adds  4406738   New upstream version 0.3.16
       new  7567856   Updated version 0.3.16 from 'upstream/0.3.16'
       new  0d27db3   drop patches
       new  4270482   upload to experimental
       new  e2da072   bump standards version

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:
 .gitignore                                         |   1 +
 .rubocop.yml                                       |  47 +-
 .travis.yml                                        |  50 +-
 CHANGELOG.md                                       | 145 ++++
 Gemfile                                            |   5 +
 README.md                                          | 742 +++++++++++++--------
 Rakefile                                           |  45 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   2 +-
 debian/patches/no-cause-for-ruby-2.1.patch         |  56 --
 debian/patches/series                              |   1 -
 influxdb.gemspec                                   |  17 +-
 lib/influxdb.rb                                    |   1 +
 lib/influxdb/client.rb                             |  29 +-
 lib/influxdb/client/http.rb                        |  61 +-
 lib/influxdb/config.rb                             | 125 +++-
 lib/influxdb/errors.rb                             |  22 +-
 lib/influxdb/logging.rb                            |   5 +-
 lib/influxdb/max_queue.rb                          |   2 +-
 lib/influxdb/point_value.rb                        |  70 +-
 lib/influxdb/query/builder.rb                      |  44 ++
 lib/influxdb/query/continuous_query.rb             |  15 +-
 lib/influxdb/query/core.rb                         |  87 ++-
 lib/influxdb/query/database.rb                     |  28 +-
 lib/influxdb/query/retention_policy.rb             |  14 +-
 lib/influxdb/query/series.rb                       |  19 +
 lib/influxdb/query/user.rb                         |   7 +-
 lib/influxdb/version.rb                            |   2 +-
 lib/influxdb/writer/async.rb                       |  46 +-
 lib/influxdb/writer/udp.rb                         |   4 +-
 metadata.yml                                       | 195 ------
 smoke/connect-and-get-version.rb                   |  18 +
 smoke/noaa-sample-data.rb                          |  79 +++
 smoke/provision.sh                                 |  92 +++
 spec/influxdb/cases/async_client_spec.rb           |  45 +-
 spec/influxdb/cases/query_cluster_spec.rb          |  33 +-
 spec/influxdb/cases/query_continuous_query_spec.rb |  65 +-
 spec/influxdb/cases/query_core.rb                  |  34 -
 spec/influxdb/cases/query_core_spec.rb             |  37 +
 spec/influxdb/cases/query_database_spec.rb         |  51 +-
 spec/influxdb/cases/query_retention_policy_spec.rb |  71 +-
 spec/influxdb/cases/query_series_spec.rb           |  79 ++-
 spec/influxdb/cases/query_user_spec.rb             |  59 +-
 spec/influxdb/cases/query_with_params_spec.rb      |  70 ++
 spec/influxdb/cases/querying_issue_7000_spec.rb    |  95 +++
 spec/influxdb/cases/querying_spec.rb               | 236 +++++--
 spec/influxdb/cases/retry_requests_spec.rb         |  16 +-
 spec/influxdb/cases/show_field_keys_spec.rb        |  60 ++
 spec/influxdb/cases/udp_client_spec.rb             |  30 +-
 spec/influxdb/cases/write_points_spec.rb           | 121 ++--
 spec/influxdb/client_spec.rb                       |  64 +-
 spec/influxdb/logging_spec.rb                      |   7 +-
 spec/influxdb/point_value_spec.rb                  | 107 +--
 spec/influxdb/query_builder_spec.rb                |  63 ++
 spec/spec_helper.rb                                |  34 +-
 55 files changed, 2327 insertions(+), 1133 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 debian/patches/no-cause-for-ruby-2.1.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/influxdb/query/builder.rb
 create mode 100644 lib/influxdb/query/series.rb
 delete mode 100644 metadata.yml
 create mode 100644 smoke/connect-and-get-version.rb
 create mode 100644 smoke/noaa-sample-data.rb
 create mode 100755 smoke/provision.sh
 delete mode 100644 spec/influxdb/cases/query_core.rb
 create mode 100644 spec/influxdb/cases/query_core_spec.rb
 create mode 100644 spec/influxdb/cases/query_with_params_spec.rb
 create mode 100644 spec/influxdb/cases/querying_issue_7000_spec.rb
 create mode 100644 spec/influxdb/cases/show_field_keys_spec.rb
 create mode 100644 spec/influxdb/query_builder_spec.rb

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



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