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

[Search] New Connectors and Web Crawlers temp icons #208341

Merged
merged 4 commits into from
Jan 27, 2025

Conversation

JoseLuisGJ
Copy link
Contributor

@JoseLuisGJ JoseLuisGJ commented Jan 27, 2025

Summary

The new Connectors and Web Crawler icons were redesigned and will be provided by EUI with this PR. While those are not available waiting for next EUI release, we agreed with EUI team to update any reference with custom EUI icons in the meantime to later get them from EUI and remove this custom implementation.

CleanShot 2025-01-27 at 12 00 09@2x

CleanShot 2025-01-27 at 11 59 34@2x

CleanShot 2025-01-27 at 11 59 22@2x

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

Identify risks

Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.

Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.

Not Found
@JoseLuisGJ JoseLuisGJ requested a review from a team as a code owner January 27, 2025 10:53
@JoseLuisGJ JoseLuisGJ changed the title Web-and-plugs-custom-icons [Search] New Connectors and Web Crawlers temp icons Jan 27, 2025
@JoseLuisGJ JoseLuisGJ self-assigned this Jan 27, 2025
@JoseLuisGJ JoseLuisGJ added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting v9.0.0 Team:Search labels Jan 27, 2025
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
enterpriseSearch 1423 1424 +1
searchIndices 217 220 +3
serverlessSearch 309 312 +3
total +7

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/search-shared-ui 8 12 +4

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.6MB 1.6MB +1.4KB
searchIndices 171.6KB 171.6KB +6.0B
serverlessSearch 357.5KB 363.2KB +5.6KB
total +7.0KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
enterpriseSearch 42.3KB 38.9KB -3.3KB
Unknown metric groups

API count

id before after diff
@kbn/search-shared-ui 8 12 +4

History

cc @JoseLuisGJ

@JoseLuisGJ JoseLuisGJ merged commit ad84cce into elastic:main Jan 27, 2025
8 checks passed
JoseLuisGJ added a commit to JoseLuisGJ/kibana that referenced this pull request Jan 27, 2025
## Summary

The new Connectors and Web Crawler icons were redesigned and will be
provided by EUI with [this
PR](elastic/eui#8285). While those are not
available waiting for next EUI release, [we agreed with EUI
team](https://elastic.slack.com/archives/C7QC1JV6F/p1737712560812099) to
update any reference with custom EUI icons in the meantime to later get
them from EUI and remove this custom implementation.

![CleanShot 2025-01-27 at 12 00
09@2x](https://github.com/user-attachments/assets/f243204e-468b-4193-9f5e-17bce22c56d2)

![CleanShot 2025-01-27 at 11 59
34@2x](https://github.com/user-attachments/assets/a19dff22-6a49-43a5-adef-bcf08209e514)

![CleanShot 2025-01-27 at 11 59
22@2x](https://github.com/user-attachments/assets/d0c153ae-f0c5-483b-bcd8-f4677e0749f0)


### 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)

### Identify risks

Does this PR introduce any risks? For example, consider risks like hard
to test bugs, performance regression, potential of data loss.

Describe the risk, its severity, and mitigation for each identified
risk. Invite stakeholders and evaluate how to proceed before merging.

- [ ] [See some risk
examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
- [ ] ...
JoseLuisGJ added a commit to JoseLuisGJ/kibana that referenced this pull request Jan 27, 2025
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 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants