-
Notifications
You must be signed in to change notification settings - Fork 179
Check response status codes #465
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
Open
Art4
wants to merge
46
commits into
v2.x
Choose a base branch
from
check-response-status-codes
base: v2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 39 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
36d5d5e
feat: create Future class
Art4 967b977
feat: create Future::enableForwardCompatibility() method
Art4 9351bb8
feat: create Future::disableForwardCompatibility() method
Art4 1d89ab0
feat: implement enableFutureMode() in Client implementations
Art4 dd287a2
feat: check for correct response status code on create issue
Art4 c06b62b
feat: check for correct response status code on Attachment::upload()
Art4 fb7dbfc
feat: check for correct response status code on Attachment::remove()
Art4 93d7c12
feat: check for correct response status code on IssueCategory::create()
Art4 cd32963
feat: check for correct response status code on IssueCategory::update()
Art4 0c595c1
feat: check for correct response status code on IssueCategory::remove()
Art4 0ca530c
feat: check for correct response status code on Membership::create()
Art4 5bc2265
feat: check for correct response status code on Membership::update()
Art4 266a679
feat: check for correct response status code on Membership::remove()
Art4 b3f8ea2
feat: check for correct response status code on TimeEntry::create()
Art4 1d87d20
feat: check for correct response status code on TimeEntry::update()
Art4 e02ef15
feat: check for correct response status code on TimeEntry::remove()
Art4 e7a8594
feat: check for correct response status code on Version::create()
Art4 b12eb35
feat: check for correct response status code on Version::update()
Art4 a8b916f
feat: check for correct response status code on Version::remove()
Art4 85df940
feat: check for correct response status code on Group::create()
Art4 9a28ecb
feat: check for correct response status code on Group::update()
Art4 8ce91bb
feat: check for correct response status code on Group::remove()
Art4 da6eb44
feat: check for correct response status code on Group::addUser()
Art4 12be2de
feat: check for correct response status code on Group::removeUser()
Art4 f4aa6d2
feat: check for correct response status code on User::create()
Art4 3e17bf5
feat: check for correct response status code on User::update()
Art4 3377864
feat: check for correct response status code on User::remove()
Art4 40d9d97
feat: check for correct response status code on Project::create()
Art4 1e14c25
feat: check for correct response status code on Project::update()
Art4 c8710ca
feat: check for correct response status code on Project::remove()
Art4 59cd660
feat: check for correct response status code on IssueRelation::create()
Art4 2dbbda2
feat: check for correct response status code on IssueRelation::remove()
Art4 ee31f23
feat: check for correct response status code on Issue::update()
Art4 33877e7
feat: check for correct response status code on Issue::remove()
Art4 cf51454
feat: check for correct response status code on Issue::addWatcher()
Art4 42bb0fe
feat: check for correct response status code on Issue::removeWatcher()
Art4 26f14c0
feat: check for correct response status code on Issue::attachMany()
Art4 87faab7
feat: check for correct response status code on Wiki::create()
Art4 48f500e
feat: check for correct response status code on Wiki::remove()
Art4 5f68c45
fix: correct BC guard in Issue::create(), IssueCategory::create(), Me…
Art4 044cb8a
docs: add enableFutureMode() documentation, update changelog, remove …
Art4 298d432
test: use non-empty response body in incorrect-status tests for remov…
Art4 c4ce4ac
test: wrap enableFutureMode tests in try/finally to always restore gl…
Art4 9b4b876
test: add non-empty body BC tests for create methods, fix FutureTest …
Art4 7c2012a
feat: return SimpleXMLElement from BC guard when body is non-empty XML
Art4 fe7faca
test: add non-empty body BC coverage for Group::addUser and Issue::ad…
Art4 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.