Commit graph

1322 commits

Author SHA1 Message Date
Chris Cowan
e5c1ba64bd Adding support for jruby and mri. 2014-09-08 10:00:18 -07:00
Chris Cowan
c8b7e7ecf7 Adding color logger, custom error pages, and exceptions to logs 2014-09-08 10:00:18 -07:00
Chris Cowan
1804dfe2ac Reworking the Puma server integration 2014-09-08 10:00:18 -07:00
Chris Cowan
c678bbc7f1 Adding --version and fixing the config and command line options 2014-09-08 10:00:18 -07:00
Chris Cowan
440ba941d7 Shell Scripts
- Fixing the *nix version to use the right script variable
- Adding windows bat file
- Adding an INSTALL readme
2014-09-08 10:00:18 -07:00
Chris Cowan
6d25335177 Resetting bower.json 2014-09-08 10:00:18 -07:00
Chris Cowan
35a441987d Removing bower_compontents from commit 2014-09-08 10:00:17 -07:00
Chris Cowan
28d7605685 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 10:00:16 -07:00
Chris Cowan
031b243e39 Adding color logger, custom error pages, and exceptions to logs 2014-09-08 10:00:15 -07:00
Chris Cowan
3bc216e27e Reworking the Puma server integration 2014-09-08 10:00:15 -07:00
Chris Cowan
156b597010 Adding --version and fixing the config and command line options 2014-09-08 10:00:15 -07:00
Chris Cowan
0fa83908e0 Shell Scripts
- Fixing the *nix version to use the right script variable
- Adding windows bat file
- Adding an INSTALL readme
2014-09-08 10:00:15 -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
1c87100216 Resetting bower.json 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
Chris Cowan
b24ac94070 Adding new jshint and gitignore from Kibana server project to ease merges 2014-09-08 09:58:49 -07:00
Chris Cowan
48c4a2c49a Closes 258 - Fixing the variable names to match the new aggConfig 2014-09-08 09:58:04 -07:00
Rashid Khan
0c5fb9c42a Merge tests to be run 2014-09-04 17:14:58 -07:00
Rashid Khan
0a4b104de1 Complete table tests 2014-09-04 17:13:33 -07:00
Joe Fleming
9495aa64d4 Merge pull request #280 from w33ble/global-state
URL Service ␟␏(ɲ˃ ˈ̫̮ ˂ɳ)␟␏ෆ
2014-09-04 14:31:33 -07:00
Joe Fleming
259857d23a use to verify param substitutions, update tests to match 2014-09-04 14:21:57 -07:00
Joe Fleming
17fa030f97 switch to angular expression evaluation syntax, update usage and tests accordingly 2014-09-04 12:58:42 -07:00
Joe Fleming
53d376d6c4 fix incorrect ubstitution typo 2014-09-04 12:54:22 -07:00
Spencer Alger
eb78386fab Allow terms agg to sort by count, which isn't really an aggregation but looks like one. 2014-09-04 09:08:04 -07:00
Joe Fleming
3df2fb9183 refactor change and changePath - reuse the same code 2014-09-03 17:33:11 -07:00
Joe Fleming
5662396d78 add tests for the rison filters 2014-09-03 17:12:48 -07:00
Joe Fleming
c75ade4909 add some tests for changePath 2014-09-03 17:12:48 -07:00
Joe Fleming
9839f5d9d4 remove decorators 2014-09-03 17:12:48 -07:00
Joe Fleming
b50b1a1702 add kbnUrl to settings, add changePath method, replace decorator use with knbUrl 2014-09-03 17:12:48 -07:00
Joe Fleming
3228babb35 use kbnUrl in discover and dashboard 2014-09-03 17:12:47 -07:00
Joe Fleming
092d73784b use kbnUrl service in visualize app 2014-09-03 17:12:47 -07:00
Joe Fleming
f697e16739 add rison filter to the url test 2014-09-03 17:12:47 -07:00
Joe Fleming
fa1c77fa5b perform uri escaping using the uriescape filter 2014-09-03 17:12:47 -07:00
Joe Fleming
36cbbdaf63 add rison filter, fix namespace on short-dots and uriescape filters 2014-09-03 17:12:47 -07:00
Joe Fleming
2d4a3f1b71 always uri encode, evaluate angular expressions, update tests for both cases 2014-09-03 17:12:47 -07:00
Joe Fleming
f67c9f70c7 create an eval method that can be used to evaluate url templates without changing the url 2014-09-03 17:12:47 -07:00
Joe Fleming
1a4b2d1c75 fix generation and testing of test data 2014-09-03 17:12:47 -07:00
Joe Fleming
764cb1e885 remove Timefilter.enabled method, it's a property 2014-09-03 17:12:47 -07:00
Joe Fleming
c933cf2f2c state.fetch shouldn't reset time, set to empty if not in url 2014-09-03 17:12:47 -07:00
Joe Fleming
f2fd1959e2 ensure there is a from and to in scope before trying to parse it 2014-09-03 17:12:47 -07:00
Joe Fleming
213cade4b1 use kbnUrl to fix discover's new and load 2014-09-03 17:12:47 -07:00
Joe Fleming
d431b278d0 add test for persisting global state 2014-09-03 17:12:46 -07:00
Joe Fleming
a9167bbd0c test reload and reloading state stuff 2014-09-03 17:12:46 -07:00
Joe Fleming
64977d03b5 add tests for matches 2014-09-03 17:12:46 -07:00
Joe Fleming
b14efa2f48 add test for thrown errors when params are missing 2014-09-03 17:12:46 -07:00
Joe Fleming
ecdde26262 add rison encoding, test functionality, better replacement testing 2014-09-03 17:12:46 -07:00
Joe Fleming
395d6621d9 change globalStateMock.writeToUrl mock, test for url substitutions 2014-09-03 17:12:46 -07:00
Joe Fleming
868c455820 alphabetize bower deps 2014-09-03 17:12:46 -07:00
Joe Fleming
205035a4f4 remove debugging code, use longer urls in forceReload tests 2014-09-03 17:12:46 -07:00