[Automatic Import] move base-fields into fields folder#193960
Merged
haetamoudi merged 2 commits intoelastic:mainfrom Sep 25, 2024
Merged
Conversation
Contributor
|
Pinging @elastic/security-scalability (Team:Security-Scalability) |
bhapas
approved these changes
Sep 25, 2024
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @haetamoudi |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
haetamoudi
added a commit
to haetamoudi/kibana
that referenced
this pull request
Sep 25, 2024
(cherry picked from commit 0ee92df) # Conflicts: # x-pack/plugins/integration_assistant/server/integration_builder/fields.test.ts
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
haetamoudi
added a commit
to haetamoudi/kibana
that referenced
this pull request
Sep 25, 2024
(cherry picked from commit 0ee92df) # Conflicts: # x-pack/plugins/integration_assistant/server/integration_builder/fields.test.ts
haetamoudi
added a commit
that referenced
this pull request
Sep 26, 2024
… (#194025) # Backport This will backport the following commits from `main` to `8.15`: - [[Automatic Import] move base-fields into fields folder (#193960)](#193960) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Hanna Tamoudi","email":"hanna.tamoudi@elastic.co"},"sourceCommit":{"committedDate":"2024-09-25T12:47:16Z","message":"[Automatic Import] move base-fields into fields folder (#193960)","sha":"0ee92df29b88b882557b9b74e1807642484cccd7","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","backport:prev-major","Team:Security-Scalability","Feature:AutomaticImport"],"number":193960,"url":"https://github.com/elastic/kibana/pull/193960","mergeCommit":{"message":"[Automatic Import] move base-fields into fields folder (#193960)","sha":"0ee92df29b88b882557b9b74e1807642484cccd7"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193960","number":193960,"mergeCommit":{"message":"[Automatic Import] move base-fields into fields folder (#193960)","sha":"0ee92df29b88b882557b9b74e1807642484cccd7"}}]}] BACKPORT-->
haetamoudi
added a commit
that referenced
this pull request
Sep 26, 2024
#194024) # Backport This will backport the following commits from `main` to `8.x`: - [[Automatic Import] move base-fields into fields folder (#193960)](#193960) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Hanna Tamoudi","email":"hanna.tamoudi@elastic.co"},"sourceCommit":{"committedDate":"2024-09-25T12:47:16Z","message":"[Automatic Import] move base-fields into fields folder (#193960)","sha":"0ee92df29b88b882557b9b74e1807642484cccd7","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","backport:prev-major","Team:Security-Scalability","Feature:AutomaticImport"],"number":193960,"url":"https://github.com/elastic/kibana/pull/193960","mergeCommit":{"message":"[Automatic Import] move base-fields into fields folder (#193960)","sha":"0ee92df29b88b882557b9b74e1807642484cccd7"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193960","number":193960,"mergeCommit":{"message":"[Automatic Import] move base-fields into fields folder (#193960)","sha":"0ee92df29b88b882557b9b74e1807642484cccd7"}}]}] BACKPORT-->
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
Currently when using Automatic import,
base-fields.ymlis created outside thefieldsfolder.When running
elastic-package buildon a generated integration, we get the following warnings:This is fixed by moving the file inside the correct
fieldsfolder.