John Shahid
e349e22d42
Fix a unit test that has changed in 91078c0
...
Non admin database users shouldn't be able to drop series. See #736 for
more details
2014-07-22 15:54:16 -04:00
John Shahid
e196277309
Merge branch 'pr-738'
...
Close #738 . Fix #713
2014-07-22 15:28:02 -04:00
John Shahid
673a12257b
Dry the fill() tests
2014-07-22 15:26:17 -04:00
Philip O'Toole
c1e285383b
Allow 'null' to be supplied as fill value
...
Add to unit tests to test fill, including new "null" support.
Fix #713 .
2014-07-22 15:07:11 -04:00
John Shahid
91078c0d21
Non admin database users shouldn't be able to drop series
...
Fix #736
2014-07-22 13:33:51 -04:00
John Shahid
b051ffccac
add a flag to force output to go to stdout
2014-07-22 12:49:31 -04:00
John Shahid
f1f575dd9a
Fix travis
2014-07-22 12:31:35 -04:00
John Shahid
c02cff22c5
Fix some bugs with retention policy of shard spaces
...
This commit fixes two bugs:
Don't try to parse "inf" retention policy when creating a shard
space. This caused a panic to be thrown when a shard space is created
with infinity. Fix #774
`getExpiredShards()` used shard duration to determine which shards are
expired but should be using shard retention duration instead. Close #769
2014-07-22 10:55:39 -04:00
John Shahid
3b710fdc10
update the changelog
2014-07-21 17:42:07 -04:00
John Shahid
afe3f9607b
Add the sentinel values for all db on creation
...
Fix #772
2014-07-21 13:36:08 -04:00
John Shahid
6dfc2b3483
Add String() to the Field structure
2014-07-21 13:26:11 -04:00
John Shahid
588e053e22
Merge pull request #766 from shugo/database_conf_fix
...
fix typo in integration/database_conf.json
2014-07-18 11:38:17 -04:00
John Shahid
5d4e2bbfc3
Fix the name of the config files in the integration test suite
...
Close #764
2014-07-18 11:37:11 -04:00
John Shahid
492fe309c8
Use goroot to find go and gofmt
...
Fix #752
2014-07-18 11:33:35 -04:00
Shugo Maeda
87a68beb59
fix typo in integration/database_conf.json.
2014-07-18 11:09:19 +09:00
John Shahid
b4d524a6b0
Fix the test to use client.ShardSpace
2014-07-17 14:57:37 -04:00
John Shahid
5b9ab3463d
fixup! use the client library without alias
2014-07-17 14:52:07 -04:00
John Shahid
cfde05dbd1
Add New() to the client library so users can do client.New()
2014-07-17 14:50:01 -04:00
John Shahid
8728b2555c
use the client library without alias
2014-07-17 14:49:28 -04:00
John Shahid
f6ae65d134
Fix the package name of the client package
2014-07-17 14:49:07 -04:00
John Shahid
fd45c9255b
Remove more indirect references to the protocol package
...
Fix #756
2014-07-17 14:23:23 -04:00
John Shahid
e4c25d06bd
Revert "alias SerializedSeries"
...
This reverts commit 75269682ff
.
Fix #756 . We can't import common which in turn import protocol since
protocol contains generated files that aren't checked in the repo. Until
we have a better solution, i'll just revert this commit.
2014-07-17 14:08:44 -04:00
John Shahid
5e1b7ea357
update the changelog
2014-07-17 13:50:05 -04:00
John Shahid
1e9e2152ed
Do the check in one go
2014-07-17 13:46:47 -04:00
John Shahid
7b0fffeaa7
Merge remote-tracking branch 'refs/remotes/origin/pr/760'
2014-07-17 13:21:05 -04:00
John Shahid
05a9356ba1
Merge remote-tracking branch 'refs/remotes/origin/pr/759'
2014-07-17 13:20:59 -04:00
John Shahid
13514dc6d9
more stuff in the contributing doc
2014-07-17 12:49:45 -04:00
John Shahid
8511f401dd
Add some links to Go related posts
2014-07-17 12:36:16 -04:00
John Shahid
07363e8e05
remove devtools since we don't need it anymore
2014-07-17 12:36:16 -04:00
John Shahid
ab4258144b
Merge pull request #758 from otoolep/better_graphite_errors
...
Make it crystal clear why graphite fails to start
2014-07-17 10:35:40 -04:00
Shugo Maeda
d74e71ca83
When a server is removed, its ID should be removed from shards.
2014-07-17 18:28:06 +09:00
Shugo Maeda
8646cb5a42
The attributes of a shard space should not be reverted to the defalut values when writing data into the shard space.
2014-07-17 14:13:15 +09:00
Philip O'Toole
01d47628d3
Set upper limit for UDP server
2014-07-16 20:51:34 -07:00
Philip O'Toole
4271c47def
Make it crystal clear why graphite fails to start
2014-07-16 20:50:45 -07:00
Your Name
1f180dcca5
fix the build on centos to use recent rocksdb and statically link stdc++
2014-07-15 20:50:33 -04:00
John Shahid
744edc5c2d
don't die if clock_gettime can't be found
2014-07-15 17:32:32 -04:00
Paul Dix
4207442033
Uh, fix caps on contributing...
2014-07-15 16:01:33 -04:00
John Shahid
df7e4d2b92
fix the client test
2014-07-15 15:56:17 -04:00
John Shahid
aeb21aadd8
check if -lrt is needed for clock_gettime
2014-07-15 15:48:06 -04:00
John Shahid
6c5870e187
update the changelog
2014-07-15 15:38:52 -04:00
John Shahid
8972d738a3
use devtools g++ 4.7 to be able to compile rocksdb
2014-07-15 15:36:53 -04:00
John Shahid
3dfe43712c
lower the write buffer size
2014-07-15 15:32:20 -04:00
John Shahid
bf054b9042
update the contributing guide to have a link to the CLA
...
[skip ci]
2014-07-15 15:28:27 -04:00
John Shahid
75269682ff
alias SerializedSeries
2014-07-15 15:28:27 -04:00
John Shahid
572450c7c2
Merge pull request #743 from neurodrone/master
...
Prevent redundant copies when pulling in queried data-points
2014-07-15 15:28:13 -04:00
Paul Dix
3fc281eccd
Up default max-open-files
2014-07-15 15:22:40 -04:00
Vaibhav Bhembre
5503d5424e
Prevent redundant copies when pulling in queried data-points
2014-07-15 15:21:04 -04:00
John Shahid
4f0e6f1503
move more docs to the docs directory
2014-07-15 13:01:06 -04:00
John Shahid
54410a2961
more typos
2014-07-15 13:00:21 -04:00
John Shahid
29ad12c7c5
fix a typo.
2014-07-15 12:59:48 -04:00