Cory LaNou
b36217cecd
fixing bug with headers output
2015-03-12 11:17:08 -06:00
Cory LaNou
2e9d56ff99
add shell script to input data with more variety
2015-03-12 11:17:08 -06:00
Cory LaNou
96856ffb19
stop writing blank columns, repeate headers as necessary
2015-03-12 11:17:08 -06:00
Cory LaNou
291de444f3
update integration test
2015-03-12 11:09:14 -06:00
Cory LaNou
7e559924e5
update changelog
2015-03-12 11:08:07 -06:00
Cory LaNou
ddc6e119ab
Add default column to SHOW RETENTION POLICIES
2015-03-12 11:07:51 -06:00
Cory LaNou
65f2193a99
Merge pull request #1930 from influxdb/graphite-auto-create-db-rp
...
Auto create database for graphite if not specified
2015-03-12 11:02:33 -06:00
Cory LaNou
e5cb317155
removing debugging
2015-03-12 10:23:22 -06:00
Cory LaNou
a13b1dbead
fix changelog
2015-03-12 10:21:27 -06:00
Cory LaNou
02adc0c5c9
update changelog
2015-03-12 10:21:12 -06:00
Cory LaNou
58dac30fd5
auto create database for graphite if not specified
2015-03-12 10:20:49 -06:00
Cory LaNou
10b8cc8305
Merge pull request #1929 from influxdb/rp-autocreate-broken
...
Default Retention Policy incorrectly auto created
2015-03-12 10:19:04 -06:00
Cory LaNou
207b1a001a
update changelog
2015-03-12 10:04:03 -06:00
Cory LaNou
8655ed3d91
fixing default retention policy creation
2015-03-12 10:01:26 -06:00
Paul Dix
63111a374c
Fix issue with time buckets and improve performance
...
When the start time fell in the middle of a group by bucket, the times for all buckets would be off by the amount of that stat time. This fixes it so group by windows are always on the bucket. However, if the user specifies a start time in the middle of a bucket, the very first bucket will only have whatever data in it that is past the start time (so it'll be a partial)
Also fixed a performance bug where if someone issued a query like: `SELECT mean(value) FROM foo GROUP BY time(10s) LIMIT 3`. Previously, the engine would create emtpy values for every 10s window since 1970, then limit it afterwards. Now, it'll just create value holders for the 3 buckets we need.
2015-03-11 19:33:55 -07:00
Paul Dix
b4e1795e0b
Merge pull request #1925 from influxdb/fill-options
...
Add fill to select statements.
2015-03-11 19:32:15 -07:00
Paul Dix
4b943e9f45
Fix fill to work if they clone the select statement.
2015-03-11 19:29:18 -07:00
Paul Dix
00888562b9
Fix typo in comment
2015-03-11 18:20:20 -07:00
Paul Dix
3d91acaa26
Update InfluxQL with fill
2015-03-11 18:12:42 -07:00
Paul Dix
f9881d4058
Update changelog
2015-03-11 18:08:19 -07:00
Paul Dix
06e8c1b3e8
Add fill to select statements.
...
Fixes #1913
Add fill(none), fill(<num>), and fill(previous) options
2015-03-11 18:05:31 -07:00
Cory LaNou
c940c0ee80
Update changelog for #1758
2015-03-11 16:14:55 -06:00
Cory LaNou
41607c2115
Merge pull request #1758 from influxdb/start-graphite
...
Add Graphite Integration Test
2015-03-11 16:13:25 -06:00
Cory LaNou
c46caf8503
go faster!
2015-03-11 15:26:37 -06:00
Cory LaNou
3cce599a9d
cross compiling test, unintended checkin
2015-03-11 15:15:15 -06:00
Cory LaNou
98484b613b
the right way to wait for data
2015-03-11 14:43:50 -06:00
Philip O'Toole
8baf5fa184
Merge pull request #1923 from influxdb/int_timestamp_0_select
...
Some integration-testing of 'count()'
2015-03-11 13:42:13 -07:00
Philip O'Toole
239a10c679
Some integration-testing of 'count()'
2015-03-11 13:38:21 -07:00
Cory LaNou
5f8b176fd2
enable graphite endpiont test
2015-03-11 14:05:02 -06:00
Cory LaNou
174a3007bb
clarify broker failed start messages
2015-03-11 14:05:02 -06:00
Cory LaNou
c7068b77e9
better error for starting server so we can find what line it was
2015-03-11 14:05:01 -06:00
Cory LaNou
019b9de54e
adding graphite integration test: skipped as it currently fails
2015-03-11 14:05:01 -06:00
Cory LaNou
e3d74f6666
allow integration tests to take a custom config
2015-03-11 14:05:01 -06:00
Philip O'Toole
6ca09c40bb
Merge pull request #1921 from influxdb/int_timestamp_0_select
...
Integration-test precision timestamps
2015-03-11 12:59:19 -07:00
Philip O'Toole
4e876a3106
Integration-test precision timestamps
2015-03-11 12:57:19 -07:00
Ben Johnson
5f6bcf523f
Fix broker integration bugs.
2015-03-11 12:00:45 -06:00
Philip O'Toole
403b05abae
Merge pull request #1914 from Mosibi/master
...
typo: prototcol should be protocol
2015-03-11 10:57:44 -07:00
Philip O'Toole
f10b6f1dc3
Fix typo in CHANGELOG
2015-03-11 09:44:20 -07:00
Cory LaNou
3070b01ccc
Add #1906 to changelog.
2015-03-11 10:43:08 -06:00
Philip O'Toole
30929426cf
Merge pull request #1919 from influxdb/allow_inf_with_min
...
Integration test retention policy control
2015-03-11 09:40:15 -07:00
Cory LaNou
982e59a416
Merge pull request #1906 from influxdb/show-servers
...
Add show servers to query language
2015-03-11 10:38:11 -06:00
Philip O'Toole
184f67b857
Integration test retention policy control
2015-03-11 09:36:33 -07:00
Philip O'Toole
f76d794d88
Merge pull request #1917 from influxdb/rp-1-hour-min-inf
...
Creating Infinite Retention Policy Failed
2015-03-11 09:35:29 -07:00
Cory LaNou
f268b3f2dc
update changelog
2015-03-11 10:19:34 -06:00
Cory LaNou
f6121a9b63
fixing edge case for infinite retention policy
2015-03-11 10:14:53 -06:00
Richard Arends
2948d6f464
typo: prototcol should be protocol
2015-03-11 13:05:14 +01:00
Ben Johnson
66115f95ca
Merge branch 'master' of https://github.com/influxdb/influxdb into stateless-broker
...
Conflicts:
cmd/influxd/run.go
messaging/broker.go
messaging/client.go
messaging/client_test.go
messaging/intg_test.go
server.go
tx_test.go
2015-03-10 16:27:37 -06:00
Cory LaNou
5e65a07b31
retrieve list of data nodes
2015-03-10 15:47:34 -06:00
Ben Johnson
27e9132796
Integrate stateless broker into remaining packages.
2015-03-10 14:53:45 -06:00
Cory LaNou
de1defc528
add SHOW SERVERS to query language
2015-03-10 13:46:05 -06:00