Skip to content
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
77277c2
Add object param for keeping synthetic source
kkrik-es Sep 27, 2024
468d250
Update docs/changelog/113690.yaml
kkrik-es Sep 27, 2024
efa3c77
Merge branch 'main' into synthetic-source/keep-object-param
kkrik-es Sep 27, 2024
3b30147
fix merging
kkrik-es Sep 28, 2024
d0d31b5
Merge remote-tracking branch 'origin/synthetic-source/keep-object-par…
kkrik-es Sep 28, 2024
3ee3a86
Merge branch 'main' into synthetic-source/keep-object-param
kkrik-es Sep 29, 2024
16c9865
add tests
kkrik-es Sep 29, 2024
4000ac1
Merge branch 'main' into synthetic-source/keep-object-param
kkrik-es Sep 30, 2024
51a5f71
merge
kkrik-es Sep 30, 2024
6dcdf44
fix randomized tests
kkrik-es Sep 30, 2024
9d8232c
Merge branch 'refs/heads/main' into synthetic-source/keep-object-param
kkrik-es Oct 1, 2024
b8b85c7
add documentation
kkrik-es Oct 1, 2024
ee047bc
dedup id in docs
kkrik-es Oct 2, 2024
aea0cc5
Merge branch 'main' into synthetic-source/keep-object-param
kkrik-es Oct 2, 2024
58fd5b9
Merge branch 'main' into synthetic-source/keep-object-param
kkrik-es Oct 3, 2024
c214eb4
update documentation
kkrik-es Oct 3, 2024
97b6c01
update documentation
kkrik-es Oct 3, 2024
f4ddb0e
fix bwc
kkrik-es Oct 3, 2024
18dc913
fix bwc
kkrik-es Oct 3, 2024
b5f1d71
fix unintended
kkrik-es Oct 3, 2024
432757f
Revert "fix bwc"
kkrik-es Oct 3, 2024
771bc38
Revert "fix bwc"
kkrik-es Oct 3, 2024
895e08f
add missing test
kkrik-es Oct 3, 2024
d3b5c30
fix transform
kkrik-es Oct 3, 2024
de651f8
fix transform
kkrik-es Oct 3, 2024
6887504
fix transform
kkrik-es Oct 3, 2024
92d5c1b
fix transform
kkrik-es Oct 3, 2024
c4d0111
fix transform
kkrik-es Oct 3, 2024
f9d0330
Merge branch 'elastic:main' into synthetic-source/keep-object-param
kkrik-es Oct 3, 2024
0e8f654
Update cluster features for tests with synthetic_source_keep
kkrik-es Oct 3, 2024
4540af8
Merge remote-tracking branch 'origin/synthetic-source/keep-object-par…
kkrik-es Oct 3, 2024
300bd3a
Merge branch 'main' into synthetic-source/keep-object-param
kkrik-es Oct 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object param - store complex object:
---
object param - object array:
- requires:
cluster_features: ["mapper.track_ignored_source", "mapper.bwc_workaround_9_0"]
cluster_features: ["mapper.synthetic_source_keep", "mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source

- do:
Expand Down Expand Up @@ -129,7 +129,7 @@ object param - object array:
---
object param - object array within array:
- requires:
cluster_features: ["mapper.track_ignored_source", "mapper.bwc_workaround_9_0"]
cluster_features: ["mapper.synthetic_source_keep", "mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source

- do:
Expand Down Expand Up @@ -172,7 +172,7 @@ object param - object array within array:
---
object param - no object array:
- requires:
cluster_features: ["mapper.track_ignored_source", "mapper.bwc_workaround_9_0"]
cluster_features: ["mapper.synthetic_source_keep", "mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source

- do:
Expand Down Expand Up @@ -214,7 +214,7 @@ object param - no object array:
---
object param - field ordering in object array:
- requires:
cluster_features: ["mapper.track_ignored_source", "mapper.bwc_workaround_9_0"]
cluster_features: ["mapper.synthetic_source_keep", "mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source

- do:
Expand Down Expand Up @@ -263,7 +263,7 @@ object param - field ordering in object array:
---
object param - nested object array next to other fields:
- requires:
cluster_features: ["mapper.track_ignored_source", "mapper.bwc_workaround_9_0"]
cluster_features: ["mapper.synthetic_source_keep", "mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source

- do:
Expand Down Expand Up @@ -319,7 +319,7 @@ object param - nested object array next to other fields:
---
object param - nested object with stored array:
- requires:
cluster_features: ["mapper.track_ignored_source", "mapper.bwc_workaround_9_0"]
cluster_features: ["mapper.synthetic_source_keep", "mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source

- do:
Expand Down