Philip O'Toole
e84b338018
Transplant 'SHOW TAG KEYS' tests
2015-03-04 12:44:56 -08:00
Philip O'Toole
c485c63c77
Transplant 'SHOW MEASUREMENTS' series tests
2015-03-04 12:33:11 -08:00
Philip O'Toole
10217cc323
Transplant 'SHOW SERIES' tests
2015-03-04 12:21:39 -08:00
Philip O'Toole
ab0533912f
Add fpm updates to CHANGELOG
2015-03-04 10:54:24 -08:00
Philip O'Toole
af5ae3d68d
Merge pull request #1789 from kylezh/pkg
...
add --config-files option to fpm command
2015-03-04 10:53:15 -08:00
dgnorton
88a4852279
Merge pull request #1806 from influxdb/fix-1799
...
fix #1799 : make scanner recognize regex
2015-03-04 08:44:25 -05:00
Philip O'Toole
43918654c3
Merge pull request #1841 from influxdb/bool_string_data
...
'field not found' test now in integration tests
2015-03-03 17:18:47 -08:00
Philip O'Toole
643cd09fee
'field not found' test now in integration tests
2015-03-03 17:17:08 -08:00
Philip O'Toole
a9dd16e8d9
Merge pull request #1840 from influxdb/bool_string_data
...
Move string and bool data write to integration
2015-03-03 17:16:21 -08:00
Philip O'Toole
8480a1829a
Move string and bool data write to integration
2015-03-03 17:11:09 -08:00
Philip O'Toole
c3ffa45279
Merge pull request #1839 from influxdb/use_rp_variable
...
Replace literal "myrp" with %RP% in tests
2015-03-03 16:50:53 -08:00
Philip O'Toole
2ecae19874
Replace literal "myrp" with %RP% in tests
2015-03-03 16:48:40 -08:00
Philip O'Toole
bbb6df0dcf
Merge pull request #1838 from influxdb/where_and
...
Add unit test of parenthesis and WHERE on fields
2015-03-03 16:46:42 -08:00
Philip O'Toole
372949fee4
Add unit test of parenthesis and WHERE on fields
2015-03-03 15:58:25 -08:00
Philip O'Toole
a22f1043a2
Merge pull request #1835 from influxdb/where_and
...
Add failing test case for WHERE AND
2015-03-03 15:49:55 -08:00
Philip O'Toole
0e3e0f6a38
Transplant more tests from httpd
2015-03-03 15:48:03 -08:00
Philip O'Toole
89bed24505
Tighten WHERE fields test case
2015-03-03 15:26:02 -08:00
Philip O'Toole
2fea387e2d
Add PR 1836
2015-03-03 15:19:03 -08:00
Philip O'Toole
adee51c4e0
Merge pull request #1836 from hawson/fix-1760-history_file
...
Fix for #1760 : influx doesn't create $HOME/.influx_history
2015-03-03 15:16:48 -08:00
Philip O'Toole
6ceae8ba3c
Add WHERE field test, on 1 field
2015-03-03 15:02:42 -08:00
Philip O'Toole
f422fbdebe
Support only running certain integration tests
2015-03-03 14:53:31 -08:00
Joseph Rothrock
cd18255af5
Merge pull request #1831 from influxdb/urlgen
...
Rewrite urlgen in Go
2015-03-03 14:50:40 -08:00
Philip O'Toole
b69dc160ea
Add failing test case for WHERE AND
2015-03-03 14:30:59 -08:00
Jesse Becker (NCBI)
0f7c69c587
Fix for #1760 : influx doesn't create $HOME/.influx_history
2015-03-03 17:12:19 -05:00
Philip O'Toole
d335e5506b
Merge pull request #1788 from influxdb/table_driven_int
...
Add initial version of table-driven int. tests
2015-03-03 14:09:43 -08:00
Philip O'Toole
585ab410ba
3-node cluster tests disabled
...
Cluster testing is racy right now, possibly due to the underlying
implementation.
2015-03-03 14:06:39 -08:00
Philip O'Toole
0d03998dc3
Move tests from HTTP handlers to integration
2015-03-03 14:03:49 -08:00
Philip O'Toole
1ba6d8a4f9
Add initial version of table-driven int. tests
2015-03-03 13:28:09 -08:00
Joseph Rothrock
94d4287af9
rewrite urlgen in go
...
Fix outer enclosing json.
Add date option.
2015-03-03 12:57:01 -08:00
Joseph Rothrock
b020d3f14c
Rewrite urlgen in Go
...
Cut-n-paste Ben's code.
Fix bugs re args.
Sandardize on 1-based for time and servers.
Keep incrementing time for subsequent clients -- I don't see the
point in overwriting data.
2015-03-03 11:36:15 -08:00
Joseph Rothrock
3901ea8092
Merge branch 'master' of github.com:influxdb/influxdb into urlgen
2015-03-03 09:45:08 -08:00
David Norton
6652de99e5
fix #1799 : update CHANGELOG.md
2015-03-03 09:32:15 -05:00
David Norton
09e1710dc9
fix #1799 : update INFLUXQL.md for regex changes
2015-03-03 09:32:15 -05:00
David Norton
9d6d36f2e9
fix #1799 : change regex delim to '/' & RHS only
2015-03-03 09:32:15 -05:00
David Norton
08796bd6af
fix #1799 : make scanner recognize regex
...
Change the regex delimiter from single quotes to back ticks (`) and make
the scanner recognize regex tokens.
Single quotes are used for string literals. Using a unique delimiter for
regular expression literals allows the scanner to recognize regular
expression tokens, which is inline with the way the rest of the
scanner / parser work.
2015-03-03 09:32:15 -05:00
Paul Dix
4c5beb96ed
Update CHANGELOG.md
2015-03-02 18:42:07 -08:00
Paul Dix
802f28fd50
Update CHANGELOG.md
2015-03-02 18:41:20 -08:00
Philip O'Toole
65cd9a75d8
Update change log with WHERE field check
2015-03-02 18:39:55 -08:00
Paul Dix
05606c510c
Merge pull request #1827 from influxdb/where_int_fields
...
Check for LT, LTE, GT, GTE
2015-03-02 18:35:59 -08:00
Philip O'Toole
f0c7a6b7e7
Check for LT, LTE, GT, GTE
...
Add relevant unit tests
2015-03-02 18:30:48 -08:00
Philip O'Toole
e82a57729f
Merge pull request #1826 from influxdb/where_int_fields
...
WHERE field
2015-03-02 18:13:32 -08:00
Paul Dix
6d9862059e
Update CHANGELOG.md
2015-03-02 18:09:25 -08:00
Paul Dix
97746c9614
Merge pull request #1813 from influxdb/fix-1813-measurement-not-found
...
Querying for missing measurements should return a 200
2015-03-02 17:58:49 -08:00
Philip O'Toole
1abe6e8a1a
Ensure GTE integer WHERE works
2015-03-02 17:44:31 -08:00
Philip O'Toole
b9d8c5d5a5
Tighten unit test for WHERE string field
2015-03-02 17:31:26 -08:00
Philip O'Toole
260dcf67f7
Decode correct byte slice
2015-03-02 17:30:03 -08:00
Todd Persen
294772d6b8
Fix previous usage of `500 Internal Server Error` for missing field
2015-03-02 17:17:17 -08:00
Todd Persen
a2bf256b62
Queries for a field that doesn't exist should return a `200 OK`
2015-03-02 17:14:59 -08:00
Todd Persen
56a712a8e3
Queries for a measurement that doesn't exist should return a `200 OK`
2015-03-02 17:04:05 -08:00
Philip O'Toole
543f5500b0
Fix unit test
2015-03-02 16:40:36 -08:00