Skip to content

Conversation

seialkali
Copy link
Contributor

@seialkali seialkali commented Sep 26, 2025

Summary

This PR fixes the following eslint errors across search-kibana:

  • @elastic/eui/callout-announce-on-mount
  • @kbn/i18n/strings_should_be_translated_with_i18n
  • @typescript-eslint/member-ordering

It also moves the following rules from the Enterprise Search override to a shared Search override, and excludes test files using excludedFiles.

  • @kbn/i18n/strings_should_be_translated_with_formatted_message
  • @kbn/i18n/strings_should_be_translated_with_i18n

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
  • Review the backport guidelines and apply applicable backport:* labels.

@seialkali seialkali added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting Team:Search labels Sep 26, 2025
@seialkali seialkali marked this pull request as ready for review September 29, 2025 12:28
@seialkali seialkali requested review from a team as code owners September 29, 2025 12:28
Copy link
Member

@sphilipse sphilipse left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@mistic mistic left a comment

Choose a reason for hiding this comment

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

Changes under operations team code owners LGTM.

@seialkali seialkali enabled auto-merge (squash) September 29, 2025 16:28
@seialkali seialkali merged commit e5ce15e into elastic:main Sep 29, 2025
12 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

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

id before after diff
enterpriseSearch 1.0MB 1.0MB +669.0B
searchPlayground 229.6KB 229.7KB +76.0B
searchQueryRules 130.8KB 130.8KB +95.0B
searchSynonyms 64.8KB 64.9KB +19.0B
serverlessSearch 169.4KB 169.4KB +38.0B
total +897.0B
Unknown metric groups

ESLint disabled in files

id before after diff
enterpriseSearch 1 0 -1

Total ESLint disabled count

id before after diff
enterpriseSearch 16 15 -1

History

niros1 pushed a commit that referenced this pull request Sep 30, 2025
## Summary

This PR fixes the following eslint errors across search-kibana:

- @elastic/eui/callout-announce-on-mount
- @kbn/i18n/strings_should_be_translated_with_i18n
- @typescript-eslint/member-ordering

It also moves the following rules from the Enterprise Search override to
a shared Search override, and excludes test files using `excludedFiles`.

- @kbn/i18n/strings_should_be_translated_with_formatted_message
- @kbn/i18n/strings_should_be_translated_with_i18n


### 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](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~
- [ ] ~If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~
- [ ] ~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](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) 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](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)~
- [ ] ~Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.~
VladimirFilonov pushed a commit to VladimirFilonov/kibana that referenced this pull request Sep 30, 2025
## Summary

This PR fixes the following eslint errors across search-kibana:

- @elastic/eui/callout-announce-on-mount
- @kbn/i18n/strings_should_be_translated_with_i18n
- @typescript-eslint/member-ordering

It also moves the following rules from the Enterprise Search override to
a shared Search override, and excludes test files using `excludedFiles`.

- @kbn/i18n/strings_should_be_translated_with_formatted_message
- @kbn/i18n/strings_should_be_translated_with_i18n


### 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](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~
- [ ] ~If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~
- [ ] ~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](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) 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](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)~
- [ ] ~Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Search v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants