Commit graph

2 commits

Author SHA1 Message Date
Aaron Caldwell
c4458ca1b4
[File upload] Move File Upload to New Platform (#58550)
* Move file upload to np. Some additional mods & removals

* Consume file upload from NP in maps and pass to kibana services

* Register telemetry mappings

* Init indexPatternService in start method

* Fix type check issues. Add missing prop to telemetry

* Update i18n path

* Review feedback
2020-03-04 06:44:44 -07:00
Aaron Caldwell
b136bfdb82
[File upload][Maps] NP migration for server & client (#51045)
* Use np savedObjectsClient in indexing service

* Export File Upload UI via start since it requires initialization

* Pass services through top level react component props

* Handle basePath ref and 'kbn-version' for requests

* Bulk of logic for removing hapi server dependencies for server app

* Use request obj subset of original request

* Move startup logic over to server plugin file and call from index.js

* Update server tests

* Clean up

* Remove old makeUsageCollector export statement

* initServicesAndConstants in the start method instead of in the react component

* Review feedback
2019-11-25 10:19:24 -07:00