-
Notifications
You must be signed in to change notification settings - Fork 158
Comments
Add Sahara data processing support#157
Add Sahara data processing support #157ekasitk wants to merge 6 commits intophp-opencloud:master from
Conversation
haphan
commented
Feb 6, 2018
@ekasitk Is this PR ready for review? Thanks
ekasitk
commented
Feb 6, 2018
@haphan Yes, it is ready for review.
Can you rebase with master and push again? It would also fix travis build @ekasitk
15b8191 to
77ac624
Compare
ekasitk
commented
Feb 15, 2018
@haphan Rebase was done. Could you review it again?
@haphan
haphan
left a comment
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.
Hi @ekasitk, very high quality PR. Just a few comments below; mainly to follow existing standard and convention of other services in this SDK
- Add description and return types where possible (
src/DataProcessing/v1/Service.php). This will help to generate very nice reference doc. - Add unit tests
- Nice to have: integration tests.
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.
Add type hint to $cluster
e.g. /**@var OpenStack\DataProcessing\v1\Models\Cluster $cluster */
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.
Add type hint
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.
Add type hint
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.
Add type hint
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.
Add type hint to $client
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.
Add type hint
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.
Add type hint
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.
Can we simplify to size?
This PR provides the first version of sahara data processing support (ref. https://developer.openstack.org/api-ref/data-processing/).