kibana/x-pack/legacy
Justin Kambic 4999d09873
[Uptime] Add Kuery Bar (#43621)
* Add saved objects provider, auto-creation of index pattern.

* Fix outdated import.

* Add KueryBar component to Uptime app.

* Extract module helper function to higher scope for greater reuse.

* Reduce nesting in URL hook.

* Update client usage of previously-moved helper function.

* Add export for helper function to helper directory.

* Add index pattern adapter to client lib.

* Add KueryBar to Overview Page.

* Add KueryBar and new filter group.

* Move new components to appropriate directory.

* Fix overview page import.

* Delete status filter helper functions.

* Remove  from list of recommended fields.

* Update domain files to use status filter.

* Update GraphQL queries to use status filter.

* Update GraphQL endpoint to accept status filter.

* Delete obsolete component and associated files.

* Add custom filter components.

* Delete unneeded code.

* Update adapters to accept statusFilter parameter.

* Remove obsolete code.

* Alphabetize object declaration.

* Add index pattern helper function.

* Update Overview handling of filters/user search.

* Update GraphQL inferred types.

* Delete obsolete component.

* Update outdated unit test for stringify_url_params.

* Add index file to new adapter directory.

* Update test framework files to satisfy new typing requirements.

* Update test snapshot for useUrlParams.

* Update JSDoc comment in pings adapter.

* Update pings adapter tests to use new `statusFilter` parameter.

* Delete tests and fixtures for obsolete endpoints.

* Update outdated fixture.

* Update status filter usages for snapshot query tests.

* Delete obsolete imports from index file.

* Delete obsolete monitor list getter.

* Update supported URL params for new param keys.

* Remove unused prop reference.

* Improve naming in new filter components.

* Clean up function body.

* Internationalize filter components.

* Update internationalization key.

* Add test for new helper function.

* Extract function to dedicated file, add tests.

* Add tests for filter popover.

* Move FilterStatusButton to appropriate directory.

* Add test for FilterStatusButton.

* Add tests for getIndexPattern helper.

* Extract helper function to dedicated file.

* Add tests to combineFiltersAndUserSearch helper function.

* Extract inline JSX to new component and add tests.

* Remove obsolete code, update index pattern getter, and add tests.

* Add filter clause helper function and tests.

* Replace custom filter formatting code with calls to new helper function.

* Move filter components to dedicated directory.

* Rename filter files.

* Delete obsolete snapshot.

* Fix broken import in test file.

* Update a comment.

* Simplify index pattern loading in KueryBar.

* Delete unused prop.

* Extract toggle handler to external function and write tests.

* Delete obsolete int'l labels and reuse existing ones in current code.

* Delete remaining unused translation key.

* Rename a file.

* Handle numeric values for filters. Position KueryBar and FilterGroup on same line.

* Remove ID's and URL's from FilterGroup.

* Remove unneeded onOutsideClick handler from styled component to silence warning.

* Escape colons in filters.

* Escape colons in filters.

* Fix bug in snapshot code - calculate total after filtering by status.

* Add specific message to MonitorList when filters are active.

* Introduce missing prop to unit tests.

* Delete unused translation keys.

* Undo filter-related changes to snapshot adapter function.

* Remove unnecessary spread.

* Update filter popover to trap focus and improve keyboard experience.

* Update broken test snapshots.
2019-09-16 21:15:36 -04:00
..
common
plugins [Uptime] Add Kuery Bar (#43621) 2019-09-16 21:15:36 -04:00
server/lib Provide realm name for OIDC/SAML authenticate requests. (#44984) 2019-09-16 10:32:58 +02:00