Commit Graph
203 Commits
Author SHA1 Message Date
Walter Dal Mut fbbddbfeac Moved to circle-ci 2015-06-28 10:07:00 +02:00
Walter Dal Mut 0e656fc39a Added circle-ci file 2015-06-28 10:02:13 +02:00
Walter Dal Mut 3fd559fab2 Removed useless condition
We can only prepare two adapters
2015-06-27 14:45:26 +02:00
Walter Dal Mut 0858197b96 Moved to scrutinizer 2015-06-27 14:34:35 +02:00
Walter Dal Mut 4924c0b116 Removed old helper file 2015-06-27 14:28:56 +02:00
Walter Dal Mut 7d95c6c785 Merge pull request #40 from corley/feature/inline-protocol
Optimized inline protocol conversion
2015-06-27 14:26:40 +02:00
Walter Dal Mut 4517e5c31c Cover merge global tags also when are missing 2015-06-27 14:21:15 +02:00
Walter Dal Mut 932cd992ff Optimized list to string conversion
The inline protocol converts key values to strings
2015-06-25 23:33:32 +02:00
Walter Dal Mut a607f30ae1 Merge pull request #38 from corley/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2015-06-24 22:47:43 +02:00
Scrutinizer Auto-Fixer fa61a3cd7a Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-06-24 20:44:36 +00:00
Walter Dal Mut 39a87feb5a I want all possible badges! 2015-06-24 11:36:34 +02:00
Walter Dal Mut 6c4bd35844 Added scrutinizer inspection badge 2015-06-24 10:23:36 +02:00
Walter Dal Mut bdf262e4db Merge pull request #37 from corley/feature/http-endpoint-duplication
Fixes code duplication
2015-06-24 10:14:52 +02:00
Walter Dal Mut ffe45967c1 Fixes code duplication
The HTTP endpoint generation is effectively duplicated
2015-06-24 10:01:20 +02:00
Walter Dal Mut a33083479d Added codeclimate badges 2015-06-24 08:26:31 +02:00
Walter Dal Mut 1465f44676 Allow PHP7 failures until a stable version 2015-06-24 08:24:16 +02:00
Walter Dal Mut b9bc6958de Added codeclimate 2015-06-24 08:23:01 +02:00
Walter Dal Mut 6c9646e085 Tests against php7 2015-06-24 08:06:40 +02:00
Walter Dal Mut f3a273f6d9 Added codeclimate dev-dependency 2015-06-24 07:59:28 +02:00
Walter Dal Mut c7c3690e0b Cover more factory method invalid arguments 2015-06-24 07:58:54 +02:00
Walter Dal Mut 44551a58e9 Test tags are full merged 2015-06-24 07:58:41 +02:00
Walter Dal Mut a364f8ad0c Cover tag merge for UdpAdapter 2015-06-23 20:59:21 +02:00
Walter Dal Mut b02a52e2f7 Cover missing class on factory method 2015-06-23 20:49:44 +02:00
Walter Dal Mut 13a419f4f5 Fixes useless client helper complexity 2015-06-23 20:45:31 +02:00
Walter Dal Mut 113f1167c3 Removed develop badge 2015-06-23 19:40:28 +02:00
Walter Dal Mut ab42fbac66 Merge branch 'develop' 2015-06-23 19:35:33 +02:00
Walter Dal Mut d9dbd9ba93 Change contributing guidelines 2015-06-23 19:35:04 +02:00
Walter Dal Mut 10f69a8b95 Merge pull request #36 from corley/feature/refactor-tests
Test suite completely rewritten
2015-06-23 19:34:26 +02:00
Walter Dal Mut 03ade4c600 Added UDP/IP integration tests 2015-06-23 19:28:14 +02:00
Walter Dal Mut 20a64e724b Test suite completely rewritten
Our test suite mixing integration and few unit tests, is difficult
to understand and expand with new features.

This commit rewrite completely the test suite in order to separate
both: integration and unit tests in different suites in a more
maintainable and useful way.
2015-06-23 08:16:58 +02:00
Walter Dal Mut 662f4c978a Removed duplicated testcase on issue #27 2015-06-22 07:31:03 +02:00
Walter Dal Mut 00ec440499 Cover more invalid mark procedures
Expose multiple error conditions with invalid hostnames and missing
servers in order to catch PHP errors and suppress those.
2015-06-22 07:29:37 +02:00
Walter Dal Mut 33268db1a8 Merge tag '0.5.0' into develop
Supports proxies and UDP/IP error suppression

In order to support InfluxDB proxies now we provides a custom option: `prefix` that allows users to setup a
personal proxy path in front of InfluxDB. Thanks to @sroze

Added UDP/IP error suppression during `mark` operation. Thanks to @EvanDarwin
2015-06-21 18:01:13 +02:00
Walter Dal Mut e1d7a52ba1 Merge branch 'release/0.5.0' 2015-06-21 17:58:41 +02:00
Walter Dal Mut 8e57dd7eb2 Bumped version 0.5.0 2015-06-21 17:58:29 +02:00
Evan DarwinandWalter Dal Mut c6e7b744c3 Silently handle socket errors in the UdpAdapter (closes #27), add testcase
Conflicts:
	tests/ClientTest.php
2015-06-21 17:56:18 +02:00
Evan DarwinandWalter Dal Mut 27c19c9e4b Fix issue #27 test
Conflicts:
	tests/ClientTest.php
2015-06-21 17:55:42 +02:00
Walter Dal Mut 83a898924f Merge pull request #31 from EvanDarwin/master
Silently handle socket errors in the UdpAdapter (closes #27), add tests
2015-06-21 17:52:07 +02:00
Walter Dal Mut a323409dbc Added proxies in our doc file 2015-06-21 17:46:09 +02:00
Walter Dal Mut b2b7692353 Merge pull request #35 from corley/feature/url-prefix
Allow URL prefixes
2015-06-21 17:41:38 +02:00
Walter Dal Mut da239ecf8e Allow URL prefixes
This should fixes #34
2015-06-21 17:33:46 +02:00
Evan Darwin 6b46bf5c6b Fix issue #27 test 2015-06-20 13:07:40 -07:00
Evan Darwin 308aba8817 Silently handle socket errors in the UdpAdapter (closes #27), add testcase 2015-06-20 13:03:09 -07:00
Walter Dal Mut 07e5ec3e54 Merge tag '0.4.5' into develop
Just docs recap
2015-06-14 11:51:20 +02:00
Walter Dal Mut d238c4985c Merge branch 'release/0.4.5' 2015-06-14 11:51:11 +02:00
Walter Dal Mut c04de6d075 Bumped version 0.4.5 2015-06-14 11:51:04 +02:00
Walter Dal Mut 06fe10bc9d Moved sockets compile section to bottom 2015-06-14 11:49:27 +02:00
Walter Dal Mut e4c38883ad Removed senso insight (shows no medal when kudos) 2015-06-14 11:46:43 +02:00
Walter Dal Mut b6767030e5 Minor on docs 2015-06-14 11:36:23 +02:00
Walter Dal Mut 7a9bfa249b Merge tag '0.4.4' into develop
Minor on adapter names
2015-06-13 12:23:08 +02:00