-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Refactor sends HTTP method to use specific methods #33676
Conversation
6e37dd1
to
fa427c0
Compare
Codecov Report
@@ Coverage Diff @@
## master #33676 +/- ##
============================================
- Coverage 64.35% 64.35% -0.01%
Complexity 18307 18307
============================================
Files 1195 1195
Lines 69241 69240 -1
Branches 1276 1276
============================================
- Hits 44561 44560 -1
Misses 24308 24308
Partials 372 372
Continue to review full report at Codecov.
|
3 files in |
fa427c0
to
bdd62b1
Compare
Now the commit message says: |
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.
Stuff I found so far to the end of apiProvisioning-v1 suite.
tests/acceptance/features/apiProvisioning-v1/addToGroup.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiProvisioning-v1/addToGroup.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiProvisioning-v1/deleteGroup.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiProvisioning-v1/removeSubAdmin.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiProvisioning-v1/removeSubAdmin.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiShareOperations/gettingShares.feature
Outdated
Show resolved
Hide resolved
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.
review comments for apiProvisioning-v2 suite
tests/acceptance/features/apiProvisioning-v2/addToGroup.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiProvisioning-v2/addToGroup.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiProvisioning-v2/removeSubAdmin.feature
Outdated
Show resolved
Hide resolved
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.
Few more items
tests/acceptance/features/apiShareManagement/deleteShare.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiShareOperations/accessToShare.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiShareOperations/gettingShares.feature
Outdated
Show resolved
Hide resolved
b897225
to
d195d82
Compare
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.
2 more things
tests/acceptance/features/apiProvisioning-v1/deleteGroup.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiShareManagement/deleteShare.feature
Outdated
Show resolved
Hide resolved
d195d82
to
07b92d9
Compare
tests/acceptance/features/apiProvisioning-v2/removeSubAdmin.feature
Outdated
Show resolved
Hide resolved
07b92d9
to
5b826d1
Compare
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.
I have reviewed it all now! There are just a few comments to be resolved, and get CI to pass.
489e74c
to
dbd3ba6
Compare
dbd3ba6
to
2a8826f
Compare
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.
Should be good now, if CI passes.
2a8826f
to
cadfdcf
Compare
ffb578a
to
24aacb9
Compare
24aacb9
to
eeb2a91
Compare
@DeepDiver1975 Some issue with codecov. Can you please merge this. Thanks |
@paurakhsharma please backport. You will need to think about step text in extra scenarios in |
Backport on: #33721 |
Description
Refactor behat setps like
user sends HTTP method 'PUT' to endpoint '/cloud/xyz'
to more specific methods, hiding endpoints from behat steps definitions.Related issue: #33364
How Has This Been Tested?
Locally
Types of changes
Checklist: