Todd Persen
|
350418cfe9
|
Merge pull request #2516 from s7v7nislands/fix_usage
Fix influxd help usage
|
2015-05-27 13:13:54 -07:00 |
Todd Persen
|
308f127289
|
Merge pull request #2417 from influxdb/update-influxql-docs
InfluxQL specification update
|
2015-05-27 10:26:55 -07:00 |
gunnaraasen
|
a849d16826
|
Add int_lit as unary expression
|
2015-05-27 09:35:29 -07:00 |
gunnaraasen
|
5ae912a2c1
|
Disallow 0 at the start of an integer
|
2015-05-27 09:30:22 -07:00 |
gunnaraasen
|
751e09f388
|
Changed definition of ascii_letter and decimal_digit to letter and digit
|
2015-05-27 09:30:09 -07:00 |
gunnaraasen
|
0844149b7a
|
Clean up literal definitions, especially for integers and floats
|
2015-05-27 09:29:54 -07:00 |
gunnaraasen
|
720f3bdc50
|
Removed db_name section and updated the identifier section
|
2015-05-27 09:29:41 -07:00 |
dgnorton
|
0b2c3152dd
|
Merge pull request #2649 from influxdb/fix-2644
make SHOW queries work with FROM /<regex>/
|
2015-05-27 07:30:29 -07:00 |
David Norton
|
2517842201
|
fix #2644: update CHANGELOG.md
|
2015-05-27 10:26:32 -04:00 |
David Norton
|
0a8be47ca1
|
fix #2644: make SHOW FIELD KEYS FROM /regex/ work
|
2015-05-27 10:26:32 -04:00 |
David Norton
|
8866c09e67
|
fix #2644: make SHOW SERIES FROM /<regex>/ work
|
2015-05-27 10:26:04 -04:00 |
David Norton
|
cc8f5771fa
|
fix #2644: make SHOW TAG VALUES FROM /regex/ work
|
2015-05-27 10:25:26 -04:00 |
David Norton
|
fe99177fb3
|
fix #2644: make SHOW TAG KEYS FROM /<regex>/ work
|
2015-05-27 10:22:22 -04:00 |
Todd Persen
|
0f0a50b2a6
|
Merge pull request #2633 from influxdb/fix-2564
fix #2564: Rename "name" to "measurement" in JSON for writes
|
2015-05-26 20:33:26 -07:00 |
Todd Persen
|
856546820d
|
Merge pull request #2600 from influxdb/in_order_db
Completely decouple "in order" testing
|
2015-05-26 19:58:16 -07:00 |
Todd Persen
|
f0a54166a5
|
Merge pull request #2642 from gabrieltaylor/server_privilege_tests
Additional server tests
|
2015-05-26 19:54:56 -07:00 |
Todd Persen
|
ad9544cebe
|
Update CHANGELOG.md
|
2015-05-25 23:36:23 -07:00 |
Todd Persen
|
99cb11de49
|
Merge pull request #1997 from influxdb/fix-1997-include-tags-in-select-wildcard
Update SELECT * to return tag values
|
2015-05-25 23:35:14 -07:00 |
Todd Persen
|
6735963a6b
|
Reset test timeout.
|
2015-05-25 20:41:33 -07:00 |
Paul Dix
|
82b4df7173
|
Merge pull request #2648 from influxdb/fix-2635
fix #2635: Fix query against bool field in WHERE
|
2015-05-24 07:57:58 -04:00 |
David Norton
|
e4670cb934
|
fix #2635: Fix query against bool field in WHERE
|
2015-05-24 05:00:59 -04:00 |
Gabriel Taylor-Russ
|
d11b943f62
|
Corrected comments on server tests to better reflect test actions
|
2015-05-22 18:33:17 -07:00 |
Gabriel Taylor-Russ
|
9eb0ee9708
|
Merge branch 'master' into server_privilege_tests
|
2015-05-22 18:20:47 -07:00 |
Todd Persen
|
ea5d8e8eca
|
Fix `DROP SERIES` tests.
|
2015-05-22 16:34:11 -07:00 |
Todd Persen
|
84d11d15a7
|
Fix `TestHandler_serveWriteSeriesBatch` for `SELECT *`
|
2015-05-22 16:34:11 -07:00 |
Todd Persen
|
338c1acb38
|
Add tags to OpenTSDB `SELECT *` tests.
|
2015-05-22 16:34:01 -07:00 |
Todd Persen
|
ae6d82c8de
|
Fix AST test for `SELECT *` rewrite.
|
2015-05-22 13:56:11 -07:00 |
Todd Persen
|
fec08fc858
|
Include tags when doing a `SELECT *`.
|
2015-05-22 13:38:28 -07:00 |
David Norton
|
644fbdc1e8
|
fix #2564: fix client package
|
2015-05-22 07:22:35 -04:00 |
Todd Persen
|
8ade485b58
|
Reset +x on package.sh
|
2015-05-21 17:50:46 -07:00 |
Todd Persen
|
5c567352b9
|
Revert changes to package.sh
|
2015-05-21 17:49:45 -07:00 |
David Norton
|
35b02fd8ec
|
fix #2564: update CHANGELOG.md
|
2015-05-21 19:08:35 -04:00 |
David Norton
|
0fb4e14c44
|
fix #2564: chg name to measurement in write JSON
|
2015-05-21 19:05:32 -04:00 |
Todd Persen
|
a05c368c07
|
Update CHANGELOG.md for RC31
|
2015-05-21 14:45:59 -07:00 |
Philip O'Toole
|
be0d0738d7
|
Completely decouple "in order" testing
|
2015-05-21 13:17:39 -07:00 |
Todd Persen
|
37c47e36d5
|
Merge pull request #2624 from influxdb/fix-2563-remove-drop-series-id
Remove references to SeriesID in `DROP SERIES` handlers.
|
2015-05-21 13:14:29 -07:00 |
Todd Persen
|
0c4cb89d67
|
Expand sources.
|
2015-05-21 13:09:14 -07:00 |
Todd Persen
|
524710c279
|
Merge pull request #2620 from influxdb/fix-2531
fix #2531: make WHERE with multiple OR terms work
|
2015-05-21 12:45:55 -07:00 |
Todd Persen
|
074b3bf099
|
Update the way that `DROP SERIES` handles `Sources`
|
2015-05-21 12:38:35 -07:00 |
Todd Persen
|
7828af48fd
|
Make `DROP SERIES` take `Sources` instead of `Source`
|
2015-05-21 11:18:21 -07:00 |
David Norton
|
8156ef02b9
|
revert accidental change
|
2015-05-21 12:23:06 -04:00 |
David Norton
|
34267e65b1
|
fix #2531: update CHANGELOG.md
|
2015-05-21 12:23:06 -04:00 |
David Norton
|
81a8aa5c92
|
fix #2531: convert literal true filters to nil
|
2015-05-21 12:22:08 -04:00 |
David Norton
|
858648becf
|
fix #2531: make WHERE with multiple OR terms work
|
2015-05-21 12:22:07 -04:00 |
s7v7nislands
|
c8d1dbdbe6
|
fix run command help usage
|
2015-05-21 14:32:18 +08:00 |
s7v7nislands
|
7d4ee51c15
|
fix influxd help usage
|
2015-05-21 14:32:18 +08:00 |
Todd Persen
|
57fd3f406d
|
Update CHANGELOG
|
2015-05-20 17:32:01 -07:00 |
Todd Persen
|
344db8ff1e
|
Fix up parser and handle new error message.
|
2015-05-20 14:55:19 -07:00 |
Todd Persen
|
e7c40e5cae
|
Remove references to SeriesID in `DROP SERIES` handlers.
|
2015-05-20 14:27:33 -07:00 |
Cory LaNou
|
de77ee1896
|
Merge pull request #2622 from influxdb/select-distinct-tag-customer-error-2612
Select distinct tag custom error
|
2015-05-20 15:08:10 -06:00 |