Commit Graph
130 Commits
Author SHA1 Message Date
Walter Dal Mut adece73b0b Fixes invalid saved timestamp for UDP/IP 2015-06-10 15:54:07 +02:00
Walter Dal Mut ff6f865d42 Test refactoring
Removed UDP/IP adapter construction (duplication)
2015-06-10 15:54:07 +02:00
Walter Dal Mut 38f65a75fd Client dependency with construction injection
Removed the adapter setter injection in favor or constructor injection
2015-06-10 15:54:07 +02:00
Walter Dal Mut f5a71a51a3 Version 0.4.0 2015-06-10 15:54:07 +02:00
Walter Dal Mut 048e308bc9 Test also multiple measurement with UDP/IP 2015-06-10 15:54:07 +02:00
Walter Dal Mut f185935e32 Bench inline protocol conversion 2015-06-10 15:54:07 +02:00
Walter Dal Mut f95e32e150 Removed bootstrap from phpunit.xml
It was not a bootstrap file
2015-06-10 15:54:07 +02:00
Walter Dal Mut 9db35097e2 Moved to PSR-4
Autoload from PSR-0 to PSR-4
2015-06-10 15:54:07 +02:00
Walter Dal Mut 8dffa27987 License to 2015 2015-06-10 15:54:07 +02:00
Walter Dal Mut 6f80454725 Removed exceptions 2015-06-10 15:54:07 +02:00
Walter Dal Mut 654b2c7e88 Updated docs 2015-06-10 15:54:06 +02:00
Walter Dal Mut 5a162a9704 Added tests for global tags and retention policies 2015-06-10 15:54:06 +02:00
Walter Dal Mut 4f94172fcb Rename data provider with a more valid name 2015-06-10 15:54:06 +02:00
Walter Dal Mut 270154fd94 Updated docs 2015-06-10 15:54:06 +02:00
Walter Dal Mut 94fa4e67b2 Complete refactor in order to support RC-32
The influxdb RC-32 is quite strange, uses a UDP/IP line protocol with
batch updates.

This commit will cover the base UDP/IP protocol as first implementation
2015-06-10 15:54:06 +02:00
Walter Dal Mut 4fa039337b Added retention policy as option 2015-06-10 15:54:06 +02:00
Walter Dal Mut f8bb3fcde4 Use prepared default options
In order to use user prepared options the message is alse merged with
all user preapared options.
2015-06-10 15:54:06 +02:00
Walter Dal Mut 35b8dd0149 Added tags test case 2015-06-10 15:54:06 +02:00
Walter Dal Mut d43f449dee Fixes install file name 2015-06-10 15:54:06 +02:00
Gianluca ArbezzanoandWalter Dal Mut a5e5da5f23 Update travis configuration to install InfluxDB 0.9rc30
Conflicts:
	.travis.yml
2015-06-10 15:54:06 +02:00
Walter Dal Mut 9ed7fe6ba4 Prepare new travis-ci runner 2015-06-10 15:54:06 +02:00
Walter Dal Mut 70c0f57bfa Updated benchmarks and bench results 2015-06-10 15:54:06 +02:00
Walter Dal Mut b65eb99d9f Removed filter benchmarks 2015-06-10 15:54:06 +02:00
Walter Dal Mut 311411d942 Updated docs 2015-06-10 15:54:06 +02:00
Walter Dal Mut 63207b4551 Added test UDP/IP supports direct messages 2015-06-10 15:54:06 +02:00
Walter Dal Mut 72b08569e9 Added test for direct messsages with HTTP client 2015-06-10 15:54:06 +02:00
Walter Dal Mut 4f3fdcb543 Dropped time precision feature 2015-06-10 15:54:06 +02:00
Walter Dal Mut fd28135fe3 Restore base behavior 2015-06-10 15:54:06 +02:00
Walter Dal Mut 37da8604f1 Restore HTTP adapter for InfluxDB 0.9 2015-06-10 15:53:27 +02:00
Gianluca Arbezzano 27811cbd14 Merge pull request #20 from corley/feature/composer-php-version
Add explicit PHP version into composer.json
2015-05-19 11:58:50 +02:00
Gianluca Arbezzano 46333360ea Add explicit PHP version into composer.json 2015-05-19 11:06:13 +02:00
Gianluca Arbezzano 00b634b9a8 Merge pull request #21 from corley/feature/remove-filters
Remove filters
2015-05-19 11:01:46 +02:00
Gianluca Arbezzano 731498ea24 Merge branch 'release/0.3.3' into develop 2015-05-18 20:52:47 +02:00
Gianluca Arbezzano d677fa94d4 Dump release 0.3.3 2015-05-18 20:51:43 +02:00
Gianluca Arbezzano 8fb012fa17 Merge pull request #25 from gianarb/feature/guzzle-5
Composer improvement Guzzle 5
2015-05-18 20:48:27 +02:00
Gianluca Arbezzano 8481e78054 Composer improvement Guzzle 5 2015-05-18 20:41:56 +02:00
Gianluca Arbezzano e369530539 Remove filters 2015-05-07 14:51:26 +02:00
Walter Dal Mut 9da406ad4b Merge tag '0.3.2' into develop
Fixes file end with newline
2015-04-08 19:25:26 +02:00
Walter Dal Mut 2aec8b47f9 Merge branch 'release/0.3.2' 2015-04-08 19:25:14 +02:00
Walter Dal Mut 4fa3ad0efa Bumped version 0.3.2 2015-04-08 19:25:00 +02:00
Walter Dal Mut 4140300e32 Files should end with a newline character 2015-04-08 19:21:51 +02:00
Walter Dal Mut 16197e22a9 Contributing doc file 2015-03-24 08:30:55 +01:00
Gianluca Arbezzano e125b296f9 phpunit configuration improvement
This feature implement env parameters for phpUnit configuration.
This upgrade is a first step for multi influxdb version testing
2015-03-23 22:28:18 +01:00
Walter Dal Mut c6d4ee4ce4 Merge tag '0.3.1' into develop
Fixes ColumnsPointsFilter json decode error
2015-03-20 20:47:59 +01:00
Walter Dal Mut b690eb9748 Merge branch 'release/0.3.1' 2015-03-20 20:47:45 +01:00
Walter Dal Mut 704ea74277 Bumped version 0.3.1 2015-03-20 20:47:33 +01:00
Walter Dal Mut 4737d2a5fa Merge pull request #15 from corley/hotfix/14
Fixes #14 - guzzle http json_decode -> assoc arrays
2015-03-20 20:46:23 +01:00
Walter Dal Mut 06ae666e4e Fixes #14 - guzzle http json_decode -> assoc arrays 2015-03-20 20:23:03 +01:00
Walter Dal Mut 6d9bd14be4 Merge tag '0.3.0' into develop
Added HTTP Adapter thanks to @lekz
2015-03-02 20:58:56 +01:00
Walter Dal Mut f8f33bd16a Merge branch 'release/0.3.0' 2015-03-02 20:58:12 +01:00