Greg Thompson
6f09ecc0d9
Upgrade EUI to 14.4.0 ( #46949 )
...
* eui to 14.4.0
* euicard ts updates
* snaps
2019-10-02 11:58:22 -05:00
Sébastien Loix
bae7f4727c
[Form Helpers + Template UI] Refactor Template UI using Form lib + helpers ( #45287 )
2019-09-20 15:35:30 +02:00
Greg Thompson
bec1fa63ab
Upgrade EUI to 13.8.1 ( #45052 )
...
* eui to 13.8.0
* euibutton ts updates
* euicontextmenupanel ts updates
* misc ts updates
* src snapshot updates
* x-pack snapshot updates
* 13.8.1
2019-09-11 10:03:02 -05:00
Josh Dover
eb03fd8c5f
[new-platform] Add legacy
property to NavLinks registered by… ( #41301 )
2019-07-29 17:51:45 -05:00
Spencer
a95ae8c037
[prettier] upgrade to 1.18.2 ( #40229 )
...
* [prettier] upgrade to 1.18.2
* autofix prettier violations
2019-07-03 12:36:44 -07:00
Rudolf Meijering
da09a11858
Mocks for CoreStart, CoreSetup and PluginInitializerContext ( #39351 )
...
* Mocks for CoreStart, CoreSetup and PluginInitializerContext
* Public CoreStart, CoreSetup mocks
* Update api signature/docs
* Convert embaddable_api tests to new core mocks
* CR Feedback
* Introduce ui_new_platform.test.mocks and refactor embedabble tests
* Hack to get TS warnings for Core mocks
* Core mocks types cleanup & hack to get TS warnings for Server Core mocks
* Use __mocks__ new_platform
* Remove accidently commited auto-mock
* Introduce MockedKeys type for Core mocks
* Better typing/docs for UiSettings
* Revert "Use __mocks__ new_platform"
This reverts commit 2d666facc8
.
* Add missing mock to test
* Cleanup UiSettings types
2019-06-28 13:34:41 +02:00
Greg Thompson
c59875573e
Upgrade EUI to 12.1.0 ( #39601 )
...
* eui@12.1.0
* jest regenerator-runtime babel-polyfill
* TS Toast -> EuiGlobalToastListToast
* EuiBadge
* EuiCopy
* snapshot updates
* simplify toast interface usage
* misc review cleanup
* remove eui core-js resolution
2019-06-26 11:00:27 -05:00
Tiago Costa
ed795d28ee
Migrate from tslint ( #33826 )
...
* chore(NA): remove tslint dependencies, configs and enable eslint typescript parser.
* fix(NA): apply recommend eslint typescript rule.s
* chore(NA): upgrade eslint package versions.
* chore(NA): split javascript eslint config in an override section.
* chore(NA): split all eslint configs with overrides.
* chore(NA): remove missing console.log.
* chore(NA): change eslint splits and overrides order.
* chore(NA): replace tslint disable comments with eslint ones.
* chore(NA): solve eslint typescript errors for elastic/kibana-custom/no-default-export
* chore(NA): fixed multiple eslint typescript rule failures.
* chore(NA): add tarfet folder to the eslint ignore.
* chore(NA): apply prettier rule to ts type file.
* chore(NA): remove last mentions to tslint
* chore(NA): add old defined rules
* chore(NA): missing port rules website
* chore(na): ordered rules
* chore(NA): solved eslint typescript problems.
* chore(NA): fix spaced comment problems.
* chore(NA): fix some more eslint typescript rules: import/order no-empty-interface
* chore(NA): fix last rules and comment out what are the ones still failing.
* chore(NA): comment out camelcase rule.
* chore(NA): regenerate kbn pm dist.
* chore(NA): updated snapshots.
* chore(NA): updated snapshots.
* chore(NA): disabled sort-keys rule.
* chore(NA): remove rule prefer-arrow/prefer-arrow-functions.
* chore(NA): fix for @typescript-eslint/no-var-requires rule.
* chore(NA): fixes for @typescript-eslint/camelcase rule.
* chore(NA): fix typo on eslint config kibana typescript.
Co-Authored-By: mistic <tiagoffcc@hotmail.com>
* chore(NA): remove legacy note after the intellij upgrade to 2019.1
* fix(NA): import order plugin.
* chore(NA): fix ts ignore positions after auto fix.
* fix(NA): performance issue with typescript eslint.
* refact(NA): eslint configs organization.
* chore(NA): apply resticted paths to ts files too.
* chore(NA): split comment from eslint ignore.
2019-04-05 17:45:23 +01:00
Jason Rhodes
721161f3d1
Upgrades EUI to 9.5 ( #33672 )
...
* Updates EUI to 9.5.0
* Remove duplicate type
* Updates snapshots and fixes a few type errors
* Updates x-pack snapshots
2019-03-22 10:28:37 -04:00
Mikhail Shustov
03afe53752
Add client side service mocks ( #32999 )
...
* Add client side service mocks
* remove ab obsolete test snapshot
* put back accidentally removed type definition
* define MethodKeysOf, PublicMethodsOf on project level
* export src/core/public service mocks
* export src/core/server service mocks
2019-03-18 16:11:15 +01:00
Mike Côté
0f9779e842
Convert mappings to TypeScript ( #32842 )
...
* Convert mappings to TypeScript
* Use any for FieldMapping
* Revert "Use any for FieldMapping"
This reverts commit 2042601f42
.
* Use union type for FieldMapping
* Wrap toPath inside module declaration
2019-03-13 10:41:43 -04:00
Joe Reuter
f935c14dc8
Use embeddable registry in add panel ( #31400 )
...
* Prepare control flow to use embeddable factories in add panel
* Rewrite saved object finder and add tests
* Fix usages of new saved object finder
* fix test failures
* fix some functional tests and re-introduce makeUrl
* fix tests
* remove direct hrefs in saved_object_lists
* PR review fixes
* update snapshot
* overwrite width of viz dialog
* Update src/legacy/core_plugins/kibana/public/dashboard/top_nav/add_panel.js
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/discover/embeddable/search_embeddable_factory.ts
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/discover/top_nav/open_search_panel.js
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/visualize/wizard/search_selection/search_selection.tsx
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/visualize/wizard/search_selection/search_selection.tsx
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/visualize/wizard/search_selection/search_selection.tsx
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* fix tests
* review fixes #1
* review fixes #2
* dont use classname in functional test
* remove call to action button prop
* align buttons correctly
* fix tests
* remove debugging statement
* Update src/legacy/core_plugins/kibana/public/dashboard/top_nav/add_panel.js
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/discover/top_nav/open_search_panel.js
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* review fixes #3
* improve filter behavior and enable it for search wizard
* adjust functional tests for new filter behavior
* Change translation id due to string change
* Update Jest snapshot
2019-03-11 12:27:13 +01:00
Joe Reuter
c6ba32d3b4
Add typings for saved_object_finder ( #30067 )
2019-02-11 09:38:29 +01:00
Matthew Kime
b491d8790a
Management: EUI Navigation sidebar ( #25905 )
...
* partial work - sidebar works, need to address rendering issues
* rendering fixes
* refactor sidenav into its own file
* refactor sidenav into its own file
* remove unneeded changes
* remove unneeded formatting changes
* remove unneeded formatting changes
* remove unneeded formatting changes
* remove unneeded formatting changes
* remove more unneeded EuiPage
* remove more unneeded EuiPage
* snap snap
* remove unused dependencies
* functional tests
* sidebar tweaks, beats-cm
* lint
* properly sharing UI code
* fix eui export
* type fixes
* add test
* add test
* testy test
* partial progress
* attmpt to fix functional test
* from merge
* snap snap
* clean up management for side nav changes
* functional test fix
* snap, blank landing
* snap snap
* change management item order
* test fix
* disable tslint line
* ts fix
* functional test fix
* functional test fixes
* fix functional test
* minor cleanup
* simplify management registry callback
* remove comment
* react island with kibana version
* merge
* fix scss reference
* fix types
* remove mistaken commit
* remove k7 switch
* snapshot update
* fix sidebar nav headers
* landing page copy
* remove dummy text
* merge
* i18n and revert unneeded change
* Update edit_role_page.tsx
* i18n
* i18n
* snap snap
* better text
* snap snap
* mergi
* pop open nav on mobile
* add management section tests
* NOTICE
* fix subhead text, add padding to bottom of management nav
* Update sidebar_nav.tsx
* merge merge
* fix sass lint
2019-01-03 17:09:42 -06:00
Justin Kambic
2d8e7a146b
[Uptime Monitoring] Add uptime monitoring ( #27552 )
...
* Add Uptime Monitoring (#25480 )
* Initial commit.
* Add heartbeat app to Kibana.
* Add routing architecture.
* Add graphQL endpoint.
* Rename app to be 'uptime monitoring' instead of 'heartbeat'.
* Add server tests.
* Standardize interface/class/route naming.
* Clean up GraphQL type inference script.
* Update gql schema.
* Rename classes/interfaces. Add tests for ES ping adapter.
* Rename more symbols.
* Improve angular lifecycle management.
* Move angular lifecycle management code to framework adapter.
* [Uptime Monitoring] Add user auth checks (#26070 )
* Add Uptime Monitoring (#25480 )
* Add authentication checks and tests. WIP.
* Add auth adapter types. Finish work on adapter and update tests.
* Add route errors. Rename license symbols.
* [Uptime Monitoring] Add Overview and Monitor pages (#27279 )
* Add Uptime Monitoring (#25480 )
* Initial commit.
* Add heartbeat app to Kibana.
* Add routing architecture.
* Add graphQL endpoint.
* Rename app to be 'uptime monitoring' instead of 'heartbeat'.
* Add server tests.
* Standardize interface/class/route naming.
* Clean up GraphQL type inference script.
* Update gql schema.
* Rename classes/interfaces. Add tests for ES ping adapter.
* Rename more symbols.
* Improve angular lifecycle management.
* Move angular lifecycle management code to framework adapter.
* [Uptime Monitoring] Add user auth checks (#26070 )
* Add Uptime Monitoring (#25480 )
* Add authentication checks and tests. WIP.
* Add auth adapter types. Finish work on adapter and update tests.
* Add route errors. Rename license symbols.
* Add GQL query components.
* Remove reference to dedicated histogram resolver.
* Update formatting of displayed dates and columns for monitor statuses.
* Add UI import for framework adapter.
* Add Uptime Monitoring (#25480 )
* Initial commit.
* Add heartbeat app to Kibana.
* Add routing architecture.
* Add graphQL endpoint.
* Rename app to be 'uptime monitoring' instead of 'heartbeat'.
* Add server tests.
* Standardize interface/class/route naming.
* Clean up GraphQL type inference script.
* Update gql schema.
* Rename classes/interfaces. Add tests for ES ping adapter.
* Rename more symbols.
* Improve angular lifecycle management.
* Move angular lifecycle management code to framework adapter.
* [Uptime Monitoring] Add user auth checks (#26070 )
* Add Uptime Monitoring (#25480 )
* Add authentication checks and tests. WIP.
* Add auth adapter types. Finish work on adapter and update tests.
* Add route errors. Rename license symbols.
* Add React Router and some basic breadcrumbs.
* Update application flow to subscribe to use K7 if available.
* Rename a type.
* Update to work with K7.
* Update breadcrumb module to export functions per uptime page.
* Add explicit type to object.
* HTML-encode a symbol.
* Extract router basename to prop/constant.
* Add autorefresh control and state variables.
* Support passing monitor ID to route.
* Mock up some charts in the Monitor page.
* Add spacer.
* Enlarge spacer.
* Add ID to sample link.
* Replace div with fragment.
* Remove unused text.
* Add GQL components/resolvers/queries for PingList and MonitorSelect.
* Add MonitorStatusBar GQL component, update GQL schema + resolver.
* Add GQL support for Monitor charts.
* Add auto-polling for Monitor Page components.
* Fix routing bug.
* Remove outdated code.
* Add beaker icon.
* Add snapshot component to Overview page.
* Update snapshot histogram to display monitors up/down. Update types.
* Update typings for adapters/libs.
* Move monitor list to Overview page. Update formatting of snapshot component.
* Include link from monitor table to monitor page.
* Add help link to app header.
* Remove unneeded title from Overview page.
* Update the data shown in checks list.
* Put limit on check query size.
* Remove obsolete code.
* Add filtering to Overview page.
* Add Monitor List component.
* Add filtering capabilities to errors list.
* Add pagination, sorting, and status code to errors list.
* Add Uptime Monitoring (#25480 )
* Initial commit.
* Add heartbeat app to Kibana.
* Add routing architecture.
* Add graphQL endpoint.
* Rename app to be 'uptime monitoring' instead of 'heartbeat'.
* Add server tests.
* Standardize interface/class/route naming.
* Clean up GraphQL type inference script.
* Update gql schema.
* Rename classes/interfaces. Add tests for ES ping adapter.
* Rename more symbols.
* Improve angular lifecycle management.
* Move angular lifecycle management code to framework adapter.
* [Uptime Monitoring] Add user auth checks (#26070 )
* Add Uptime Monitoring (#25480 )
* Add authentication checks and tests. WIP.
* Add auth adapter types. Finish work on adapter and update tests.
* Add route errors. Rename license symbols.
* Fix broken test.
* Add more tests for pings ES adapter.
* Remove obsolete code.
* Track autorefresh state in localStorage.
* Shrink top visualizations.
* Fix typings in monitor charts component.
* Fix typings in monitor status bar.
* Fix typings in monitor select component.
* Fix typings for monitor memory adapter.
* Update error list column ordering. Fix broken API test.
* Clean up names.
* Refactor snapshot histogram into dedicated component, make histogram data nullable.
* Add API test.
* Add Uptime Monitoring (#25480 )
* Initial commit.
* Add heartbeat app to Kibana.
* Add routing architecture.
* Add graphQL endpoint.
* Rename app to be 'uptime monitoring' instead of 'heartbeat'.
* Add server tests.
* Standardize interface/class/route naming.
* Clean up GraphQL type inference script.
* Update gql schema.
* Rename classes/interfaces. Add tests for ES ping adapter.
* Rename more symbols.
* Improve angular lifecycle management.
* Move angular lifecycle management code to framework adapter.
* [Uptime Monitoring] Add user auth checks (#26070 )
* Add Uptime Monitoring (#25480 )
* Add authentication checks and tests. WIP.
* Add auth adapter types. Finish work on adapter and update tests.
* Add route errors. Rename license symbols.
* Add test for ES pings adapter.
* Add empty prompt when no index found.
* Place limits on filtering capabilities.
* Update plugin order.
* Add date picker.
* Fix bug setting date range. Update chart color.
* Downgrade apollo cache package to avoid bumping other clients.
* Extract reference to chrome API from app startup to kibana adapter.
* Update framework_adapter_types.ts
Remove unneeded comment via GitHub web UI.
* Extract data formatting function to dedicated file to improve modularity.
* Add a TODO.
* Add TODO for moving formatting code to server.
* Switch to use auto_date_histogram agg.
* Add filter schema.
* Add pagination and sorting to Monitor List component.
* Add latest timestamp to errors list.
* Add code to default the date range's end to be greater than 'now' to avoid the user missing latest information on refresh.
* Delete console.log call from code.
2019-01-03 12:17:21 -05:00
Stacey Gammon
f3545f3b11
Typescript search embeddable ( #26863 )
...
* typescript search embeddable
* Add a comment
2018-12-12 12:56:03 -05:00
dave.snider@gmail.com
ee3b22dc85
Update to EUI 5.3.0 ( #26485 )
...
* update to EUI 5.3.0
2018-12-03 14:14:12 -08:00
Tiago Costa
95be890860
fix(NA): add normalizePath in order to fix watch optimizer when running on windows. ( #26486 )
2018-12-03 11:35:36 +00:00
Sébastien Loix
3717ff89f0
[Typescript]: Move elastic/eui typings to single file
...
* [Typescript]: Move elastic/eui typings to single file
* [Typescript]: Add typings folder to copyTask when building distributable
2018-11-23 16:36:12 +01:00