-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Enterprise Search] Add Overview landing page/plugin #76734
[Enterprise Search] Add Overview landing page/plugin #76734
Commits on Sep 9, 2020
-
[public] Register Enterprise search plugin
+ move new Home strings to constants
Configuration menu - View commit details
-
Copy full SHA for b3b8363 - Browse repository at this point
Copy the full SHA b3b8363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fb659 - Browse repository at this point
Copy the full SHA 71fb659View commit details -
Set up Enterprise Search Kibana Chrome
- Add SetEnterpriseSearchChrome - Update Enterprise Search breadcrumbs to link to new overview plugin (+ update overview plugin URL per team discussion) - Add ability to break out of React Router basename by not using history.createhref - Update createHref mock to more closely match Kibana urls (adding /app prefix) - Minor documentation fix
Configuration menu - View commit details
-
Copy full SHA for 705e60c - Browse repository at this point
Copy the full SHA 705e60cView commit details -
Set up Enterprise Search plugin telemetry
- client-side: SendEnterpriseSearchTelemetry - server-side: register saved objects, usage collector, etc.
Configuration menu - View commit details
-
Copy full SHA for feec1a5 - Browse repository at this point
Copy the full SHA feec1a5View commit details -
Enterprise search overview views (#23)
* Add formatTestSubj util This allows us to correctly format strings into our casing for data-test-subj attrs * Add images and stylesheet * Add product card component * Add index component * Remove unused styles
Configuration menu - View commit details
-
Copy full SHA for 8b805fd - Browse repository at this point
Copy the full SHA 8b805fdView commit details -
- by add shouldNotCreateHref prop to RR helpers - similiar to breadcrumb change
Configuration menu - View commit details
-
Copy full SHA for c1a4655 - Browse repository at this point
Copy the full SHA c1a4655View commit details -
- Prefer EUI components over bespoke CSS (e.g. EuiCard) - Remove unused or unspecific CSS - Pull out product card CSS to its component - Fix kebab-cased CSS classes to camelCased
Configuration menu - View commit details
-
Copy full SHA for 38a1dc2 - Browse repository at this point
Copy the full SHA 38a1dc2View commit details -
- Prefer passing in our plugin consts instead of separate props - Move productCardDescription to constants - Update tests
Configuration menu - View commit details
-
Copy full SHA for d82cd1b - Browse repository at this point
Copy the full SHA d82cd1bView commit details -
Add telemetry clicked actions to product buttons
+ revert data-test-subj strings to previous implementation + prune format_test_subj helper by using lodash util directly
Configuration menu - View commit details
-
Copy full SHA for 78bcc05 - Browse repository at this point
Copy the full SHA 78bcc05View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed83698 - Browse repository at this point
Copy the full SHA ed83698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66410e1 - Browse repository at this point
Copy the full SHA 66410e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e64eb - Browse repository at this point
Copy the full SHA e9e64ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 302035c - Browse repository at this point
Copy the full SHA 302035cView commit details -
Only show product cards if the user has access to that product
- adds access checks - fixes flex/CSS to show one card at a time
Configuration menu - View commit details
-
Copy full SHA for 8718473 - Browse repository at this point
Copy the full SHA 8718473View commit details