[chore] Apply maxSize constraints to input schema.#259403
Merged
clintandrewhall merged 6 commits intoelastic:mainfrom Mar 25, 2026
Merged
[chore] Apply maxSize constraints to input schema.#259403clintandrewhall merged 6 commits intoelastic:mainfrom
maxSize constraints to input schema.#259403clintandrewhall merged 6 commits intoelastic:mainfrom
Conversation
…tion_tests/ci_checks
Dosant
approved these changes
Mar 24, 2026
Contributor
Dosant
left a comment
There was a problem hiding this comment.
LGTM,
src/core/server/integration_tests/ci_checks/saved_objects/check_registered_types.test.ts should auto-revert now
9649192 to
8da5476
Compare
8da5476 to
f8eb37c
Compare
Contributor
|
Starting backport for target branches: 8.19, 9.2, 9.3 https://github.com/elastic/kibana/actions/runs/23549415250 |
Contributor
💚 Build Succeeded
Metrics [docs]
History
|
kibanamachine
added a commit
to kibanamachine/kibana
that referenced
this pull request
Mar 25, 2026
## Summary As titled. Applies `maxSize` constraints on input schema, and suppresses warnings on output schema. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit da5e8b3)
Contributor
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Mar 25, 2026
…259604) # Backport This will backport the following commits from `main` to `9.3`: - [[chore] Apply `maxSize` constraints to input schema. (#259403)](#259403) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Clint Andrew Hall","email":"clint.hall@elastic.co"},"sourceCommit":{"committedDate":"2026-03-25T15:32:36Z","message":"[chore] Apply `maxSize` constraints to input schema. (#259403)\n\n## Summary\n\nAs titled. Applies `maxSize` constraints on input schema, and suppresses\nwarnings on output schema.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"da5e8b3f6b85b01922b82c2fe023ba43ca6e0f42","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["review","release_note:skip","backport:all-open","v9.4.0"],"title":"[chore] Apply `maxSize` constraints to input schema.","number":259403,"url":"https://github.com/elastic/kibana/pull/259403","mergeCommit":{"message":"[chore] Apply `maxSize` constraints to input schema. (#259403)\n\n## Summary\n\nAs titled. Applies `maxSize` constraints on input schema, and suppresses\nwarnings on output schema.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"da5e8b3f6b85b01922b82c2fe023ba43ca6e0f42"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/259403","number":259403,"mergeCommit":{"message":"[chore] Apply `maxSize` constraints to input schema. (#259403)\n\n## Summary\n\nAs titled. Applies `maxSize` constraints on input schema, and suppresses\nwarnings on output schema.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"da5e8b3f6b85b01922b82c2fe023ba43ca6e0f42"}}]}] BACKPORT--> Co-authored-by: Clint Andrew Hall <clint.hall@elastic.co>
Bamieh
pushed a commit
that referenced
this pull request
Mar 25, 2026
## Summary As titled. Applies `maxSize` constraints on input schema, and suppresses warnings on output schema. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
jeramysoucy
pushed a commit
to jeramysoucy/kibana
that referenced
this pull request
Mar 26, 2026
## Summary As titled. Applies `maxSize` constraints on input schema, and suppresses warnings on output schema. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
jeramysoucy
pushed a commit
to jeramysoucy/kibana
that referenced
this pull request
Apr 1, 2026
## Summary As titled. Applies `maxSize` constraints on input schema, and suppresses warnings on output schema. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
paulinashakirova
pushed a commit
to paulinashakirova/kibana
that referenced
this pull request
Apr 2, 2026
## Summary As titled. Applies `maxSize` constraints on input schema, and suppresses warnings on output schema. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or 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
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.
Summary
As titled. Applies
maxSizeconstraints on input schema, and suppresses warnings on output schema.