Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

fix: consider 30X as successful HTTP status code #20

Merged
merged 2 commits into from
Dec 3, 2018
Merged

fix: consider 30X as successful HTTP status code #20

merged 2 commits into from
Dec 3, 2018

Conversation

dpobel
Copy link
Contributor

@dpobel dpobel commented Dec 3, 2018

change RREST to consider a 30X HTTP status code as a successful code.

(The test are failing on my local setup (?), so waiting for Travis to validate)

@coveralls
Copy link

Coverage Status

Coverage increased (+1.5%) to 93.223% when pulling b3eb099 on dpobel:20X-30X-response into c459428 on RETFU:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+1.5%) to 93.223% when pulling b3eb099 on dpobel:20X-30X-response into c459428 on RETFU:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.5%) to 93.223% when pulling b3eb099 on dpobel:20X-30X-response into c459428 on RETFU:master.

@coveralls
Copy link

coveralls commented Dec 3, 2018

Coverage Status

Coverage increased (+1.5%) to 93.194% when pulling f8c940b on dpobel:20X-30X-response into c459428 on RETFU:master.

@@ -19,6 +19,7 @@
"symfony/http-kernel": "^3.0",
"symfony/serializer": "^3.0",
"symfony/property-access": "^3.0",
"symfony/yaml": "^3.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to force version 3.0 otherwise, due to https://github.com/raml-org/raml-php-parser/blob/2.3.0/composer.json#L30 version 4.x is taken and it's not really compatible

@dpobel
Copy link
Contributor Author

dpobel commented Dec 3, 2018

ping @RETFU

@RETFU RETFU merged commit c3a0823 into RETFU:master Dec 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants