Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 93DCD200B39 for ; Sat, 9 Jul 2016 18:34:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 92680160A67; Sat, 9 Jul 2016 16:34:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DD13C160A59 for ; Sat, 9 Jul 2016 18:34:10 +0200 (CEST) Received: (qmail 68068 invoked by uid 500); 9 Jul 2016 16:34:10 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 68057 invoked by uid 99); 9 Jul 2016 16:34:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jul 2016 16:34:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 54914DFDCE; Sat, 9 Jul 2016 16:34:09 +0000 (UTC) From: jlpedrosa To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #1073: Add influx db component Content-Type: text/plain Date: Sat, 9 Jul 2016 16:34:09 +0000 (UTC) archived-at: Sat, 09 Jul 2016 16:34:11 -0000 GitHub user jlpedrosa opened a pull request: https://github.com/apache/camel/pull/1073 Add influx db component This PR covers https://issues.apache.org/jira/browse/CAMEL-10066 So far it´s a producer only components, lets do iterations to improve it later. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jlpedrosa/camel CAMEL-10066 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1073.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1073 ---- commit 06600871dfc89637bb51493ce22f1c9d9beb778c Author: Jose Luis Pedrosa Date: 2016-06-18T22:17:15Z Initial import commit 96a82adf5506218c760ff1bc4f5f76a31cfe4d27 Author: Jose Luis Pedrosa Date: 2016-06-19T14:46:00Z backup, Added some tests commit 8f83f5b6d71cccbe81875d4f6ae036e438dde492 Author: Jose Luis Pedrosa Date: 2016-06-20T14:40:21Z Fixed compilation. some unit tests added, backup commit cb3285a1d25322c6efe25d59bd20a1244e06c98a Author: Jose Luis Pedrosa Date: 2016-06-29T07:06:37Z Created more tests commit 22fd0a5805b8fe9a592d3c15c53db27518dc8d53 Author: Jose Luis Pedrosa Date: 2016-07-05T11:45:22Z Moved connection at component level, added file for documentation (not filled test). DB Name is in header, not in body now commit 02ea4a95f759ea3d91642a359ab3beaa725b4633 Author: Jose Luis Pedrosa Date: 2016-07-09T09:39:51Z Clean up, added documentation, moved log to file, marked component as producer only. commit 7d073b76299fd84a2834fb310abd29bb86be97b1 Author: Jose Luis Pedrosa Date: 2016-07-09T16:30:30Z Tested against real influxdb instance, tests are passed also. Improved documentation. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---