This repository has been archived by the owner on Apr 18, 2018. It is now read-only.
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.
0.3.12 2014-12-02
IMPROVEMENTS
Dynamic test tag loads on all pages now (kkellyy, Always dynamically load test results in tests_tag #129)
Pushes can now include link to generic test runs of themselves (kkellyy, Minor fixes and test runs for push branch #130)
testtag servlet is now more robust:
404s on no id param and is asynchronous (kkellyy, Testtag: More cleanly handle no id param & make asynch #133)
Automatically detect and update SHA of request branches, notify the request's
user and re-check for git conflicts if in pickme/added state (kkellyy, Daemon updates SHA of active requests & reruns conflict checks #134, verify_branch on update in case the branch was deleted or request branch was newly pushed #137)
BUG FIXES
copy_dict in core/util now ignores keys not defined in original dict (kkellyy, Minor fixes and test runs for push branch #130)
Pushmaster message users no longer case-sensitive (kkellyy, Minor fixes and test runs for push branch #130)
checklist servlet no longer generates spurious 500s (kkellyy, Remove explicit finish call in checklist that will cause 500 errors #132)
Explicitly add --no-rebase on git merge conflict testing to guaranteed
git behvaior (kkellyy, git merge --no-rebase in case git global has been set to rebase on merge #135)
DEPRECATED
No longer gzip responses by default. (kkellyy, Stop gzipping responses. Should be job of proxy. #131)