Commit graph

55 commits

Author SHA1 Message Date
Court Ewing c6d9ed96d4 Ignore the generated html_docs directory
This directory is created by default when generating docs, so it's not
something we want to add to the repo.
2016-08-26 18:51:34 -04:00
spalger 51ea45cd37 [dev] write test:dev optimize output to its own dir
Currently, `npm start` and `npm run test:dev` use the same webpack "working directory". This allows them to share assets, which seems great, but when webpack writes it's record-keeping files to disk it can lead to difficult to debug "Property call of undefined is not a function" errors. By writing it's optimization output to a different directory we prevent those collisions so that both the test server and the dev server can be run side-by-side
2016-08-19 17:15:06 -07:00
Jonathan Budzenski a30cae3316 [folder structure] plugins/.data -> data 2016-07-05 14:06:16 -05:00
Jonathan Budzenski 28f30f8b73 [folder structure] installedPlugins -> plugins 2016-07-05 14:05:59 -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
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
Jonathan Budzenski 51e8633a4d [build] Move signing config to a file 2016-04-22 15:02:53 -05:00
Khalah Jones-Golden aecd79a714 [Chrome] Added a breadcrumbs method 2016-03-14 15:02:26 -04:00
Matthew Bargar 4da1915333 ignore vim's *.swo as well 2015-11-23 17:51:55 -05:00
Matthew Bargar 99f9f0ca11 Add Vim's .swp files to gitignore 2015-11-23 17:27:29 -05:00
Joe Fleming 1431d28852 Merge pull request #5292 from w33ble/functional-tests-settings
Initial Kibana functional UI tests - settings app
2015-11-10 15:41:30 -07:00
Joe Fleming 4cbfecf963 place failure screenshots in test/output 2015-11-04 15:18:57 -07:00
Joe Fleming 6419590b0b fix screenshot ignore 2015-11-03 15:53:41 -07:00
LeeDr 43c91ffbc2 Ignore screenshot-*.png. 2015-11-03 13:45:51 -07:00
spalger 2e4140e94b [babel] configure a specific cache path
Babel needs a path to write its cache, which it automatically places to $HOME or tmp if
$HOME is not defined. This causes problems when the $HOME directory is not writable or
we just do not want to write to such a central location. So This moves the cache to the
project directory by setting the BABEL_CACHE_PATH environment variable.
2015-10-30 11:57:33 -05:00
Jonathan Budzenski 3b5a6affb9 Ignore .eslintcache 2015-10-16 10:10:18 -05:00
Jonathan Budzenski e67b961658 [functional testing] Add selenium to gitignore 2015-09-08 13:27:50 -05:00
Joe Fleming 2e3ba07774 generate the test coverage 2015-08-24 17:10:21 -07:00
spalger a65d94199d [cleanup] remove unused directory 2015-08-24 15:40:37 -07:00
spalger 330622fe89 [optimize/watchers] tweak ignore patterns 2015-08-17 19:58:28 -07:00
spalger ce366a06f4 [build] initial fix 2015-08-13 21:16:54 -07:00
spalger 8c546bf106 support uncommitted kibana.yml additions next to the kibana.yml file 2015-08-11 10:39:55 -07:00
spalger b4fe366c58 inline babel runtime and preload some visualize modules 2015-08-07 13:39:14 -07:00
Chris Cowan bea5aa4997 Fixing the ignore path for installedPlugins 2015-08-05 10:24:05 -07:00
spalger cfc398b37d remove bower, nice people matter 2015-07-27 17:13:45 -07:00
spalger d21490c639 allow customizing the directory plugins are installed to, move default out of src 2015-07-15 22:27:15 -07:00
spalger bb77b8a711 Merge branch 'master' of github.com:elastic/kibana into apps/home 2015-07-15 16:29:54 -07:00
Jim Unger 56d3eba858 Initial version of plugin installer 2015-07-08 17:24:49 -05:00
Spencer Alger 522a00ec5d building is mostly stable, less is improving, initial cached building added 2015-07-06 20:49:41 -07:00
Chris Cowan 102752948e Adding SSL Support to Kibana Server 2015-01-26 13:36:53 -07:00
Chris Cowan bd9a86ff14 Moving Node Binaries and Fixing the Shell Scripts 2015-01-19 14:29:05 -07:00
Chris Cowan 134e7b225d Consolidating package.json adding JSON logger 2015-01-19 14:29:04 -07:00
Spencer Alger a46ec7da26 [grunt/esvm] added data and logging path configs to preserve data between version 2014-12-03 09:20:31 -07:00
lukasolson 8f431d5e9a Ignore IntelliJ project files 2014-11-05 15:16:55 -07:00
Rashid Khan 9912738e38 Add release task to upload to S3 2014-10-03 17:26:05 -07:00
Chris Cowan b24ac94070 Adding new jshint and gitignore from Kibana server project to ease merges 2014-09-08 09:58:49 -07:00
Rashid Khan ed0cce499d Validate queries and allow for custom JSON queries. Closes #168. Closes #203 2014-07-31 14:12:57 -07:00
Spencer Alger 50d206f56f fix the gitignore path for compiled css 2014-07-22 13:26:32 -07:00
Spencer Alger c2d493facc removed compiled css from the repo 2014-07-22 11:31:19 -07:00
Spencer Alger aa1397e0e7 removed bower_components from the repo, because 2014-07-15 11:31:16 -07:00
Spencer Alger 721e8ba45b added elasticsearch module to the repo 2014-06-20 12:34:35 -07:00
Shelby Sturgis 6601fd301d fixing vislib paths, etc. 2014-06-18 12:54:42 -07:00
Spencer Alger b5a9c719f3 added requirejs phase to build process, broke the plugin task into build + plugin (which runs build) 2014-06-18 10:35:55 -07:00
Rashid Khan 9128e363fb Add grunt plugin to build K4 as a plugin 2014-06-16 16:52:19 -07:00
Spencer Alger 1bb72ccf8b removed elasticsearch-js from the repo, added a script to package.json for updating K4D3, and added a script for updating both at the same time. 2014-05-05 17:44:37 -07:00
Spencer Alger e26ebbc714 removed K4D3 from the repo 2014-04-29 10:03:31 -07:00
Spencer Alger 024869a7a4 visualization app now keeps it's state in the url. 2014-04-21 09:57:20 -07:00
Spencer Alger f441d2d421 added saved_object component, which generalizes the saved_____ stuff 2014-04-10 14:29:37 -07:00
Spencer Alger 67e6ab9338 Added index.html to the project, because we are not building it anymore. 2014-03-07 12:51:48 -07:00
Spencer Alger 67dc27511a tracked down XHR requests that the tests were cuasing, included some nextTick into the callback handling, tests should be passing properly now 2014-03-06 17:35:08 -07:00