gunnaraasen
|
030cb52602
|
Add INSERT INTO
|
2015-06-09 15:14:16 -07:00 |
gunnaraasen
|
de389e6fc8
|
Add INSERT keyword to CLI for writing points via the line protocol
|
2015-06-09 15:14:16 -07:00 |
Philip O'Toole
|
8eea2b3092
|
Allow Server creation to return errors
|
2015-06-09 14:21:12 -07:00 |
Cory LaNou
|
709a7ffd06
|
add where clause integration tests, add support for int64 comparisons
|
2015-06-09 15:45:00 -05:00 |
Cory LaNou
|
a43054adce
|
add test for querying across shards and fields
|
2015-06-09 12:51:59 -05:00 |
David Norton
|
d5f52333a1
|
fix #2814: hook collectd service back up
|
2015-06-09 00:34:46 -04:00 |
Ben Johnson
|
8c2278a646
|
Move VersionCommand back to influxd
This commit moves the command in cmd/influxd/version into the
cmd/influxd package so that the version and commit can be injected
via ldflags.
|
2015-06-08 22:25:38 -06:00 |
Philip O'Toole
|
b0d76913b0
|
Add new Service-style Graphite input support
|
2015-06-08 20:39:39 -07:00 |
Philip O'Toole
|
4b94a00644
|
Set auto-created retetion period to infinity
Fix issue #2817
|
2015-06-08 19:47:37 -07:00 |
Ben Johnson
|
a9657289c4
|
Merge pull request #2823 from benbjohnson/opentsdb
Convert OpenTSDB to service
|
2015-06-08 17:32:55 -06:00 |
Ben Johnson
|
b688eccb77
|
Refactor OpenTSDB to a service
This commit converts the OpenTSDB endpoint into a service.
|
2015-06-08 15:12:16 -06:00 |
Cory LaNou
|
393493fa98
|
more query tag tests
|
2015-06-08 14:58:55 -05:00 |
Cory LaNou
|
64b921580f
|
enable database drop tests
|
2015-06-08 13:58:03 -05:00 |
Philip O'Toole
|
7fbc28963c
|
Merge pull request #2816 from renan-/fix-udp
Fix UDP service, broken by 092bc3f and uncorrectly fixed in cc78fe4
|
2015-06-08 11:05:48 -07:00 |
Paul Dix
|
8f712eaf85
|
Ignore shards that don't have the selected measurement in them.
Fixes #2815 and fixes #2818.
|
2015-06-08 17:14:42 +02:00 |
Cory LaNou
|
eaec3e42e4
|
add test for multiple measurements
|
2015-06-08 10:07:29 -05:00 |
Renan Strauss
|
b44f6efdc2
|
Fix UDP service, broken by 092bc3f and uncorrectly fixed in cc78fe4
|
2015-06-08 10:49:07 +02:00 |
Philip O'Toole
|
b19828fea7
|
Add test case for retention auto-create
|
2015-06-06 17:22:37 -07:00 |
Jason Wilder
|
3a19798968
|
Set metastore on cluster service
|
2015-06-05 22:29:52 -06:00 |
Jason Wilder
|
809b9b8a83
|
Add basic hinted handoff support
If a remote write fails, it will be queued to a per-node, local disk
queue and retried later.
|
2015-06-05 22:16:51 -06:00 |
Jason Wilder
|
75b72c60fe
|
Add hinted handoff service
The hinted handoff service will queue a write to a remote node if
that write fails and periodically retry the write.
|
2015-06-05 22:16:51 -06:00 |
Ben Johnson
|
413da5cdc4
|
add mux.Serve()
|
2015-06-05 22:13:49 -06:00 |
Todd Persen
|
4bf024109f
|
Merge pull request #2779 from influxdb/hook-CQs-back-2733
fix #2733: hook CQs back in
|
2015-06-05 20:40:31 -07:00 |
Ben Johnson
|
9ec6e4ff7e
|
Merge pull request #2794 from benbjohnson/mux
Influxd mux integration
|
2015-06-05 21:15:18 -06:00 |
David Norton
|
cc78fe4678
|
fix #2733: fix rebase issue...grrr
|
2015-06-05 20:05:31 -04:00 |
David Norton
|
fb514f2302
|
fix #2733: add endpoint to trigger CQ(s)
|
2015-06-05 19:56:28 -04:00 |
David Norton
|
077159a126
|
fix #2733: check config before enabling CQ service
|
2015-06-05 19:54:23 -04:00 |
David Norton
|
092bc3fd2d
|
fix #2733: hook CQs back in
|
2015-06-05 19:54:23 -04:00 |
Philip O'Toole
|
041b31d6b3
|
Merge pull request #2783 from renan-/udp-refresh
Make UDP service code simpler
|
2015-06-05 16:23:16 -07:00 |
Ben Johnson
|
fb06549552
|
remove bind address from cluster config
|
2015-06-05 17:07:54 -06:00 |
Ben Johnson
|
abbcf15bb2
|
integrate mux into influxd cluster service
|
2015-06-05 17:02:32 -06:00 |
Ben Johnson
|
6cf78206f0
|
refactor run.Server to use tcp.Mux
|
2015-06-05 16:31:58 -06:00 |
Ben Johnson
|
b925e1c1af
|
Multi-node clustering.
This commit adds the ability to cluster multiple nodes together to share
the same metadata through raft consensus.
|
2015-06-05 14:41:19 -06:00 |
Philip O'Toole
|
a4a05241ba
|
Set retention enforcement default config
|
2015-06-05 11:27:30 -07:00 |
Renan Strauss
|
e8ab17dbc5
|
[services/udp] Clean-up the code
|
2015-06-05 10:55:10 +02:00 |
Philip O'Toole
|
ae3e8c727a
|
Don't append retention service if not enabled
|
2015-06-04 21:47:06 -07:00 |
Philip O'Toole
|
fab9adb361
|
Hook in actual retention service
|
2015-06-04 17:02:22 -07:00 |
Cory LaNou
|
8d3f54172c
|
wildcard and precision write integration tests
|
2015-06-04 12:58:03 -06:00 |
Cory LaNou
|
3f7cf15a8d
|
not needed
|
2015-06-04 09:24:26 -06:00 |
Cory LaNou
|
08bec931c6
|
observe enabled flag when appending services
|
2015-06-04 09:24:08 -06:00 |
Renan Strauss
|
3b09a59540
|
Add UDP service back
|
2015-06-04 10:24:48 +02:00 |
Cory LaNou
|
90d8f37a08
|
some refactoring, mostly aggregation tests
|
2015-06-03 16:07:40 -06:00 |
Cory LaNou
|
212bbd067f
|
move helpers to their own file
|
2015-06-03 13:44:10 -06:00 |
Cory LaNou
|
2dac41a619
|
fix one test that now works
|
2015-06-03 11:54:45 -06:00 |
Cory LaNou
|
e6f0a2f3ab
|
do not use the word `fail` in test messages
|
2015-06-03 11:22:59 -06:00 |
Cory LaNou
|
621e2dc2f3
|
more test coverage, minor test refactorings
|
2015-06-03 11:15:20 -06:00 |
Cory LaNou
|
5c52c4cda1
|
add ability to set logger for testing
|
2015-06-03 09:58:39 -06:00 |
Cory LaNou
|
1ab8d58bb2
|
and then there were table tests!
|
2015-06-02 20:24:53 -06:00 |
Cory LaNou
|
ec749c836f
|
Merge pull request #2742 from influxdb/integration-tests
Integration tests
|
2015-06-02 16:42:16 -06:00 |
Cory LaNou
|
ab8701721a
|
more integration testing
|
2015-06-02 16:03:13 -06:00 |