-
Notifications
You must be signed in to change notification settings - Fork 32
Added self-update/rollback command, CHANGELOG, documentation #57
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
Closed
hollodotme
wants to merge
84
commits into
codeclimate:master
from
hollodotme:issue-54/phar-stub-commands-boxing
Closed
Added self-update/rollback command, CHANGELOG, documentation #57
hollodotme
wants to merge
84
commits into
codeclimate:master
from
hollodotme:issue-54/phar-stub-commands-boxing
Conversation
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
Change minimum-stability to dev
- Add secure environment variable for Repo token - Report using local executable (self-test)
Note cert error workaround in README
Ability to provide clover.xml location as input argument
Added branch alias for v0.x
When the server returns 100 Continue, the full HTTP response will be in $response->body. By re-executing the parse on that body until the response is no longer 100, we'll get the real status.
Fix for fatal in #13
Add buildbox CI info support
Updated your install instructions to use the recommended `composer require` command which avoids manually editing the json file and also runs install/update automatically for the new requirement, making it all happen in a single step. It also automatically finds the proper latest version. I also added instructions for using dev-master, but i highly recommend tagging releases often. Feel free to ask me questions about this and the how and why it works.
Update README.md
Fix: Travis configuration
Added cURL backup method to ApiClient
Reduce cURL verbosity
Fix reference to phpunit XML file name
Fix typo and link to docs
support for building a .phar command line utility from project sources
This is set via the web UI now.
- `(arg)`, not `( arg )` - `if {`, not `if\n{`
Added vendor/project namespace, restructured folders for PSR-4
OK. One more PR merged, this one's ready for a rebase. |
… changed box config and default command name to upload
@pbrisbin Sorry, I messed up this PR. Will close this one and provide a fresh PR tomorrow. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Based on #56, should close #54.