-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.x] multiple backports #1067
[6.x] multiple backports #1067
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
guess that #1061 wasn't even necessary.
probably ok now, but in the future maybe we should update docs copied from beats from the release branch itself in the same way as update, instead of just backporting.
That's a good point @jalvz. I suggest to merge this in and then do a |
* add trailing newline to approvals * add trailing newline to elasticsearch docs
* store navigationTiming marks as scaled floats * test that navigationTiming marks are the only ones impacted
* benchmark each phase of request processing * remove now redundant benchmarks BenchmarkEventFileLoadingOnce in the processor/error panics anyway * cache sourcemap fetch when benchmarking
* don't panic if expected error isn't there * remove superfluous max length directive error.transaction.id already must be a UUID with a specific length requirement.
Remove dependency to archived `github.com/fatih/set`. Add simple `Set` implementation instead.
* Fix bugs uncovered with improved tests * Do automatic validation for keyword limitations * Remove files for invalid payloads, instead create invalid payloads out of valid payload * Allow to define simple and conditional rules for testing payloads.
* Add context.http.url to spans. implements elastic#777
d87130d
to
cb99414
Compare
I had to rebase onto |
This backports following commits:
commit d87130d
Author: Juan Álvarez [email protected]
Date: Thu Jun 28 15:37:49 2018 +0200
catch errors when starting the beater (catch errors when starting the beater #1045)
commit 2595749
Author: Silvia Mitter [email protected]
Date: Thu Jun 28 12:27:42 2018 +0200
Add context.http.url to spans. (Add context.http.url to spans. #1037)
implements Add http to span context properties #777
commit d706b93
Author: Ron Cohen [email protected]
Date: Wed Jun 27 18:11:04 2018 +0200
Move generated schemas into sub-folders (Move generated schemas into sub-folders #1024)
commit 1afa789
Author: simitt [email protected]
Date: Mon Jun 25 10:28:34 2018 +0200
Move test data into
testdata
foldercommit 5f600f8
Author: simitt [email protected]
Date: Wed May 30 11:59:27 2018 +0200
Bugfix in Json Schema, Improve json schema tests
create invalid payloads out of valid payload
commit 76c57c3
Author: Ron Cohen [email protected]
Date: Mon Jun 25 08:45:19 2018 -0700
Add change log entry for Read sourcemap content and fill context lines #972 (Add change log entry for #972 #1023)
commit 9d1c299
Author: Silvia Mitter [email protected]
Date: Wed Jun 20 09:21:01 2018 +0200
update version of santhosh-tekuri/jsonschema (update santhosh-tekuri/jsonschema #1013)
commit 3c119b3
Author: Silvia Mitter [email protected]
Date: Wed Jun 20 09:20:08 2018 +0200
Remove outdated library for sets. (Remove outdated library for sets. #1014)
Remove dependency to archived
github.com/fatih/set
.Add simple
Set
implementation instead.commit bc331b1
Author: simitt [email protected]
Date: Wed Jul 4 09:41:49 2018 +0200
Update testify to be aligned with master
see Update testify & beats #560
commit f3eb690
Author: Gil Raphaelli [email protected]
Date: Mon Jun 18 21:49:02 2018 -0400
remove superfluous max length on error.transaction.id ( remove superfluous max length on error.transaction.id #1012)
don't panic if expected error isn't there
remove superfluous max length directive
error.transaction.id already must be a UUID with a specific length requirement.
commit 451e297
Author: Gil Raphaelli [email protected]
Date: Mon Jun 18 18:30:45 2018 -0400
benchmark each phase of request processing (benchmark each phase of request processing #1009)
benchmark each phase of request processing
remove now redundant benchmarks
BenchmarkEventFileLoadingOnce in the processor/error panics anyway
commit 241c7bc
Author: Gil Raphaelli [email protected]
Date: Fri Jun 15 11:13:29 2018 -0400
store navigationTiming marks as scaled floats (store navigationTiming marks as scaled floats #915)
store navigationTiming marks as scaled floats
test that navigationTiming marks are the only ones impacted
commit daf5471
Author: jalvz [email protected]
Date: Thu Jun 14 11:05:45 2018 +0200
update docs
commit 0594928
Author: jalvz [email protected]
Date: Thu Jun 14 10:40:26 2018 +0200
gitignore kibana generated files
commit 931ec88
Author: Gil Raphaelli [email protected]
Date: Wed Jun 13 11:58:28 2018 -0400
Add trailing new lines in generated files (Add trailing new lines in generated files #1006)
add trailing newline to approvals
add trailing newline to elasticsearch docs