-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Conversation
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: cc @jughosta |
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Closes elastic#157081 ## Summary Moving routes to `internal` namespace.
Closes #157081
Summary
Moving routes to
internal
namespace.