Add UI for managing repo notifications

This commit is contained in:
Joseph Schorr 2014-07-17 13:32:39 -04:00
parent a84fe0681a
commit de8e898ad0
11 changed files with 450 additions and 81 deletions

View file

@ -1537,7 +1537,7 @@ def create_repo_notification(repo, event_name, method_name, config):
method = ExternalNotificationMethod.get(ExternalNotificationMethod.name == method_name)
return RepositoryNotification.create(repository=repo, event=event, method=method,
confing_json=json.dumps(config))
config_json=json.dumps(config))
def get_repo_notification(namespace_name, repository_name, uuid):