-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFR] [1.x] OpenCloud adapter rewrite #533
Conversation
Well, tests are broken because of the Filesystem not handling the new implementation of the adapters (ie exceptions and void return functions). |
1eb1a05
to
e85f7d6
Compare
27c0026
to
a6cfe19
Compare
abb35bc
to
ed4c2bc
Compare
0787873
to
1f9e717
Compare
c3f44df
to
9f3eb09
Compare
9f3eb09
to
545cc7d
Compare
2a7b48a
to
34aa848
Compare
34aa848
to
03f6a04
Compare
03f6a04
to
bf7ef73
Compare
f8024c3
to
b9e17da
Compare
- php: '7.1' | ||
- php: '7.2' | ||
- php: '7.3' | ||
- php: '7.1.29' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we require specific patch versions? IMHO we should always build using last patch version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Travis had issues with curl on its minor php versions. I tried to manually download a root certificate and to set a php option to point to this certificate but there was no changes.
Secifying the latest patch fixed the issue (see commit 9224c74 ).
I can try to always use the latest version instead of hardcoding it.
b9e17da
to
35dd94e
Compare
986c0f7
to
7c67d68
Compare
Very nice job guys ! |
Related to #497. Also applies propositions from #521.
Replaces the
rackspace/php-opencloud
SDK by thephp-opencloud/openstack
SDK.TODO
Prevents merging
@TODO
Todo when ready to merge