unrhodecode/rhodecode/api
Marcin Kuzminski 75ef1f61eb api: comment_pull_request, added commit_id parameter to validate status changed on particular commit.
- when using the API and creating a comment with status change it's now possible to pass in
commit_id, this will allow validation if status change of pull_request is allowed based on the given
commit_id. This solves the case when long running test sends approval of pull request which was
already updated several times. The commit_id will now validate for which state the approval was made,
and prevent accidental aproval of outdated pull requests.
2016-12-30 14:19:38 +01:00
..
tests api: comment_pull_request, added commit_id parameter to validate status changed on particular commit. 2016-12-30 14:19:38 +01:00
views api: comment_pull_request, added commit_id parameter to validate status changed on particular commit. 2016-12-30 14:19:38 +01:00
__init__.py api: make jsonrpc registry ordered so doc generation can be ordered 2016-08-09 20:33:33 +03:00
exc.py gists: use colander schema to validate input data. 2016-07-31 20:11:12 +02:00
utils.py api-utils: added helpers flag to extrac boolean flags from Optional parameters. 2016-12-29 13:45:11 +01:00