David Norton
d28f7eff37
go fmt handler_test.go
2014-11-26 08:41:34 -05:00
David Norton
a983745400
Wire up /db/:db/retention_policies/:name/shards
2014-11-26 08:41:34 -05:00
David Norton
9080ab95fe
Wire up POST /db/:db/retention_policies/:name
2014-11-26 08:41:33 -05:00
David Norton
35d1aaee95
Wire up DELETE /db/:db/retention_policies/:name
2014-11-26 08:41:33 -05:00
David Norton
5570d886eb
Wire up POST /db/:db/retention_polocies
2014-11-26 08:41:33 -05:00
David Norton
24aa231e6d
Rename TestHTTPServer to HTTPServer
2014-11-26 08:41:33 -05:00
David Norton
b8c6b5773a
Use append instead of index
2014-11-26 08:41:33 -05:00
David Norton
89656ef842
Make unit tests more self contained
2014-11-26 08:41:33 -05:00
David Norton
136324a4be
Fix CreateShardIfNotExists and spelling error
2014-11-26 08:41:33 -05:00
David Norton
c251de96ed
Wire up /db/:db/retention_policies
2014-11-26 08:41:33 -05:00
David Norton
82d147e9c4
Wire up /db/:db/shards
2014-11-26 08:41:33 -05:00
David Norton
0137f58f88
Use shards map instead of looping
2014-11-26 08:41:33 -05:00
Philip O'Toole
68d30ae722
Increase time "added" for single node test
...
Wait()ing for the log the be applied can take 2 loops. Due to this the
timer used to trigger the 3rd check is pushed too far into the future.
So push the clock even farther into the future.
As a result, all Travis testing can be re-enabled.
2014-11-25 22:52:58 -08:00
David Norton
26ecd06ef5
Change Wild to Wildcard and move test
2014-11-25 18:23:10 -05:00
David Norton
f8073bf287
Make influxql parse SELECT *
2014-11-25 17:43:22 -05:00
Todd Persen
03a8d975a9
Start on a sample queries doc.
2014-11-25 17:27:34 -05:00
David Norton
af86d7cb1c
Add TODO for parsing SELECT *
2014-11-25 17:07:17 -05:00
Philip O'Toole
078ff526d4
Merge pull request #1167 from otoolep/seed_test_fixes
...
Remove test of obsolete config param
2014-11-25 13:47:06 -08:00
Philip O'Toole
2fc856ae77
Merge pull request #1168 from otoolep/changelog
...
Add Loopback client support to change log
2014-11-25 13:46:38 -08:00
Philip O'Toole
ae4b2d4fd8
Add Loopback client support to change log
2014-11-25 13:45:36 -08:00
Philip O'Toole
d08588aad2
Remove test of obsolete config param
2014-11-25 13:41:57 -08:00
Philip O'Toole
ca9471cb7b
Merge pull request #1166 from otoolep/open_server
...
Open the Server object
2014-11-25 13:25:08 -08:00
Philip O'Toole
80796a0e47
Revert "Revert "Merge pull request #1158 from otoolep/bringup""
...
This reverts commit af33cbf72d
.
2014-11-25 13:19:26 -08:00
Philip O'Toole
07a9cd11f0
Merge pull request #1157 from otoolep/seed_servers
...
Set the seed servers at the command line
2014-11-25 08:11:37 -08:00
Philip O'Toole
6ed0624471
Support Local mode via a Loopback messaging client
...
This change adds a simple loopback client to the system. It also moves
setting the seed servers to the command line, and removes control from
the configuration file.
2014-11-25 07:56:39 -08:00
Philip O'Toole
98e3af0f6c
Print very early exit errors to stdout
...
Without this a missing config file results in no feedback to the user
2014-11-25 07:52:20 -08:00
Ben Johnson
d78bc751c9
Fix influxql.Parse() references.
2014-11-25 08:48:10 -07:00
Todd Persen
21b02d1ec8
Bump up the number of open files.
2014-11-25 10:25:13 -05:00
Ben Johnson
924cc47e12
Merge pull request #1159 from influxdb/parser
...
Parser
2014-11-25 07:53:01 -07:00
Ben Johnson
dc67d2f0aa
Add microsecond support to influxql.ParseDuration.
2014-11-24 23:43:23 -07:00
Ben Johnson
4992a006e4
Add ParenExpr.
2014-11-24 23:12:32 -07:00
Ben Johnson
143f8a0fd5
Add CREATE CONTINUOUS QUERY parsing.
2014-11-24 21:49:09 -07:00
Ben Johnson
7288a778c3
Add influxql.Call.
2014-11-24 20:43:23 -07:00
Ben Johnson
00f969af1f
Add garbage influxql test.
2014-11-24 18:23:33 -07:00
Ben Johnson
c2c255fcda
Add test for influxql case insensitivity.
2014-11-24 18:14:03 -07:00
Ben Johnson
cfc20e0447
Change DROP CONTINUOUS QUERY to use a query name.
2014-11-24 17:58:21 -07:00
Philip O'Toole
af33cbf72d
Revert "Merge pull request #1158 from otoolep/bringup"
...
This reverts commit 081be7a0bc
, reversing
changes made to b60e6ecca9
.
2014-11-24 13:12:03 -08:00
Philip O'Toole
081be7a0bc
Merge pull request #1158 from otoolep/bringup
...
Open the Server object
2014-11-24 12:41:46 -08:00
Philip O'Toole
b60e6ecca9
Merge pull request #1153 from influxdb/add_versioning
...
Add instructions on how to set branch and commit hash
2014-11-22 16:30:15 -08:00
Ben Johnson
91f16db3af
Add LIST/DROP SERIES and LIST/DROP CONTINUOUS QUERIES.
2014-11-22 16:33:21 -07:00
Ben Johnson
6ef8d4634a
Add influxql parser.
2014-11-21 21:12:48 -07:00
Philip O'Toole
bd4a1ab4aa
Open the Server
2014-11-21 14:52:26 -08:00
Ben Johnson
0e3993ae09
Merge pull request #1151 from influxdb/scanner
...
Scanner
2014-11-20 09:39:04 -07:00
Ben Johnson
1ca44658e5
Add semicolon, INSERT, INTO to Scanner.
2014-11-20 08:02:47 -07:00
Ben Johnson
bac1b48cf7
Fix Scanner.Scan() comment.
2014-11-19 21:11:56 -07:00
Philip O'Toole
cfb5f87b99
Add instructions on how to set branch and commit hash
2014-11-19 17:09:57 -08:00
Ben Johnson
f94b588013
Fix EQ token scanning.
2014-11-19 17:16:38 -07:00
Ben Johnson
1c81fcf3de
CHANGELOG
2014-11-19 16:50:28 -07:00
Ben Johnson
bd37339bd7
Merge branch 'master' of https://github.com/influxdb/influxdb into scanner
2014-11-19 16:49:38 -07:00
Ben Johnson
3d612fafbf
Add InfluxQL scanner.
...
This commit adds a pure Go implementation of the InfluxQL scanner. It includes support for:
- Identifiers
- Numbers
- Strings
- Durations
- Booleans
- Numeric and logical operators
- InfluxQL keywords
2014-11-19 16:47:46 -07:00