Philip O'Toole
a71a5ffd36
Support module-selection for SHOW DIAGNOSTICS
2015-09-22 21:56:46 -07:00
Philip O'Toole
8f4b354f8f
Correct PR link in CHANGELOG
...
[ci skip]
2015-09-22 21:52:19 -07:00
Philip O'Toole
952f1d5408
Merge pull request #4204 from influxdb/show_stats_module
...
Support SHOW STATS for specific module
2015-09-22 16:49:22 -07:00
Philip O'Toole
35d09cedfd
Support SHOW STATS for specific module
2015-09-22 16:36:13 -07:00
Ben Johnson
522f9eaef4
Merge pull request #4180 from benbjohnson/refactor-select-mapper
...
Cursor & SelectMapper Refactor (WIP)
2015-09-22 14:07:05 -06:00
Ben Johnson
8e27cf1fd8
Merge remote-tracking branch 'upstream/master' into refactor-select-mapper
...
Conflicts:
tsdb/store.go
2015-09-22 13:58:24 -06:00
dgnorton
410eb4ece4
Merge pull request #3852 from influxdb/dmq-show-tag-keys
...
convert SHOW TAG KEYS to distributed query
2015-09-22 15:28:08 -04:00
Ben Johnson
96715d7d90
rename Cursor.Seek() to Cursor.SeekTo()
2015-09-22 13:23:16 -06:00
Ben Johnson
56cb2fae5d
fix integration tests
2015-09-22 13:10:13 -06:00
Ben Johnson
420b8ed362
go vet: remove -methods
2015-09-22 13:10:13 -06:00
Ben Johnson
649663ca15
fix tests
2015-09-22 13:10:13 -06:00
Ben Johnson
b213ddad78
refactor cursor
2015-09-22 13:10:12 -06:00
Ben Johnson
a5269e9cc7
rename direction to ascending.
2015-09-22 13:09:26 -06:00
Ben Johnson
1b8b625787
refactor SelectMapper
2015-09-22 13:09:26 -06:00
Ben Johnson
0883182798
simplify select mapper stmt
2015-09-22 12:27:14 -06:00
David Norton
e4800df006
add more parser tests
2015-09-22 14:25:13 -04:00
Philip O'Toole
ace0e0331f
Update CHANGELOG for PR 4198
...
[ci skip]
2015-09-22 10:48:08 -07:00
Philip O'Toole
f857818ce5
Merge pull request #4198 from influxdb/cluster_stats2
...
Add cluster-service stats
2015-09-22 10:47:14 -07:00
Philip O'Toole
1084d73092
Add cluster-service stats
2015-09-22 10:27:54 -07:00
Nathaniel Cook
79e6e3e07a
Merge pull request #4196 from influxdb/export_iterator
...
export tsdb.Iterator
2015-09-22 11:09:08 -06:00
Philip O'Toole
d1402f7585
Merge pull request #4191 from influxdb/full_marshal
...
Correct marshalling of remotely-mapped data
2015-09-22 09:51:02 -07:00
Philip O'Toole
d96119cc01
Correct MapperValueAsJSON comment
...
[ci skip]
2015-09-22 09:49:57 -07:00
Nathaniel Cook
007508bde0
export tsdb.Iterator
2015-09-22 10:29:49 -06:00
Philip O'Toole
6ce0b7acc5
Update CHANGELOG
2015-09-22 00:27:01 -07:00
Philip O'Toole
e43ad09f44
Perform custom unmarshal during unit tests
2015-09-22 00:24:43 -07:00
Philip O'Toole
56193be05c
Simple tests work
2015-09-21 22:50:29 -07:00
nooproblem
d5d2ca4677
Removing deprecated JSON Protocol from README.md
...
The following panic is produced when running the code from the 'Find the last 10 _shapes_ records' section:
panic: interface conversion: interface is string, not json.Number
I have changed the type assertion from type json.Number to type string and amended the log output for the string type.
2015-09-21 19:33:44 +01:00
Philip O'Toole
07c9d40b87
Merge pull request #4179 from mark-rushakoff/sorted-measurements-by-tag-filters
...
Sort DatabaseIndex.measurementsByTagFilters result
2015-09-21 11:19:37 -07:00
David Norton
e176d2c0dd
make SHOW TAG KEYS support (S)LIMIT & (S)OFFSET
2015-09-21 13:05:53 -04:00
Philip O'Toole
32e2ac1b73
Merge pull request #4184 from runcom/go-vet-fixes
...
Fix go vet warnings
2015-09-21 08:47:07 -07:00
David Norton
8e236532e8
delete unused executeShowTagKeysStatement func
2015-09-21 11:32:13 -04:00
David Norton
8bd2408320
convert SHOW TAG KEYS to distributed query
2015-09-21 11:30:51 -04:00
Antonio Murdaca
49c0b6ea73
Fix go vet warnings
...
This patch fixes the following go vet warnings:
```
services/continuous_querier/service.go:326: influxql.Statements
composite literal uses unkeyed fields
exit status 1
services/httpd/handler_test.go:145: models.Rows composite literal uses
unkeyed fields
services/httpd/handler_test.go:146: models.Rows composite literal uses
unkeyed fields
services/httpd/handler_test.go:165: models.Rows composite literal uses
unkeyed fields
services/httpd/handler_test.go:166: models.Rows composite literal uses
unkeyed fields
services/httpd/handler_test.go:187: models.Rows composite literal uses
unkeyed fields
services/httpd/handler_test.go:188: models.Rows composite literal uses
unkeyed fields
exit status 1
```
Signed-off-by: Antonio Murdaca <runcom@linux.com>
2015-09-21 15:28:54 +02:00
Daniel Morsing
49327f69f1
Merge pull request #4161 from influxdb/bottom
...
Implement bottom
2015-09-21 12:42:15 +00:00
Daniel Morsing
57b211a538
Merge branch 'master' into bottom
...
resolve changelog conflict
2015-09-21 12:31:29 +00:00
Daniel Morsing
43f0a825eb
update CHANGLOG
2015-09-21 12:06:23 +00:00
Mark Rushakoff
85275e7d59
Sort DatabaseIndex.measurementsByTagFilters result
...
Fixes #4118
2015-09-20 14:37:27 -07:00
Philip O'Toole
620d3740ad
More corrections of monitor sample config
...
[ci skip]
2015-09-18 15:31:44 -07:00
Philip O'Toole
c5b6c72fdd
Correct comments in monitor config block
...
[ci skip]
2015-09-18 15:30:36 -07:00
Philip O'Toole
f8678e6f51
Merge pull request #4165 from influxdb/runtime_not_tagged
...
Tag Go memstats during writes to _internal
2015-09-18 14:28:21 -07:00
Philip O'Toole
07bcd523f3
Tag Go memstats during writes to _internal
2015-09-18 14:16:39 -07:00
Daniel Morsing
5b24841973
rename topReduceOut
...
Also, gofmt
2015-09-18 15:04:09 +00:00
Daniel Morsing
b07c36288d
Merge pull request #4130 from influxdb/topopt
...
optimize top queries
2015-09-18 14:40:57 +00:00
Daniel Morsing
b5fc2a96b1
Implement bottom
...
After the rework of the ordering for top, this was just a matter
of adding a flag telling the minheap which way the values should
be sorted.
2015-09-18 14:39:46 +00:00
Daniel Morsing
ce1dc840ef
Better documentation for typeCompare.
2015-09-18 13:11:46 +00:00
Jari Sukanen
c844ec10d5
influxql: when using derivative, check 'group by time' instead of 'where time ...'
...
When using derivative, it is required that aggregate function is used as
sub-call when grouping by time is used. However, AST parsing used to check
if WHERE-clause contained condition with 'time'.
Fix this by changing check to see if groupByInterval is present.
Modify also related error case tests and add check for
select derivative(...) ... where time > ...
2015-09-18 08:55:09 +03:00
Philip O'Toole
a52cf6bfcb
now -> now() in README example
...
[ci skip]
2015-09-17 21:41:48 -07:00
Philip O'Toole
f9bfb2fcc5
Merge pull request #4142 from influxdb/nil_partition
...
If partition is nil return on Close immediately
2015-09-17 16:37:37 -07:00
Philip O'Toole
f943892400
Make nitghtly build script easier to maintain
...
[ci skip]
2015-09-17 14:19:04 -07:00
Philip O'Toole
443cb97f65
Merge pull request #4153 from influxdb/package_post_uninstall
...
Add package post-uninstall script
2015-09-17 14:07:36 -07:00