fluent-plugin-influxdb-v2 1.6.0.pre.585 → 1.6.0.pre.599

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a22ea9ffba81792d5811fbba49cceb901b87bef100e27f5b3228b0361928c80a
4
- data.tar.gz: 60b4db55331277b614b5278091a2258221b86726535398b476884668c1da76dc
3
+ metadata.gz: 401278f661f6aaf4ee942635de31ab1a62893ae82509e4c060e32f376ada3a93
4
+ data.tar.gz: 040f7e4dda90abf5f1496068469833656e623515efe27c701736cbba929cf628
5
5
  SHA512:
6
- metadata.gz: c76837482b0ccbf08ddcfa58eb6bd91644fd9397739f661634528f7001b66f9c4affcc5632609f43778ffb9e3d4eb537f9c371f2a1ff8257f460669305d68807
7
- data.tar.gz: dcfd0d4fb5465747b3a9f00472a47380f7ea58292c1780e702f71682ba71584f61df1ccbc11e726b20a9038cc0798f89d387fdd3db379c2b43cb7cec522da2f1
6
+ metadata.gz: 718261574fc3086e03ebfb9d2e1ee73e419a42b7dc2f08567e8e4b231bbdfb04e4c872f5d43aa45067546fc9a91cb368ae11a698d7c29c861cf0d672b2b71c4d
7
+ data.tar.gz: d1c01bc05021396578e5772c7cb8051f094011f54ecb9ba2c3380ed55a858782f28f43b2f9e72adc8c255c043ca18ac91c7d466fcdaf0242150b7daac9ee3bf2
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ ---
5
+
6
+ <!--
7
+
8
+ Thank you for reporting a bug.
9
+
10
+ * Please add a :+1: or comment on a similar existing bug report instead of opening a new one.
11
+ * https://github.com/influxdata/influxdb-plugin-fluent/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3Abug+
12
+ * Please check whether the bug can be reproduced with the latest release.
13
+ * The fastest way to fix a bug is to open a Pull Request.
14
+ * https://github.com/influxdata/influxdb-plugin-fluent/pulls
15
+
16
+ -->
17
+
18
+ __Steps to reproduce:__
19
+ List the minimal actions needed to reproduce the behavior.
20
+
21
+ 1. ...
22
+ 2. ...
23
+ 3. ...
24
+
25
+ __Expected behavior:__
26
+ Describe what you expected to happen.
27
+
28
+ __Actual behavior:__
29
+ Describe What actually happened.
30
+
31
+ __Specifications:__
32
+ - Client Version:
33
+ - InfluxDB Version:
34
+ - Platform:
@@ -0,0 +1,28 @@
1
+ ---
2
+ name: Feature request
3
+ about: Opening a feature request kicks off a discussion
4
+ ---
5
+
6
+ <!--
7
+
8
+ Thank you for suggesting an idea to improve this client.
9
+
10
+ * Please add a :+1: or comment on a similar existing feature request instead of opening a new one.
11
+ * https://github.com/influxdata/influxdb-plugin-fluent/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3A%22enhancement%22+
12
+
13
+ -->
14
+
15
+ __Proposal:__
16
+ Short summary of the feature.
17
+
18
+ __Current behavior:__
19
+ Describe what currently happens.
20
+
21
+ __Desired behavior:__
22
+ Describe what you want.
23
+
24
+ __Alternatives considered:__
25
+ Describe other solutions or features you considered.
26
+
27
+ __Use case:__
28
+ Why is this important (helps with prioritizing requests)?
@@ -1,8 +1,16 @@
1
1
  Closes #
2
2
 
3
+ ## Proposed Changes
4
+
3
5
  _Briefly describe your proposed changes:_
4
6
 
7
+ ## Checklist
8
+
9
+ <!-- Checkboxes below this note can be erased if not applicable to your Pull Request. -->
10
+
5
11
  - [ ] CHANGELOG.md updated
6
12
  - [ ] Rebased/mergeable
7
- - [ ] Tests pass
8
- - [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)
13
+ - [ ] A test has been added if appropriate
14
+ - [ ] `rake test` completes successfully
15
+ - [ ] Commit messages are in [semantic format](https://seesparkbox.com/foundry/semantic_commit_messages)
16
+ - [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)
@@ -0,0 +1,3 @@
1
+ # docs: https://github.com/probot/semantic-pull-requests#configuration
2
+ # Always validate the PR title AND all the commits
3
+ titleAndCommits: 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.6.0.pre.585
4
+ version: 1.6.0.pre.599
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-17 00:00:00.000000000 Z
11
+ date: 2020-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -173,7 +173,10 @@ extra_rdoc_files: []
173
173
  files:
174
174
  - ".circleci/config.yml"
175
175
  - ".circleci/setup-rubygems.sh"
176
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
177
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
176
178
  - ".github/PULL_REQUEST_TEMPLATE"
179
+ - ".github/semantic.yml"
177
180
  - ".gitignore"
178
181
  - ".rubocop.yml"
179
182
  - CHANGELOG.md