-
Notifications
You must be signed in to change notification settings - Fork 352
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
Validate documents #5046
Merged
Merged
Validate documents #5046
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guilload
force-pushed
the
guilload/router-validates-docs
branch
from
May 29, 2024 21:57
14ea667
to
f29f00f
Compare
guilload
force-pushed
the
guilload/ingest-doc-validation
branch
2 times, most recently
from
May 30, 2024 16:34
6f73b42
to
a0e3f3b
Compare
guilload
force-pushed
the
guilload/router-validates-docs
branch
3 times, most recently
from
May 30, 2024 18:03
617f500
to
36c339f
Compare
guilload
force-pushed
the
guilload/ingest-doc-validation
branch
from
May 30, 2024 20:28
a0e3f3b
to
1e73a04
Compare
guilload
force-pushed
the
guilload/router-validates-docs
branch
2 times, most recently
from
May 30, 2024 22:38
7595d3e
to
95e600e
Compare
fulmicoton
reviewed
May 31, 2024
guilload
force-pushed
the
guilload/router-validates-docs
branch
2 times, most recently
from
May 31, 2024 15:24
6d39838
to
1007ce1
Compare
fulmicoton
reviewed
May 31, 2024
fulmicoton
reviewed
May 31, 2024
fulmicoton
reviewed
May 31, 2024
fulmicoton
reviewed
May 31, 2024
fulmicoton
reviewed
May 31, 2024
quickwit/rest-api-tests/scenarii/es_compatibility/bulk/_teardown.elasticsearch.yaml
Show resolved
Hide resolved
fulmicoton
reviewed
May 31, 2024
fulmicoton
reviewed
May 31, 2024
guilload
force-pushed
the
guilload/router-validates-docs
branch
from
May 31, 2024 16:50
1007ce1
to
a55c439
Compare
fulmicoton
reviewed
May 31, 2024
fulmicoton
approved these changes
May 31, 2024
guilload
commented
May 31, 2024
guilload
force-pushed
the
guilload/router-validates-docs
branch
from
May 31, 2024 20:01
a55c439
to
5a9765a
Compare
fulmicoton
approved these changes
May 31, 2024
guilload
force-pushed
the
guilload/ingest-doc-validation
branch
3 times, most recently
from
June 11, 2024 20:29
e38b9db
to
3d79671
Compare
guilload
force-pushed
the
guilload/router-validates-docs
branch
from
June 13, 2024 15:35
5a9765a
to
345b937
Compare
guilload
commented
Jun 13, 2024
guilload
force-pushed
the
guilload/router-validates-docs
branch
2 times, most recently
from
June 18, 2024 22:31
c80150a
to
380222a
Compare
guilload
force-pushed
the
guilload/ingest-doc-validation
branch
from
June 19, 2024 16:12
3d79671
to
892c5d5
Compare
guilload
force-pushed
the
guilload/router-validates-docs
branch
2 times, most recently
from
June 19, 2024 17:14
a22ef7c
to
be17ec7
Compare
guilload
force-pushed
the
guilload/router-validates-docs
branch
2 times, most recently
from
June 19, 2024 18:42
94de67e
to
52a6d98
Compare
guilload
force-pushed
the
guilload/router-validates-docs
branch
from
June 19, 2024 18:44
52a6d98
to
5dd4c68
Compare
fulmicoton
pushed a commit
that referenced
this pull request
Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Parse and validate documents before persisting them into WAL. Returns parse failures to clients.
How was this PR tested?
Added unit tests.