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

[UnifiedFieldList] Move routes to internal #157893

Merged
merged 1 commit into from
May 21, 2023

Conversation

jughosta
Copy link
Contributor

Closes #157081

Summary

Moving routes to internal namespace.

@jughosta jughosta self-assigned this May 16, 2023
@jughosta jughosta changed the title [UnifiedFieldList] Move routes under internal [UnifiedFieldList] Move routes to internal May 16, 2023
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
enterpriseSearch 19 21 +2
securitySolution 400 404 +4
total +6

Total ESLint disabled count

id before after diff
enterpriseSearch 20 22 +2
securitySolution 480 484 +4
total +6

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @jughosta

@jughosta jughosta added Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. Feature:UnifiedFieldList The unified field list component used by Lens & Discover release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting labels May 16, 2023
@jughosta jughosta marked this pull request as ready for review May 16, 2023 16:38
@jughosta jughosta requested a review from a team as a code owner May 16, 2023 16:38
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@@ -11,6 +11,9 @@ import { PluginStart } from '../types';
import { existingFieldsRoute } from './existing_fields';
import { initFieldStatsRoute } from './field_stats';

// These routes are defined only for running integration tests under
Copy link
Member

Choose a reason for hiding this comment

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

QQ: Do we even need this routes, if the only clients are integration tests but they are not used in the UI?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kertal Once we find a replacement for those tests, we can remove routes.

@jughosta jughosta merged commit d6b29af into elastic:main May 21, 2023
@jughosta jughosta deleted the 157081-move-to-internal branch May 21, 2023 07:58
delanni pushed a commit to delanni/kibana that referenced this pull request May 25, 2023
Closes elastic#157081

## Summary

Moving routes to `internal` namespace.
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 Feature:UnifiedFieldList The unified field list component used by Lens & Discover release_note:skip Skip the PR/issue when compiling release notes Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. v8.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Unified field list] move routes to internal
6 participants