Skip to content
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

kibana API plugin #12390

Closed
wants to merge 18 commits into from
Closed

kibana API plugin #12390

wants to merge 18 commits into from

Conversation

ytzlax
Copy link
Contributor

@ytzlax ytzlax commented Jun 18, 2017

Add kibana API plugin, to known plugins

ytzlax added 2 commits June 17, 2017 22:15
Add kibana API plugin
@elasticmachine
Copy link
Contributor

Can one of the admins verify this patch?

ytzlax and others added 16 commits June 19, 2017 08:29
Add kibana API plugin
* remove Private module loader from FieldFormat

* remove dependency on bound_to_config_obj

* update field_formats registry getDefaultInstanc and getInstance to pass getConfig to FieldFormat constructors

* make previous changes work

* remove paramDefaults state from FieldFormat class, instead use getter

* remove use of shortDotsFilter in source field formatter

* fix broken tests

* remove angular dependency from field formatters

* fix _conformance test

* getConfig service and replace with inline function

* remove unneeded ngMock from __tests__/_field_format.js

* use JSON.stringify in content_types instead of aggressive_parse.tojson because function is only converting an array of strings to into a string

* pass getParamDefaults to _numeral in opts argument

* update field format editors to handle moving paramDefaults from class to instance via getter

* remove unneeded reference to self

* change to arrow functions

* change content_type export from object to only the setup function

* remove unneeded function block around simple arrow function
In order for render-count to be implemented correctly, we need to
trigger it’s completion when there are no results.
* Add new react color picker to ui framework with tests

In prep for dashboard color customization.

* address code review comments

* second round of feedback

* nativeEvent not available in a headless browser, so jenkins tests will fail without a check

* move aria-label

* Require color and have components pass undefined to use default color

* update snapshots after aria-label move

* get rid of default color

* user display: inline-block so clickable is only the width of box and lab el
* provide getFormat function to date_histogram

* move format object creation to time_buckets

* fix broken test

* pass getConfig to field format constructor since field formatters no longer manage config themselves

* fix _agg_config testing of agg without getFormat method. Old test used date_histogram which now has getFormat, so needed a new agg type

* update expect values for area chart data

* fix expect for visualize app vertical bar

* fix expect for visualize app heatmap chart
* fixing container too small message

* moving minBarWidth definition to the top

* removing container too small message from point series

* remove tests
Add kibana API plugin
@cjcenizal
Copy link
Contributor

@ytzlax Thanks for this PR, but it looks like the history may have diverged from that of master. Would you mind rebasing master or creating a new PR? Thanks!

@cjcenizal cjcenizal added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Docs labels Jul 28, 2017
@ytzlax
Copy link
Contributor Author

ytzlax commented Jul 30, 2017

Hi @cjcenizal ,
I created new PR #13206
thanks

@cjcenizal
Copy link
Contributor

Thanks! Closing in favor of #13206.

@cjcenizal cjcenizal closed this Jul 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants