Paul Dix
ac53db23ce
Merge pull request #1399 from influxdb/parse-tag
...
influxql: fix WHERE TAG KEY parsing
2015-01-28 10:03:08 -05:00
David Norton
2cf41d6ea9
influxql: fix WHERE TAG KEY parsing
2015-01-28 05:02:36 -05:00
Ben Johnson
22195c097b
Merge pull request #1389 from influxdb/normalize-query
...
Add statement normalization before execution.
2015-01-28 04:09:09 -05:00
Philip O'Toole
d61d22483c
Merge pull request #1395 from influxdb/add_cli
...
Create symlink to current InfluxDB CLI
2015-01-28 01:07:18 -08:00
Ben Johnson
65fc906b00
fix test.
2015-01-28 04:06:24 -05:00
Ben Johnson
c9a9f9b988
godoc
2015-01-28 03:59:02 -05:00
Ben Johnson
0a73416e4d
Use the last ident segment for result names.
2015-01-28 03:57:38 -05:00
Ben Johnson
c651fb497a
Merge branch 'master' of https://github.com/influxdb/influxdb into normalize-query
2015-01-28 03:45:37 -05:00
David Norton
3a4d12aa76
wip
2015-01-28 03:45:21 -05:00
Ben Johnson
d37ab3a6c0
Merge pull request #1397 from influxdb/more-broker-redirection
...
Add additional broker HTTP redirection.
2015-01-28 03:45:07 -05:00
Ben Johnson
0c64014fac
Add additional broker HTTP redirection.
2015-01-28 03:41:28 -05:00
Ben Johnson
7d4713e4a1
Merge pull request #1396 from influxdb/fix-broker-meta
...
Fix broker metadata persistence.
2015-01-28 03:23:18 -05:00
Ben Johnson
cc025f3e74
Fix broker metadata persistence.
2015-01-28 03:21:00 -05:00
Philip O'Toole
d543ac2ecb
Create symlink to current InfluxDB CLI
2015-01-28 00:12:43 -08:00
Ben Johnson
5926e38e58
Merge pull request #1394 from influxdb/fix-measurement-persistence
...
Fix measurement persistence.
2015-01-28 03:03:56 -05:00
Ben Johnson
ef50a180b4
Fix measurement persistence.
2015-01-28 02:53:16 -05:00
Philip O'Toole
f37d7fe5f8
Merge pull request #1393 from influxdb/no_caps
...
'SHOW DATABASES' should output lower-case keys
2015-01-27 23:45:02 -08:00
Philip O'Toole
655fa7fd59
'SHOW DATABASES' should output lower-case keys
2015-01-27 23:40:49 -08:00
Ben Johnson
26163e16df
Merge pull request #1391 from influxdb/fixes
...
Fixes!
2015-01-28 02:06:49 -05:00
Ben Johnson
dc6afbd2e2
Fix metastore copy.
2015-01-28 01:51:08 -05:00
Ben Johnson
3601c3c79f
Fix restarts and broker redirection.
2015-01-28 01:09:50 -05:00
David Norton
16eaae5fbd
implement SHOW MEASUREMENTS
2015-01-28 00:51:09 -05:00
David Norton
b50e4cc514
implement SHOW SERIES
2015-01-28 00:29:14 -05:00
Ben Johnson
a3609ee5b5
Add statement normalization before execution.
...
This commit adds a call to Server.NormalizeStatement() immediately before execution. It defers normalization
just before execution in case statements leading up it will alter the normalization process.
2015-01-27 22:56:30 -05:00
Ben Johnson
def5fc4703
Fix data node reload.
2015-01-27 22:44:22 -05:00
Philip O'Toole
c428879891
Use --data-urlencode with each URL parameter
2015-01-27 18:29:16 -08:00
Philip O'Toole
5d26365c01
Merge pull request #1388 from influxdb/richer_api_response
...
Richer API responses for USERS and RPs
2015-01-27 17:51:48 -08:00
Philip O'Toole
be02a9823c
Add full details for 'SHOW USERS'
2015-01-27 17:49:28 -08:00
Paul Dix
573477eaac
Merge pull request #1369 from influxdb/engine
...
WIP: Query Engine Refactor
2015-01-27 20:32:22 -05:00
Paul Dix
74e1bb99b6
Fix failures after rebase
2015-01-27 20:29:15 -05:00
Paul Dix
f2419caeb5
Wire up field expression evaluation
2015-01-27 20:27:19 -05:00
Paul Dix
861163c03e
Add influxql.Eval().
2015-01-27 20:27:19 -05:00
Paul Dix
c2ded241ea
WIP: wire up group bys and pretty much the whole shebang
2015-01-27 20:27:19 -05:00
Paul Dix
a4e32eb8e6
Fix raw data query test.
2015-01-27 20:26:32 -05:00
Paul Dix
7052fcdde9
WIP: add raw data points query, refactor mapper and iterator
...
Refactors the mapper to only take a single iterator. This will also make it so that we have many mappers (one per shard) that get properly reduced so order comes through correctly.
2015-01-27 20:26:32 -05:00
Ben Johnson
385687b8b4
Add multishard iteration.
2015-01-27 20:26:32 -05:00
Paul Dix
7c4a79248d
Add percentile aggregate function
2015-01-27 20:26:32 -05:00
Paul Dix
8148259bfc
Add mean aggregate function
2015-01-27 20:26:32 -05:00
Ben Johnson
a6746b3a21
Remove MultiIterator.
2015-01-27 20:26:32 -05:00
Ben Johnson
1eda0ffcb9
Refactoring query engine.
2015-01-27 20:26:31 -05:00
Ben Johnson
d340ffcf3c
Expression expansion and reduction.
2015-01-27 20:26:31 -05:00
Philip O'Toole
efefd73c70
Return full details for 'SHOW RETENTION POLICIES'
2015-01-27 16:48:04 -08:00
Philip O'Toole
34181592e9
Set DefaultShardRetention to 1 week
2015-01-27 16:43:21 -08:00
Philip O'Toole
59c47fd699
Correct typo in packaging script comments
2015-01-27 16:25:43 -08:00
Philip O'Toole
6b8f7c4967
Merge pull request #1385 from influxdb/compliant_api
...
Add top-level "results" key
2015-01-27 16:20:28 -08:00
Philip O'Toole
a197d16ac8
Add top-level "results" key
...
This brings the API output into line with the API specification.
2015-01-27 15:47:47 -08:00
Philip O'Toole
155bc9a531
Merge pull request #1384 from influxdb/allow_2_writes
...
Don't enable JSON 'UseNumber'
2015-01-27 10:49:57 -08:00
Philip O'Toole
97d4548790
JSON decoder should not UseNumber
2015-01-27 08:41:46 -08:00
Philip O'Toole
4df60be9b2
Merge pull request #1383 from sakamotomsh/fix-markdown_syntaxerror
...
Fix markdown syntax error.
2015-01-26 22:54:21 -08:00
sakamotomsh
18272ba63c
Fix markdown syntax error.
2015-01-27 15:10:00 +09:00