Skip to content
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

[Onboarding] [Stack] Add Onboarding experience into Stack #204351

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Conversation

joemcelroy
Copy link
Member

@joemcelroy joemcelroy commented Dec 16, 2024

Summary

TODO

  • FTR - solution navigation ftr - add test for index management
  • FTR - fix the index management index list page test to navigate through the solution navigation to index management list page
  • code - playground create index action needs to check if part of es solution navigation
  • Unit - add unit for index management with the change for solution navigation
  • Unit - Fix any failures in index management tests
  • Fix FTR tests

These changes are only targeting 9.0.

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines

@joemcelroy joemcelroy added release_note:skip Skip the PR/issue when compiling release notes Team:Search backport:skip This commit does not require backporting labels Dec 16, 2024
kibanamachine and others added 22 commits December 16, 2024 10:37
@yansavitski yansavitski force-pushed the onboarding-stack-add-plugin branch from cb0210a to af6b879 Compare December 27, 2024 20:14
@yansavitski yansavitski force-pushed the onboarding-stack-add-plugin branch from 24542e5 to 735e3b5 Compare January 5, 2025 22:40
@yansavitski yansavitski force-pushed the onboarding-stack-add-plugin branch from 2a9efd9 to a6f3b8f Compare January 6, 2025 14:38
@yansavitski yansavitski force-pushed the onboarding-stack-add-plugin branch from 8a5eea6 to 1df4762 Compare January 6, 2025 21:43
@elasticmachine
Copy link
Contributor

⏳ Build in-progress, with failures

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #7 / X-Pack Accessibility Tests - Group 1 Management index management indices indices with data index details index details - settings
  • [job] [logs] FTR Configs #7 / X-Pack Accessibility Tests - Group 1 Management index management indices indices with data index details index details - settings

History

@yansavitski yansavitski marked this pull request as ready for review January 7, 2025 16:21
@yansavitski yansavitski requested review from a team as code owners January 7, 2025 16:21
@yansavitski yansavitski enabled auto-merge (squash) January 7, 2025 16:30
Copy link
Member

@sabarasaba sabarasaba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this @joemcelroy! Had an initial pass at the code and looks good, just have few questions about these two tests

@@ -18,14 +18,14 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await pageObjects.common.navigateToApp('indexManagement');
});

it('Navigates to the index details page from the home page', async () => {
it.skip('Navigates to the index details page from the home page', async () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this break because of the changes or is it still wip? It seems like an important test to have

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It constantly breaks because it can't load indexManagement page and supposed to be fixed in future tickets

image

Comment on lines -91 to -92
await pageObjects.indexManagement.performIndexAction('flush');
await testSubjects.click('indexDetailsBackToIndicesButton');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for my own understanding, why are these actions not needed anymore?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New searchIndex page has not flush function anymore :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Search
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants