Philip O'Toole
ec56da448e
Merge pull request #4186 from nooproblem/master
...
Removing deprecated JSON Protocol from README.md
2015-09-24 07:54:03 -07:00
Cory LaNou
82c50bb746
Merge pull request #4202 from influxdb/issue-1577-rb
...
Allow fields to be selected with "selector" aggregate functions
2015-09-23 16:33:20 -05:00
Cory LaNou
842b36f30f
godoc
2015-09-23 15:52:44 -05:00
Cory LaNou
715e3d8d3c
add comment to clarify
2015-09-23 15:49:17 -05:00
Cory LaNou
d6ee542083
SelectFilterFields -> SelectWhereFields
2015-09-23 15:47:12 -05:00
Cory LaNou
b2474c9abf
reduce arguments to MapTopBottom
2015-09-23 15:44:36 -05:00
Cory LaNou
ab84d3eb00
break early when detecting only selector statements
2015-09-23 15:27:43 -05:00
Cory LaNou
104c049a53
fix typo
2015-09-23 15:26:13 -05:00
Cory LaNou
81ad1f87a4
refactor MapTopBottom signature
2015-09-23 10:53:21 -05:00
Cory LaNou
7c3a542e13
revert signatures for mean/sum map funcs
2015-09-23 10:32:00 -05:00
Philip O'Toole
2188a670fa
Merge pull request #4208 from influxdb/show_diag_m
...
Support module-selection for SHOW DIAGNOSTICS
2015-09-23 08:25:19 -07:00
Cory LaNou
6b19e3dd9c
minor refactorings
2015-09-23 09:47:24 -05:00
Cory LaNou
b1becfbcfc
more tests, simplify mapFunc signatures
2015-09-23 09:27:19 -05:00
Cory LaNou
78bc740434
full support for min/max/first/last
2015-09-23 09:03:57 -05:00
Philip O'Toole
683cc0f226
Fix string representation of SHOW STATS
2015-09-22 21:57:20 -07:00
Philip O'Toole
e9928f39eb
Update CHANGELOG
2015-09-22 21:56:49 -07:00
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