Commit graph

13105 commits

Author SHA1 Message Date
CJ Cenizal a1a7fc48c6 Update baseline screenshots with loaded CSS. 2016-06-14 09:37:05 -07:00
LeeDr 057ec2db81 Testing a sleep between get and refresh 2016-06-14 11:23:10 -05:00
CJ Cenizal aa47599cd1 Merge pull request #7410 from cjcenizal/improvement/ui-screenshot-coverage
Take screenshots of UI throughout functional tests.
2016-06-14 08:54:17 -07:00
LeeDr 3e22acdaf9 Update intern version to 3.2.3, fix failing test 2016-06-14 10:41:37 -05:00
CJ Cenizal 9e353fd451 Add visual regression screenshot gallery.
- Add 'test:visualRegression' grunt task.
- Run 'test:visualRegression' as part of npm script 'test'.
- Add 'clean:screenshots task'.
- Clean screenshots/session when funtional tests are run.
2016-06-14 08:33:45 -07:00
sonenko 9d61c8f207 refactor total aggregations for table after review 2016-06-14 18:13:36 +03:00
Jonathan Budzenski 3ce2c5ffe7 [plugin installer] Use find instead of some when looking for path 2016-06-14 10:06:04 -05:00
Court Ewing d8512a8bb9 Merge pull request #7448 from epixa/momentjs
Bump moment.js to latest version
2016-06-14 08:27:39 -04:00
Court Ewing 4b36d05e52 Bump moment.js to latest version 2016-06-14 07:52:31 -04:00
Matthew Bargar c31f9cac21 Merge branch 'master' into feature/ingest 2016-06-13 18:34:44 -04:00
LeeDr 5d02617830 Change browser from firefox to chrome. Add try in saveDashboard. 2016-06-13 16:51:40 -05:00
sonenko 60e18b3de6 fix style tests 2016-06-14 00:47:38 +03:00
LeeDr 01255ee4d4 Re-implement most of PR #7024 switch to Chrome browser 2016-06-13 16:03:40 -05:00
sonenko 2169efb92a re #4527 add min, max, and count aggregation to display in total for dataTable visualization 2016-06-13 23:49:27 +03:00
sonenko 02af709179 remove redundant parts 2016-06-13 23:48:17 +03:00
sonenko beb57396ce add ability to display avg aggregation in total for dataTable 2016-06-13 23:46:09 +03:00
CJ Cenizal 0fb84e4696 Take screenshots of UI throughout functional tests. 2016-06-13 11:44:49 -07:00
Jonathan Budzenski 41004fda0f [docs] Update package version 2016-06-13 11:29:06 -05:00
Jonathan Budzenski 9be15fb7b9 [plugin installer] check multiple default paths for config 2016-06-13 11:18:37 -05:00
Lee Drengenberg a553bab16d Merge pull request #7437 from spalger/refactor/functionalTestErrorHandling
[functional tests] move common.handleError to a higher level
2016-06-13 10:36:33 -05:00
Jonathan Budzenski f9a5cb32ff [docs] Use https on package links 2016-06-13 08:53:55 -05:00
Jonathan Budzenski 9d809f3aea [packages] Set publish prefix kibana/major_version.x 2016-06-13 08:53:55 -05:00
spalger f0c370209e [functional tests] move common.handleError to a higher level 2016-06-12 21:02:06 -07:00
Spencer 8294487cee Merge pull request #7434 from spalger/transform/removeFunctionalIIFEWrappers
[functional tests] remove extra IIFE wappers
2016-06-12 14:45:50 -07:00
spalger ac0086341d [functional tests] remove extra IIFE wappers 2016-06-11 17:47:29 -07:00
Court Ewing a80287fbbe Correct PR template file name
09eb74a introduced a PR template with an incorrect file name, so github
does not use it for pull requests.
2016-06-11 16:46:35 -04:00
Court Ewing 09eb74a013 Issue and PR templates for github
Modeled after the templates used in the elasticsearch repo, these
templates will be used by github to prefill issue and pull request
bodies to help users avoid commonly encountered problems.
2016-06-11 16:41:33 -04:00
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
Matthew Bargar 45e0fa6e04 Avoid repeating empty column header error message 2016-06-10 17:00:39 -04:00
Matthew Bargar 11da53538a Reset errors and warnings before every parse and debounce parse to avoid excessive parsing 2016-06-10 16:55:39 -04: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
Matthew Bargar a0915145dd Merge branch 'master' into feature/ingest 2016-06-10 16:27:42 -04: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
Jonathan Budzenski b956a0b938 [build] Set init description to kibana. Closes #7430 2016-06-10 14:53:48 -05: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