trisulrp 3.2.14 → 3.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/trisulrp/trp.pb.rb +4 -0
- data/lib/trisulrp/trp.proto +2 -0
- data/trisulrp.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11c8988d3a219d5a7290d0f8a0d15312ac99ec16
|
|
4
|
+
data.tar.gz: a5cd3ec64b6f2946683356bc108cd05d16979609
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26c2939751ea3b873b2a0d42a0e97552439c536881f1d0192c0e0f457fcc1a4e9e21b634bc8e7eba51fca7dd4c84a2a15668a238fcde32187073cba18baae47b
|
|
7
|
+
data.tar.gz: 6ab30ecb6ae6e4a466898bb03931ab2f53811108ba9e3906e6479e4f20b990c7c62098e085222cbb2fcf356aff31a992c43e40236f2e7639f0dbd797602f3629
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.15
|
data/lib/trisulrp/trp.pb.rb
CHANGED
|
@@ -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
|
data/lib/trisulrp/trp.proto
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2019-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: protobuf
|