fluent-plugin-influxdb-v2 1.10.0.pre.1476 → 1.10.0.pre.1676
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/PULL_REQUEST_TEMPLATE +1 -1
- data/.github/dependabot.yml +7 -0
- data/.github/workflows/semantic.yml +14 -0
- metadata +5 -4
- data/.github/semantic.yml +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71a6120967bfb40270088eda877e72a26ca7ba9a0c83a3d490e2226b76dac2c9
|
4
|
+
data.tar.gz: 7e7e141c592be0d670ee9779a6f65cdaa50ee0a63c94df82f6c1792eb6ae7d0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8743f430b94fef453c3165ecfc853aa078f7a295ae74e6dbd25b93a24c2123e235695159d0baaa72dd7718879540d632b8ef43ec2f88ef13d708fc9fd2d39623
|
7
|
+
data.tar.gz: 7eff4d4f9d10371bacfba5cf5d53cdfd9050b2f35779047a9ff850ad6d3933ee0b650091702f012a72613f15cc92443fed9fb257ef9b2279b8e7cf789500cf85
|
@@ -12,5 +12,5 @@ _Briefly describe your proposed changes:_
|
|
12
12
|
- [ ] Rebased/mergeable
|
13
13
|
- [ ] A test has been added if appropriate
|
14
14
|
- [ ] `rake test` completes successfully
|
15
|
-
- [ ] Commit messages are
|
15
|
+
- [ ] Commit messages are [conventional](https://www.conventionalcommits.org/en/v1.0.0/)
|
16
16
|
- [ ] Sign [CLA](https://www.influxdata.com/legal/cla/) (if not already signed)
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
name: "Semantic PR and Commit Messages"
|
3
|
+
|
4
|
+
on:
|
5
|
+
pull_request:
|
6
|
+
types: [opened, reopened, synchronize, edited]
|
7
|
+
branches:
|
8
|
+
- master
|
9
|
+
|
10
|
+
jobs:
|
11
|
+
semantic:
|
12
|
+
uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main
|
13
|
+
with:
|
14
|
+
CHECK_PR_TITLE_OR_ONE_COMMIT: true
|
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.1676
|
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-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -162,7 +162,8 @@ files:
|
|
162
162
|
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
163
163
|
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
164
164
|
- ".github/PULL_REQUEST_TEMPLATE"
|
165
|
-
- ".github/
|
165
|
+
- ".github/dependabot.yml"
|
166
|
+
- ".github/workflows/semantic.yml"
|
166
167
|
- ".gitignore"
|
167
168
|
- ".rubocop.yml"
|
168
169
|
- CHANGELOG.md
|
@@ -213,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
214
|
- !ruby/object:Gem::Version
|
214
215
|
version: 1.3.1
|
215
216
|
requirements: []
|
216
|
-
rubygems_version: 3.
|
217
|
+
rubygems_version: 3.3.11
|
217
218
|
signing_key:
|
218
219
|
specification_version: 4
|
219
220
|
summary: InfluxDB 2 output plugin for Fluentd
|
data/.github/semantic.yml
DELETED