Jason Wilder
b0cda03219
Update changelog
...
Fixes #2102 #2966
2015-06-24 23:09:08 -06:00
gunnaraasen
a367e2b165
Update CHANGELOG
2015-06-23 23:11:11 -07:00
Philip O'Toole
4b0871e293
Update CHANGELOG
2015-06-22 16:04:38 -07:00
dgnorton
eb20558c4c
Merge pull request #2985 from influxdb/cq-nowhere-2944
...
fix #2944 : don't require WHERE time on create CQ
2015-06-22 15:51:22 -04:00
Jason Wilder
cc7e59a12a
Merge pull request #3088 from influxdb/jw-field-values
...
Fix string field value escaping
2015-06-22 13:48:47 -06:00
David Norton
fefd1ce24d
fix #2944 : update CHANGELOG.md
2015-06-22 15:40:31 -04:00
Jason Wilder
0949b0783b
Update changelog
...
Add fix for #3013
2015-06-22 13:17:40 -06:00
Philip O'Toole
1e6a9394df
Update CHANGELOG
2015-06-22 11:57:17 -07:00
Todd Persen
9f45a9eea3
Update CHANGELOG.md
2015-06-18 15:44:16 -07:00
Philip O'Toole
4933736d51
Update CHANGELOG for PR 3038
2015-06-18 12:01:42 -07:00
Philip O'Toole
0c1d256830
Update CHANGELOG
2015-06-17 14:45:50 -07:00
Philip O'Toole
64925023cd
Update CHANGELOG
2015-06-17 11:04:51 -07:00
Philip O'Toole
f9325d7399
Correct minor typos in CHANGELOG
2015-06-17 08:49:00 -07:00
Philip O'Toole
734b7bf198
Update CHANGELOG for PR 3021
2015-06-17 08:46:12 -07:00
Philip O'Toole
38b4f0787f
Merge pull request #2650 from n1tr0g/show_grants_user
...
Show grants for user statement
2015-06-16 12:27:15 -07:00
Philip O'Toole
2f4b089b84
Update CHANGELOG
2015-06-16 12:14:36 -07:00
Dejan Golja
000d6b8b0b
added tests for SHOW GRANTS FOR statements
2015-06-17 01:24:09 +10:00
Dejan Golja
f133ceb350
Added support for SHOW GRANTS FOR USER syntax
2015-06-17 01:00:26 +10:00
Philip O'Toole
b758a23886
Update CHANGELOG
2015-06-15 11:51:35 -07:00
Philip O'Toole
7eed411bee
Update CHANGELOG
2015-06-15 10:30:34 -07:00
Philip O'Toole
96c0fd3fe1
Update CHANGELOG for PR 2974
2015-06-12 14:22:37 -07:00
Philip O'Toole
00db51b763
Update CHANGELOG
2015-06-12 13:57:53 -07:00
Philip O'Toole
0131956878
Update CHANGELOG
2015-06-12 12:31:35 -07:00
Philip O'Toole
4eab0bf0d3
Update CHANGELOG for PR 2928
2015-06-12 11:10:40 -07:00
Jason Wilder
36cde5f35e
Fix large integers getting converted to floats during remote writes
...
Fixes #2960
Integers were were written back to line protocol using strconv.FormatFloat
incorrectly. Large integers are written in scientific notation which
causes their type to change to a float when parsed back.
2015-06-12 11:20:37 -06:00
dgnorton
0318b4562e
Merge pull request #2936 from influxdb/fix-2935
...
fix #2935 : hook CPU and memory profiling back up
2015-06-12 12:10:27 -04:00
David Norton
f717019d88
fix #2935 : hook CPU and memory profiling back up
2015-06-12 11:47:59 -04:00
林芳荣
63174e0dbf
merge
2015-06-12 23:43:18 +08:00
Jason Wilder
30068561ae
Fix parsing negative floats
...
Fixes #2919
2015-06-12 08:39:17 -06:00
linfangrong
83827fdc74
Update CHANGELOG.md
2015-06-12 10:58:10 +08:00
Jason Wilder
20fe5b0218
Add measurement name to type conflict error messages
...
Fixes #2948
2015-06-11 16:16:07 -06:00
Ben Johnson
a966482a8e
Ensure default retention policies are fully replicated
...
This commit sets the replication factor to the number of nodes
currently in the cluster.
2015-06-11 14:43:44 -06:00
Philip O'Toole
8088f0d87a
Update CHANGELOG
2015-06-11 11:10:10 -07:00
Jason Wilder
ad02244863
Fix field type conflict error
...
Fixes #2908
2015-06-11 11:02:10 -06:00
Todd Persen
471117ce5b
Update CHANGELOG.md for v0.9.0
2015-06-11 07:50:09 -07:00
David Norton
2cf94cd813
fix #2920 : update CHANGELOG.md
2015-06-11 09:43:55 -04:00
Philip O'Toole
9681f4b5cf
Update CHANGELOG
2015-06-11 00:21:51 -07:00
Ben Johnson
405ec78f42
Limit cluster to 3 nodes
...
This commit restricts the maximum number of nodes in a cluster to 3.
Fixes #2750
2015-06-11 00:11:47 -06:00
Ben Johnson
52696ae3a1
Require replication factor to equal cluster size
...
This commit adds a requirement that retention policies must
be fully committed. This means that the replication factor
must be set to whatever the node count is in the cluster.
Fixes #2738
2015-06-11 00:11:03 -06:00
Paul Dix
edd4a1835b
Update CHANGELOG.md
2015-06-10 21:12:32 -07:00
Paul Dix
e868242635
Update CHANGELOG.md
2015-06-10 21:11:26 -07:00
Ben Johnson
bc31783a00
Refactor backup and restore
...
This commit updates the snapshot code as well as the "backup" and
"restore" command to work with the new architecture.
2015-06-10 22:07:01 -06:00
Philip O'Toole
90a42f9c4d
Update CHANGELOG
2015-06-10 20:43:23 -07:00
Philip O'Toole
e76f3c77c2
Update CHANGELOG
2015-06-10 20:38:38 -07:00
Philip O'Toole
223bf672cf
Update CHANGELOG
2015-06-10 20:05:59 -07:00
Philip O'Toole
f60c816acb
Merge pull request #2897 from influxdb/graphite_db
...
Ensure target Graphite database exists
2015-06-10 20:05:13 -07:00
Philip O'Toole
dddaf46b77
Update CHANGELOG
2015-06-10 20:02:37 -07:00
Philip O'Toole
b65396e0b4
Update CHANGELOG
2015-06-10 19:23:01 -07:00
Philip O'Toole
eb96698975
Unit-test shard precreation
2015-06-10 15:27:38 -07:00
Jason Wilder
0d9a2a5053
Fix wrong value used for incorrect type error message
...
Would result in saying that the field type was always a string which
is incorrect. The field key is a string but the value may not be.
Fixes #2700
2015-06-10 15:57:27 -06:00