Be more lenient when checking for Saved Objects API in Kibana#27460
Merged
kvch merged 3 commits intoelastic:masterfrom Aug 18, 2021
Merged
Conversation
Contributor
|
Pinging @elastic/agent (Team:Agent) |
jsoriano
approved these changes
Aug 18, 2021
Member
jsoriano
left a comment
There was a problem hiding this comment.
Thanks! LGTM if it goes green.
testing/environments/latest.yml
Outdated
Member
Contributor
Author
|
jenkins run tests |
Contributor
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
Bump test environment so dashboards are checked
9056f1d to
e9e6d93
Compare
Contributor
|
Added 7.14 backport label to make sure it also gets backported to 7.14 |
Member
I don't think we should backport changes related to saved objects to a released branch. Or do you mean to backport the upgrade of the versions in the testing scenarios? |
Contributor
Author
|
@ruflin This should not be backported to 7.14, but to 7.15. |
mergify bot
pushed a commit
that referenced
this pull request
Aug 18, 2021
## What does this PR do? This PR sets the minimum required version for Kibana to 7.14 for using the Saved Objects API. The change lets module developers use the last released version for exporting dashboards. The PR also updates the testing environment to 7.14, so dashboard exporting and importing can be tested using e2e tests. ## Why is it important? Support module developers and run e2e tests to catch issues. (cherry picked from commit 9defc4a)
kvch
added a commit
that referenced
this pull request
Aug 18, 2021
This PR sets the minimum required version for Kibana to 7.14 for using the Saved Objects API. The change lets module developers use the last released version for exporting dashboards. The PR also updates the testing environment to 7.14, so dashboard exporting and importing can be tested using e2e tests. Support module developers and run e2e tests to catch issues. (cherry picked from commit 9defc4a)
kvch
added a commit
that referenced
this pull request
Aug 19, 2021
#27471) ## What does this PR do? This PR sets the minimum required version for Kibana to 7.14 for using the Saved Objects API. The change lets module developers use the last released version for exporting dashboards. The PR also updates the testing environment to 7.14, so dashboard exporting and importing can be tested using e2e tests. ## Why is it important? Support module developers and run e2e tests to catch issues. (cherry picked from commit 9defc4a) Co-authored-by: Noémi Ványi <kvch@users.noreply.github.com>
kvch
added a commit
that referenced
this pull request
Aug 19, 2021
#27470) This PR sets the minimum required version for Kibana to 7.14 for using the Saved Objects API. The change lets module developers use the last released version for exporting dashboards. The PR also updates the testing environment to 7.14, so dashboard exporting and importing can be tested using e2e tests. Support module developers and run e2e tests to catch issues. (cherry picked from commit 9defc4a) Co-authored-by: Noémi Ványi <kvch@users.noreply.github.com>
Icedroid
pushed a commit
to Icedroid/beats
that referenced
this pull request
Nov 1, 2021
…c#27460) ## What does this PR do? This PR sets the minimum required version for Kibana to 7.14 for using the Saved Objects API. The change lets module developers use the last released version for exporting dashboards. The PR also updates the testing environment to 7.14, so dashboard exporting and importing can be tested using e2e tests. ## Why is it important? Support module developers and run e2e tests to catch issues.
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.
What does this PR do?
This PR sets the minimum required version for Kibana to 7.14 for using the Saved Objects API. The change lets module developers use the last released version for exporting dashboards.
The PR also updates the testing environment to 7.14, so dashboard exporting and importing can be tested using e2e tests.
Why is it important?
Support module developers and run e2e tests to catch issues.
Checklist
- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Requires #27424