You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix Prettier linting issues
* Escape App Search API endpoint URLs
- per PR feedback
- querystring should automatically encodeURIComponent / escape query param strings
* Update server plugin.ts to use getStartServices() rather than storing local references from start()
- Per feedback: https://github.com/elastic/kibana/blob/master/src/core/CONVENTIONS.md#applications
- Note: savedObjects.registerType needs to be outside of getStartServices, or an error is thrown
- Side update to registerTelemetryUsageCollector to simplify args
- Update/fix tests to account for changes
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/app_search/components/empty_states/empty_states.test.tsx
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/app_search/components/engine_overview/engine_overview.test.tsx
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/app_search/components/engine_overview/engine_table.test.tsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ describe('EngineTable', () => {
51
51
it('contains engine links which send telemetry',()=>{
Copy file name to clipboardExpand all lines: x-pack/plugins/enterprise_search/public/applications/app_search/components/engine_overview/engine_table.tsx
0 commit comments