Skip to content

Commit 20f960f

Browse files
committed
Merge remote-tracking branch 'upstream/master' into sinks/gcp-bigquery
2 parents 5191925 + 1a78c93 commit 20f960f

File tree

230 files changed

+4056
-2786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+4056
-2786
lines changed

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: "Q&A"
2-
labels: [ q-a ]
2+
labels: [q-a]
33
body:
44
- type: markdown
55
attributes:

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
name: Bug
22
description: 🐛 Let us know about an unexpected error, a crash, or an incorrect behavior.
3-
type: 'Bug'
3+
type: "Bug"
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
Thank you for opening 🐛 bug report!
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for opening 🐛 bug report!
99
10-
- type: textarea
11-
attributes:
12-
label: A note for the community
13-
value: |
14-
<!-- Please keep this note for the community -->
15-
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
16-
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
17-
<!-- Thank you for keeping this note for the community -->
10+
- type: textarea
11+
attributes:
12+
label: A note for the community
13+
value: |
14+
<!-- Please keep this note for the community -->
15+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
16+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
17+
<!-- Thank you for keeping this note for the community -->
1818
19-
- type: textarea
20-
id: problem
21-
attributes:
22-
label: Problem
23-
description: >
24-
Please provide a clear and concise description of what the bug is,
25-
including what currently happens and what you expected to happen.
26-
validations:
27-
required: true
19+
- type: textarea
20+
id: problem
21+
attributes:
22+
label: Problem
23+
description: >
24+
Please provide a clear and concise description of what the bug is,
25+
including what currently happens and what you expected to happen.
26+
validations:
27+
required: true
2828

29-
- type: textarea
30-
id: config
31-
attributes:
32-
label: Configuration
33-
description: |
34-
Paste the relevant parts of your Vector configuration file.
29+
- type: textarea
30+
id: config
31+
attributes:
32+
label: Configuration
33+
description: |
34+
Paste the relevant parts of your Vector configuration file.
3535
36-
!! If your config files contain sensitive information please remove it !!
37-
render: text
36+
!! If your config files contain sensitive information please remove it !!
37+
render: text
3838

39-
- type: input
40-
id: version
41-
attributes:
42-
label: Version
43-
description: |
44-
Please paste the output of running `vector --version`.
39+
- type: input
40+
id: version
41+
attributes:
42+
label: Version
43+
description: |
44+
Please paste the output of running `vector --version`.
4545
46-
If you are not running the latest version of Vector, please try upgrading
47-
because your issue may have already been fixed.
48-
validations:
49-
required: true
46+
If you are not running the latest version of Vector, please try upgrading
47+
because your issue may have already been fixed.
48+
validations:
49+
required: true
5050

51-
- type: textarea
52-
id: debug
53-
attributes:
54-
label: Debug Output
55-
description: |
56-
Full debug output can be obtained by running Vector with the following:
51+
- type: textarea
52+
id: debug
53+
attributes:
54+
label: Debug Output
55+
description: |
56+
Full debug output can be obtained by running Vector with the following:
5757
58-
```
59-
RUST_BACKTRACE=full vector -vvv <rest of commands>
60-
```
58+
```
59+
RUST_BACKTRACE=full vector -vvv <rest of commands>
60+
```
6161
62-
If the debug output is long, please create a GitHub Gist containing the debug output and paste the link here.
62+
If the debug output is long, please create a GitHub Gist containing the debug output and paste the link here.
6363
64-
!! Debug output may contain sensitive information. Please review it before posting publicly. !!
65-
render: text
64+
!! Debug output may contain sensitive information. Please review it before posting publicly. !!
65+
render: text
6666

67-
- type: textarea
68-
id: data
69-
attributes:
70-
label: Example Data
71-
description: |
72-
Please provide any example data that will help debug the issue, for example:
67+
- type: textarea
68+
id: data
69+
attributes:
70+
label: Example Data
71+
description: |
72+
Please provide any example data that will help debug the issue, for example:
7373
74-
```
75-
201.69.207.46 - kemmer6752 [07/06/2019:14:53:55 -0400] "PATCH /innovative/interfaces" 301 669
76-
```
74+
```
75+
201.69.207.46 - kemmer6752 [07/06/2019:14:53:55 -0400] "PATCH /innovative/interfaces" 301 669
76+
```
7777
78-
- type: textarea
79-
id: context
80-
attributes:
81-
label: Additional Context
82-
description: |
83-
Is there anything atypical about your situation that we should know? For
84-
example: is Vector running in Kubernetes? Are you passing any unusual command
85-
line options or environment variables to opt-in to non-default behavior?
78+
- type: textarea
79+
id: context
80+
attributes:
81+
label: Additional Context
82+
description: |
83+
Is there anything atypical about your situation that we should know? For
84+
example: is Vector running in Kubernetes? Are you passing any unusual command
85+
line options or environment variables to opt-in to non-default behavior?
8686
87-
- type: textarea
88-
id: references
89-
attributes:
90-
label: References
91-
description: |
92-
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
87+
- type: textarea
88+
id: references
89+
attributes:
90+
label: References
91+
description: |
92+
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
9393
94-
- #6017
94+
- #6017

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ contact_links:
1212
- name: Twitter
1313
url: https://twitter.com/vectordotdev
1414
about: Follow us and stay up to date with Vector.
15-

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 83 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,86 @@
11
name: Feature
2-
type: 'Feature'
2+
type: "Feature"
33
description: 🚀 Suggest a new feature.
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
Thank you for opening 🚀 feature request!
9-
10-
For general questions about Vector usage, please see
11-
https://discussions.vector.dev.
12-
13-
- type: textarea
14-
attributes:
15-
label: A note for the community
16-
value: |
17-
<!-- Please keep this note for the community -->
18-
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
19-
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
20-
<!-- Thank you for keeping this note for the community -->
21-
22-
- type: textarea
23-
id: use-cases
24-
attributes:
25-
label: Use Cases
26-
description: |
27-
In order to properly evaluate a feature request, it is necessary to
28-
understand the use-cases for it.
29-
30-
Please describe below the _end goal_ you are trying to achieve that has
31-
led you to request this feature.
32-
33-
Please keep this section focused on the problem and not on the suggested
34-
solution. We'll get to that in a moment, below!
35-
36-
37-
- type: textarea
38-
id: attempted-solutions
39-
attributes:
40-
label: Attempted Solutions
41-
description: |
42-
If you've already tried to solve the problem within Vector's existing
43-
features and found a limitation that prevented you from succeeding, please
44-
describe it below in as much detail as possible.
45-
46-
Ideally, this would include real configuration snippets that you tried
47-
and what results you got in each case.
48-
49-
Please remove any sensitive information such as passwords before sharing
50-
configuration snippets and command lines.
51-
52-
- type: textarea
53-
id: proposal
54-
attributes:
55-
label: Proposal
56-
description: |
57-
If you have an idea for a way to address the problem via a change to
58-
Vector features, please describe it below.
59-
60-
In this section, it's helpful to include specific examples of how what
61-
you are suggesting might look in configuration files, or on the command line,
62-
since that allows us to understand the full picture of what you are proposing.
63-
64-
If you're not sure of some details, don't worry! When we evaluate the
65-
feature request we may suggest modifications as necessary to work within the
66-
design constraints of Vector.
67-
68-
- type: textarea
69-
id: references
70-
attributes:
71-
label: References
72-
description: |
73-
Are there any other GitHub issues, whether open or closed, that are
74-
related to the problem you've described above or to the suggested solution? If
75-
so, please create a list below that mentions each of them. For example:
76-
77-
- #7023
78-
79-
- type: input
80-
id: version
81-
attributes:
82-
label: Version
83-
description: |
84-
Please paste the output of running `vector --version`.
85-
86-
This will record which version was current at the time of your feature request,
87-
to help manage the request backlog.
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for opening 🚀 feature request!
9+
10+
For general questions about Vector usage, please see
11+
https://discussions.vector.dev.
12+
13+
- type: textarea
14+
attributes:
15+
label: A note for the community
16+
value: |
17+
<!-- Please keep this note for the community -->
18+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
19+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
20+
<!-- Thank you for keeping this note for the community -->
21+
22+
- type: textarea
23+
id: use-cases
24+
attributes:
25+
label: Use Cases
26+
description: |
27+
In order to properly evaluate a feature request, it is necessary to
28+
understand the use-cases for it.
29+
30+
Please describe below the _end goal_ you are trying to achieve that has
31+
led you to request this feature.
32+
33+
Please keep this section focused on the problem and not on the suggested
34+
solution. We'll get to that in a moment, below!
35+
36+
- type: textarea
37+
id: attempted-solutions
38+
attributes:
39+
label: Attempted Solutions
40+
description: |
41+
If you've already tried to solve the problem within Vector's existing
42+
features and found a limitation that prevented you from succeeding, please
43+
describe it below in as much detail as possible.
44+
45+
Ideally, this would include real configuration snippets that you tried
46+
and what results you got in each case.
47+
48+
Please remove any sensitive information such as passwords before sharing
49+
configuration snippets and command lines.
50+
51+
- type: textarea
52+
id: proposal
53+
attributes:
54+
label: Proposal
55+
description: |
56+
If you have an idea for a way to address the problem via a change to
57+
Vector features, please describe it below.
58+
59+
In this section, it's helpful to include specific examples of how what
60+
you are suggesting might look in configuration files, or on the command line,
61+
since that allows us to understand the full picture of what you are proposing.
62+
63+
If you're not sure of some details, don't worry! When we evaluate the
64+
feature request we may suggest modifications as necessary to work within the
65+
design constraints of Vector.
66+
67+
- type: textarea
68+
id: references
69+
attributes:
70+
label: References
71+
description: |
72+
Are there any other GitHub issues, whether open or closed, that are
73+
related to the problem you've described above or to the suggested solution? If
74+
so, please create a list below that mentions each of them. For example:
75+
76+
- #7023
77+
78+
- type: input
79+
id: version
80+
attributes:
81+
label: Version
82+
description: |
83+
Please paste the output of running `vector --version`.
84+
85+
This will record which version was current at the time of your feature request,
86+
to help manage the request backlog.

.github/actions/install-vdev/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
skip-cache:
1010
description: "Skip cache lookup and force compilation"
1111
required: false
12-
default: 'false'
12+
default: "false"
1313

1414
runs:
1515
using: "composite"

.github/actions/pull-test-runner/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: Login to GHCR and pull the pre-built test runner image for integrat
33

44
inputs:
55
github_token:
6-
description: 'GitHub token for GHCR authentication'
6+
description: "GitHub token for GHCR authentication"
77
required: true
88
commit_sha:
9-
description: 'Commit SHA used to tag the test runner image'
9+
description: "Commit SHA used to tag the test runner image"
1010
required: true
1111

1212
runs:

0 commit comments

Comments
 (0)