trisulrp 3.2.14 → 3.2.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06b46f05a0c53106e7443aff6847e664d29f03b5
4
- data.tar.gz: 5322539b03b6da5b6d4a1846c88dc7cf51c610b4
3
+ metadata.gz: 11c8988d3a219d5a7290d0f8a0d15312ac99ec16
4
+ data.tar.gz: a5cd3ec64b6f2946683356bc108cd05d16979609
5
5
  SHA512:
6
- metadata.gz: 7b83d0a60d6ca5a801451483d4359c7908185ee53cc68370dec55632a277ce44f816463789669a1665f7f1d724fea14257c5337e10abc4b3df94d6b288caa41e
7
- data.tar.gz: 97a64d04add83f5636528056dc9c470e8c8630c7237ddb399ca6c7421d5889f1e87474698ff3927c2d07bacea94ff056cb21c50f8a58c9a83805c88d6dfb02e7
6
+ metadata.gz: 26c2939751ea3b873b2a0d42a0e97552439c536881f1d0192c0e0f457fcc1a4e9e21b634bc8e7eba51fca7dd4c84a2a15668a238fcde32187073cba18baae47b
7
+ data.tar.gz: 6ab30ecb6ae6e4a466898bb03931ab2f53811108ba9e3906e6479e4f20b990c7c62098e085222cbb2fcf356aff31a992c43e40236f2e7639f0dbd797602f3629
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.14
1
+ 3.2.15
@@ -571,6 +571,8 @@ module TRP
571
571
  optional ::TRP::Timestamp, :time_instant, 6
572
572
  optional :int64, :flags, 7
573
573
  optional :bool, :resolve_keys, 8, :default => true
574
+ optional :string, :key_filter, 9
575
+ optional :string, :inverse_key_filter, 10
574
576
  end
575
577
 
576
578
  class CounterGroupTopperResponse
@@ -935,6 +937,7 @@ module TRP
935
937
  optional :string, :name, 2
936
938
  optional :string, :download_rules, 3
937
939
  repeated :string, :uri, 4
940
+ repeated :string, :usernodes, 5
938
941
  end
939
942
 
940
943
  optional :string, :message, 1
@@ -942,6 +945,7 @@ module TRP
942
945
  optional ::TRP::NodeConfigRequest::IntelFeed, :process_new_feed, 3
943
946
  optional :bool, :get_all_nodes, 4, :default => true
944
947
  repeated ::TRP::NameValue, :query_config, 5
948
+ optional ::TRP::NodeConfigRequest::IntelFeed, :remove_feed, 6
945
949
  end
946
950
 
947
951
  class NodeConfigResponse
@@ -489,6 +489,8 @@ message CounterGroupTopperRequest{
489
489
  optional Timestamp time_instant=6; ///
490
490
  optional int64 flags=7;
491
491
  optional bool resolve_keys=8 [default=true]; /// retrieve labels as set in the response for each key
492
+ optional string key_filter=9; /// only get keys with this pattern and SYS:GROUP
493
+ optional string inverse_key_filter=10; /// only get keys without this pattern NOT
492
494
  }
493
495
 
494
496
  /// CounterGroupTopperResponse
data/trisulrp.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: trisulrp 3.2.14 ruby lib
5
+ # stub: trisulrp 3.2.15 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trisulrp"
9
- s.version = "3.2.14"
9
+ s.version = "3.2.15"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["vivek"]
14
- s.date = "2019-02-16"
14
+ s.date = "2019-04-22"
15
15
  s.description = "This gem deals about the trisul remote protocol"
16
16
  s.email = "vivek_rajagopal@yahoo.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trisulrp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.14
4
+ version: 3.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-16 00:00:00.000000000 Z
11
+ date: 2019-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: protobuf