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
Joseph Rothrock
bdbb2a7503
Rewrite urlgen in Go
...
Issue: 1818
This is meant to replace the urlgen shell script.
2015-03-02 16:35:33 -08:00
Philip O'Toole
c201a79e13
Merge pull request #1814 from influxdb/where_int_fields
...
WHERE on fields
2015-03-02 16:32:48 -08:00
Philip O'Toole
9d5ef5fc7a
Add unit test for WHERE string fields
2015-03-02 16:16:30 -08:00
Philip O'Toole
bab0389293
Skip timestamp while checking conditions
2015-03-02 16:12:22 -08:00
Philip O'Toole
0976a8150b
More unit testing of WHERE field
2015-03-02 15:26:36 -08:00
Philip O'Toole
8196a49308
Condition is set, tests still fail
2015-03-02 15:15:58 -08:00
Philip O'Toole
c53cd6b392
Remove obsolete git-ignore directives
2015-03-02 11:53:30 -08:00
Philip O'Toole
e1fde65112
Merge pull request #1810 from influxdb/packaging_fixes
...
Update CHANGELOG
2015-03-02 11:10:18 -08:00
Philip O'Toole
ea854395f1
Update CHANGELOG
2015-03-02 11:09:02 -08:00
Philip O'Toole
99a3459c3a
Merge pull request #1809 from influxdb/packaging_fixes
...
Unconditionally remove the init.d symlink
2015-03-02 11:07:43 -08:00
Philip O'Toole
4f2e665365
Unconditionally remove the init.d symlink
2015-03-02 10:48:04 -08:00
Philip O'Toole
d55c850b0e
Make it clear to what "Getting Started" applies
2015-03-02 08:05:23 -08:00
Ben Johnson
1bbf154f2a
Removing replicas and subscriptions from broker.
2015-03-01 22:32:20 -07:00
Ben Johnson
85be4e1f6a
Merge branch 'master' of https://github.com/influxdb/influxdb into broker-truncation
2015-03-01 09:47:39 -07:00
Ben Johnson
16dbe8ba2f
Add Broker.Truncate().
2015-03-01 07:06:25 -07:00
Cory LaNou
075b59285c
Merge pull request #1795 from kylezh/cmd
...
trim command line before parse it
2015-02-28 20:27:10 -07:00
Kai Zhang
ef262171d6
trim command line before parse it
...
This can avoid some errors caused by an additional space at the end of
the command line.
For example: 'use db ' will be trimed to 'use db' and parsed correctly.
Signed-off-by: Kai Zhang <zhangk1985@gmail.com>
2015-03-01 10:44:20 +08:00