Todd Persen
46ded4f5c2
Fix continuous query functionality in the api
...
The endpoints that were used previously are now deprecated and
removed. This commit uses the query language instead of the endpoint to
provide the same set of features.
fix #1058 .
2014-10-27 17:25:17 -04:00
David Norton
2808814863
Return an Inf. or NaN instead of panicing when a dividing by zero
...
Fix #1022 . Close #1050
2014-10-27 17:08:53 -04:00
Philip O'Toole
ffd9a4bc7d
Allow graphite and collectd bind address to be set
...
Fix #1055 . Close #1056
2014-10-27 17:05:14 -04:00
David Norton
e27d3bbb21
Fix the timestamps of the points written by the collectd plugin
...
Try to use high resolution timestamp but if it's 0, fall back to
unix timestamp.
Collectd timestamps are uint64 and influxdb uses int64. Change
to use type conversion instead of converting to string and then
parsing the string back to int64. Also, test if the collectd
timestamp is too large for influxdb. If it is, wrap around and
log an error message the first time but don't fill the log with
messages for every entry thereafter.
Move packet parsing code into its own function so it can be unit
tested.
Add unit tests to for packets using high resolution and unix
timestamps.
Fix #1051 . Close #1054
2014-10-27 17:05:14 -04:00
Todd Persen
6eb6e6a993
Return nil when we're supposed to stop processing points.
...
Fix #821
2014-10-27 17:02:58 -04:00
John Shahid
6b42f1cbe1
update the changelog
2014-10-24 17:30:12 -04:00
John Shahid
94e5fdc2d2
update the changelog
2014-10-24 10:45:51 -04:00
Tom Lanyon
78e7851427
Fix collectd typo in CHANGELOG
2014-10-24 15:30:43 +10:30
John Shahid
baabefd455
Add missing stories to 0.8.4-rc.1 and get rid of 0.9.0
2014-10-22 12:24:31 -04:00
John Shahid
89f226417a
Oops forgot merge with regex and credits for the pr in the changelog
2014-10-21 18:34:43 -04:00
John Shahid
922c90719c
Update the changelog
2014-10-21 18:26:00 -04:00
Todd Persen
f16f4b6639
Querying for data outside of existing shards should return an empty response.
...
Fix #1004 . Close #1023
2014-10-14 12:59:47 -04:00
John Shahid
da4f56fbbb
Don't use the same server id more than once
...
Fix #972
2014-10-07 18:32:14 -04:00
John Shahid
f2a85f2b03
Set the ulimit in the init script with a way to override the limit
...
Fix #916
2014-10-07 13:27:24 -04:00
John Shahid
c059ec5883
Add an install target to the Makefile
...
Fix #722
2014-10-07 13:27:24 -04:00
John Shahid
e5c9fb7917
update the changelog
2014-10-06 17:36:37 -04:00
John Shahid
0ca44c906d
Merge branch '0.8'
...
Conflicts:
api/http/api.go
cluster/cluster_configuration.go
cluster/cluster_configuration_test.go
coordinator/coordinator.go
engine/aggregator_operators.go
engine/common_merge_engine.go
integration/data_test.go
parser/parser.go
2014-09-24 18:55:19 -04:00
John Shahid
b1a9c450b8
update changelog
2014-09-24 18:06:03 -04:00
Paul Dix
ba7cf48dde
Update CHANGELOG.md
2014-09-11 12:45:18 -04:00
Paul Dix
88e46b9785
Update CHANGELOG.md
2014-09-08 13:52:23 -04:00
John Shahid
3c9b39ce01
Return an error if an invalid column is used to filter after a join
...
Fix #652
2014-09-04 12:35:07 -04:00
John Shahid
d631acd525
Merge pull request #902 from malthe/add-syslog-handler
...
Add support for "syslog" logging
2014-09-04 12:09:53 -04:00
Malthe Borch
8b369aed2b
Add support for "syslog" logging
2014-09-03 21:41:56 +02:00
John Shahid
0229ba2e10
Update the changelog
2014-09-03 13:22:56 -04:00
John Shahid
262d116c05
Fix the changelog
2014-08-25 15:34:56 -04:00
Paul Dix
2f843af40f
Update CHANGELOG.md
2014-08-22 13:45:53 -04:00
Todd Persen
f50b2e31cd
Add admin assets fix to CHANGELOG.
2014-08-19 14:52:46 -04:00
Paul Dix
aa4f2363b0
Update CHANGELOG.md
2014-08-15 16:13:32 -04:00
Paul Dix
14ca73ef68
Update CHANGELOG.md
2014-08-15 16:11:18 -04:00
Paul Dix
3fcad1dc34
Update CHANGELOG.md
2014-08-15 16:09:42 -04:00
Paul Dix
22d02b734d
Update CHANGELOG.md
2014-08-06 16:38:56 -04:00
John Shahid
e74b941c76
add rc5 to the changelog
2014-08-04 15:00:43 -04:00
Paul Dix
eaaa3228bf
Update CHANGELOG.md
...
Mark 0.8.0-rc.4 released.
2014-07-30 14:37:16 -04:00
John Shahid
72fccdab6f
Don't emit non existent fields when joining
...
Points in the joined series should have either the columns of the left
side or the columns of the right side of the join. Before this patch
join relied on merge to order the points of the two series and then join
consecutive points together. The merge emitted the union of the columns
of the two series, which caused the joined series to always have the
union of two series. This combined with the fact that the point's values
weren't adjusted to have nulls for the missing columns caused panic when
any operation is done on the points, e.g. addition.
Fix #740 , Fix #781
2014-07-30 14:06:47 -04:00
John Shahid
d18359a716
update the changelog
2014-07-28 14:44:36 -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
5e1b7ea357
update the changelog
2014-07-17 13:50:05 -04:00
John Shahid
6c5870e187
update the changelog
2014-07-15 15:38:52 -04:00
John Shahid
febd8cd8b1
update the changelog
...
[skip ci]
2014-07-15 11:40:57 -04:00
Paul Dix
510b5580e1
Update CHANGELOG.md
2014-07-15 10:15:58 -04:00
Paul Dix
25c1097b93
Update CHANGELOG.md
2014-07-14 19:36:02 -04:00
Paul Dix
ecb42f8607
Update CHANGELOG.md
2014-07-14 19:31:35 -04:00
Paul Dix
e798e2b9b5
Update CHANGELOG.md
2014-07-14 18:30:11 -04:00
John Shahid
c6c97ec757
update the changelog
...
[skip ci]
2014-07-11 15:28:50 -04:00
John Shahid
5b9068ad05
Support milliseconds duration using `ms` prefix
...
Fix #255 .
2014-07-11 14:33:14 -04:00
John Shahid
0b6371e431
Writes to non replicated shards shouldn't be buffered or use the WAL
...
Currently all writes (unless synchronous) have to go through the write
buffer and the WAL in order to guarantee proper replication. This commit
changes the behavior for shards that aren't replicated.
Fix #734 .
2014-07-11 13:52:18 -04:00
John Shahid
3fb936f43a
Graphite plugin should work with payload that are whitespace delimited
...
Previously the graphite plugin required payloads to be space delimited
and didn't like tabs. This commit breaks the payload using any
whitespace delimiter. Fix #707 .
2014-07-11 12:09:22 -04:00
John Shahid
0243d788f2
Update the changelog
...
[skip ci]
2014-07-11 12:04:53 -04:00
John Shahid
dfaea578c2
update the changelog
...
[skip ci]
2014-07-10 18:24:05 -04:00
John Shahid
3fe0444f5c
Update the change log
...
[skip ci]
2014-07-08 08:41:53 -04:00
John Shahid
5a3ea36b65
update the changelog
2014-06-23 12:48:12 -04:00
John Shahid
19c4dd181b
update the changelog
...
[skip ci]
2014-06-18 15:42:38 -04:00
Philip O'Toole
c89f03d751
Close #643 . Support pretty-print of JSON via HTTP API
2014-06-18 12:06:10 -04:00
John Shahid
2408ac86e6
update the changelog
...
[skip ci]
2014-06-16 14:51:32 -04:00
Paul Dix
216a3eb21d
Update CHANGELOG.md
2014-06-13 18:03:52 -04:00
Paul Dix
d2999d08eb
Update CHANGELOG.md
2014-06-13 18:02:16 -04:00
John Shahid
06b8743145
Update CHANGELOG.md
2014-06-13 17:54:53 -04:00
John Shahid
21bb706878
Update the changelog
2014-06-13 16:31:28 -04:00
John Shahid
63c2be704d
update the changelog
...
[skip ci]
2014-05-30 20:04:36 -04:00
John Shahid
527517b724
update the changelog
...
[skip ci]
2014-05-30 19:12:24 -04:00
John Shahid
7c753e671e
update the changelog
2014-05-30 18:51:32 -04:00
Paul Dix
e43d07bc05
Update CHANGELOG.md
2014-05-30 15:20:07 -04:00
Paul Dix
d36bc7e560
Update CHANGELOG.md
2014-05-29 19:22:52 -04:00
John Shahid
07891d46a3
Update the changelog
2014-05-29 18:54:20 -04:00
John Shahid
18e2e5e6b6
Fix #597 . Force compaction after deleting data
2014-05-29 18:05:38 -04:00
John Shahid
a047866420
Fix #579 . Reject writes to nonexistent databases
2014-05-29 16:42:37 -04:00
Tony Pitale
90e9af040e
Close #591 . Add support for multiple UDP + JSON input plugins
...
Support comes by way of [[input_plugins.udp_servers]] in config.
A single port will map to a single database.
2014-05-29 15:40:46 -04:00
Paul Dix
5131d4801e
Update CHANGELOG.md
2014-05-29 14:40:45 -04:00
John Shahid
9598b61e4c
update the changelog
2014-05-28 17:49:53 -04:00
Bruno Binet
4e1006288b
Close #476 . update makefile to add support for arm builds
2014-05-23 20:46:11 -04:00
John Shahid
696d61d534
prepare for a release
2014-05-23 19:18:33 -04:00
John Shahid
2dbbbc62e9
update the changelog
2014-05-23 18:59:48 -04:00
John Shahid
dd267305d6
Fix #502 . Fix a race condition in assigning id to db+series+field
2014-05-23 18:54:06 -04:00
John Shahid
ba0250cf70
give credit to @peekeri
2014-05-23 15:30:53 -04:00
Jari Sukanen
bf2c1c670d
Close #567 . Fix #112 . parser: allow select from multiple series
...
Adjust parser to understand queries like 'SELECT * FROM series1, series2, ...'.
It seems that selecting from multiple series was supported everywhere else, but
parser just could not understand the syntax.
2014-05-23 15:25:58 -04:00
John Shahid
775e849b2f
update the changelog
2014-05-23 15:17:35 -04:00
Mladen Srdic
83cfec100d
Close #443 . Use `name` instead of `username` in /cluster_admins
...
Listing cluster admins still returns a list where a 'username' field is used instead of 'user' field. This fix should not affect anything else than that presentation.
2014-05-21 16:30:04 -04:00
John Shahid
0914e8e25d
Fix #565 . Make sure empty series names don't cause a panic
2014-05-21 14:33:59 -04:00
John Shahid
953137a77d
Fix #537 . Incorrect query syntax shouldn't causes internal error
2014-05-21 14:33:59 -04:00
John Shahid
e6c828f4e7
fix a typo in the changelog and add udp to the graphite docs
2014-05-21 12:11:49 -04:00
John Shahid
c42d8dccb5
Fix #563 . Add sample config for graphite over upd
2014-05-21 12:04:10 -04:00
Shuhei Tanuma
b0f99d0fbb
Close #561 . Fix missing query string in parser errors
2014-05-21 12:01:29 -04:00
John Shahid
062de961c9
Fix #524 . Arithmetic operator and where conditions don't play nice
2014-05-20 16:20:21 -04:00
John Shahid
890f291f28
Fix #550 . Fix tests on 32-bit ARM
2014-05-20 15:20:21 -04:00
Matthijs Boelstra
9a06ec4031
Close #547 . Add difference function
2014-05-20 14:43:22 -04:00
John Shahid
86a80f7a09
fix the style of the changelog
2014-05-20 14:35:41 -04:00
John Shahid
af98ecaf27
Fix #529 . Don't run influxdb as root
2014-05-20 14:22:26 -04:00
John Shahid
9c8204b64d
Fix #460 . Don't start influxdb automatically after installing from pkg
2014-05-20 14:22:25 -04:00
John Shahid
b6a5a10912
Fix #557 . Using group by time(1y) doesn't work while time(365d) is fine
2014-05-20 13:15:24 -04:00
John Shahid
a64ee2ae1a
update the changelog
2014-05-19 20:41:45 -04:00
John Shahid
39e659cfc2
update the changelog
2014-05-19 15:31:44 -04:00
Paul Dix
a4ece2a897
Update CHANGELOG.md
2014-05-16 17:58:27 -04:00
Paul Dix
0744a292e2
Update CHANGELOG.md
2014-05-16 17:47:47 -04:00
John Shahid
d593348283
Fix #489 . Remove replication factor from CreateDatabase command
2014-05-15 14:41:45 -04:00
John Shahid
702bf3d7b5
update the changelog
2014-05-15 14:33:48 -04:00
John Shahid
645aac7006
update the changelog
2014-05-13 18:26:56 -04:00
John Shahid
2e0f6c1700
Fix #534 . Create a new series when interpolating
2014-05-13 18:21:00 -04:00
John Shahid
3479a7a0b5
Fix #520 . Print influxdb's version in the log
2014-05-13 17:00:20 -04:00
John Shahid
b2f229ef09
update the changelog
2014-05-13 16:49:37 -04:00
John Shahid
c3ab1bc0a5
add a shout out in the changelog
2014-05-13 16:15:06 -04:00
Stefan Majer
51306db3c9
Close #505 . Expose the version in the response headers
2014-05-13 16:14:41 -04:00
John Shahid
1ea96952db
Fix #536 . New nodes should add old shards without panicing
2014-05-13 15:58:49 -04:00
John Shahid
04256a8426
Revert "Fix #526 . New nodes should add old shards without panicing"
...
This reverts commit ac98817a55
.
2014-05-13 15:58:32 -04:00
John Shahid
ac98817a55
Fix #526 . New nodes should add old shards without panicing
2014-05-13 15:56:30 -04:00
John Shahid
2b61feea26
Fix #538 . Don't panic when the same series is written with different columns
2014-05-13 15:45:12 -04:00
Paul Dix
4d6d7ff23d
Update CHANGELOG.md
2014-05-13 15:24:41 -04:00
John Shahid
3984a1c4b5
Fix #532 . Don't log graphite connection EOF as an error
2014-05-12 15:18:03 -04:00
John Shahid
4a1f0becd3
Fix #516 . Close WAL log/index files if they aren't needed anymore
2014-05-12 15:08:31 -04:00
Todd Persen
d8348ea927
Update CHANGELOG for v0.6.2.
2014-05-09 13:13:11 -04:00
John Shahid
383d79aa5a
update the changelog
2014-05-08 19:30:53 -04:00
John Shahid
15d7228cdc
fix #512 . Group by should respect null values
2014-05-07 19:07:24 -04:00
John Shahid
5d5c997f41
Fix #369 . Fix some edge cases with WAL recovery from crashes
2014-05-07 16:47:24 -04:00
John Shahid
c13e8b9006
update the changelog
2014-05-07 11:20:42 -04:00
John Shahid
1865d297ab
update the changelog
2014-05-06 18:17:34 -04:00
John Shahid
7ae746752b
fix #508 . Don't replay WAL for servers with no shards
2014-05-06 16:51:37 -04:00
John Shahid
fcf737d6c3
fix #507 . Cluster admin passwords don't propagate to other nodes in cluster
2014-05-06 16:51:37 -04:00
John Shahid
d0269a3516
Fix #500 . Support `y` suffix in query time durations
2014-05-05 14:50:47 -04:00
John Shahid
29c55c1854
Fix #501 . Writes with invalid payload should be rejected
2014-05-05 14:44:58 -04:00
John Shahid
4ef7faa8ee
give a shout-out to Julien
2014-05-05 12:27:43 -04:00
John Shahid
3642349577
update the changelog
2014-05-02 19:02:58 -04:00
John Shahid
1641d26414
Fix #495 . Enforce write permissions correctly
2014-05-02 17:54:25 -04:00
John Shahid
75741e9248
update the changelog
2014-05-02 13:29:53 -04:00
John Shahid
9be6a34909
update the changelog
2014-05-02 13:20:50 -04:00
John Shahid
10c9838a75
update the changelog
2014-05-02 13:18:31 -04:00
John Shahid
a5e0f1870b
fix #431 . don't log to stdout if a log file is specified in the config
2014-05-01 12:40:36 -04:00
Julien Ammous
8891329700
Close #477 . Add a UDP json listener
2014-05-01 12:13:49 -04:00
John Shahid
47a098329f
update the changelog
2014-04-30 14:11:57 -04:00
John Shahid
ca17a54063
update the changelog
2014-04-29 19:07:13 -04:00
John Shahid
876b05956f
Fix #419 . Allow hostname changes in single node cluster
2014-04-28 15:14:13 -04:00
John Shahid
7c17462469
update the changelog
2014-04-25 18:07:51 -04:00
John Shahid
dbf0ac5159
update the changelog
2014-04-25 17:20:39 -04:00
John Shahid
f3031b4437
Fix #471 . User should be able to update permissions
2014-04-25 15:21:16 -04:00
Paul Dix
9896a725c3
Update CHANGELOG.md
2014-04-22 17:44:03 -04:00
Paul Dix
42efc617be
Update CHANGELOG.md
2014-04-22 17:42:37 -04:00
John Shahid
2d982f6611
update the changelog
2014-04-22 14:14:22 -04:00
Paul Dix
a7b0475b7d
Update changelog for 0.5.9 release
2014-04-18 15:36:42 -04:00
John Shahid
21fdc8606e
update the changelog
2014-04-18 15:01:03 -04:00
John Shahid
49b362738f
update the changelog
2014-04-18 13:59:10 -04:00
John Shahid
9ca6330bf7
Fix #446 . Check for (de)serialization errors
...
This is caused by goraft not checking for serialization error and
timestamp in the shard being outside the valid range. See
goraft/raft#221 for the pull request that fixes the bug.
2014-04-17 18:47:06 -04:00
Paul Dix
de8da25218
Update CHANGELOG.md
2014-04-17 17:47:01 -04:00
John Shahid
1b2bca5704
update the changelog
2014-04-17 17:08:33 -04:00
John Shahid
13b2de3947
update the changelog
2014-04-17 17:03:33 -04:00
John Shahid
15289d09a2
update the changelog
2014-04-16 14:52:22 -04:00
John Shahid
911169125b
prepare for a release
2014-04-15 17:56:59 -04:00
John Shahid
7f681992cb
update the changelog
2014-04-15 17:48:55 -04:00
John Shahid
9192690ad2
fix #439 . Report the right location of the error and add pretty print
2014-04-15 17:39:50 -04:00
John Shahid
afb76a8183
fix #432 . Create a checkpoint before executing a delete query
2014-04-15 15:49:31 -04:00
John Shahid
6cb941310e
fix #437 . Queries with negative constants don't parse properly
2014-04-15 15:22:48 -04:00
John Shahid
8d810e8807
remove a whitespace
2014-04-15 15:22:48 -04:00
John Shahid
e829508d47
update the changelog
2014-04-15 14:51:08 -04:00
Paul Dix
d3eba5f4d3
Update changelog
2014-04-14 20:03:37 -04:00
John Shahid
5371dc9280
fix #328 . Join queries with math expressions don't work
2014-04-09 14:18:07 -04:00
John Shahid
8756940fd4
bump the version in the changelog
2014-04-08 20:09:02 -04:00
John Shahid
c163db89ba
update the changelog
2014-04-08 20:02:31 -04:00
John Shahid
2785782e17
fix #392 . Different columns in different shards returns invalid results
2014-04-08 19:54:48 -04:00
Paul Dix
caf3b45979
Fix #421 . Add read timeout to API to make sure we don't keep thousands of connections open needlessly.
2014-04-08 19:48:16 -04:00
John Shahid
dbbea8d05f
fix #415 . Include the database when sending an auth error
2014-04-08 17:04:19 -04:00
John Shahid
3973b5fb41
update the changelog
2014-04-08 16:46:28 -04:00
John Shahid
b303a1d1cb
fix #416 . Improve the time it takes to drop an entire database
2014-04-07 19:02:09 -04:00
John Shahid
9dce95e7d0
update the changelog
2014-04-07 18:13:33 -04:00
John Shahid
f26ba5fd8a
update the changelog
2014-04-04 17:42:30 -04:00
John Shahid
8ca9836973
fix #407 . Start processing continuous queries after initializing the WAL
2014-04-04 17:31:18 -04:00
John Shahid
5a230b9a8c
Revert "fix #405 . Start processing continuous queries after initializing the WAL"
...
This reverts commit c49f11031d
.
2014-04-04 17:30:50 -04:00
John Shahid
c49f11031d
fix #405 . Start processing continuous queries after initializing the WAL
2014-04-04 17:29:25 -04:00
John Shahid
886a036330
fix #390 . multiple response.WriteHeader when querying as admin
2014-04-04 16:45:44 -04:00
John Shahid
bf9975be66
fix #408 . Make InfluxDB recover from internal bugs and panics
2014-04-04 16:19:13 -04:00
John Shahid
cd7c639436
fix #401 . No limit on the number of columns in group by clause
2014-04-04 15:26:02 -04:00
John Shahid
bda7392e95
change the order of the changelog
2014-04-04 13:56:16 -04:00
John Shahid
06f4cdde31
fix #405 . Percentile shouldn't crash for small number of values
2014-04-04 13:38:57 -04:00
John Shahid
7fc300d1b4
update the changelog
2014-04-03 20:00:11 -04:00
John Shahid
c46ac82be1
update the changelog
2014-04-03 19:03:46 -04:00
John Shahid
845afb58a4
fix #398 . Support now() and NOW() in the query lang
2014-04-03 13:52:02 -04:00
John Shahid
d39646a8d6
update the changelog since leveldb upgrade didn't make it in 0.5.4
2014-04-03 11:27:21 -04:00
John Shahid
93e93fa898
update the changelog
2014-04-02 18:52:18 -04:00
John Shahid
e3db954f22
fix #362 . Limit should be enforced after the aggregation
2014-04-02 18:42:20 -04:00
John Shahid
b127201a95
fix #394 . support count(distinct) and count(DISTINCT)
2014-04-02 17:46:41 -04:00
John Shahid
0f360a3178
add the leveldb upgrade to the changelog
2014-04-01 19:43:04 -04:00
John Shahid
f1df3dd796
update the changelog
2014-04-01 19:14:01 -04:00
John Shahid
f959c439c9
update the changelog
2014-04-01 14:08:21 -04:00
John Shahid
ca28d1d1e9
fix #386 . Drop series should work with names containing dots
2014-04-01 09:33:49 -04:00
John Shahid
767ba83252
update the changelog
2014-03-31 19:18:05 -04:00
John Shahid
72fba5929a
fix #378 . Index should return immediately if there are no new requests
2014-03-31 14:31:04 -04:00
John Shahid
d1e15fa7e3
update the changelog
2014-03-28 15:14:59 -04:00
John Shahid
36582ec9ed
update the changelog
2014-03-28 13:32:14 -04:00
John Shahid
5c38e52a96
update the changelog
2014-03-28 12:39:05 -04:00
John Shahid
d37d89d52f
update the changelog
2014-03-28 11:54:46 -04:00
John Shahid
99f6dc74bc
update the changelog
2014-03-28 11:02:39 -04:00
John Shahid
49ee059e9a
fix #367 . Influxdb won't start if the api port is commented out
2014-03-27 11:50:35 -04:00
John Shahid
bf883e8f9d
update the changelog
2014-03-26 13:13:29 -04:00
John Shahid
a15a2a9dc6
update the changelog
2014-03-25 13:20:16 -04:00
John Shahid
82105161f0
fix the version of the last 0.5.0 release candidate
2014-03-24 14:02:57 -04:00
John Shahid
0d487ed49f
update the changelog
2014-03-24 14:01:53 -04:00
Pawel Szymanski
e2adcf1c58
Close #318 . Support EXPLAIN queries
2014-03-12 19:44:31 -04:00
John Shahid
38b37bfcc7
update the changelog
2014-03-12 15:15:02 -04:00
John Shahid
b5f68b7c9d
update the changelog
2014-03-11 19:59:15 -04:00
John Shahid
710980c30e
fix a typo
2014-03-10 20:32:31 -04:00
John Shahid
39cec27b48
update the changelog
2014-03-10 17:30:21 -04:00
John Shahid
d70972cdd0
update the changelog
2014-03-10 14:01:27 -04:00
John Shahid
db5ba7155d
update the changelog
2014-03-10 12:02:44 -04:00
John Shahid
0c7542d6e4
fix #312 . WAL should wait for server id to be set before recovering
2014-03-07 14:28:31 -05:00
John Shahid
6a3b16e854
more changes to the changelog
2014-03-07 12:59:46 -05:00
John Shahid
ab430f8d6a
update changelog
2014-03-07 12:59:21 -05:00
John Shahid
8f95ce4b76
update changelog
2014-03-07 12:58:36 -05:00
John Shahid
ea5f65e865
update the changelog
2014-03-06 18:14:35 -05:00
John Shahid
d22874a834
Update CHANGELOG.md
2014-03-06 17:41:50 -05:00
John Shahid
f3f36e0782
fix #298 . fix limit when querying multiple shards
2014-03-05 16:11:23 -05:00
John Shahid
91dfff2ef7
prepare the changelog for a release
2014-03-03 18:07:02 -05:00
John Shahid
6896f17b15
update the change log
2014-03-03 17:05:00 -05:00
Paul Dix
6653b40380
Update changelog for 0.5.0-rc.3
2014-03-03 15:01:12 -05:00
John Shahid
b883b1f6ef
update the changelog
2014-02-28 17:41:05 -05:00
John Shahid
e4c039b3b8
update the changelog
2014-02-27 14:40:59 -05:00
John Shahid
8e53366211
update the changelog
2014-02-27 12:04:25 -05:00
John Shahid
4cf4ad3a08
be consistent in the chanagelog format
2014-02-26 20:57:38 -05:00
John Shahid
bc6e5ea747
update the changelog
2014-02-26 20:56:59 -05:00
John Shahid
ca1d9bf160
fix #189 . Use name instead of username when listing users
2014-02-17 14:20:13 -05:00
Paul Dix
7e2405921d
Update changelog
2014-02-10 17:26:45 -05:00
Paul Dix
7d3b31b885
Update changelog
2014-02-10 14:21:25 -05:00
Paul Dix
e9990940e4
Update changelog
2014-02-06 14:34:29 -05:00
John Shahid
8dcf3f537f
update the changelog
2014-02-05 15:18:32 -05:00
John Shahid
da14d98bda
update the changelog
2014-01-31 16:41:38 -05:00
Paul Dix
b575eb345c
Update changelog with bugfix and change to 0.4.1 release.
2014-01-30 16:09:17 -05:00
Paul Dix
a4e978f138
Update changelog
2014-01-28 15:09:12 -05:00
John Shahid
f5699feb9d
update the changelog
2014-01-23 15:54:43 -05:00
John Shahid
ad3a24db32
fix #200 . Select query shouldn't fail if time was among the selected columns
2014-01-23 15:52:02 -05:00
Julien Ammous
50942ef746
Close #195 . Allow configuring bind address
2014-01-22 15:00:48 -05:00
Paul Dix
1725d5665e
Update changelog
2014-01-18 14:01:45 -05:00
John Shahid
f79f71d478
update the changelog
2014-01-17 12:25:54 -05:00
Paul Dix
123c47508d
Update changelog
2014-01-16 16:08:27 -05:00
John Shahid
c6cb4c8b98
fix #182 . Don't segfault on queries with invalid limit clause.
2014-01-15 12:04:24 -05:00
Paul Dix
839bde8511
update changelog
2014-01-13 14:24:55 -05:00
Paul Dix
8963604687
Update changelog
2014-01-13 14:14:38 -05:00
John Shahid
5c925a5485
update the changelog
2014-01-10 16:37:38 -05:00
Paul Dix
3188fea12d
Update changelog for #145
2014-01-09 16:13:09 -05:00
Paul Dix
62e420ee8b
Close #172 . fix #136 . Add a global lock when writing
...
The lock in coordinator.handleClusterWrite ensures that requests get
sent to replicas in sequence.
2014-01-09 15:16:11 -05:00
Paul Dix
aa3443322a
Update changelog for #114
2014-01-09 15:02:21 -05:00
Paul Dix
1dba186221
Update changelog with #158
2014-01-08 13:58:32 -05:00
John Shahid
f110fd91e5
update the changelog
2014-01-02 15:28:43 -05:00
Paul Dix
ff5c0e6856
Update change log for 150
2014-01-02 15:26:35 -05:00
John Shahid
9ff14b0e8e
fix #99 . support list series
2014-01-02 18:17:13 +02:00
Todd Persen
f2bb2fb1fd
Changelog clarification.
2013-12-18 14:00:36 -05:00
John Shahid
ea54c19ab4
fix #117 . filling in default values for empty groups
2013-12-17 11:03:35 -05:00
John Shahid
3cb8cdbe1b
update the changelog
2013-12-16 11:18:09 -05:00
John Shahid
d627e0e4d7
update the changelog
2013-12-12 16:41:29 -05:00
John Shahid
222e69a1b9
fix #118 . Make column names starting with an underscore legal
2013-12-12 10:37:06 -05:00
John Shahid
ba6cf0fca0
fix #61 . Remove default limit from queries
2013-12-11 14:25:01 -05:00
John Shahid
69544aa6bf
fix #40 . Replace json with toml for configuration
2013-12-11 14:13:42 -05:00
John Shahid
04658fb764
update the changelog
2013-12-10 14:57:21 -05:00
John Shahid
81029b1db2
fix #94 . add support for delete queries
2013-12-09 18:27:45 -05:00
John Shahid
e25fe4997a
fix #62 . Support updating and deleting column values
2013-12-06 11:13:33 -05:00
John Shahid
045f302187
fix #101 . Support expressions in aggregates
2013-12-05 17:40:19 -05:00
John Shahid
8f9337611b
fix #102 . Support expressions in where condition
2013-12-05 16:54:20 -05:00
John Shahid
7fa8c7fcfc
fix #105 . Panic when using a where clause that reference columns with null values
2013-12-05 16:18:33 -05:00
John Shahid
594712aa8e
fix #106 . Don't panic if we only see one point and can't calculate derivative
2013-12-05 16:18:14 -05:00
John Shahid
69df195c61
minor changes
2013-12-04 17:21:29 -05:00
John Shahid
0bff8172c0
fix#86. Support arithmetic operators in select clause
2013-12-04 17:20:24 -05:00
Paul Dix
dc715228f8
Update changelog for massive clustering commit.
2013-12-04 17:17:30 -05:00
John Shahid
78e7643567
fix #88 . Support datetime strings
2013-12-03 17:09:57 -05:00
John Shahid
e2ff2d7a40
fix #89 . Group by combined with where not working
2013-12-03 15:15:37 -05:00
John Shahid
5c4acc604f
fix #90 . Group by multiple columns panic
2013-12-03 14:19:09 -05:00
John Shahid
e4d19b9ce5
deprecate some api endpoints and update the changelog
2013-12-03 13:36:40 -05:00
John Shahid
9c2c65c22d
fix #92 . Change '==' to '=' and '!=' to '<>'
2013-12-03 13:22:05 -05:00
John Shahid
5cd6e3bb75
fix #85 . querying non-existent fields shouldn't create them
2013-12-02 13:43:46 -05:00
John Shahid
45ab602223
update the changelog
2013-12-02 13:25:04 -05:00
John Shahid
ba0cd3576d
fix #81 . Add support for IN
2013-12-02 11:42:54 -05:00
John Shahid
95fb546595
fix #80 . Support using durations to specify start and end time
2013-12-01 22:45:18 -05:00
John Shahid
8dc978b474
update the changelog
2013-11-19 16:20:42 -05:00
John Shahid
c3807b7f85
fix #59 . Add histogram aggregate function
2013-11-19 16:13:23 -05:00
John Shahid
bfc11d7bdb
fix #61 . Limit defaults to 10K and no default for start time
2013-11-19 13:48:10 -05:00
John Shahid
3a899f4c58
fix #71 . Add WillReturnSingleSeries to the Query
2013-11-19 12:19:24 -05:00
John Shahid
e6471f8e66
Close #70 . fix #35 . support table aliases in join queries
2013-11-19 11:52:57 -05:00
John Shahid
12a9d59f8f
fix joins and merges when the query is descending
2013-11-19 11:52:57 -05:00
John Shahid
5aaa117f47
fix #63 . Aggregated results don't include seq number
2013-11-18 11:46:35 -05:00
John Shahid
4d02a140ea
fix #51 . Implement first and last aggregates
2013-11-15 16:30:09 -05:00
Remo Hertig
d45ad7815a
Close #57 . Return error instead of panic when type of time != float
2013-11-15 11:34:21 -05:00
John Shahid
253eeb2019
update the changelog.
2013-11-14 17:24:05 -05:00
John Shahid
316bf838cb
fix #53 . Writing null values via HTTP shouldn't fail
2013-11-14 16:55:39 -05:00
John Shahid
a6424bcf44
fix #55 . Limit should limit the points that match the Where clause
2013-11-14 16:12:46 -05:00
John Shahid
663f9fc22a
fix #34 . Ascending order always return null for columns that have a null value
2013-11-14 13:42:03 -05:00
John Shahid
eff63cfb35
update the changelog.
2013-11-13 15:14:06 -05:00
Dotan Nahum
928ec16684
Spill out query and database detail at the time of bug report, to help reproduction of bugs.
2013-11-13 10:44:02 -05:00
John Shahid
10d7fba5ec
fix #41 . Dropping the database should delete all timeseries data from that database.
2013-11-12 18:14:21 -05:00
John Shahid
ebe9f07fbf
update the changelog
2013-11-12 15:58:53 -05:00
John Shahid
fee130b350
support `/db/` as well as `/dbs` for listing databases.
2013-11-12 15:47:25 -05:00
John Shahid
69a1989edd
fix #42 . support `name` when creating cluster admins and db users as well as `username`
2013-11-12 15:45:26 -05:00
John Shahid
09379a293b
fix #42 . support `admin` flag when posting to `/db/:db/users/:user`
2013-11-12 15:39:35 -05:00
John Shahid
e1325ac8e1
fix #37 . Support the negation of the regex matcher !~
2013-11-11 18:52:19 -05:00
John Shahid
8d9b2ecda0
fix #36 . The regex operator should be =~ not ~=
2013-11-11 18:51:38 -05:00
John Shahid
8e91c81065
Link to the original issues in the changelog.
2013-11-11 18:18:35 -05:00
John Shahid
cbd92fc5d2
fix the version in the changelog.
2013-11-11 18:00:10 -05:00
John Shahid
e0d417eb04
fix #27 . Group by should not blow up if the one of the columns in group by has null values
2013-11-11 17:33:54 -05:00
John Shahid
beea1670a0
update the changelog.
2013-11-11 16:44:05 -05:00
John Shahid
cb4abc5120
update the changelog.
2013-11-11 07:59:15 -05:00
John Shahid
b67722636a
update the docs.
2013-11-08 14:44:23 -05:00
John Shahid
5b7aae88ee
bigger headers.
2013-11-06 15:13:56 -05:00
John Shahid
f11558c97e
rename the changelog.
2013-11-06 15:11:06 -05:00