Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into jszwedko/nightly-vrl
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Sep 4, 2024
2 parents 72cef50 + f2155f1 commit b3468b7
Show file tree
Hide file tree
Showing 4,502 changed files with 12,364 additions and 5,060 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* @vectordotdev/vector

docs/ @vectordotdev/ux-team
lib/dnsmsg-parser/ @vectordotdev/vector
lib/file-source/ @vectordotdev/vector
Expand Down
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ your question answered. Here are some tips:

Check the [Vector documentation](https://vector.dev/docs/) first to see if it answers your question.
If your question is about [VRL](https://vector.dev/docs/reference/vrl/#learn), you can also try out
the [VRL playground](vrl_playground).
the [VRL playground][vrl_playground].

If the docs do not answer your question, try using the search feature on [Discord][discord] or
[GitHub][vector], to search for keywords related to your issue. It is quite possible someone has
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Benss
Blaupunkt
Blusens
Casio
Cantarell
Celkon
Ceph
Chromecast
Expand Down Expand Up @@ -459,6 +460,7 @@ upstreaminfo
useragents
usergroups
userguide
urlencoding
webhdfs
winapi
workarounds
Expand Down
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
^\Qlib/vector-core/tests/data/fixtures/lookup/quoted\E$
^\Qlib/vector-lookup/tests/fixtures/lookup/quoted\E$
^\Qlib/vector-vrl/tests/resources/protobuf_descriptor_set.desc\E$
^\Qlib/vector-vrl/tests/resources/public_suffix_list.dat\E$
^\Qlib/vrl/lookup/tests/fixtures/lookup/quoted\E$
^\Qlib/vrl/stdlib/benches/benches.rs\E$
^\Qlib/vrl/stdlib/src/encode_percent.rs\E$
Expand Down
17 changes: 7 additions & 10 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ amzn
anchore
androideabi
andy
anonymousip
ansicpg
anumber
anycondition
Expand Down Expand Up @@ -60,7 +61,6 @@ awscli
awsec
awslabs
axum
Aziz
azureresourceid
babim
badunit
Expand Down Expand Up @@ -315,10 +315,8 @@ endler
enduml
eni
enp
Ensar
enumdecl
enumflags
ENVARS
envsubst
EOIG
EOL'ed
Expand Down Expand Up @@ -518,6 +516,7 @@ imds
IMSD
incentivizes
incrementalize
indexgateway
indexmap
indicatif
indoc
Expand Down Expand Up @@ -621,6 +620,7 @@ lognamespace
lognamespacing
logplex
logproto
logql
logqlmodel
logsense
logsev
Expand Down Expand Up @@ -730,7 +730,6 @@ nbase
ndarray
ndjson
nearline
neuronull
newcerts
newrelix
nextest
Expand Down Expand Up @@ -782,6 +781,7 @@ nullishness
numbackends
oahd
oap
oidc
OKD
omfwd
omitempty
Expand Down Expand Up @@ -811,6 +811,7 @@ ouicompat
outputspatterns
overaligned
overalignment
owen
owo
oyaml
pageheap
Expand Down Expand Up @@ -863,13 +864,13 @@ protoc
protofbuf
protosizer
Prt
psl
psv
publickey
purgecss
pyld
Pzb
qqq
queryrangebase
quickcheck
quix
quuux
Expand Down Expand Up @@ -940,18 +941,17 @@ rxs
ryangjchandler
ryu
sadf
salvacorts
samehost
samenet
samerole
sameuser
sandboxed
sandboxing
Saraj
sccache
schemaless
schemars
schoen
scl
sda
sdata
SDID
Expand All @@ -976,7 +976,6 @@ shortcode
shortstat
should've
shutsdown
Sichert
SIEM
sighup
Signsoff
Expand Down Expand Up @@ -1040,7 +1039,6 @@ stdduration
stdlog
Steensen
stephenwakely
strat
strconv
streamsink
strng
Expand Down Expand Up @@ -1123,7 +1121,6 @@ Tomola
tonydanza
toolbars
toolchains
toolset
toor
topdir
topojson
Expand Down
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ updates:
patterns:
- "futures"
- "futures-util"
metrics:
patterns:
- "metrics"
- "metrics-tracing-context"
- "metrics-util"
graphql:
patterns:
- "async-graphql*"
Expand All @@ -48,6 +53,10 @@ updates:
patterns:
- "tonic"
- "tonic-*"
tower:
patterns:
- "tower"
- "tower-*"
wasm-bindgen:
patterns:
- "wasm-bindgen-*"
Expand Down
Loading

0 comments on commit b3468b7

Please sign in to comment.