trigger-service: specific callback URLs for GH-git

This commit is contained in:
Jimmy Zelinskie 2015-03-19 15:13:03 -04:00
parent e1def540da
commit 80ae3fd310
2 changed files with 2 additions and 1 deletions

View file

@ -249,6 +249,7 @@ def github_oauth_attach():
@callback.route('/github/callback/trigger/<path:repository>', methods=['GET'])
@callback.route('/github/callback/trigger/<path:repository>/__new', methods=['GET'])
@callback.route('/github/callback/trigger/<path:repostiory>/__git', methods=['GET'])
@callback.route('/github/callback/trigger/<path:repostiory>/__git/__new', methods=['GET'])
@route_show_if(features.GITHUB_BUILD)
@require_session_login
@parse_repository_name