Jamie Hall
891a6705d8
Updated Point.php to stop converting value to float
...
Converting a value to a float causes a conflict "field type conflict: input field "value" on measurement "datapoints" is type int64, already exists as type float". For example, If i send 2.01, it works, if I send 2.00, it converts it into 2 and then Influxdb treats it as an integer.
2015-07-29 10:19:34 +02:00
Stephen Hoogendijk
25fa2b02a1
Updated README.MD
2015-07-23 10:11:13 +02:00
TheCodeAssassin
7d66f67e22
Merge pull request #9 from influxdb/1.0.0
...
New version: 1.0.0
2015-07-23 09:44:25 +02:00
Stephen Hoogendijk
b6eff42ac6
Modified README.MD
2015-07-23 09:42:05 +02:00
Stephen Hoogendijk
a6b4616d0d
Properly fixed exceptions
2015-07-23 09:40:41 +02:00
Stephen Hoogendijk
e7c6630329
Added ability to add measurements that do not have a value
2015-07-22 13:37:12 +02:00
Stephen Hoogendijk
6c4ce752a8
Changed method of sending UDP data to stream, fixed driver logic, added DSN method for creating a UDP session
2015-07-22 11:51:24 +02:00
Stephen Hoogendijk
e8423e8846
Updated readme
2015-07-21 00:40:02 +02:00
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 Dix and Stephen 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