Commit Graph

38961 Commits

Author SHA1 Message Date
spenceralger
74a526daaf Merge pull request #401 from spenceralger/shared-config
Setup a shared JSHint config file
2013-08-26 17:45:15 -07:00
Spencer Alger
d778873ba5 Moved JSHint config into the standard .jshintrc file, so that it can be shared with the command line version as well as version that run within IDEs 2013-08-26 17:44:02 -07:00
Spencer Alger
1989a30735 Merge branch 'master' into geo_point_filter 2013-08-26 17:15:05 -07:00
spenceralger
6c4f00ced8 Merge pull request #420 from spenceralger/zero-filled-ts
Restored the "required_times" functionality
2013-08-26 16:51:11 -07:00
Spencer Alger
b4a2391b8c Merge branch 'master' into geo_point_filter 2013-08-26 16:47:31 -07:00
Spencer Alger
7252800c53 Restored the "required_times" functionality so that stacking will work as expected. 2013-08-26 16:25:20 -07:00
Rashid Khan
0af2549712 Merge pull request #418 from rashidkpc/fix
Bringing the rest of spencers changes in
2013-08-26 15:36:26 -07:00
Rashid Khan
196d39e462 squashing merge 2013-08-26 15:32:53 -07:00
Rashid Khan
826e8d7393 Merge branch 'master' of github.com:rashidkpc/kibana3 2013-08-26 13:46:54 -07:00
Rashid Khan
71cf9dfa8c Revert "added check for 404 response from the index_save call, assumes that auto_create_index is disabled and attempts to create the index before saving a second time"
This reverts commit 556925f840.
2013-08-26 13:46:33 -07:00
Spencer Alger
0ab6e73f06 fixed a property typo 2013-08-26 13:46:33 -07:00
Spencer Alger
1b87ce387d cleaned up the documentation a bit 2013-08-26 13:46:33 -07:00
Spencer Alger
d891d00fa4 Restored the "fill all the holes" strategy to the ZeroFill class, and introduced the fill_style option ("minimal" and
"all" are possible values). Also allowed a set of required times to be specified when asking the times series for it's
data. This way, we can ensure in the stacked bar chart that each data point in use has a value preventing the bars
from stacking incorrectly.
2013-08-26 13:46:33 -07:00
Spencer Alger
0a4f6d0dad added check for 404 response from the index_save call, assumes that auto_create_index is disabled and attempts to create the index before saving a second time 2013-08-26 13:46:33 -07:00
Rashid Khan
5dd1c55627 Fixed subsecond intervals in interval_to_seconds 2013-08-26 13:46:33 -07:00
Spencer Alger
136bf66d39 Rebased to master to include latest changes
updated the getFlotPairs() function to only check before and after a value, adding only enough zeros to maintain line graphs.
2013-08-26 13:46:33 -07:00
Rashid Khan
c5867779d1 Adding grunt step to CONTRIBUTING.md 2013-08-26 13:46:33 -07:00
Rashid Khan
2d6803cdbd fixed 0 height bars 2013-08-26 13:46:33 -07:00
Rashid Khan
7a11d35f8f Brought code back into line with existing jshint 2013-08-26 13:46:32 -07:00
Rashid Khan
206e634c24 spacing 2013-08-26 13:46:32 -07:00
Spencer Alger
e858d3cb62 moved the timeSeries service into the histogram module. 2013-08-26 13:46:32 -07:00
Spencer Alger
1274a718dc created timeSeries service with a ZeroFilled class to manage the rows for the histogram 2013-08-26 13:45:31 -07:00
Rashid Khan
4cdac5e709 More error handling, changed es loading to use get instead of search 2013-08-26 13:45:31 -07:00
Rashid Khan
809b0a34e7 Improved error handling via alertSrv service 2013-08-26 13:45:31 -07:00
Rashid Khan
c5bc350d4f Adding panel should have all options 2013-08-26 13:45:31 -07:00
Rashid Khan
9ee5618335 Removed useless placement, added pointer class to field list 2013-08-26 13:45:31 -07:00
Rashid Khan
e12a78514b Revert "added check for 404 response from the index_save call, assumes that auto_create_index is disabled and attempts to create the index before saving a second time"
This reverts commit 556925f840.
2013-08-26 13:38:44 -07:00
Rashid Khan
71b14e4643 Merge branch 'zero' 2013-08-26 13:33:36 -07:00
Rashid Khan
49c596a84f Merge remote-tracking branch 'spencer/zero-filled-ts' into zero 2013-08-26 13:31:12 -07:00
Rashid Khan
e7626d2b32 Merge remote-tracking branch 'spencer/auto-create-index' into spencer-404 2013-08-26 11:11:08 -07:00
Rashid Khan
1222b49827 Merge pull request #414 from rashidkpc/master
Zerofill tweaks
2013-08-26 10:25:38 -07:00
Rashid Khan
85fd491b13 Fixed subsecond intervals in interval_to_seconds 2013-08-26 10:21:28 -07:00
Spencer Alger
556925f840 added check for 404 response from the index_save call, assumes that auto_create_index is disabled and attempts to create the index before saving a second time 2013-08-26 09:22:32 -07:00
Spencer Alger
252b2fd651 fixed a property typo 2013-08-24 14:24:54 -07:00
Spencer Alger
9b62617ede cleaned up the documentation a bit 2013-08-23 14:36:10 -07:00
Spencer Alger
85f241a4d8 Restored the "fill all the holes" strategy to the ZeroFill class, and introduced the fill_style option ("minimal" and
"all" are possible values). Also allowed a set of required times to be specified when asking the times series for it's
data. This way, we can ensure in the stacked bar chart that each data point in use has a value preventing the bars
from stacking incorrectly.
2013-08-23 13:20:31 -07:00
Rashid Khan
99c5cb5ef5 Merge remote-tracking branch 'spencer/zero-filled-ts' into spencer-zero 2013-08-23 11:22:36 -07:00
Spencer Alger
a01dd003fa Rebased to master to include latest changes
updated the getFlotPairs() function to only check before and after a value, adding only enough zeros to maintain line graphs.
2013-08-23 10:04:44 -07:00
Rashid Khan
56351038bd Merge pull request #405 from rashidkpc/master
Adding grunt step to CONTRIBUTING.md
2013-08-23 08:54:07 -07:00
Rashid Khan
b61ce057a3 Adding grunt step to CONTRIBUTING.md 2013-08-23 08:53:27 -07:00
Rashid Khan
d45690af41 Merge pull request #404 from rashidkpc/master
Fixing grunt build and 0 height bars
2013-08-23 08:13:46 -07:00
Rashid Khan
ada84c40f5 fixed 0 height bars 2013-08-23 07:40:09 -07:00
Rashid Khan
79ed63dfee Brought code back into line with existing jshint 2013-08-23 07:37:33 -07:00
Rashid Khan
9b563d1dfa spacing 2013-08-22 15:47:31 -07:00
Rashid Khan
a058b8c7da Merge remote-tracking branch 'upstream/master' 2013-08-22 15:46:41 -07:00
Rashid Khan
aa4b3ef047 More error handling, changed es loading to use get instead of search 2013-08-22 15:46:38 -07:00
spenceralger
2cff988ba0 Merge pull request #400 from spenceralger/master
Creates zero-filled data for the histogram.
2013-08-22 15:04:09 -07:00
Spencer Alger
69ab6bbd12 Merge branch 'zero-filled-ts'
Conflicts:
	js/services.js
2013-08-22 14:59:59 -07:00
Spencer Alger
c8638e0581 moved the timeSeries service into the histogram module. 2013-08-22 14:58:10 -07:00
Spencer Alger
13d3da048d created timeSeries service with a ZeroFilled class to manage the rows for the histogram 2013-08-22 13:53:31 -07:00