1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
Commit Graph

109 Commits

Author SHA1 Message Date
Germain Carré
94fd5e0aed Adding PHP 8.0 & 8.1 in travis build
Signed-off-by: Germain Carré git@germain.sh
2022-01-29 05:38:39 +01:00
Germain Carré
0bfca7b318 Switching Guzzle build_query to Query::build
After Guzzle 7.2, GuzzleHttp\Psr7\build_query has been replaced by GuzzleHttp\Psr7\Query::build
cf https://github.com/guzzle/guzzle/pull/2712 & https://github.com/guzzle/psr7/pull/345

Signed-off-by: Germain Carré git@germain.sh
2022-01-29 05:03:07 +01:00
Romain Beuque
75852ad0fe README: change documentation about how to run the tests 2021-01-20 09:02:28 +00:00
Romain Beuque
d14a0d1cdb
Merge pull request #106 from WelcomingGroup/master
chore: bump to php 7.4, guzzle 7, phpunit 9
2021-01-20 09:57:38 +01:00
Romain Beuque
951e4adedb fix: tests now pass with PHPUnit and PHP7.4
Fixes unit tests for #106
2021-01-19 21:34:41 +01:00
Stéphane Bour
3dd7f3ecbe
chore: bump to php 7.4 and add ext-json 2020-12-08 13:26:59 +01:00
Stéphane Bour
c042884a32
refactor: hint and simplify if/else 2020-12-08 13:26:59 +01:00
Stéphane Bour
6bfd3cac33
style: psr2 2020-12-08 13:26:59 +01:00
Stéphane Bour
f322f6a819
chore: bump to php 7.4, guzzle 7, phpunit 9 2020-12-08 13:26:59 +01:00
Romain Beuque
c473b3d67e
Merge pull request #94 from carsso/master
Sending authentication headers on requestCredentials
2019-11-16 18:12:55 +01:00
Germain Carré
73ffcf672e Adding unit test testMissingOvhApplicationHeaderOnRequestCredentials
Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
2019-07-10 11:23:46 +02:00
Germain Carré
8c39467dd6 Sending authentication headers on requestCredentials
Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
2019-07-10 11:23:46 +02:00
Romain Beuque
45c9b8002f
Merge pull request #95 from carsso/travis
Travis : Removing hhvm, PHP 5.5 and adding PHP 7.1, 7.2, 7.3
2019-07-09 19:46:32 +02:00
Germain Carré
37728889ca Adding php 7.1 7.2 and 7.3 in travis build
Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
2019-07-09 12:01:08 +02:00
Germain Carré
9e586bd392 Removing hhvm, PHP 5.5 and duplicate PHP 7.0 from travis build
Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
2019-07-08 23:21:15 +02:00
Vincent Cassé
88e67ac3aa
Merge pull request #85 from tekbreak/patch-1
Adding dot as subdomain separator
2018-12-05 21:35:48 +01:00
tekbreak
9ebdd50701
Adding dot as subdomain separator 2018-12-03 23:38:07 +01:00
Vincent Cassé
30a2419e10
Merge pull request #84 from ovh/rb/endpoint-ovhus
ovh-us: changing OVH US endpoint
2018-11-09 21:48:59 +01:00
Romain Beuque
5374f32a67
ovh-us: changing OVH US endpoint
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
2018-11-09 16:26:31 +01:00
Vincent Cassé
3f64829ad8
Merge pull request #78 from rbeuque74/ovh-us
ovh-us: changing URL
2018-06-12 11:03:28 +02:00
Romain Beuque
90b95788b3
ovh-us: changing URL
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
2018-06-12 10:29:36 +02:00
Vincent Cassé
69f2347e2e
Merge pull request #74 from marema31/unauth
merged
2018-02-26 18:16:18 +01:00
Marc Carmier
74c0e89305 Always retrieve schema description in unauthenticated mode 2018-02-23 20:29:15 +01:00
Vincent Cassé
e56816612a Manage unauthenticated calls without application key and application secret
Signed-off-by: Vincent Cassé <vincent@casse.me>
2018-02-23 17:58:04 +01:00
Vincent Cassé
1c04b1a4fb
Merge pull request #72 from marema31/accept-endpoint-url
Allow URL for api_endpoint specification
2018-02-09 17:04:54 +01:00
Marc Carmier
49d607e28d Added unit test for endpoint specification 2017-12-28 11:34:28 +01:00
Vincent Cassé
e7d470171e
Merge pull request #71 from marema31/US-endpoint
Add US endpoint
2017-12-19 21:32:50 +01:00
Marc Carmier
e14f758e66 Allow URL for api_endpoint specification 2017-12-18 12:29:51 +01:00
Marc Carmier
7d77f06fad Add US endpoint 2017-12-18 12:13:08 +01:00
Vincent Cassé
5bbb26ace4
Merge pull request #68 from hedii/patch-1
Make rawCall method protected instead of private
2017-10-31 21:26:23 +01:00
hedii
1b19b16def Make rawCall method protected instead of private
There is no point keeping the rawCall method private. On the other hand, the rawCall method being protected makes it easier to extend \Ovh\Api class.

Use case : I extend \Ovh\Api class and want to override get, post, put and delete methods to manipulate $content param before making a request. I cannot do this now because i cannot call private rawCall method from a child class. I can provide a quick explanation snippet if needed.
2017-10-04 14:20:15 +02:00
Vincent Cassé
473feb2497 Merge pull request #59 from MikeRoetgers/json_encode
Escaping forward slashes leads to 400 response
2017-04-10 21:49:02 +02:00
Mike Roetgers
7adabd3445 stop escaping forward slashes 2017-04-08 17:43:19 +02:00
Jean-Tiare Le Bigot
2bf008605c update copyrights to 2017
Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
2017-01-02 13:03:30 +01:00
Vincent Cassé
ed5207be27 Merge pull request #51 from shakaran/patch-1
Improve suggestions to install ovh-php repository
2016-11-15 16:32:18 +01:00
Ángel Guzmán Maeso
e8c3dbf13e Improve suggestions to install ovh-php repository
This modification adds the explanations to install quickly through composer without generate a composer.json file using only a command.
2016-11-15 16:24:34 +01:00
Vincent Cassé
01d233b910 Merge pull request #47 from carsso/master
Handle custom headers in a request and fix ovh-eu url
2016-09-03 21:18:47 +02:00
Germain Carré
234d0e3e51 Adding headers option and changing OVH Europeean API url
Signed-off-by: Germain Carré <germain@carsso.com>
2016-09-01 11:43:57 +02:00
Vincent Cassé
1753296cce Merge pull request #45 from ovh/jt-script
script: update release script
2016-08-31 21:54:36 +02:00
Jean-Tiare Le Bigot
79ee4e421a script: update release script
Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
2016-07-07 11:30:10 +02:00
Vincent Cassé
c3c860ee71 Merge pull request #43 from VincentCasse/master
Add script to auto upload binay files
2016-07-07 10:10:34 +02:00
Vincent Cassé
2afe27384b Merge pull request #44 from ovh/jt-doc-exceptions
documentation: catching an exception
2016-06-27 22:59:16 +02:00
Jean-Tiare Le Bigot
ffa29d1bc2 documentation: catching an exception
Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
2016-06-27 10:27:06 +02:00
Vincent Cassé
31082887a6 Fix some code after review
Signed-off-by: Vincent Cassé <vincent@casse.me>
2016-04-28 22:34:22 +02:00
Vincent Cassé
aac96e68c1 Merge pull request #42 from shulard/feature/phing
Use a PHP build tool, Phing instead of Grunt.
2016-04-19 12:56:57 +02:00
Stéphane HULARD
c13758720b Use a PHP build tool, Phing instead of Grunt.
As I already mentioned in the #35 issue, I think it's more suitable to use a PHP build tool instead of a JS one. I don't tell that Grunt is not a powerful tool but it's a complicated installation process to be able to run tests.

Phing is required as a composer package and can be run directly after the composer install.

Examples:

```
vendor/bin/phing
vendor/bin/phing test
vendor/bin/phing clean
vendor/bin/phing phplint
vendor/bin/phing phpcs
vendor/bin/phing phpunit
vendor/bin/phing phpunit -Donly.units=true #The travis test process
```

The only difference here is the watch process. Phing doesn't have that kind of feature. It can be emulated with different tasks but require a lot more work. I think that PR is the first step, maybe we can go further if necessary.

Signed-off-by: Stéphane HULARD <s.hulard@chstudio.fr>
2016-04-19 09:59:15 +02:00
Vincent Cassé
0c43b069a2 Add script to auto upload binay files
Signed-off-by: Vincent Cassé <vincent@casse.me>
2016-04-18 23:09:41 +02:00
Vincent Cassé
a3896a6562 Merge pull request #40 from ovh/jt-bump-version
add bump-version helper
2016-04-18 21:48:37 +02:00
Jean-Tiare Le Bigot
3ebf59eefb add bump-version helper. See #37
Signed-off-by: Jean-Tiare Le Bigot <jt@yadutaf.fr>
2016-03-28 23:44:35 +02:00
Vincent Cassé
815b07ba22 Merge pull request #36 from shulard/feature/invalid-direct-get
Hi @shulard,

Thanks a lot for this contribution :)

Merged
2016-02-29 14:01:23 +01:00