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
Spencer Alger
8a9661bf26
Added a time series service, which provides a ZeroFilled class, setup the histogram to use it so that zero measurements will be displayed
2013-08-22 13:51:15 -07:00
Rashid Khan
3b9bc6bc52
Merge pull request #396 from rashidkpc/master
...
Improved error handling via alertSrv service
2013-08-21 16:03:44 -07:00
Rashid Khan
f4f8577d91
Improved error handling via alertSrv service
2013-08-21 15:56:20 -07:00
Rashid Khan
9056287998
Merge pull request #394 from rashidkpc/master
...
Add panel options, clean up fields list
2013-08-21 09:53:57 -07:00
Rashid Khan
275221f3e6
Adding panel should have all options
2013-08-21 09:53:12 -07:00
Rashid Khan
4255f4588d
Removed useless placement, added pointer class to field list
2013-08-20 16:10:09 -07:00
Rashid Khan
a1df0fc15f
Merge pull request #393 from rashidkpc/master
...
Fix for count positioning in firefox
2013-08-20 15:48:16 -07:00
Rashid Khan
adf5ed8c99
Fix for count positioning in firefox
2013-08-20 15:47:13 -07:00
Rashid Khan
9b5f8f0bde
Merge pull request #391 from rashidkpc/master
...
added charts to micropanel in table
2013-08-20 07:50:01 -07:00
Rashid Khan
eba4214b97
added charts to micropanel in table
2013-08-20 07:24:04 -07:00
Rashid Khan
0827f2ed74
Merge pull request #381 from rashidkpc/master
...
More paging improvements, moved spy settings to general
2013-08-16 15:19:37 -07:00