Philip O'Toole
|
c1a37d1ca6
|
Update CHANGELOG for PR 2021
|
2015-03-19 16:46:35 -07:00 |
Philip O'Toole
|
62dc60d36d
|
Merge pull request #2004 from influxdb/limit-group-by
Limit group by to MaxGroupByPoints (currently 100,000)
|
2015-03-19 16:45:24 -07:00 |
Philip O'Toole
|
8f801cab8d
|
Merge pull request #2021 from simonkern/master
removed unnecessary fmt.Sprintf
|
2015-03-19 16:41:00 -07:00 |
Philip O'Toole
|
fe44f63495
|
Fix parser unit test, statement is raw
|
2015-03-19 16:36:24 -07:00 |
Philip O'Toole
|
dc297e8012
|
Correctly use IsRawQuery
|
2015-03-19 16:32:25 -07:00 |
Philip O'Toole
|
59f25910c6
|
IsRawQuery should be set via Walk()
|
2015-03-19 16:26:16 -07:00 |
Philip O'Toole
|
b045a0008e
|
Remove redundant Aggregated() on select statement
|
2015-03-19 15:22:43 -07:00 |
Philip O'Toole
|
3001448f16
|
Merge branch 'master' into limit-group-by
Conflicts:
CHANGELOG.md
|
2015-03-19 15:17:50 -07:00 |
Philip O'Toole
|
16efacd55d
|
Update CHANGELOG for PR 2016
|
2015-03-19 15:15:09 -07:00 |
Philip O'Toole
|
b148f3da7a
|
Merge pull request #2016 from jnutzmann/align-group-by-buckets
Fixing bucket alignment for group by
|
2015-03-19 15:13:40 -07:00 |
Philip O'Toole
|
cbd43bd9b2
|
IsRaw now works without time present
|
2015-03-19 15:12:46 -07:00 |
Todd Persen
|
e2391d9b34
|
Merge pull request #1909 from influxdb/export
Add a `dump` command for exporting data.
|
2015-03-19 15:07:23 -07:00 |
Simon Kern
|
787d521ca5
|
removed unnecessary fmt.Sprintf
|
2015-03-19 22:17:15 +01:00 |
Paul Dix
|
6d85d81a0b
|
Make select statement clone copy IsRawQuery
|
2015-03-19 17:07:56 -04:00 |
Cory LaNou
|
da171cfe32
|
make vet happy
|
2015-03-19 15:05:23 -06:00 |
Paul Dix
|
3496105033
|
Remove resultTimes as it's not used
|
2015-03-19 16:48:47 -04:00 |
Cory LaNou
|
c13bdd5e86
|
refactor, bug fix, move tests to integration
|
2015-03-19 14:33:47 -06:00 |
Philip O'Toole
|
e3be4fa98d
|
Merge pull request #2019 from influxdb/init_script_fixes
Remove obsolete packaging-related files
|
2015-03-19 13:13:20 -07:00 |
Cory LaNou
|
d5f04d82c6
|
remove debug code
|
2015-03-19 13:43:04 -06:00 |
Cory LaNou
|
a6171b3382
|
refactor of limit/offset
|
2015-03-19 13:31:46 -06:00 |
Philip O'Toole
|
65ea28ebc6
|
Remove obsolete packaging-related files
The presence of these files is only confusing.
|
2015-03-19 11:36:38 -07:00 |
Paul Dix
|
56281fbfd5
|
WIP: add IsRawQuery to select and fix LIMIT and OFFSET on GROUP BY time
|
2015-03-19 11:41:18 -04:00 |
Jonathan Nutzmann
|
46f5521070
|
oops - forgot to remove temp import
|
2015-03-19 10:31:27 -05:00 |
Jonathan Nutzmann
|
105d0aa503
|
fixing failed integration tests - change how number of points calculated and the expected result of the server
|
2015-03-19 10:28:47 -05:00 |
Philip O'Toole
|
a17889e132
|
Run test suite when submitting patches
|
2015-03-19 08:25:21 -07:00 |
Jonathan Nutzmann
|
42a8db8ae5
|
fixing bucket alignment
|
2015-03-19 09:36:31 -05:00 |
Todd Persen
|
8425c0c578
|
Final cleanups based on review feedback.
|
2015-03-18 23:02:11 -07:00 |
Cory LaNou
|
5f29565ce2
|
still allow crazy limits if total points is less than max group limit
|
2015-03-18 18:44:31 -06:00 |
Cory LaNou
|
f741595ff5
|
cut and paste baggage
|
2015-03-18 18:44:30 -06:00 |
Cory LaNou
|
f2282b4364
|
less testing
|
2015-03-18 18:44:30 -06:00 |
Cory LaNou
|
88c068d1c0
|
update changelog
|
2015-03-18 18:44:30 -06:00 |
Cory LaNou
|
e78e5f3e19
|
Limit group by to MaxGroupByPoints (currently 100,000)
|
2015-03-18 18:44:30 -06:00 |
Philip O'Toole
|
3218497784
|
Merge pull request #2010 from influxdb/move_tests
Move tests
|
2015-03-18 17:40:50 -07:00 |
Philip O'Toole
|
521cddb2a7
|
Move TestServer_ExecuteWildcardGroupBy
|
2015-03-18 17:37:08 -07:00 |
Philip O'Toole
|
c95af24e43
|
Move TestServer_ExecuteWildcardQuery
|
2015-03-18 17:27:20 -07:00 |
Philip O'Toole
|
b5d5ce070f
|
Move TestServer_DropMeasurementSeriesTagsPreserved
|
2015-03-18 17:21:10 -07:00 |
Philip O'Toole
|
82136aab65
|
Move TestServer_ExecuteQuery to integration tests
|
2015-03-18 16:53:06 -07:00 |
Philip O'Toole
|
f2b865e009
|
TestServer_WriteSeries is redundant, so remove it
|
2015-03-18 16:17:05 -07:00 |
Philip O'Toole
|
fdc44be5e9
|
Add comment for precision-write tests
|
2015-03-18 16:16:52 -07:00 |
Philip O'Toole
|
a35309c1ba
|
Merge pull request #2007 from influxdb/more_stats
Track shard-level stats
|
2015-03-18 16:07:48 -07:00 |
Philip O'Toole
|
fb085c53e5
|
Update changelog
|
2015-03-18 15:28:50 -07:00 |
Philip O'Toole
|
43a5747e6e
|
Track shard-level stats
|
2015-03-18 15:26:49 -07:00 |
Joseph Rothrock
|
21fd2e2662
|
dump cmd
rename dump flag
put an error response body if json marshalling breaks.
detect and respond to http error codes in the client.
|
2015-03-18 14:10:36 -07:00 |
Philip O'Toole
|
6f646b28f9
|
Set "internal" as stats database in example config
|
2015-03-18 13:22:04 -07:00 |
Philip O'Toole
|
f622f78ea6
|
Merge pull request #2003 from influxdb/more_stats
Set timestamp when writing monitoring stats
|
2015-03-18 13:09:04 -07:00 |
Philip O'Toole
|
bed1bdbcf3
|
Update CHANGELOG
|
2015-03-18 12:45:41 -07:00 |
Philip O'Toole
|
d06d9627f1
|
Use "internal" for self-monitoring database
Parser doesn't like database names that start with "_".
|
2015-03-18 12:43:04 -07:00 |
Philip O'Toole
|
61b5c4ee3c
|
Set a timestamp when storing monitoring stats
|
2015-03-18 12:42:33 -07:00 |
Philip O'Toole
|
060066a08e
|
Update CHANGELOG for PR 1985
|
2015-03-18 11:40:29 -07:00 |
Philip O'Toole
|
616cef62e6
|
Merge pull request #1985 from fancysupport/response-type-fix
headers were being set after they were written
|
2015-03-18 11:38:57 -07:00 |