Paul Dix
b9a98c2324
Add replication factor to shard space
2014-07-10 06:44:45 -04:00
Paul Dix
0bb03a5e89
Add comment to describe shard duration
2014-07-09 22:36:49 -04:00
Paul Dix
c03dbae65e
Add shard duration
2014-07-09 22:35:16 -04:00
Paul Dix
91c6ca30ce
Add methods for working with shard spaces
2014-07-09 19:53:05 -04:00
John Shahid
8a101600e1
Merge pull request #723 from chobie/fix-669-cast-to-value_array
...
cast *C.value_array from *C.struct___0 #699
2014-07-09 13:03:12 -04:00
Shuhei Tanuma
133be2cec2
cast *C.value_array from *C.struct___0 #699
2014-07-09 12:16:35 -04:00
John Shahid
3fe0444f5c
Update the change log
...
[skip ci]
2014-07-08 08:41:53 -04:00
Paul Dix
2b9d32cf56
Close #716 . Fix #702 . don't panic when dropping non-existent shard
...
The server would crash if you attempted to drop a shard multiple times.
It would also cause a problem on restart if a shard was dropped, but the
server restarted before a raft log compaction.
2014-07-07 10:22:08 -04:00
John Shahid
4046c4576d
Fix #12 . Disable compression by default
...
Compression doesn't work on the latest released server. Until the server
is released we have to disable compression.
2014-07-03 09:33:42 -04:00
Dhammika Pathirana
76c50248b4
Close #682 . Add backfill option to into clause parser
...
Signed-off-by: Dhammika Pathirana <dhammika@gmail.com>
2014-07-01 13:44:12 -04:00
John Shahid
39acc2953f
Fix a broken test
2014-07-01 13:44:12 -04:00
Raphael Randschau
e5de7d332c
Close #684 . Return the permissions when listing a db user
2014-07-01 12:33:23 -04:00
niko
9508c16834
Close #695 . Detect duplicate field names
2014-06-30 14:31:54 -04:00
John Shahid
94819a0f63
remove exports.sh which is unused
2014-06-30 14:31:54 -04:00
Maxim Kremenev
cb217c6cd6
Close #10 . Add udp support
2014-06-30 11:55:44 -04:00
John Shahid
76285b6fc3
use go 1.2.1 and 1.3 on travis
2014-06-30 11:31:08 -04:00
John Shahid
e5276112c1
Restructure the codebase to be more idiomatic
2014-06-30 11:31:08 -04:00
John Shahid
397de00ad2
Merge pull request #687 from mdlayher/master
...
Fix typo and trim trailing whitespace in config.toml
2014-06-27 16:01:23 -04:00
John Shahid
f3ecb1e6e5
Don't clean the makefile
2014-06-27 10:57:40 -04:00
John Shahid
4493b01d12
Don't sed leveldb, hyperleveldb or rocksdb
2014-06-27 10:53:49 -04:00
John Shahid
9bcba037e6
Merge pull request #11 from pmbauer/master
...
handle http get error in GetShards
2014-06-26 11:48:03 -04:00
Paul M Bauer
9506cbbe8d
handle http get error in GetShards
...
Otherwise, the error that's returned is from json.Unmarshal and doesn't
indicate the root cause
2014-06-25 15:37:50 -07:00
John Shahid
dc2cb48952
Fix the udp api to use json.UseNumber()
2014-06-25 14:09:34 -04:00
Matt Layher
61cbbd3cab
Fix typo and trim trailing whitespace in config.toml
2014-06-24 22:59:47 -04:00
John Shahid
cb7d361265
Clean should clean the temp directories and all ignored files
2014-06-24 21:52:37 -04:00
John Shahid
d645933d18
Fix the build so hyperleveldb, rocksdb and leveldb all use snappy
2014-06-24 19:21:45 -04:00
John Shahid
53eefdd085
don't build the shared rocksdb library
2014-06-24 17:13:21 -04:00
John Shahid
857c7a9da0
Add QueryWithNumber to the api
2014-06-24 16:35:12 -04:00
John Shahid
792468dbcc
Don't compile hyperleveldb and rocksdb with snappy for now
2014-06-24 16:18:33 -04:00
John Shahid
a70489620f
Fix the tests to work with ints and floats properly
2014-06-23 16:06:22 -04:00
Mark Rushakoff
083c30d050
Close #677 . Extract coordinator.Permissions
...
All ClusterAdmins now qualify as DbAdmins too.
2014-06-23 14:58:43 -04:00
John Shahid
574646bb2d
Use absolute path of gofmt
...
[skip ci]
2014-06-23 14:44:05 -04:00
John Shahid
2204fba248
Fix #672 . Build hyperleveldb and rocksdb with snappy support
2014-06-23 14:37:57 -04:00
John Shahid
96d26222c6
Add vet target to Makefile and trivial cleanup
2014-06-23 14:01:53 -04:00
John Shahid
e586916371
Close #680 . Format our code base
2014-06-23 13:25:59 -04:00
John Shahid
9dac392f26
add a pre-commit hook
2014-06-23 13:25:59 -04:00
John Shahid
17832294d2
Add format and check to the makefile
2014-06-23 13:25:52 -04:00
John Shahid
5a3ea36b65
update the changelog
2014-06-23 12:48:12 -04:00
John Shahid
dcc1c9a2e0
Fix #676 . Allow for high precision integers to be stored correctly
2014-06-23 12:44:58 -04:00
John Shahid
00f71fad69
ignore the admin symlink
...
[skip ci]
2014-06-23 10:41:32 -04:00
John Shahid
20e7f3a840
Merge pull request #667 from influxdb/compression
...
Enable compression
2014-06-23 10:28:24 -04:00
John Shahid
7188032fbd
Merge pull request #665 from dgnorton/master
...
Change to build process and a log message.
2014-06-23 10:28:13 -04:00
John Shahid
286a106d08
Fix the tags in the Makefile
2014-06-21 17:43:02 -04:00
John Shahid
e6a18123be
Fix the chunk response when compression is enabled
2014-06-21 17:16:51 -04:00
John Shahid
5b1d36f4a6
whitespace
2014-06-21 17:16:51 -04:00
John Shahid
cde446df03
Enable compression on all GET requests
2014-06-21 17:16:51 -04:00
John Shahid
990fbdbcc6
Enable compression when posting time series data
2014-06-21 17:16:51 -04:00
John Shahid
b114bd082b
Merge remote-tracking branch 'refs/remotes/origin/pr/666'
2014-06-21 17:13:43 -04:00
John Shahid
1621876a65
Use our fork of gomdb
2014-06-21 17:13:21 -04:00
John Shahid
86a28be428
Fix #670 . Redirect output to /dev/null
2014-06-21 16:18:15 -04:00