Commit graph

13286 commits

Author SHA1 Message Date
CJ Cenizal a36c997ff3 Merge pull request #7507 from cjcenizal/7364/chore/deconcatenate-css-class-names
[7364]: Deconcatenate selectors for Discover main and Visualize editor.
2016-06-22 09:33:33 -07:00
CJ Cenizal 9a242cf8f5 Merge pull request #7529 from cjcenizal/7523/visual-regression-visualize
Create visual_regression test suite.
2016-06-22 07:22:56 -07:00
Tyler Smalley 14ef79717c Resolves tests for management redirect changes
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-06-21 23:36:35 -07:00
CJ Cenizal 37f82f146f Create visual_regression test suite.
- Add test:visualRegression npm script.
- Split up test:visualRegression grunt task into takeScreenshots and buildGallery subtasks.
- Add intern_visual_regression.js test file.
- Rename api_itern.js -> intern_api.js for consistency.
- Refactor delayed exports logic for readability.
- Refactor common.js page object to use ES2015 Class.
2016-06-21 20:50:55 -07:00
CJ Cenizal ded0ee0a03 Merge pull request #7527 from cjcenizal/improvement/licenses-task-log-path
Log dependency path info in licenses grunt task.
2016-06-21 20:06:14 -07:00
CJ Cenizal 6d6ab4ab5e Log dependency path info in licenses grunt task.
- Now you'll see a path of the parent dependencies when a dependency fails to licenses task, so you can identify the offending root dependency.
- ES2015ify the licenses task.
2016-06-21 18:55:54 -07:00
CJ Cenizal 5caa6c0626 Merge pull request #7515 from cjcenizal/grunt/visual-regression-subtask
Move visualRegression subtask from npm scripts to grunt task.
2016-06-21 12:03:24 -07:00
CJ Cenizal ca9b085ef0 Remove test:visualRegression from test npm script.
- Add it to end of test grunt task.
2016-06-21 11:23:40 -07:00
CJ Cenizal 2694a84ea9 Merge pull request #7524 from cjcenizal/improvement/silence-dot-template-log
Update visualRegression task to use Handlebars instead of DoT templates.
2016-06-21 11:18:18 -07:00
CJ Cenizal 832cfd0d42 Merge pull request #7526 from cjcenizal/7184/bug/upgrade-npm-2.15.1
Upgrade to npm@2.15.1.
2016-06-21 11:17:39 -07:00
CJ Cenizal e1ef581747 Upgrade to npm@2.15.1, which resolves the discrepenacy with the defined engine, and resolves the licenses task failure wrt abbrev@1.0.7. 2016-06-21 10:51:56 -07:00
CJ Cenizal 45437de0ba Update visualRegression task to use Handlebars instead of DoT templates.
- This eliminates the annoying DoT messages from the terminal.
2016-06-21 10:42:49 -07:00
Tyler Smalley a5220c0bce Requiring an index pattern for a route is opt-in
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-06-21 09:30:06 -07:00
Tyler Smalley 70b75f10cb Don't require an index for the management landing page
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-06-21 09:16:02 -07:00
Joe Fleming 895aabc3a3 move modules and helpers out of controller
makes the include happen once, and the memoize actually work as expected
2016-06-21 10:18:18 -04:00
Joe Fleming 173c8bc2c9 move top nav template to its own file
now that we no longer need to inject values from the code
2016-06-21 10:14:36 -04:00
Joe Fleming 5985252bee remove redundant prop definition 2016-06-21 10:12:55 -04:00
Joe Fleming 0761ad430a Merge branch 'master' into navbar-ext-config 2016-06-21 10:01:49 -04:00
Khalah Jones Golden c6f5963e31 Merge pull request #4570 from sonenko/master
show total in DataTable
2016-06-21 08:47:25 -04:00
Jonathan Budzenski 62f258b83c Merge pull request #7457 from jbudz/issues/7157
[build] Add data directory for plugins
2016-06-21 07:45:25 -05:00
Tyler Smalley 78279deea0 Adds route option for requireDefaultIndex
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-06-20 20:54:37 -07:00
Shaunak Kashyap 5b0a0d2595 Merge pull request #7513 from ycombinator/emit-new-status-on-change
Emit new state + message as well, on status change
2016-06-20 16:19:18 -05:00
Tyler Smalley e30b7b672f Merge pull request #7506 from tylersmalley/scope-management-styles
Correctly scope management landing page styles
2016-06-20 14:05:29 -07:00
Shaunak Kashyap 706b4d9c95
Updating unit tests 2016-06-20 13:47:17 -07:00
Shaunak Kashyap 4d24a4b316
Emit new state + message as well, on status change 2016-06-20 13:42:25 -07:00
Joe Fleming eacb9484dd fix concatenating the extension controls 2016-06-20 14:25:00 -04:00
Joe Fleming 654ddd737a add tests for addItems method 2016-06-20 12:57:45 -04:00
Joe Fleming 8ee0a4b1e8 additional renaming 2016-06-20 12:57:22 -04:00
Joe Fleming 8c6cdd91b1 add addItems method, handle passing in KbnTopNavController instance 2016-06-20 12:25:56 -04:00
Joe Fleming a0630a63b6 update tests for method renaming 2016-06-20 12:18:27 -04:00
CJ Cenizal e666cde9ca [7364]: Deconcatenate selectors in src/plugins/kibana/public/visualize/editor/styles/_editor.less. 2016-06-20 09:15:18 -07:00
CJ Cenizal 34b32c0b4e [7364]: Deconcatenate selectors in src/plugins/kibana/public/discover/styles/main.less. 2016-06-20 09:06:55 -07:00
Joe Fleming 41a84d2e9f remove the navbar_extensions directive 2016-06-20 11:15:45 -04:00
Joe Fleming a16e720396 remove references to navbar_extensions 2016-06-20 11:15:21 -04:00
Joe Fleming d69d60f02d remove unused $compile dependency 2016-06-20 11:05:27 -04:00
Tyler Smalley 41276772af Correctly scope management landing page styles
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-06-20 07:51:23 -07:00
Joe Fleming 653e83f1c3 allow top-nav controls to pass label 2016-06-20 10:36:49 -04:00
Joe Fleming abda2f6934 make top-nav methods a little easier to understand 2016-06-20 10:36:49 -04:00
Joe Fleming f46fa877b0 move NavbarExtensions registry to kbn_top_nav
remove navbar-extensions directive from top nav markup
2016-06-20 10:36:49 -04:00
Matt Bargar 15a4fa1cdd Merge pull request #7372 from elastic/feature/ingest
Add Data - CSV
2016-06-17 16:23:46 -04:00
Lee Drengenberg e2ff6bb7a5 Merge pull request #7442 from LeeDr/runTestsOnChrome
Re-implement most of PR #7024 switch to Chrome browser
2016-06-17 15:06:40 -05:00
Court Ewing 20741959e0 Merge pull request #7500 from epixa/stagingrelease
Release task now always publishes to staging
2016-06-17 15:54:51 -04:00
Matthew Bargar ef3c49aae5 A few cleanup items:
* Switched data/upload url to data/csv for better future proofing
* Removed old unnecessary css rule
* Fixed issue with management tab link removing the wizard's app state
2016-06-17 15:13:50 -04:00
Court Ewing 1e2c953f16 Release task now always publishes to staging
Production builds should never be published directly from a local
machine. Instead, the release command will now publish to a
commit-specific staging URL, so you use it to publish a release
candidate, and then when those builds have been verified, you need to
copy the RC builds from on the staging location on s3 to the production
folder.
2016-06-17 14:26:08 -04:00
LeeDr 596198276b Update switch from Firefox to Chrome 2016-06-17 10:46:05 -05:00
LeeDr b7e18730a7 Remove a couple unneeded calls to getSpinnerDone 2016-06-17 10:26:37 -05:00
Court Ewing b727ccbb70 Merge pull request #7490 from epixa/urp
Build artifact names for unified release process
2016-06-16 17:58:56 -04:00
Jonathan Budzenski 16e8975f3a [config] Add path.conf, path.data 2016-06-16 15:57:17 -05:00
Court Ewing 55c4993957 README is 5.0.0-alpha4 to match package.json
We bumped the version in package.json, but we never changed it in the
readme.
2016-06-16 16:52:58 -04:00
Court Ewing c550bbcc95 Build artifact names for unified release process
These changes are necessary for Kibana to be compatible with Elastic's
unified release process from 5.0 onward. The way artifacts get created
has not changed, but the naming conventions have.
2016-06-16 16:47:02 -04:00