Commit Graph

5167 Commits (50b08ff73f44626d893ac166ddc3d44ca543418b)

Author SHA1 Message Date
Ben Johnson c5bdb5af86 Fix cluster-wide restart issue. 2015-04-14 13:43:25 -06:00
Philip O'Toole 19a8bd303a Update CHANGELOG for PR 2282 2015-04-14 12:12:38 -07:00
Philip O'Toole 53c0313610 Merge pull request #2282 from tcolgate/master
OpenTSDB Input - use "value" as the field name
2015-04-14 12:11:00 -07:00
Tristan Colgate-McFarlane 4b3345c10b OpenTSDB Input - use "value" as the field name
Closes #2280
2015-04-14 20:01:31 +01:00
Jason Wilder 1da5bc3746 Merge pull request #2275 from influxdb/sample-config
Remove snapshot port/bind-address from sample config
2015-04-13 18:07:48 -06:00
Jason Wilder 32bc13de7f Remove snapshot port/bind-address from sample config
No longer used
2015-04-13 17:19:21 -06:00
Todd Persen 1dcac7a3c8 Update CHANGELOG.md 2015-04-13 15:57:21 -07:00
Todd Persen b5747868c7 Merge branch 'snapshot' 2015-04-13 15:55:46 -07:00
Todd Persen eed570ea1b Fix merge conflict in CHANGELOG.md 2015-04-13 15:55:38 -07:00
Todd Persen 6731ba4635 Merge pull request #2265 from influxdb/cli-auth-fix-2239
Fix auth for CLI
2015-04-13 15:36:36 -07:00
Cory LaNou 96a30389f8 pr review changes 2015-04-13 16:27:43 -06:00
Jason Wilder 0158cba073 Update changelog 2015-04-13 16:27:29 -06:00
Jason Wilder b4d5d03a47 Ensure API can listen on separate interface/port
The HTTP bind address/port config was not actually being used.
2015-04-13 16:27:29 -06:00
Jason Wilder d78033bb49 Remove snapshot bind-address, port from config
Now listens on the cluster port.  Snapshots can still be disabled
though.
2015-04-13 16:27:29 -06:00
Jason Wilder 2f394a5cff Move snapshot server to cluster handler
This removes the separate port listener and adds it as a route
on the cluster port.
2015-04-13 16:27:23 -06:00
Cory LaNou 33f976a340 lot of refactoring to create integration tests for cli 2015-04-13 15:56:49 -06:00
Cory LaNou fa103d9400 clean up error logic for Query endpoint 2015-04-13 15:56:49 -06:00
Cory LaNou a7ae9a529a need to return an error if status code is not 200 2015-04-13 15:56:49 -06:00
Cory LaNou 3ab660fe28 fix error message from having invalid format \n 2015-04-13 15:56:49 -06:00
Cory LaNou 0ecffa1075 update changelog 2015-04-13 15:56:49 -06:00
Cory LaNou 4319ac051b use basic auth instead of the uri 2015-04-13 15:56:29 -06:00
Cory LaNou 1ae5c09f61 let the client library handle setting auth 2015-04-13 15:56:29 -06:00
Cory LaNou 6240cc38ba refactor parse config on startup 2015-04-13 15:56:29 -06:00
Jason Wilder bdcb949916 Rename serveMetadata to serveData 2015-04-13 15:38:42 -06:00
Jason Wilder 0bf03347cb Rename serveData to serveAPI 2015-04-13 15:38:42 -06:00
Jason Wilder e47ee66b07 Make top-level handler less brittle
Move the data node specific routes under a common /data prefix so
add new handler does require updates to the top level handler as well.
2015-04-13 15:38:42 -06:00
Philip O'Toole db15e22142 Merge pull request #2270 from influxdb/parellel_circle
Parallel test and race-detection :on CircleCI
2015-04-13 13:27:17 -07:00
Philip O'Toole 88d29b3aa1 Parallel test and race-detection :on CircleCI 2015-04-13 13:21:08 -07:00
Ben Johnson 04baf9b312 Merge pull request #2257 from influxdb/raft
Snapshotting pseudo state & log entry cache
2015-04-13 14:06:54 -06:00
Ben Johnson e3e98d67b1 Merge branch 'master' of https://github.com/influxdb/influxdb into raft
Conflicts:
	CHANGELOG.md
2015-04-13 13:55:30 -06:00
Ben Johnson 4c4c03852c Merge branch 'master' of https://github.com/influxdb/influxdb into raft 2015-04-13 13:54:06 -06:00
Philip O'Toole 714797ca5d Merge pull request #2269 from influxdb/delay_all_types
Give enough time for writes to occur
2015-04-13 12:51:15 -07:00
Philip O'Toole 119b39597c Give enough time for writes to occur
A sync flag is what is really needed here.
2015-04-13 12:46:06 -07:00
Todd Persen 7feb7b65e8 Merge pull request #2211 from runner-mei/chmod_unsupported
Make InfluxDB win32 friendly, fix unit test is failed on the windows and it is for chmod is unsupported.
2015-04-13 12:29:44 -07:00
Todd Persen 540e9759cb Update CHANGELOG.md 2015-04-13 12:14:23 -07:00
Todd Persen ebd8ca7016 Merge pull request #2191 from influxdb/calls_case
Case-insensitive check for "fill"
2015-04-13 12:13:43 -07:00
Philip O'Toole 4e28c3acdc Merge pull request #2261 from influxdb/support_64_int
Support int64 data types
2015-04-13 11:49:02 -07:00
Philip O'Toole 96a81826ec Support int64 data types 2015-04-13 11:04:27 -07:00
runner.mei 5750b35b0f fix chmod is unsupported on the windows 2015-04-13 22:56:27 +08:00
Philip O'Toole 261ff11fe3 Merge pull request #2240 from n1tr0g/exit_code
improved exit code(s) for influx CLI
2015-04-12 21:52:03 -07:00
Ben Johnson df605fce74 Add log entry cache to raft log. 2015-04-12 16:34:37 -06:00
Ben Johnson 44b4992b75 Add handling for snapshotting pseudo-state. 2015-04-12 14:24:30 -06:00
Ben Johnson 908fe7db4a Wrap raft.Log mutex. 2015-04-12 12:57:34 -06:00
dgnorton 0a38117818 Merge pull request #2256 from influxdb/update-CHANGELOG.md
update CHANGELOG.md
2015-04-12 13:44:29 -04:00
David Norton a668a0d8a5 update CHANGELOG.md 2015-04-12 13:43:21 -04:00
dgnorton 2230d21534 Merge pull request #2255 from influxdb/fix-2251
fix #2251: fix panic when changing default RP
2015-04-12 13:32:54 -04:00
David Norton c94785780d fix #2251: fix panic when changing default RP 2015-04-12 13:04:10 -04:00
Philip O'Toole 64d9c5784f Fix RC23 release date 2015-04-11 12:18:16 -07:00
Philip O'Toole 04a58e2bf2 Release RC23 2015-04-11 12:06:58 -07:00
Philip O'Toole 7dd61dcf14 Merge pull request #2244 from influxdb/disable_dq
Disable DQ integration testing
2015-04-11 11:58:51 -07:00