Nathaniel Cook
8214676363
fix panic when merging empty series
2015-12-15 11:32:51 -07:00
David Norton
7ae4e2a3e0
fix #4303 : update CHANGELOG.md
2015-12-12 13:56:39 -05:00
Philip O'Toole
e97fef4804
Update CHANGELOG
2015-12-10 11:48:10 -08:00
Philip O'Toole
de90215b7b
Update CHANGELOG for PR5064
...
[ci skip]
2015-12-10 08:46:22 -08:00
Philip O'Toole
eb48c93b30
Merge pull request #5074 from influxdb/go1.5.2-take-2
...
Move to Go 1.5.2
2015-12-09 17:12:59 -08:00
Nathaniel Cook
b7000c80dd
count with fill(none) will drop 0 valued intervals
2015-12-09 15:20:47 -07:00
Nathaniel Cook
eb080785d4
add bounds checking for shard group timestamps
...
enforce strict valid time ranges on points
small
2015-12-09 13:07:13 -07:00
Philip O'Toole
7bae79cb71
Move to Go 1.5.2
2015-12-09 11:53:00 -08:00
Philip O'Toole
e2ae97b2cd
Update CHANGELOG for PR 4940
...
[ci skip]
2015-12-09 11:06:08 -08:00
Philip O'Toole
40aae98d02
Correct typo in CHANGELOG
...
[ci skip]
2015-12-09 10:54:04 -08:00
Philip O'Toole
699ff6e1fd
Update CHANGELOG for PR 5059
...
[ci skip]
2015-12-09 10:53:06 -08:00
Paul Dix
f844092c83
Update CHANGELOG.md
2015-12-09 11:15:35 -05:00
Paul Dix
b341fdf90f
Update CHANGELOG.md
2015-12-08 10:19:47 -05:00
Paul Dix
6b040c82f0
Update CHANGELOG.md
2015-12-08 09:40:45 -05:00
Paul Dix
a8b3358121
Update CHANGELOG.md
2015-12-08 09:34:32 -05:00
Philip O'Toole
9c65e1750a
Update CHANGELOG for PR 5016
...
[ci skip]
2015-12-07 20:29:02 -08:00
Philip O'Toole
a5cb913035
Drop UDP point on bad parse and keep going
...
Fixes issue #4992 .
2015-12-07 19:47:59 -08:00
Philip O'Toole
70225ec662
Remove duplicate feature listing from 0.9.6
...
[ci skip]
2015-12-07 19:17:11 -08:00
Paul Dix
c7af658a12
Update CHANGELOG.md
2015-12-07 21:15:01 -05:00
Philip O'Toole
f326c6c0e4
Add 0.9.7 section to CHANGELOG
...
[ci skip]
2015-12-07 17:39:56 -08:00
Nathaniel Cook
7ffbbc1072
make fill previous for count() queries work
2015-12-07 12:51:40 -07:00
Nathaniel Cook
3227951069
Stub out DELETE in parser to return better error
2015-12-04 14:47:44 -07:00
Nathaniel Cook
bd6961a00e
Validate previous value in derivative calc as well
2015-12-04 13:01:37 -07:00
Philip O'Toole
3540f4c168
Fix typo in CHANGELOG
...
[ci skip]
2015-12-04 11:06:30 -08:00
Philip O'Toole
90001e3670
Update CHANGELOG for PR 4984
...
[ci skip]
2015-12-04 11:06:03 -08:00
Philip O'Toole
5ed416c4f9
Update CHANGELOG for PR4866
...
[ci skip]
2015-12-04 06:21:00 -08:00
Philip O'Toole
30a1a0ef8d
Update CHANGELOG for recent merges
...
[ci skip]
2015-12-04 06:03:02 -08:00
Cory LaNou
7e1dc0231d
fix data race in TSDB
2015-12-03 13:52:27 -06:00
Cory LaNou
8cffa4d9a2
changelog
2015-12-03 11:13:52 -06:00
Cory LaNou
edf8e31ee6
update changelog
2015-12-03 08:09:18 -06:00
Paul Dix
b5200ad472
Update CHANGELOG.md
2015-12-02 11:38:43 -05:00
Paul Dix
5958f31130
Update CHANGELOG.md
2015-12-02 11:35:00 -05:00
Cory LaNou
e5b9ac944b
Update changelog for #4876
...
changelog entry for #4876
2015-12-02 08:58:38 -06:00
Philip O'Toole
f8040269d9
Update CHANGELOG for latest bug fixes
...
[ci skip]
2015-11-30 08:11:47 -08:00
Ben Johnson
41459cf687
fix flush deadlock
...
This commit fixes a deadlock that occurs during b1 flushes. It's
caused by taking locks in a different order. In the flush, b1
locks the engine and then bolt. However, in the query cursor, a
lock is obtained on bolt first (via `DB.Begin()`) and then the
engine is locked while reading from the engine's cache.
2015-11-25 15:00:06 -07:00
Philip O'Toole
45502d288f
Update CHANGELOG for PR 4833
...
[ci skip]
2015-11-25 10:51:02 -08:00
Philip O'Toole
f9475e3e3f
Merge pull request #4902 from EricSmekens/patch-1
...
Update changelog.md. Removed double change.
2015-11-25 09:03:57 -08:00
Eric Smekens
3fac74bebb
Update changelog.md. Removed double change.
...
#4659 was double in the changelog.
2015-11-25 13:39:45 +01:00
Cory LaNou
be488b7d12
implement close notifier and timeout on executors
2015-11-24 21:07:18 -06:00
Mark Rushakoff
94e47093b6
Update CHANGELOG
2015-11-23 14:51:57 -08:00
Philip O'Toole
46988d22c7
Update CHANGELOG for PR 4790
...
[ci skip]
2015-11-23 07:45:19 -08:00
mengjinglei
580f71ffc8
updated CHANGELOG.md
2015-11-21 09:47:41 +08:00
Philip O'Toole
b1c5a36b0d
Merge pull request #4846 from jsternberg/feature/allow-nan-in-graphite-service
...
Allow NaN as a valid value on the graphite service
2015-11-20 08:09:51 -08:00
Jonathan A. Sternberg
5fa36639db
Allow NaN as a valid value on the graphite service
...
The canonical graphite implementation will read and discard NaN values
instead of throwing an error when reading on the line receiver protocol.
Since this is the default behavior for graphite, InfluxDB should have
the same behavior for compatibility.
Previously, a NaN value would result in an error printed to the console.
When you have a large number of NaN values being sent every minute, this
results in the log file filling with useless messages.
2015-11-20 11:07:25 -05:00
Jason Wilder
6df6abea0e
Update changelog
2015-11-20 09:05:07 -07:00
Jason Wilder
d2c94fce16
Merge pull request #4841 from e-dard/points-refactor
...
Fix parsing issues in models.scanKey
2015-11-20 09:03:05 -07:00
Philip O'Toole
ca8530d5d9
0.9.5. is out
...
[ci skip]
2015-11-20 07:31:05 -08:00
Philip O'Toole
8ef5a056ba
Merge pull request #4815 from li-ang/fix_4801
...
Fix aggregate output across the cluster
2015-11-20 06:40:18 -08:00
Edd Robinson
9e506a2fe1
Update CHANGELOG
2015-11-20 14:30:33 +00:00
Edd Robinson
e995fba9b1
Update CHANGELOG
2015-11-20 01:26:22 +00:00