Commit Graph

2970 Commits (7443e1323a5d172f832011359b01625a52d939b7)

Author SHA1 Message Date
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
Philip O'Toole dbd3fd6cb8 Merge pull request #1139 from influxdb/update_contributing
Update contributing based on pure go
2014-11-19 13:20:46 -08:00
Philip O'Toole 4c2f1e09ad Correct testing instructions 2014-11-19 11:38:43 -08:00
Philip O'Toole ee1a1f194b Merge pull request #1143 from otoolep/binary_dont_exit
Fix configs so InfluxDB doesn't exit
2014-11-18 22:37:36 -08:00
Philip O'Toole 6368227b58 Log an error, don't exit, if no seed servers set 2014-11-18 21:30:56 -08:00
Philip O'Toole 1ae7905434 Remove no-longer-used config params 2014-11-18 20:53:29 -08:00
Paul Dix 0e1c4d0efb Update changelog 2014-11-18 23:29:09 -05:00
Paul Dix 00fce7e56f Merge pull request #1141 from influxdb/refactor_shard_space
Refactor ShardSpace to RetentionPolicy
2014-11-18 23:27:06 -05:00
Philip O'Toole 7163725e42 Merge branch 'master' into update_contributing 2014-11-18 19:56:10 -08:00
Paul Dix bbb167792c Update handler with retention policy stuff 2014-11-18 19:52:55 -05:00
Paul Dix 291360d42b Fix impl and test for setting default retention policy 2014-11-18 19:41:50 -05:00
Paul Dix 00e87488bd Minor edits to replace shard space with retention 2014-11-18 19:03:21 -05:00
Philip O'Toole 3f13db7f07 Add explicit build instructions 2014-11-18 16:03:05 -08:00
Paul Dix 8788314e4d Add set default retention policy 2014-11-18 18:59:37 -05:00
Philip O'Toole c0779a05c8 Merge pull request #1142 from otoolep/update_travis
Simplify travis test command
2014-11-18 15:45:57 -08:00
Philip O'Toole 3381fda678 Simplify travis command
Let's see if this makes the build go green.
2014-11-18 15:39:52 -08:00
Paul Dix 87f5ea1f6a Refactor ShardSpace to RetentionPolicy
* Remove regex since they will be written to or queried explicitly
* Rename retention to duration
* Remove duration
2014-11-18 17:57:10 -05:00
Paul Dix 613b4aebd9 Update contributing based on pure go 2014-11-18 16:58:11 -05:00
Ben Johnson 5d449179fa Merge pull request #1134 from influxdb/remove-protobufs
Remove protobufs
2014-11-18 08:07:16 -07:00
Ben Johnson 4858f58877 Change writeSeriesData() interface. 2014-11-18 08:03:26 -07:00
Ben Johnson 8c4bcfafb6 Change Database.WriteSeries() to accept multiple values. 2014-11-17 17:38:08 -07:00
Ben Johnson f5954ace5e Move version and commit sha into main.go. 2014-11-17 17:34:47 -07:00
Ben Johnson 0cc1818eaa Remove protobufs. 2014-11-17 17:23:21 -07:00
Ben Johnson 220131146b Merge pull request #1133 from influxdb/cleanup
Remove engine, parser, and Makefile.
2014-11-17 16:56:42 -07:00
Ben Johnson c8e997c741 README 2014-11-17 16:56:35 -07:00
Ben Johnson 7c32361646 Update travis.yml. 2014-11-17 16:02:30 -07:00
Ben Johnson 37ee2ac23c Remove engine, parser, and Makefile. 2014-11-17 15:54:35 -07:00
Ben Johnson f49785a44f Merge pull request #903 from influxdb/streaming-raft
WIP: Streaming Raft
2014-11-17 07:52:04 -07:00
Ben Johnson adf94eef91 Merge branch 'master' of https://github.com/influxdb/influxdb into streaming-raft
Conflicts:
	cluster/cluster_configuration.go
	coordinator/coordinator.go
	coordinator/protobuf_client.go
	coordinator/protobuf_client_test.go
	daemon/influxd.go
	datastore/shard_datastore.go
	datastore/shard_datastore_test.go
	datastore/storage/hyperleveldb.go
	datastore/storage/leveldb.go
	datastore/storage/mdb.go
	datastore/storage/registry.go
	datastore/storage/rocksdb.go
	engine/aggregator_operators.go
2014-11-17 07:49:27 -07:00
Todd Persen a0fd0cd03e Update CHANGELOG for v0.8.6 2014-11-16 00:49:32 -05:00
Ben Johnson 0e9a74294e Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
John Shahid 5259b3a3d8 sed_i -> $(sed_i) 2014-11-14 17:42:18 -05:00
Todd Persen 6652de1fec Merge pull request #1093 from influxdb/fix-1093
Incorrect error message if using last()
2014-11-14 17:20:58 -05:00
Todd Persen 0169fb190d Merge pull request #1024 from influxdb/fix-1024
Hitting open files limit causes influxdb to create shards in loop
2014-11-14 17:18:20 -05:00
Todd Persen 3fb1d5d195 Merge pull request #959 from influxdb/fix-959
Using closed connection in the protobuf client
2014-11-14 17:15:49 -05:00
David Norton 82cc881599 Fix #1093: correct error message for last() 2014-11-14 17:12:42 -05:00
Todd Persen 4e8ee46085 Merge branch 'fix-1113' 2014-11-14 17:09:18 -05:00
Todd Persen 23c054e158 Merge branch 'master' into fix-1113
Conflicts:
	coordinator/coordinator.go
2014-11-14 17:09:05 -05:00
Todd Persen 667b5d3f20 Merge pull request #1109 from influxdb/fix-947
Fix #947: exit nice if no permission to write log
2014-11-14 17:05:34 -05:00
Todd Persen 6b58826e0d Fixes #1069. Fix interfaces in admin UI. 2014-11-14 16:57:18 -05:00
Todd Persen 28816c6c37 Processor chain notices should get logged as Debug. 2014-11-14 16:14:16 -05:00
Ben Johnson 5fe566466e Add messaging and raft test coverage. 2014-11-12 22:32:42 -07:00
John Shahid 98cebfbac6 Add a help target and some docs 2014-11-12 12:29:48 -05:00