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

[Fix][Synonyms UI]Add navigation link to the Detail breadcrumb. #209574

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

efegurkan
Copy link
Member

@efegurkan efegurkan commented Feb 4, 2025

Summary

image

Adds navigation link to move back to synonyms set list.
Fixes missing invalidation when a synonym rule is set.

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

@efegurkan efegurkan added release_note:skip Skip the PR/issue when compiling release notes v9.0.0 Team:Search backport:version Backport to applied version labels v8.18.0 labels Feb 4, 2025
@efegurkan efegurkan requested a review from a team as a code owner February 4, 2025 15:44
@efegurkan efegurkan added the bug Fixes for quality problems that affect the customer experience label Feb 4, 2025
@TattdCodeMonkey
Copy link
Contributor

does this need a v8.19.0 label to backport to 8.x as well as 8.18?

{
text: (
<>
<EuiIcon size="s" type="arrowLeft" />
Copy link
Contributor

@TattdCodeMonkey TattdCodeMonkey Feb 4, 2025

Choose a reason for hiding this comment

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

I'm curious about including this icon, I thought that was handled by the page template, but maybe I'm mistaken. or I'm not understanding what this is showing, could we add a screenshot?

Copy link
Member Author

Choose a reason for hiding this comment

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

Screenshot 2025-02-04 at 18 18 12 This is how it looks like.

Copy link
Member Author

Choose a reason for hiding this comment

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

code is the snippet from EUI changed slightly.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok, I was misunderstanding what this is.

Should this be a Button or an EmptyButton so that it has the correct spacing between the icon and text?

Copy link
Member Author

Choose a reason for hiding this comment

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

Header doesn't have ability to take it as you describe. Other than creating something custom, I don't think that would work.

Copy link
Contributor

Choose a reason for hiding this comment

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

Here is an example that I have seen while working on index management. However, I am not sure if this is possible in your case. @mdefazio do you think about the above View all button?

https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/index_management/public/application/sections/home/index_list/details_page/details_page_content.tsx#L152

Screenshot 2025-02-11 at 10 27 53 AM

Copy link
Contributor

Choose a reason for hiding this comment

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

Let's just remove the EuiIcon from the current setup. We want to take another look at using those large buttons as back buttons in our header. But agree that the current EUI example feels a bit off.
So just text will be fine IMO

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #82 / Entity Analytics - Entity Store @ess @skipInServerlessMKI Entity Store APIs apply_dataview_indices should update the index pattern when the data view changes

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
searchSynonyms 86 87 +1

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
searchSynonyms 46.8KB 47.0KB +272.0B

@efegurkan efegurkan enabled auto-merge (squash) February 4, 2025 17:49
Copy link
Contributor

@Samiul-TheSoccerFan Samiul-TheSoccerFan left a comment

Choose a reason for hiding this comment

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

LGTM, I can approve once we reach a decision on the breadcrumbs.

{
text: (
<>
<EuiIcon size="s" type="arrowLeft" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Here is an example that I have seen while working on index management. However, I am not sure if this is possible in your case. @mdefazio do you think about the above View all button?

https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/index_management/public/application/sections/home/index_list/details_page/details_page_content.tsx#L152

Screenshot 2025-02-11 at 10 27 53 AM

Comment on lines +8 to +9
export const SYNONYMS_RULE_FETCH_QUERY_KEY = 'synonyms-rule-fetch';
export const SYNONYMS_SETS_QUERY_KEY = 'synonyms-sets-fetch';
Copy link
Contributor

Choose a reason for hiding this comment

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

nice, thank you for iterating on that

@efegurkan
Copy link
Member Author

Removed the icon and updated the screenshot.

Copy link
Contributor

@Samiul-TheSoccerFan Samiul-TheSoccerFan left a comment

Choose a reason for hiding this comment

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

LGTM, I added two more labels 8.19 and 9.1.0. Feel free to remove these if not applicable.

@efegurkan efegurkan merged commit cce32a9 into elastic:main Feb 11, 2025
14 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.18, 8.x, 9.0

https://github.com/elastic/kibana/actions/runs/13269344842

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Feb 11, 2025
…tic#209574)

## Summary

<img width="1332" alt="Screenshot 2025-02-04 at 18 18 12"
src="https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84"
/>

Adds navigation link to move back to synonyms set list.
Fixes missing invalidation when a synonym rule is set.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

(cherry picked from commit cce32a9)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Feb 11, 2025
…tic#209574)

## Summary

<img width="1332" alt="Screenshot 2025-02-04 at 18 18 12"
src="https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84"
/>

Adds navigation link to move back to synonyms set list.
Fixes missing invalidation when a synonym rule is set.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

(cherry picked from commit cce32a9)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Feb 11, 2025
…tic#209574)

## Summary

<img width="1332" alt="Screenshot 2025-02-04 at 18 18 12"
src="https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84"
/>

Adds navigation link to move back to synonyms set list.
Fixes missing invalidation when a synonym rule is set.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

(cherry picked from commit cce32a9)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.18
8.x
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Feb 11, 2025
…#209574) (#210670)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Fix][Synonyms UI]Add navigation link to the Detail breadcrumb.
(#209574)](#209574)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Efe Gürkan
YALAMAN","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-11T17:57:11Z","message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","Team:Search","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Fix][Synonyms
UI]Add navigation link to the Detail
breadcrumb.","number":209574,"url":"https://github.com/elastic/kibana/pull/209574","mergeCommit":{"message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209574","number":209574,"mergeCommit":{"message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Efe Gürkan YALAMAN <[email protected]>
kibanamachine added a commit that referenced this pull request Feb 11, 2025
…#209574) (#210671)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[Fix][Synonyms UI]Add navigation link to the Detail breadcrumb.
(#209574)](#209574)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Efe Gürkan
YALAMAN","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-11T17:57:11Z","message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","Team:Search","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Fix][Synonyms
UI]Add navigation link to the Detail
breadcrumb.","number":209574,"url":"https://github.com/elastic/kibana/pull/209574","mergeCommit":{"message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209574","number":209574,"mergeCommit":{"message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Efe Gürkan YALAMAN <[email protected]>
kibanamachine added a commit that referenced this pull request Feb 11, 2025
#209574) (#210669)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Fix][Synonyms UI]Add navigation link to the Detail breadcrumb.
(#209574)](#209574)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Efe Gürkan
YALAMAN","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-11T17:57:11Z","message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","Team:Search","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Fix][Synonyms
UI]Add navigation link to the Detail
breadcrumb.","number":209574,"url":"https://github.com/elastic/kibana/pull/209574","mergeCommit":{"message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209574","number":209574,"mergeCommit":{"message":"[Fix][Synonyms
UI]Add navigation link to the Detail breadcrumb. (#209574)\n\n##
Summary\r\n\r\n<img width=\"1332\" alt=\"Screenshot 2025-02-04 at 18 18
12\"\r\nsrc=\"https://github.com/user-attachments/assets/5bab6b16-ccf8-4ae5-ae70-8db81360db84\"\r\n/>\r\n\r\nAdds
navigation link to move back to synonyms set list.\r\nFixes missing
invalidation when a synonym rule is set.\r\n\r\n\r\n###
Checklist\r\n\r\nCheck the PR satisfies following conditions.
\r\n\r\nReviewers should verify this PR satisfies this list as
well.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] The PR
description includes the appropriate Release Notes section,\r\nand the
correct `release_note:*` label is applied per
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"cce32a9474d6ac41cf18d8f7503ea274e6b5baf6"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Efe Gürkan YALAMAN <[email protected]>
kapral18 added a commit to agusruidiazgd/kibana that referenced this pull request Feb 11, 2025
…on-206439

* main: (402 commits)
  [Search]: Fix Number type field to have correct property (elastic#210462)
  Change filter for rule monitoring gaps (elastic#209983)
  Update Logs Explorer deprecation messages (elastic#201307)
  [APM] Remove `error.id` in `getErrorGroupMainStatistics` query as it's not used (elastic#210613)
  [Embeddable] Fix presentation panel styles (elastic#210113)
  [ci] enable Scout reporter for on-merge-unsupported-ftrs (elastic#210627)
  [Fix][Synonyms UI]Add navigation link to the Detail breadcrumb. (elastic#209574)
  chore(dep): bump `store2` from `2.12.0` to `2.14.4` (elastic#210530)
  [scout] adding test helper `@kbn/scout-oblt` package and uptate onboarding tests (elastic#209761)
  [Cloud Security] Asset Inventory table flyout controls  (elastic#208452)
  [ML] Fix model deployment check in file uploader (elastic#209585)
  Updates archive again (elastic#209828)
  [Security Solution] Added concurrency limits and request throttling to prebuilt rule routes (elastic#209551)
  [Search] [Onboarding] Update search api to use EventEmitter instead of Provider (elastic#209784)
  [maps] lazy load map actions (elastic#210252)
  [Cloud Security] Adding telemetry collection condition based on render condition (elastic#208758)
  [Solution nav] Use flyout for Stack Management in Search and Observability solutions (elastic#208632)
  [Search] Fix Add Inference Endpoint API call (elastic#210243)
  [Agentless Connectors] Integration overview panel (elastic#210222)
  [Lens] Restore dynamic colouring by value for Last value agg (elastic#209110)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:version Backport to applied version labels bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes Team:Search v8.18.0 v8.19.0 v9.0.0 v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants