fluent-plugin-influxdb-v2 1.10.0.pre.1769 → 1.10.0.pre.1866
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +5 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c85a498f77705b6f4f9caa1d177074024bd66081d603253f863440600741159e
|
4
|
+
data.tar.gz: 20682b97a81d1b672fb1cc28ccb1ad4a7d2fc04932ea9b6ef7f2beff3688bb13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29df5e3b7c02c4d6e0670ab87bf800e05cc4d1f2f965509698f7436140ce70c12b3e9e54c817e63cb4ec6451b31b61297bf3c3c58fe59ea4fac778584e54d51f
|
7
|
+
data.tar.gz: 616c9d0dbc2f4acd155e9c88f28be74038fe6e8266dbe015be936b5f3992baab99d33a741c7ca8ba190046a9c2a59675464c608188f4c6f5800f2d1fafe1f1b8
|
data/.circleci/config.yml
CHANGED
@@ -127,6 +127,9 @@ jobs:
|
|
127
127
|
workflows:
|
128
128
|
version: 2
|
129
129
|
build:
|
130
|
+
when:
|
131
|
+
not:
|
132
|
+
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
|
130
133
|
jobs:
|
131
134
|
- tests-ruby:
|
132
135
|
name: ruby-2.7
|
@@ -162,12 +165,7 @@ workflows:
|
|
162
165
|
only: master
|
163
166
|
|
164
167
|
nightly:
|
165
|
-
|
166
|
-
|
167
|
-
cron: "0 0 * * *"
|
168
|
-
filters:
|
169
|
-
branches:
|
170
|
-
only:
|
171
|
-
- master
|
168
|
+
when:
|
169
|
+
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
|
172
170
|
jobs:
|
173
171
|
- tests-ruby
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-influxdb-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.0.pre.
|
4
|
+
version: 1.10.0.pre.1866
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakub Bednar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|