Commit Graph
66 Commits
Author SHA1 Message Date
Stephen Hoogendijk a0a16d7658 Removed 5.3 and 5.4 from travis.yml 2015-07-21 00:36:59 +02:00
Stephen Hoogendijk c2bd3c4a79 Fixed existing unit tests 2015-07-21 00:34:08 +02:00
Stephen Hoogendijk 1de116fd03 Rewrite to allow for pluggable adapters, removed support for PHP < 5.5, Added UDP support 2015-07-21 00:00:00 +02:00
TheCodeAssassin 75065329d6 Merge pull request #7 from CentaurWarchief/improvements
Few improvements
2015-07-20 17:32:00 +02:00
Andrey 2584146a44 Do not align assignments 2015-07-20 11:19:40 -03:00
Andrey 0a11cfd315 Always ensure value 2015-07-20 11:19:40 -03:00
Andrey d266b25a5a Fix Only variables should be passed by reference 2015-07-20 11:19:40 -03:00
Andrey fe5c97873f composer validate complains about license entry 2015-07-20 11:19:39 -03:00
Andrey 5536533d65 Fix composer.json indentation 2015-07-20 11:19:39 -03:00
Andrey dfe45c0ff2 Cast all to (int) 2015-07-20 11:19:39 -03:00
Andrey 6419531178 Use array_merge instead 2015-07-20 11:19:39 -03:00
Andrey 5bc2b9fabd Use native type-checking 2015-07-20 11:19:39 -03:00
Andrey e36ab876d5 Few tweaks on CS 2015-07-20 11:19:39 -03:00
Stephen Hoogendijk a790aa4961 Style fixes and removal of redundant check 2015-07-20 15:53:06 +02:00
Stephen Hoogendijk fd80291e15 Added precision; added database exists method 2015-07-20 12:22:39 +02:00
TheCodeAssassin 33a7ea7d62 Update README.md 2015-07-20 09:47:28 +02:00
TheCodeAssassin 752a20a8a0 updated code climate repo token 2015-07-08 15:12:01 +02:00
TheCodeAssassin e40421356b Updated links 2015-07-08 15:11:08 +02:00
TheCodeAssassin 5d502dc3b1 Updated CI and CodeClimate links 2015-07-08 14:44:27 +02:00
danibrutal 9dc122dccd Tests - ClientTest query method 2015-07-06 15:58:29 +02:00
danibrutal f6be9bedb4 Client tests 2015-07-03 17:29:25 +02:00
danibrutal a29f2e5134 Adding Client tests 2015-07-03 17:21:24 +02:00
Stephen Hoogendijk 06b46debef Corrected documentation and added more examples 2015-07-03 16:08:32 +02:00
Stephen Hoogendijk a054bce98d Updated readme with todo list 2015-07-03 16:04:40 +02:00
Stephen Hoogendijk de12f7f6c0 Corrected readme, composer.json and license file 2015-07-03 15:50:46 +02:00
Stephen Hoogendijk 3bd2be7dc7 Merge branch 'master' of github.com:influxdb/influxdb-php
Conflicts:
	README.md
2015-07-03 15:43:10 +02:00
Stephen Hoogendijk 065fbb4a8c Merged leaseweb/influxdb-php into influxdb/influxdb-php 2015-07-03 15:41:02 +02:00
Paul DixandStephen Hoogendijk 642094b58a Initial commit 2015-07-02 09:20:09 +02:00
Stephen Hoogendijk 9eaad2925e Updated dev dependencies 2015-06-29 10:33:49 +02:00
Stephen Hoogendijk abd72a5c88 Added code coverage to travis.yml; performance optimizations 2015-06-29 10:20:47 +02:00
Stephen Hoogendijk 1bcfebacd5 Updated keywords in composer.json; 2015-06-25 23:40:18 +02:00
Stephen Hoogendijk 2b5fc7b279 Updated readme 2015-06-25 23:32:43 +02:00
TheCodeAssassin 4f01e8a863 Update README.md 2015-06-25 18:24:42 +02:00
Stephen Hoogendijk 04e6c83a52 Added travis build badge to README.MD 2015-06-25 18:19:32 +02:00
Stephen Hoogendijk 2b97c8f187 Forced symfony dispatcher dependency to 2.8 2015-06-25 18:16:12 +02:00
Stephen Hoogendijk 963ed464d5 Ensured support for php 5.3 by changing the guzzle client to 3.* 2015-06-25 18:04:12 +02:00
Stephen Hoogendijk abe1492b85 Fixed unit tests 2015-06-25 16:31:04 +02:00
Stephen Hoogendijk fe1d902d39 Fixed overhead with array iteration 2015-06-25 11:56:54 +02:00
Stephen Hoogendijk 4b5e070e0a Typo fix readme.md 2015-06-25 11:51:15 +02:00
Stephen Hoogendijk a3405a7c15 Reverted guzzle to v.5 to support php 5.4, increased verbosity and improved internal api; improved readme 2015-06-25 11:48:30 +02:00
Stephen Hoogendijk c01fc4d3d0 Added travis.yml file 2015-06-24 09:26:45 +02:00
Stephen Hoogendijk e7980313c1 Fixed automated testing 2015-06-23 09:58:32 +02:00
Stephen Hoogendijk 54fbd31ce2 Changed namespace to \\InfluxDB 2015-06-23 09:19:24 +02:00
Stephen Hoogendijk 0091131d6b Added from dsn method 2015-06-22 14:51:48 +02:00
danibrutal 7291a056ed Bugfix write method tests 2015-06-22 09:44:26 +02:00
danibrutal 6b8d03704e Client - write method 2015-06-19 15:46:02 +02:00
danibrutal 90277f14a8 Writing Points tests 2015-06-19 12:04:25 +02:00
danibrutal e4f5bb94d6 ResultSet bugfix if tags key is missing in the result 2015-06-19 11:47:27 +02:00
danibrutal 20e2527a92 Changing Client Exception, testing Point 2015-06-19 11:34:08 +02:00
Stephen Hoogendijk d625efdedc Fixed query builder last method, added median method; fixed adding retention policies 2015-06-19 11:23:31 +02:00