-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Vector map #10448
Vector map #10448
Commits on Feb 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 31db424 - Browse repository at this point
Copy the full SHA 31db424View commit details -
Fix highlight config so it doesn't require a refresh to apply (elasti…
…c#10346) * Acknowledge doc_table:highlight config even after init * Use highlightAll on dashboard
Configuration menu - View commit details
-
Copy full SHA for bd966db - Browse repository at this point
Copy the full SHA bd966dbView commit details
Commits on Feb 15, 2017
-
Fix CheckBox and ToolBarSearchBox icon positioning. (elastic#10356)
* Fix CheckBox alignment by applying box-sizing: border-box to all before and after pseudo-elements. * Fix ToolBarSearchBox height and icon alignment. * Make Table examples consistently use the cell liner.
Configuration menu - View commit details
-
Copy full SHA for 9a3a78b - Browse repository at this point
Copy the full SHA 9a3a78bView commit details -
Fix position of button tooltips in the Dashboard and Visualize listin…
…g tables. (elastic#10358) * Fix position of button tooltips in the Dashboard and Visualize listing tables. * Remove redundant CSS from ToolBarSearch.
Configuration menu - View commit details
-
Copy full SHA for 9b447c5 - Browse repository at this point
Copy the full SHA 9b447c5View commit details -
Vislib Point Series Charts (elastic#9642)
* adding vislib chart grid * updating vislib to correctly render all new features * adding new options to kibana visualizations * update vis icon on save * updating documentation * fixing unit tests * cleaning up * updating based on UI review * adding visualize editor unit tests * selenium tests * additional option tabs * some more changes to the tabs/options [thanks CJ] * going back from Category/Value axis to X/Y axis * fixing unselected dropdown options * updating based on last UI review * updating based on last review * updating based on last review * fixing issue with axis titles * allowing to specify only upper or only lower data bound * updating based on brandons review * fixing horizontal bar chart labels * fixing test * adding backward compatibility * updating based on last review * fixing selenium tests
Configuration menu - View commit details
-
Copy full SHA for 4c85fd4 - Browse repository at this point
Copy the full SHA 4c85fd4View commit details -
fixing broken group bar chart (elastic#10313)
* fixing broken group bar chart * fixing test * updating based on last review
Configuration menu - View commit details
-
Copy full SHA for c3c8e55 - Browse repository at this point
Copy the full SHA c3c8e55View commit details -
cumulative sum, moving avg and serial diff pipeline aggregation metric (
elastic#10033) * extracting to parent agg helper * adding comulative sum agg * adding serial diff and moving avg * adding tests
Configuration menu - View commit details
-
Copy full SHA for 723c7c1 - Browse repository at this point
Copy the full SHA 723c7c1View commit details -
[optimizer] use "unsafe" defaults that have proven to be safe enough (e…
…lastic#10275) * [optimizer] use "unsafe" defaults that have proven to be safe enough * [docs] add a note to the CONTRIBUTING.md regarding potential pitfalls
Configuration menu - View commit details
-
Copy full SHA for 9b39a19 - Browse repository at this point
Copy the full SHA 9b39a19View commit details -
Fix position and appearance of magnifying glass icon when opening a S…
…aved Search in Discover. (elastic#10383)
Configuration menu - View commit details
-
Copy full SHA for e2cd8ee - Browse repository at this point
Copy the full SHA e2cd8eeView commit details
Commits on Feb 16, 2017
-
fixes error with saving hidden metrics (elastic#10220)
* fixing pie chart tooltip custom label bug * fixing the bug thomas found
Configuration menu - View commit details
-
Copy full SHA for 686a709 - Browse repository at this point
Copy the full SHA 686a709View commit details -
Add isFetchingItems flag to disable the PromptForItems when fetching …
…items in Visualize and Dashboard listing tables. (elastic#10381)
Configuration menu - View commit details
-
Copy full SHA for f002e5d - Browse repository at this point
Copy the full SHA f002e5dView commit details -
Fix Safari bug: Safari ignores :enabled pseudo class, preventing butt…
…on active and hover states from taking effect. (elastic#10369)
Configuration menu - View commit details
-
Copy full SHA for 408a2e6 - Browse repository at this point
Copy the full SHA 408a2e6View commit details -
Updates to status API, re-align status page (elastic#10180)
* [status] Only provide latest metrics * [status] Snake case requests object * [status] Add build snapshot flag, last updated time * [status] Re-add requests per second * [status] Add uptime * [status] collection_time -> collection_interval, add memory object * [status] Add api tests * [status] Add breaking changes docs * [status] Remove metrics config * [status] nest load under cpu, shorten memory and average * [status] collection_time -> collection_interval * [status api] Unnest heap, rename load to load average
Configuration menu - View commit details
-
Copy full SHA for 9bc4d91 - Browse repository at this point
Copy the full SHA 9bc4d91View commit details -
[build] Add notice file (elastic#10344)
* [build] Add notice file * [build] Include license text if available * [build] Look for both license and notice files * [build] Add node license to notice * [build] Add a base notice file including info on committed dependencies * Bump license copyright year * [build] Kibana at top of notice
Configuration menu - View commit details
-
Copy full SHA for e1b677a - Browse repository at this point
Copy the full SHA e1b677aView commit details -
Adjust Table component styles and markup to maintain fixed column wid…
…ths, regardless of cell content. (elastic#10378) * Adjust Table component styles and markup to maintain fixed column widths, regardless of cell content. - Fix ellipsis-truncation of text in IE11 and Edge. - Update Visualize landing table markup. * Update Dashboard landing table and Saved Objects table with cell liner markup.
Configuration menu - View commit details
-
Copy full SHA for bfadc5e - Browse repository at this point
Copy the full SHA bfadc5eView commit details -
Hide inline filters in absence of filter function (elastic#10394)
The inline filters are now hidden when no `filter` property has been passed to the row directive, which is more consistent with the filters in the document details table. The context view relies on this behaviour to hide the filtering actions. Improving the `inlineFilter` to actually re-use the passed `filter` function happens in elastic#10395.
Configuration menu - View commit details
-
Copy full SHA for 7c02f3b - Browse repository at this point
Copy the full SHA 7c02f3bView commit details -
[plugin cli] Fix file:/// paths on Windows (elastic#10083)
* [plugin cli] Fix file:/// paths on Windows * [plugin cli] Stricter path checking, keeps support for file:// * [plugin cli] Add deprecation warning for file://
Configuration menu - View commit details
-
Copy full SHA for 9120d17 - Browse repository at this point
Copy the full SHA 9120d17View commit details -
Re-use the filter function for inline filtering (elastic#10395)
Re-using the passed filter function improves consistency with the implementation of the filters in the document details table.
Configuration menu - View commit details
-
Copy full SHA for 1a84ce1 - Browse repository at this point
Copy the full SHA 1a84ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cfbd3d - Browse repository at this point
Copy the full SHA 9cfbd3dView commit details -
[courier] resolve looper iteration when requests are aborted (elastic…
…#10392) * [courier] resolve looper iteration when requests are aborted The search looper returns the promise from search executions to ensure that subsequent loops do not run until the previous loop has completed. This causes the looper to get stuck when all of the aborted requests are completed, as completed requests do not resolve or reject their promises, causing the looper to never allow another search loop. Since this behavior is desirable for pages where we don't want to execute the `.then()` or `.catch()` callbacks for requests that were aborted, we work around it in this specific case by creating a promise that is resolved when each request is either aborted or completed. * [ui/promises] add Promise.race() method to Promises util * [courier/request] use angular promises in courier * [courier/looper] no single-letter variables * [ui/promises] add tests for Promise.race()
Configuration menu - View commit details
-
Copy full SHA for c5d3fd5 - Browse repository at this point
Copy the full SHA c5d3fd5View commit details -
Stub node's fs when using webpack (elastic#10411)
Rashid Khan authoredFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 60b36f7 - Browse repository at this point
Copy the full SHA 60b36f7View commit details
Commits on Feb 17, 2017
-
Adding attributes to be used by sharing (elastic#10234)
* Adding attributes to be used by sharing * Moving the shared-item tags for dashboard panels * Switching from shared-item-title/description to just title/description * Removing move noise * Fixing typo * Adding data- prefix before attributes, began writing tests Adding shared-item title tests Switching up the panel tests Adding description tests Fixing linting Adding dashboard timefilter test Adding visualization shared-item tests Adding shared-timefilter tests Adding discover shared-item tests * Fixing shared-items-count on dashboard * Fixing functional test data for discover and visualize
Configuration menu - View commit details
-
Copy full SHA for 2fb2b4c - Browse repository at this point
Copy the full SHA 2fb2b4cView commit details
Commits on Feb 18, 2017
-
Migrate from a handrolled interface for building examples to using Re…
…act Components directly. (elastic#10259) * Migrate from a handrolled interface for building examples to using React Components directly. * Wrap components with containers instead of passing down state and actions via context.
Configuration menu - View commit details
-
Copy full SHA for e570afc - Browse repository at this point
Copy the full SHA e570afcView commit details
Commits on Feb 20, 2017
-
Do not generate msearch request for visualizations that set requiresS…
…earch to false (elastic#9658) * only watch searchSource when vis requires search * add test
Configuration menu - View commit details
-
Copy full SHA for 15d1e7c - Browse repository at this point
Copy the full SHA 15d1e7cView commit details
Commits on Feb 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a3ddaa1 - Browse repository at this point
Copy the full SHA a3ddaa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f4ac2 - Browse repository at this point
Copy the full SHA a5f4ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 623c0d3 - Browse repository at this point
Copy the full SHA 623c0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be84bb - Browse repository at this point
Copy the full SHA 1be84bbView commit details -
Update known-plugins.asciidoc (elastic#10301) (elastic#10493)
manual cherry-pick of dd6cb4a, which was originally committed on 5.2. This is the forward port.
Configuration menu - View commit details
-
Copy full SHA for 47ca135 - Browse repository at this point
Copy the full SHA 47ca135View commit details -
Update known-plugins.asciidoc (elastic#9693) (elastic#10496)
This is a cherry-pick of e4dca4f. This was originally committed on 5.1. This is a forward port.
Configuration menu - View commit details
-
Copy full SHA for 5f58cd5 - Browse repository at this point
Copy the full SHA 5f58cd5View commit details
Commits on Feb 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 21d9e5a - Browse repository at this point
Copy the full SHA 21d9e5aView commit details -
typo in word normal (elastic#10485)
Maybe related to reported issue elastic#10473
Configuration menu - View commit details
-
Copy full SHA for 3d77727 - Browse repository at this point
Copy the full SHA 3d77727View commit details -
Executing the visualize shared-item title/description tests in a try (e…
…lastic#10441) This function test can be flaky if we try to grab the attributes before the visualization has finished rendering, so we're wrapping it in a try
Configuration menu - View commit details
-
Copy full SHA for 0bd7f42 - Browse repository at this point
Copy the full SHA 0bd7f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca71e37 - Browse repository at this point
Copy the full SHA ca71e37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb4d51 - Browse repository at this point
Copy the full SHA 2cb4d51View commit details -
Show event context (elastic#9198)
This adds a link to the detail view of discover rows to switch to a view of the documents immediately before and after the selected document. Since that view uses the timestamp field of the index pattern, it is only available for time-based indices. See elastic#9198 for detailed screenshots.
Configuration menu - View commit details
-
Copy full SHA for 85facdd - Browse repository at this point
Copy the full SHA 85facddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc913d - Browse repository at this point
Copy the full SHA 7cc913dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de7ad9 - Browse repository at this point
Copy the full SHA 9de7ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0536b1 - Browse repository at this point
Copy the full SHA a0536b1View commit details -
[breadcrumbs] - fix breadcrumb url matcher, add management intermedia…
…ry routes (elastic#10084) [breadcrumbs] Redirect to parent page for management intermediate route paths [breadcrumbs] Fix snake case and camelcase routes handling, update tests [breadcrumbs] omit "indices" index pattern breadcrumb [breadcrumbs] Document the BreadCrumbUrl object [breadcrumbs] Remove hardcoded omitPages, fix double slash bug
Configuration menu - View commit details
-
Copy full SHA for a93f8e2 - Browse repository at this point
Copy the full SHA a93f8e2View commit details
Commits on Feb 23, 2017
-
docs: Fixes key for Tribe's requestTimeout (elastic#10525)
Backports PR elastic#10503 **Commit 1:** Update doc Include elasticsearch.tribe.requestTimeout setting * Original sha: 5a01e24 * Authored by Nikhil Patel <[email protected]> on 2017-02-22T11:17:01Z * Committed by GitHub <[email protected]> on 2017-02-22T11:17:01Z
Configuration menu - View commit details
-
Copy full SHA for a8989cc - Browse repository at this point
Copy the full SHA a8989ccView commit details -
Apply kui framework styles to single doc view (elastic#10200)
* Apply kui framework styles to single doc view * Clean up header content * Replace usage of entry with document relates to elastic#10198
Configuration menu - View commit details
-
Copy full SHA for 925b7da - Browse repository at this point
Copy the full SHA 925b7daView commit details -
[UI Framework] Add View component. Add support for full-screen exampl…
…es. (elastic#10454) * Move kuiView into UI Framework. Add View example. Add support for full-screen examples. * Organize nav items by components and sandboxes.
Configuration menu - View commit details
-
Copy full SHA for 743f8c0 - Browse repository at this point
Copy the full SHA 743f8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e198023 - Browse repository at this point
Copy the full SHA e198023View commit details -
Show warning when importing a missing type (elastic#10521)
* show warning when importing a missing type * remove template string concatenation
Configuration menu - View commit details
-
Copy full SHA for 864a2fb - Browse repository at this point
Copy the full SHA 864a2fbView commit details -
Add EventsSandbox and HeaderBarSandbox examples. (elastic#10544)
[UI Framework] Add EventsSandbox and HeaderBarSandbox examples.
Configuration menu - View commit details
-
Copy full SHA for dd640d7 - Browse repository at this point
Copy the full SHA dd640d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf8277 - Browse repository at this point
Copy the full SHA 1cf8277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d1a46 - Browse repository at this point
Copy the full SHA 76d1a46View commit details
Commits on Feb 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 92d9e47 - Browse repository at this point
Copy the full SHA 92d9e47View commit details -
Clarifying changing chart type option (elastic#10463)
* fixing elastic#10427 * fixing test
Configuration menu - View commit details
-
Copy full SHA for 4c5044a - Browse repository at this point
Copy the full SHA 4c5044aView commit details -
Warn if the title is a duplicate (elastic#10321)
* Warn if the title is a duplicate * warn when copyOnSave is checked. add a test * update message * fix tests * Fix issues with substring matching add more tests. * make case insensitive and return matching title * Fix bug caused by subtle difference between this.type and type Add a comment and rename one of the variables to make the distinction clearer. * add debug messages. * fix tests again * uncomment out tests * more debug messages * save more screenshots * Need to wait till save finishes or the page may redirect the url after the page has navigated away * address code review comments
Configuration menu - View commit details
-
Copy full SHA for c253583 - Browse repository at this point
Copy the full SHA c253583View commit details -
[optimize] Load babel environment variables before babel-register (el…
…astic#10432) * [optimize] Load babel environment variables before babel-register * [optimize] Move babel register to function call
Configuration menu - View commit details
-
Copy full SHA for 0333fda - Browse repository at this point
Copy the full SHA 0333fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df84ee - Browse repository at this point
Copy the full SHA 3df84eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for be177cc - Browse repository at this point
Copy the full SHA be177ccView commit details -
Merge branch 'metrics' of https://github.com/simianhacker/kibana into…
… simianhacker-metrics (elastic#10564) # Conflicts: # test/functional/apps/visualize/_chart_types.js
Configuration menu - View commit details
-
Copy full SHA for d38e3c2 - Browse repository at this point
Copy the full SHA d38e3c2View commit details -
using field formatters for heatmap legend (elastic#10529)
* using field formatters for heatmap legend * fixing test
Configuration menu - View commit details
-
Copy full SHA for 7084d55 - Browse repository at this point
Copy the full SHA 7084d55View commit details
Commits on Feb 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c2f9ff2 - Browse repository at this point
Copy the full SHA c2f9ff2View commit details
Commits on Feb 27, 2017
-
show buckets from top to bottom in horizontal bar chart (elastic#10464)
* fixing elastic#10426 * fixing based on review
Configuration menu - View commit details
-
Copy full SHA for e98efa9 - Browse repository at this point
Copy the full SHA e98efa9View commit details -
Correct display of warning header (elastic#10470)
* Correct display of warning header Elasticsearch produces warning headers for the use of deprecated features. These warning headers can contain commas which breaks the splitting of multiple values on commas. Upstream Elasticsearch has changed the warning headers to be specification compliant so that these headers can be safely split (the warning text and warning date must be quoted, so splits should only occur on commas that are not contained in quotes). Additionally, the upstream change includes additional details that are not needed for display in Console (a warning code, the Elasticsearch version that produced the warning, and the warning date). This commit corrects the splitting logic in Console to only split on commas not contained in quotes, and to extract the warning text from each warning header. * Safer regex handling If the warning header from Elasticsearch comes back in the wrong format, this could lead to the regex not matching which would lead to a blow-up. While Elasticsearch should not do this, let us be defensive here. * Stricter handling of warning headers * Add tests for deprecation messages
Configuration menu - View commit details
-
Copy full SHA for 38ca174 - Browse repository at this point
Copy the full SHA 38ca174View commit details -
fixing heatmap rotate checkbox (elastic#10333)
* fixing heatmap rotate checkbox * updating based on thomas review
Configuration menu - View commit details
-
Copy full SHA for 327fef3 - Browse repository at this point
Copy the full SHA 327fef3View commit details -
remove custom label for terms order agg and parent pipeline agg metri…
…cs and fix excluded pipeline aggs (elastic#10506) * allowing to hide custom label * hiding custom label on terms order by * hiding custom label on parent pipeline aggs metrics * adding tests
Configuration menu - View commit details
-
Copy full SHA for 809719d - Browse repository at this point
Copy the full SHA 809719dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce64bd - Browse repository at this point
Copy the full SHA 0ce64bdView commit details -
CSS fix for scrollable doc table in FireFox (elastic#10592)
* CSS fix for scrollable doc table in FireFox * add comments
Configuration menu - View commit details
-
Copy full SHA for a6246e5 - Browse repository at this point
Copy the full SHA a6246e5View commit details -
[functional tests] implement clickTestSubject helper (elastic#10576)
Calling `.findTestSubject().click()` seems to be particularly error prone. This helper combines to the two actions and wraps them in a retry so we don't have to keep scattering `PageObject.common.try()` calls throughout the tests.
Configuration menu - View commit details
-
Copy full SHA for 805cac2 - Browse repository at this point
Copy the full SHA 805cac2View commit details -
[UI Framework] Refine Tab focused and selected states. (elastic#10560)
* Refine Tab focused state. * Open up bottom border of selected Tab. * Remove focus outline when a Tab is selected or active. * Override Bootstrap styles that affect Tabs.
Configuration menu - View commit details
-
Copy full SHA for b3805f7 - Browse repository at this point
Copy the full SHA b3805f7View commit details
Commits on Feb 28, 2017
-
Update Index Pattern header to use UI Framework components. (elastic#…
…10390) * Update Index Pattern header to use UI Framework components. * Fix functional tests.
Configuration menu - View commit details
-
Copy full SHA for d6bf621 - Browse repository at this point
Copy the full SHA d6bf621View commit details -
allowing 0 for extent value (elastic#10528)
* allowing 0 for extent value * fixing based on review
Configuration menu - View commit details
-
Copy full SHA for 44e7248 - Browse repository at this point
Copy the full SHA 44e7248View commit details
Commits on Mar 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b5180a0 - Browse repository at this point
Copy the full SHA b5180a0View commit details -
[UI Framework] Add ToggleButton component and add example of expanded…
… row to Table example (elastic#10623) * Add ToggleButton component and add example of expanded row to Table example.
Configuration menu - View commit details
-
Copy full SHA for e85a38e - Browse repository at this point
Copy the full SHA e85a38eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4abae - Browse repository at this point
Copy the full SHA ac4abaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e326567 - Browse repository at this point
Copy the full SHA e326567View commit details -
Sum, Avg, Min and Max bucket pipeline aggregation (elastic#10070)
* allow parent aggs to have sub aggs defined * adding bucket_sum aggregation * adding bucket_avg, bucket_min and bucket_max * fixing based on UI review * adding tests * disable terms sorting on pipeline aggs * fixing based on Staceys review * adding defaults * updated based on review * fixing error with stacking
Configuration menu - View commit details
-
Copy full SHA for 841a3d2 - Browse repository at this point
Copy the full SHA 841a3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9796832 - Browse repository at this point
Copy the full SHA 9796832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d9188 - Browse repository at this point
Copy the full SHA 67d9188View commit details -
When a date is selected in absolute mode, set to start/end of day (el…
…astic#10433) * In absolute timepicker, use whole days * Use ngModelOptions instead of implicit bindings * fix absolute timepicker test * Fix wording in test
Configuration menu - View commit details
-
Copy full SHA for 3b0c41c - Browse repository at this point
Copy the full SHA 3b0c41cView commit details -
do not render the visualization/search if there is an error (elastic#…
…10500) * do not render the visualization/search if there is an error * added tests in the case where a visualization of the dashboard is not found
Configuration menu - View commit details
-
Copy full SHA for b19e16c - Browse repository at this point
Copy the full SHA b19e16cView commit details -
[UI Framework] Close Code Viewer when you navigate to a new example. (e…
…lastic#10601) * Show title in CodeViewer. * Remove unused cases from CodeViewerReducer. * Close code viewer when the user navigates to a new example page.
Configuration menu - View commit details
-
Copy full SHA for 5b4276c - Browse repository at this point
Copy the full SHA 5b4276cView commit details -
Modifying timelion redraw logic to fix timing issue (elastic#10486)
* Modifying timelion redraw logic to fix timing issue When Timelion has issues plotting the series, it tries to redraw in 500ms. In some situations, another event triggers the drawPlot function and it completes successfully and then the redraw comes through and can clear-out the correctly drawn chart * Modifying redraw logic to actually clear out the $.elem() * Removing the setTimeout logic, and returning early
Configuration menu - View commit details
-
Copy full SHA for 899f040 - Browse repository at this point
Copy the full SHA 899f040View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b5c3a - Browse repository at this point
Copy the full SHA d1b5c3aView commit details -
elastic#10099 adds keyboard handling to close confirm_modal on ESC (e…
…lastic#10455) * elastic#10099 adds keyboard handling to close confirm_modal on ESC * remove resetSpyCounts, use beforeEach * elastic#10099 change from .bind to .on and remove unnecessary onKeyDown call * elastic#10099 move ESC handling to confirm_modal.js
Configuration menu - View commit details
-
Copy full SHA for cbe26ea - Browse repository at this point
Copy the full SHA cbe26eaView commit details
Commits on Mar 2, 2017
-
Management sections: Allow easy sub-section lookup (elastic#10651)
* Allow sub-section lookup using `/` separator * Adding assertion to check against the more explicit method * Conforming to JS style guide * Better wording
Configuration menu - View commit details
-
Copy full SHA for 7cbc22b - Browse repository at this point
Copy the full SHA 7cbc22bView commit details -
Time Series Metric Visualizations (elastic#9725)
* Initial import * updating the editor width to match the new specs * Adding tribe node support * Adding tests for server libs * removing bluebird * removing extra cruft * Fixing the font sizes * Fixed the updating code * Adding brushing * Fixing linting issues * Adding global filters * Adding missing packages * Default gauge style to half circle * Fixing the markdown css bug * Adding tests for the get_vis_data api * Adding time offset * Adding time offset to each type * fixing bugs from time offset * adding index pattern option to series * Adding index pattern overrides * Adding index pattern overrides * Fixing tests * Fixing brushing in the vis editor * Changing the label * Change the behavior of selecting a pipeline agg when only one exists. * Refactoring series a bit * Changing series options to just options * Making sure we honor the toaster container height * Adding first tests * renaming vis_config to panel_config * renaming vis_config to panel_config * Adding more tests * adding more tests * removing api subdirectory * refactoring get_vis_data (breaking it up and removing unused imports) * reorganizing the visualization directory * Re-organizing directory layouts and moving things to more logical places * Refactoring React compontents to use ES6 syntax and adding propTypes for each. Also refactored out splats as much as possible. * Adding serial differencing * Refactored gauge to use 2 components instead of 4 * Finishing react refactor on visualizations. Consolidated legned funtionality * Refactoring series config and removing a bunch of duplicate code * fixing series config name * Fixing numbers and strings (doesnt matter which it is); Fixing classname * Changing the way the dark theme works * Adding new vis into list for test * Adding empty bucket check * Fixing the index patterns in the aggs * Fixing typo * Refactoring vis_data * Fixing std_metric * Fixing refresh-hack * Adding tests for get_splits, get_last_metric, map_bucket * Fixing the error handing * removing restrictions * Sometimes values are strings or numbers... it doesn't matter * Adding new color options for splits * Fixing colors * fixing size * Adding support for fitlers agg * Fixing tests * Fixing splits for filters * Fixing Top N to work better with fitlers * Adding annotation editor * initial work for annotations * Finalizing annotations * Fixing label * making it expandable * Fixing hacks fixed by elastic#10175 * Fixing bars to use the same stacking options as lines * Getting rid of align by colons * removing unused depends * removing unused depends * Changing to readable lodash function * Adding missing parens * refactoring custom color picker * Removing string refs and converting uncontrolled components * Fixing the controlled components where value maybe null; converting error to css * refactoring styles from components * fixing the refresh behavoir borked by fullEditor * Adding the executor service * Fixing the test directories * fixing save * Adding filter ratios * Fixing controlled components * Trying to fix the weird typing * Fixing offset bug with days * Adding percentile rank * Fixing yaxis updates; fixing percentile rank layout; adding steps to line chart * removing unused depends * Fixed a bug with the index patterns updating; fixed bug with charts rendering too much * Fixing tests * Commenting out React tests because the ENV must have change and they are no longer working * Moving bucket transform * moving calculate auto * Moving calculate_indices * moving extended_stats_types && get_agg_value * moving get_buckets_path * moving get_sibling_agg_value * moving parse_settings * moving series_agg * Moving unit_to_seconds * Fixing tests * Fixing per PR * Renaming vars to make it more clear what's happening * Changing the way testible functions are exported * fixing tests * removing unused imports; fixing typos; fixing package name * Name has to match the plugin path * Fixing typos; removing unused imports * fixing tests * rearanging and removing unused imports * Fixing a bug with unque names for radio buttons on the same form * Fixing filter ratio to use a metric instead of just count * fixing a bug with the new filter ratios * Fixing the file path from the #8 * Fixing renderComplete trigger; Fixing embedded mode; Changing names for Timelion and Time Series Visual Builder * Fixing name * Fixing docs * Fixing a typo for the field select for terms splits * Fixing tests
Configuration menu - View commit details
-
Copy full SHA for 4f3e625 - Browse repository at this point
Copy the full SHA 4f3e625View commit details -
Rename Side Nav Link title and href attributes to label and url. (ela…
…stic#10660) * Rename Side Nav Link title and href attributes to label and url.
Configuration menu - View commit details
-
Copy full SHA for 7fb7eb9 - Browse repository at this point
Copy the full SHA 7fb7eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab20b0 - Browse repository at this point
Copy the full SHA 0ab20b0View commit details
Commits on Mar 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7aecc85 - Browse repository at this point
Copy the full SHA 7aecc85View commit details -
Fixing query to field status to use integer instead of timestamp stri…
…ng (elastic#10684) * Fixing query to field status to use integer instead of timestamp string * Adding format; fixing tests
Configuration menu - View commit details
-
Copy full SHA for 1808e88 - Browse repository at this point
Copy the full SHA 1808e88View commit details -
Update doc table when auto refresh contains doc updates (elastic#10385)
The problem: if a doc is already displayed in the doc table and it gets updated in elasticsearch, that change won't be reflected in the doc table via auto-refresh because our ng-repeat track by only looks at index, type, and score. I've fixed this by including the _version in the search response and then adding it to the track by. Fixes elastic#3430 Fixes elastic#7505
Configuration menu - View commit details
-
Copy full SHA for 5a0a487 - Browse repository at this point
Copy the full SHA 5a0a487View commit details -
Moving front-end code out of devDependencies (elastic#10670)
* Moving front-end code out of devDependencies * removing range specifier * overriding [email protected] to MIT * upgrading react-color; upgrading react; upgrading pui-tooltip;
Configuration menu - View commit details
-
Copy full SHA for a38ae49 - Browse repository at this point
Copy the full SHA a38ae49View commit details -
build: always run build task in jenkins (elastic#10689)
We always run the build task now in jenkins jobs rather than only in the core builds. This ensures that the build task runs in PR builds even though the build artifacts are not used for anything. Ideally all the selenium tests would run against this build rather than it just being something that gets ran and forgotten about, but this is a first step.
Configuration menu - View commit details
-
Copy full SHA for 9e39956 - Browse repository at this point
Copy the full SHA 9e39956View commit details -
Configuration menu - View commit details
-
Copy full SHA for b804ea0 - Browse repository at this point
Copy the full SHA b804ea0View commit details
Commits on Mar 4, 2017
-
Prompt about overwriting existing saved objects (elastic#10663)
* prompt about overwriting existing saved objects If the user selects now, things work the same as before, but selecting yes will just overwrite existing saved objects without prompting * add more white space because https://github.com/elastic/kibana/blob/master/style_guides/js_style_guide.md#chaining-operations * re-word the overwrite all dialog
Configuration menu - View commit details
-
Copy full SHA for 82b37aa - Browse repository at this point
Copy the full SHA 82b37aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b9535 - Browse repository at this point
Copy the full SHA 08b9535View commit details -
Handle importing invalid types (elastic#10666)
* show service errors but resolve promise By handling service failures explicitely, the error doesn't bubble up the promise chain, so tasks that have to happen after it, like refreshing the index and data, still happen, and the UI will be in sync with the data in the .kibana index * throw error on invalid saved object type * append useful info to the type error message
Configuration menu - View commit details
-
Copy full SHA for 46c9605 - Browse repository at this point
Copy the full SHA 46c9605View commit details -
Fixing the title removal for gauges, metric, and markdown for Time Se…
…ries Visual Builder (elastic#10707) * Fixing the title removal for gauges, metric, and markdown * Adding comment about the $timeout
Configuration menu - View commit details
-
Copy full SHA for 053ebfa - Browse repository at this point
Copy the full SHA 053ebfaView commit details
Commits on Mar 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 06049c2 - Browse repository at this point
Copy the full SHA 06049c2View commit details
Commits on Mar 8, 2017
-
Updated broken url in CONTRIBUTING.md (elastic#10715)
* Updated broken url in CONTRIBUTING.md * Switched url to the master documentation. * Changes from future release documentation to current release docs.
Configuration menu - View commit details
-
Copy full SHA for 36aadda - Browse repository at this point
Copy the full SHA 36aaddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ec66b - Browse repository at this point
Copy the full SHA 26ec66bView commit details
Commits on Mar 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 30bbf3a - Browse repository at this point
Copy the full SHA 30bbf3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 502843a - Browse repository at this point
Copy the full SHA 502843aView commit details
Commits on Mar 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d1b5056 - Browse repository at this point
Copy the full SHA d1b5056View commit details
Commits on Mar 12, 2017
-
Update known-plugins.asciidoc (elastic#10738)
Added the Funnel Visualization plugin
Configuration menu - View commit details
-
Copy full SHA for a1252f1 - Browse repository at this point
Copy the full SHA a1252f1View commit details -
Syntax fixes test code (elastic#10747)
* Removed a comma that should not be there. * Should use double quotes if an expression is in a string.
Configuration menu - View commit details
-
Copy full SHA for 1b7af07 - Browse repository at this point
Copy the full SHA 1b7af07View commit details
Commits on Mar 14, 2017
-
Remove some lodash usage (elastic#10746)
* Remove some lodash usage Remove lodash usage including reduce, map, and filter * Add 0 as second parameter Add a 0 as a parameter to the reduce method to fix tests
Configuration menu - View commit details
-
Copy full SHA for af6bb1c - Browse repository at this point
Copy the full SHA af6bb1cView commit details
Commits on Mar 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9902513 - Browse repository at this point
Copy the full SHA 9902513View commit details
Commits on Mar 16, 2017
-
[Management] Apply kuiPanelHeaderSections to product panels (elastic#…
…10622) * [Management] Apply kuiPanelHeaderSections to product panels * switch to dark gray on light gray icons per design * changes per review feedback
Configuration menu - View commit details
-
Copy full SHA for 23b2c73 - Browse repository at this point
Copy the full SHA 23b2c73View commit details -
[UI Framework] Move Badge, Card, Column, and Notice components from b…
…ase.less into UI Framework. (elastic#10777) * Move Badge, Card, Column, and Notice components from base.less into UI Framework. * Add deprecation comment to Column page.
Configuration menu - View commit details
-
Copy full SHA for 23ac54d - Browse repository at this point
Copy the full SHA 23ac54dView commit details
Commits on Mar 17, 2017
-
Adds disabled, visible, and tooltip properties to section class/templ…
…ate (elastic#10784) * Adds disabled, visible, and tooltip properties to section class/template * adds tests
Configuration menu - View commit details
-
Copy full SHA for 3bcb7dd - Browse repository at this point
Copy the full SHA 3bcb7ddView commit details -
[UI Framework] Add Label, SearchInput, and FieldGroup components. (el…
…astic#10713) * Add SearchInput and FieldGroup components.
Configuration menu - View commit details
-
Copy full SHA for 3e53525 - Browse repository at this point
Copy the full SHA 3e53525View commit details
Commits on Mar 18, 2017
-
Highlight area chart when hovered (elastic#10460)
* Highlight area chart when hovered * Added browser tests for area chart hover
Configuration menu - View commit details
-
Copy full SHA for 84eed3a - Browse repository at this point
Copy the full SHA 84eed3aView commit details -
Tilemap heatmap - to prevent flickering on mousemove, keep reference …
…to the currently active feature and only change if nearest feature is not active (elastic#10467) Added patch from @thomasneirynck for tooltips to follow mouse
Configuration menu - View commit details
-
Copy full SHA for 0c3444f - Browse repository at this point
Copy the full SHA 0c3444fView commit details
Commits on Mar 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for be2cb4b - Browse repository at this point
Copy the full SHA be2cb4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7b471 - Browse repository at this point
Copy the full SHA 5e7b471View commit details -
UI Tweaks for Time Series Visual Builder (elastic#10739)
* A few UI tweaks for Time Series series config * fixing number inputs for color rules and fixing picker
Configuration menu - View commit details
-
Copy full SHA for d22861f - Browse repository at this point
Copy the full SHA d22861fView commit details -
Kibana Globalization - Phase 2 (elastic#8766)
* Integrate angular-translate globalization framework with i18n engine * Provide template for enabling translations in an AngularJS view by translating a view * Verification tool for translation keys used in angular-translate * Documentation
Configuration menu - View commit details
-
Copy full SHA for 3aa5938 - Browse repository at this point
Copy the full SHA 3aa5938View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1dbbf8 - Browse repository at this point
Copy the full SHA e1dbbf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d5ba7 - Browse repository at this point
Copy the full SHA 96d5ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0900e9a - Browse repository at this point
Copy the full SHA 0900e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35dda8a - Browse repository at this point
Copy the full SHA 35dda8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f7263 - Browse repository at this point
Copy the full SHA 58f7263View commit details -
Configuration menu - View commit details
-
Copy full SHA for b053d96 - Browse repository at this point
Copy the full SHA b053d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 386114a - Browse repository at this point
Copy the full SHA 386114aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0e7c0 - Browse repository at this point
Copy the full SHA 0b0e7c0View commit details -
move legend with option add tms settings add min/max zoom settings add valueformatters
Configuration menu - View commit details
-
Copy full SHA for 8519ad5 - Browse repository at this point
Copy the full SHA 8519ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 295bf51 - Browse repository at this point
Copy the full SHA 295bf51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a14e1e - Browse repository at this point
Copy the full SHA 2a14e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7813a9f - Browse repository at this point
Copy the full SHA 7813a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1eed1 - Browse repository at this point
Copy the full SHA 6a1eed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 578e01b - Browse repository at this point
Copy the full SHA 578e01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc81b16 - Browse repository at this point
Copy the full SHA bc81b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9083d5e - Browse repository at this point
Copy the full SHA 9083d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b42f9 - Browse repository at this point
Copy the full SHA e0b42f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea4d7e - Browse repository at this point
Copy the full SHA 5ea4d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a32e33f - Browse repository at this point
Copy the full SHA a32e33fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c8fa6 - Browse repository at this point
Copy the full SHA 81c8fa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9987cd8 - Browse repository at this point
Copy the full SHA 9987cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89639f - Browse repository at this point
Copy the full SHA c89639fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5a77e - Browse repository at this point
Copy the full SHA 7e5a77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d6243 - Browse repository at this point
Copy the full SHA 19d6243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76aff13 - Browse repository at this point
Copy the full SHA 76aff13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0375354 - Browse repository at this point
Copy the full SHA 0375354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff0758 - Browse repository at this point
Copy the full SHA 8ff0758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 759a360 - Browse repository at this point
Copy the full SHA 759a360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6d7b3 - Browse repository at this point
Copy the full SHA 8b6d7b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b81cdc - Browse repository at this point
Copy the full SHA 9b81cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3016694 - Browse repository at this point
Copy the full SHA 3016694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3008db8 - Browse repository at this point
Copy the full SHA 3008db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f24dd - Browse repository at this point
Copy the full SHA a7f24ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a97f8 - Browse repository at this point
Copy the full SHA 88a97f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfdb742 - Browse repository at this point
Copy the full SHA cfdb742View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b87a3 - Browse repository at this point
Copy the full SHA c3b87a3View commit details