kibana/test/functional/page_objects
Nathan Reese e1399d751f
Sample data (#17807)
* register list, install, and uninstall endpoints

* decorate server with methods needed to register data sets

* implement list endpoint, add flights sample data set

* stream data file

* create sample data index with mappings

* bulk insert into elsaticsearch

* more loadBulk work

* advance time stamp

* change http method back to post

* delete index on uninstall

* last 15 minutes example

* add option to preserver day of week and time of day

* import saved objects on install and delete saved objects on delete

* update uiSetting defaultIndex on install and uninstall

* use correct format for saved object json

* Adding example sample data, mappings and dashboards

* add sample data tab to Add Data page

* add launch button

* add sample data link to empy index pattern create state

* fix jest tests

* add toast nofication on success and fail install/uninstall

* move uiSettings of defaultIndex to client, clear index patterns get id cache

* put link to sample data sets on home page

* updated saved objects and data set

* add card for sample data

* add preview image

* updated dashboards and data set

* update button text

* woops, forgot vega

* compress data json file

* move flights data file to same folder as saved objects file

* add functional tests

* updates from chrisdavies review

* fix install API call - broken on last commit

* fix mistake in create_index_pattern

* updates from Stacey-Gammon review

* remove delete from install API

* add more tests to ensure dashboard renders as expected

* better error message on install and uninstall failure

* remove checks that may change from run to run to keep functional tests stable

* update scripted field to reflect changes in ES

* change saved object install/uninstall error code from 500 to 403

* add more logic to check if dataset is installed and display a disabled add button when there is a problem checking status

* make add data links be side-by-side on home page

* propery handle savedObjectClient bulkCreate errors. Ensure launch dashboard exists in test if dataset is installed

* ignore saved object delete 404s since users could have deleted some of the saved objects via the UI

* show response error in toast, delete index before trying to create, log create index error
2018-05-24 14:39:07 -06:00
..
common_page.js EUI dashboard add panel (#17374) 2018-05-24 11:05:52 -06:00
console_page.js [functionalTestRunner] replace intern (#10910) 2017-04-11 17:01:06 -05:00
context_page.js remove inline awaits (#13043) 2017-07-25 15:07:02 -04:00
dashboard_page.js Pluggable panel actions (#18877) 2018-05-24 14:53:42 -04:00
discover_page.js Wait longer for load discover search (#19265) 2018-05-22 13:27:54 +02:00
header_page.js Use find service instead of remote directly (#19070) 2018-05-15 14:16:28 -04:00
home_page.js Sample data (#17807) 2018-05-24 14:39:07 -06:00
index.js Kibana home page tests (#15098) 2017-11-29 16:24:00 -05:00
monitoring_page.js Upgrade to eslint 4 (#14862) 2017-11-14 18:16:59 -07:00
point_series_page.js remove inline awaits (#13043) 2017-07-25 15:07:02 -04:00
settings_page.js [Management] Saved objects to React/EUI! (#17426) 2018-05-17 13:46:47 -04:00
shield_page.js Upgrade to eslint 4 (#14862) 2017-11-14 18:16:59 -07:00
timelion_page.js [timelion] provide argument suggestions when argument name not provided (#15081) 2017-11-28 08:51:11 -07:00
visual_builder_page.js [TSVB] Math Aggregation (two point oh) (#16965) 2018-04-11 14:06:28 -07:00
visualize_page.js fixing disabled aggs (#18796) 2018-05-17 07:40:31 -05:00