Court Ewing
146518cab7
Update paths to ui, server, deprecation, plugin_discovery in src/legacy
...
This commit accompanies the four that precede it. Rather than squash
them altogether, the four previous commits all do nothing except move
files to help avoid conflicts.
2019-02-11 11:06:26 -05:00
Lukas Olson
e36767a4b3
Move buildEsQuery to a package ( #23345 )
...
* fix: move buildEsQuery to utils
* fix: tests that I broke
* fix: add back link to the docs
* fix: don't export from ui/ and link to utils
* fix: move to a package
* fix: move error to errors.js
* fix: paths for peg task
* fix: update reference to kuery
* fix: build step for transpilation
* fix: add typescript declaration file
* fix: test
* tmp: debug individual tests
* debug: add debug stuff for reporting tests
* try to debug test
* Testing splitting reporting jobs in two
* Testing splitting each job
* Fix ci yaml
* Skipping job to check failing test
* debug - adding a catch to jobResponseHandler on report
* Testing a different job and enabling verbose mode
* Testing verbose on phantom_api skipping other CI tests
* Fix script mode
* fix: try running tests in chromium
* fix: move out of devDependencies
* fix: remove commented test
* Revert "fix: try running tests in chromium"
This reverts commit 991d46f051
.
* Revert testing changes
* Fixing build for phantomjs
* Revert CI configuration to master. Remove verbose logging for tests
2018-11-22 15:24:19 +01:00
Spencer
f0cc432faf
Apache 2.0 license headers ( #19383 )
...
In order to make the license that applies to each file as clear as possible, and to be consistent with elasticsearch, we are adding Apache 2.0 license headers to the top of each file.
Existence of this header is enforced by eslint and tslint and missing headers were automatically added in the last commit by running:
```
node scripts/eslint --fix && node scripts/tslint --fix
```
2018-05-28 20:06:30 -07:00
Lukas Olson
6bac181a74
Create grunt task to generate parsers from peg files ( #17069 )
...
* Create grunt task to generate parsers from peg files
* Leave comment
* Move grunt config to config/
2018-03-21 16:42:23 -07:00
spalger
ffc4f3d7e5
flatten the ui directory a bit, shorten module ids
2015-07-15 23:25:46 -07:00
Khalah Jones-Golden
0936b0340c
[Status] Fixed some bugs, moved some things around generally improved code, Also fixed watch task for status plugin css
2015-07-10 11:14:09 -04:00
Khalah Jones-Golden
4595f4b267
[Status] Fixed a bug with the time on tooltip, changed watch config
2015-06-25 11:50:46 -04:00
Khalah Jones-Golden
61193f893c
[Status] Some code cleanup, added server less to watch adnd less, adjsted some css for proper display, updated code to work again
2015-06-25 11:12:18 -04:00
Khalah Jones-Golden
409bc43baf
[Merge] Merged with latest hapi server
2015-05-05 10:53:34 -04:00
Spencer Alger
f559d2ed20
[grunt/less] added source maps to dev less build
2015-03-24 17:08:24 -07:00
Chris Cowan
e709dec0d0
Adding the kibana server to grunt; Setting logging to only output if not config.quiet
2015-01-19 14:29:05 -07:00
Spencer Alger
030abd7519
[agg_table] allow recursive rendering for passed in tableGroups
2014-10-27 12:06:34 -07:00
Spencer Alger
0d2cb14587
[grunt] add plugins to the watch directories
2014-10-21 12:48:47 -07:00
Rashid Khan
9d33e4d202
Remove global watch on less files. Only watch the places we put them, reduces grunt CPU by 70%. Closes #375
2014-09-23 16:28:10 -07:00
Spencer Alger
9488d1d7e4
Merge branch 'master' into vislib/refactor
2014-09-12 14:31:04 -07:00
Chris Cowan
3634558835
Making the Ruby server just a little smarter :D
2014-09-11 15:42:33 -07:00
Spencer Alger
abec0f899d
prevent logging in staging environment
2014-09-11 14:32:02 -07:00
Spencer Alger
0bfdaf814c
Merge branch 'master' into vislib/refactor
...
Conflicts:
.gitignore
2014-09-11 09:11:03 -07:00
Chris Cowan
e5c1ba64bd
Adding support for jruby and mri.
2014-09-08 10:00:18 -07:00
Chris Cowan
3a9263e9fa
Fixing bower_components entry in .gitignore; fixing spacing in watch.js; fixing requrie_css to write to build/src
2014-09-08 10:00:15 -07:00
Chris Cowan
bff5f40ece
Removing bower_compontents from commit
2014-09-08 10:00:15 -07:00
Chris Cowan
49017ee7cf
Refactoring Directory Layout for Build Process
...
- Moving bower_componets to src/kibana
- Moving server to src/server
- Adjusting all the build scripts and tests
- Adding proxy for backend server to connect
- Adding build steps for jar and server
2014-09-08 09:59:29 -07:00
Shelby Sturgis
314044830e
resolving conflicts upon merge with upstream master
2014-08-22 21:21:59 +03:00
Spencer Alger
6f472cad35
save
2014-08-18 11:46:38 -07:00
Juan Thomassie
7d34835af6
removed styles folder
2014-08-12 17:56:53 -05:00
Chris Cowan
97276fc204
Filter Bar Directive
...
- Created a new direcive for the filter bar
- integrated new filter bar with discover
2014-08-06 15:41:11 -07:00
Chris Cowan
434588885d
Filter Bar Directive
...
- Created a new direcive for the filter bar
- integrated new filter bar with discover
2014-08-06 15:41:11 -07:00
Spencer Alger
41083d6ff2
watch _*.less files too
2014-03-12 10:16:56 -07:00
Spencer Alger
53e9bb8198
watch _*.less files too
2014-03-12 10:16:56 -07:00
Spencer Alger
4aa5edfba3
allow disabling of the test watcher
2014-03-07 11:25:40 -07:00
Spencer Alger
84e24a975c
allow disabling of the test watcher
2014-03-07 11:25:40 -07:00
Spencer Alger
e2b8625dbf
added 'maybe_start_server' grunt task that will ping to see if a kibana dev server is running, and start one if not. Allows us to run the unit tests via npm test
when grunt dev
is already running.
2014-03-06 17:37:43 -07:00
Spencer Alger
11652eba2c
added 'maybe_start_server' grunt task that will ping to see if a kibana dev server is running, and start one if not. Allows us to run the unit tests via npm test
when grunt dev
is already running.
2014-03-06 17:37:43 -07:00
Spencer Alger
6a8f9dddab
added code coverage and couple other things.
2014-03-05 16:56:42 -07:00
Spencer Alger
94c1458c81
added code coverage and couple other things.
2014-03-05 16:56:42 -07:00
Spencer Alger
80922cc5e6
jade task only prepares the "files" template var for templates in the unit test dir and ignores .jade files who's filename start with an underscore.
...
watch:test only watches the test's js files and runs the tests when they change.
2014-03-05 14:13:23 -07:00
Spencer Alger
40b3021e48
jade task only prepares the "files" template var for templates in the unit test dir and ignores .jade files who's filename start with an underscore.
...
watch:test only watches the test's js files and runs the tests when they change.
2014-03-05 14:13:23 -07:00
Spencer Alger
29c83807f8
Updates to the grunt tasks make the jade and less tasks more generic, compiling any file they find in place.
2014-02-25 12:42:40 -07:00
Spencer Alger
e49733292d
Updates to the grunt tasks make the jade and less tasks more generic, compiling any file they find in place.
2014-02-25 12:42:40 -07:00
Spencer Alger
37940f3974
added less compilation via watch, and a task which will build the less and jade, start the server, then watch for changes
2014-02-24 15:47:09 -07:00
Spencer Alger
a3fcbbd21d
added less compilation via watch, and a task which will build the less and jade, start the server, then watch for changes
2014-02-24 15:47:09 -07:00
Chris Cowan
6f1fd2cdbc
Adding .DS_Store; Adding calculateIndices.js
2014-02-24 15:14:31 -07:00
Chris Cowan
f220d87bae
Adding .DS_Store; Adding calculateIndices.js
2014-02-24 15:14:31 -07:00