Commit graph

12587 commits

Author SHA1 Message Date
Court Ewing
834f56392e Apply -snapshot suffix during build task
The default behavior of the build task is to now apply the -snapshot
suffix dynamically rather than us manually hardcoding and managing it
within the source code itself. The `--release` flag will drop the
-snapshot suffix on a build, which should be used for any release
candidate.

The default behavior of the build task has also changed to create
rpm/deb packages as well. Since we've only confirmed that this works on
linux, you can override that behavior by passing `skip-os-packages`.

If you do not want to create any zip or tar.gz archives, you can pass
`--skip-archives`.
2016-06-11 15:57:30 -04:00
Shaunak Kashyap
5cf440c19a Merge pull request #7428 from ycombinator/gh-7424
Don't turn Kibana plugin red if Kibana index is not yet ready
2016-06-10 16:51:54 -05:00
Shaunak Kashyap
34258186bf
Using template string instead of concatenation 2016-06-10 13:38:10 -07:00
Shaunak Kashyap
58f9843c64
Removing unused variable 2016-06-10 13:37:56 -07:00
Shaunak Kashyap
db780bd645
Removing window reload code in favor of the right fix for what is a legacy issue 2016-06-10 13:26:23 -07:00
CJ Cenizal
60d33748df Merge pull request #7429 from cjcenizal/bug/handle-error-save-screenshot
Fix bug in test common.js handleError method when saving a screenshot.
2016-06-10 13:05:54 -07:00
Shaunak Kashyap
aa05237c9d
Removing redundant comments 2016-06-10 12:49:48 -07:00
Shaunak Kashyap
3ebf365e41
Removing extra parenthesis because operator precedence is a thing 2016-06-10 12:46:19 -07:00
CJ Cenizal
8b08d1ac0b Fix bug in test common.js handleError method when saving a screenshot. 2016-06-10 12:44:59 -07:00
Shaunak Kashyap
e860fc384c
Adding comments 2016-06-10 12:15:06 -07:00
Shaunak Kashyap
ab66d5ea67
Reload window if user has been sent to status page but status is green
Of course, if the user has *explicitly* requested the status page, then don't reload the window and cause an infinite loop!
2016-06-10 12:09:39 -07:00
Shaunak Kashyap
a2459bb61a
If Elasticsearch plugin is not yet green, log a warning 2016-06-10 12:07:51 -07:00
Khalah Jones Golden
761f3d9d9a Merge pull request #7365 from panda01/feature/dashboard-refresh-interval
Dashboard Refresh Interval
2016-06-10 14:47:45 -04:00
Khalah Jones Golden
8357f25853 [Dashboard] Added refresh check for backwards compatibility when loading dashboard, nested mapping for a saved dashboard 2016-06-10 09:56:15 -04:00
CJ Cenizal
14f3bf0ed8 Merge pull request #7412 from cjcenizal/bug/fix-broken-style-guide-links
Make links in STYLEGUIDE relative.
2016-06-09 19:33:19 -07:00
CJ Cenizal
2ccff35b95 Make links in STYLEGUIDE relative. 2016-06-09 19:03:19 -07:00
CJ Cenizal
9b8b6ad89d Merge pull request #7399 from cjcenizal/docs/css-style-guide
Add style_guides dir, extracted sections from STYLEGUIDE.md.
2016-06-09 18:59:27 -07:00
CJ Cenizal
81fb346a8c Update API and HTML style guides.
- 80-character line limit in HTML.
2016-06-09 15:32:03 -07:00
Spencer
6549397880 Merge pull request #7407 from spalger/fix/esvm
updated grunt-esvm to latest
2016-06-09 13:52:48 -07:00
spalger
a28dd03d66 updated grunt-esvm to latest 2016-06-09 13:49:31 -07:00
Jonathan Budzenski
909f8be4eb Merge pull request #7309 from jbudz/issues/7186
[nav] show if chrome.isVisible()
2016-06-09 14:59:55 -05:00
CJ Cenizal
9d8776b199 Add style_guides dir, extracted sections from STYLEGUIDE.md.
- css_style_guidee.md
- js_style_guide.md
- html_style_guide.md
- api_style_guide.md
2016-06-09 08:13:35 -07:00
CJ Cenizal
207a481a11 Merge pull request #7395 from cjcenizal/feature/compare-screenshots-utility
Add screenshot-comparison utility, to protect against visual regressions during CSS refactors.
2016-06-08 16:47:32 -07:00
CJ Cenizal
9fa2e82b31 Add screenshot-comparison utility, to protect against visual regressions during CSS refactors.
- Remove test/output and added test/screenshots (requires a Jenkins change).
- Add test/screenshots/baseline images. These document the expected state of the UI.
- Add dependency on image-diff package.
- Add utilities/compareScreenshots.js, which can be run via 'npm run compareScreenshots'.
2016-06-08 15:52:23 -07:00
Joe Fleming
5112880bb5 Merge pull request #7308 from jbudz/issues/7275
[build] update install package paths, centralize config
2016-06-08 14:23:34 -07:00
Khalah Jones Golden
4c584a6816 [Dashboard] Made the refresh interval an object when saved 2016-06-07 17:54:51 -04:00
Khalah Jones Golden
3c44b5a78b [Dashboard] Use JSON to stringify, and parse autorefresh object for dashboard time 2016-06-07 17:39:41 -04:00
Jonathan Budzenski
e1cb593ee6 [build] Add name and description to init scripts 2016-06-07 14:48:57 -05:00
Chris Earle
c145ed69b4 Show highlighted text color for single "tab" items in navigation
This adds a simple CSS rule to highlight the navigation item to be highlighted as though it's active
without adding the underline.

The rule is very specific, which plays into the discussion in #7364. As a follow-up to this, we should
create a bread crumb element to add that auto-builds these kind of things so that plugin authors do not
need to even know the rules in place. This should help to keep all plugins consistent as well as simplify
the effort to make it work.
2016-06-07 00:14:25 -04:00
Lee Drengenberg
4a498852dc Merge pull request #7369 from LeeDr/elasticDumpDiscover
Switch Discover and Settings tests to use esClient to wipe .kibana
2016-06-06 17:03:06 -05:00
Shaunak Kashyap
36beb93592 Merge pull request #7356 from ycombinator/gh-7353
If there is no upgradeable config, create a new one
2016-06-06 15:20:53 -05:00
LeeDr
2462b49df1 Condensed common delete index and updateConfigDoc into one method. 2016-06-06 14:08:33 -05:00
Tim Sullivan
e60f58a9d3 Merge pull request #7375 from tsullivan/ops-increase-interval
ops: set default interval for stat collection to 5 seconds
2016-06-03 16:09:40 -07:00
Nicolás Bevacqua
f1a629041c Merge pull request #7260 from bevacqua/refactor/indexpattern-factory
Cleanup index pattern class.
2016-06-03 17:54:37 -03:00
Timothy Sullivan
0c78e59f33 ops: set default interval for stat collection to 5 seconds
When polling the NodeJS server for operations data every 10 seconds, the
data become coarse-looking when viewing it at fine-grain detail. If you
aggregate the data into a date histogram and the bucket size is 10
seconds, then there'll be missing data in every other bucket. That is,
unless the time bounds of the buckets line up PERFECTLY with the time
that operations data was collected, which is unlikely
2016-06-03 13:40:16 -07:00
LeeDr
c39217480b Switch Discover and Settings tests to use esClient to wipe ,kibana 2016-06-03 13:49:00 -05:00
Khalah Jones Golden
c8c1043d0f [Dashboard] Removing unnecessary check 2016-06-03 13:25:09 -04:00
Lee Drengenberg
70cae37480 Merge pull request #7346 from LeeDr/visualizeTestsWithElasticdump
Use elasticdump to preload default index for visualization tests.
2016-06-03 11:32:06 -05:00
LeeDr
b614e4de35 Minor cleanup logstash return 2016-06-03 10:03:35 -05:00
Khalah Jones Golden
79d28dbbef [Dashboard] Added refresh interval to the dashboard saved object, also added refresh to save when save with time is checked 2016-06-03 09:53:52 -04:00
LeeDr
b36f1e02a6 Remove logging from scenario_manager 2016-06-03 08:53:32 -05:00
LeeDr
1c43bf7e50 Remove logging from scenario_manager 2016-06-02 21:16:19 -05:00
CJ Cenizal
1f522504b2 Merge pull request #7360 from cjcenizal/component/pagination-design
Add background-color to pagination links.
2016-06-02 16:40:25 -07:00
LeeDr
61f975c843 Comment-out common and debug statements in scenario_manager 2016-06-02 18:10:29 -05:00
CJ Cenizal
988d579095 Add background-color to pagination links. 2016-06-02 15:49:59 -07:00
Nicolás Bevacqua
39a7c32529 [refactor] Change how routes is accessed. 2016-06-02 19:41:40 -03:00
Nicolás Bevacqua
50966e492e [sanity] Ensure backwards compatibility at the elasticsearch index level. 2016-06-02 19:26:07 -03:00
Nicolás Bevacqua
b6a0b8979d Merge pull request #6543 from bevacqua/bugfix/no-results-timepicker
Fix timepicker button behavior in "No Results" page for timeseries data
2016-06-02 19:22:49 -03:00
LeeDr
1c0cbe23dc Wait for loading of logstash to finish. 2016-06-02 17:10:22 -05:00
Lukas Olson
420f1fa092 Merge pull request #7345 from w33ble/fix/object-delete-errors
Notify user of delete failures
2016-06-02 11:15:46 -07:00