##// END OF EJS Templates
audit-logs: added entries for branch permissions
marcink -
r3025:90bb6779 stable
parent child Browse files
Show More
@@ -64,10 +64,16 b' ACTIONS_V1 = {'
64 'repo.fork': {'data': {}},
64 'repo.fork': {'data': {}},
65 'repo.edit': {'old_data': {}},
65 'repo.edit': {'old_data': {}},
66 'repo.edit.permissions': {},
66 'repo.edit.permissions': {},
67 'repo.edit.permissions.branch': {},
67 'repo.delete': {'old_data': {}},
68 'repo.delete': {'old_data': {}},
68 'repo.commit.strip': {'commit_id': ''},
69
69 'repo.archive.download': {'user_agent': '', 'archive_name': '',
70 'repo.archive.download': {'user_agent': '', 'archive_name': '',
70 'archive_spec': '', 'archive_cached': ''},
71 'archive_spec': '', 'archive_cached': ''},
72
73 'repo.permissions.branch_rule.create': {},
74 'repo.permissions.branch_rule.edit': {},
75 'repo.permissions.branch_rule.delete': {},
76
71 'repo.pull_request.create': '',
77 'repo.pull_request.create': '',
72 'repo.pull_request.edit': '',
78 'repo.pull_request.edit': '',
73 'repo.pull_request.delete': '',
79 'repo.pull_request.delete': '',
@@ -80,6 +86,7 b' ACTIONS_V1 = {'
80 'repo.pull_request.reviewer.add': '',
86 'repo.pull_request.reviewer.add': '',
81 'repo.pull_request.reviewer.delete': '',
87 'repo.pull_request.reviewer.delete': '',
82
88
89 'repo.commit.strip': {'commit_id': ''},
83 'repo.commit.comment.create': {'data': {}},
90 'repo.commit.comment.create': {'data': {}},
84 'repo.commit.comment.delete': {'data': {}},
91 'repo.commit.comment.delete': {'data': {}},
85 'repo.commit.vote': '',
92 'repo.commit.vote': '',
@@ -89,6 +96,7 b' ACTIONS_V1 = {'
89 'repo_group.edit.permissions': {},
96 'repo_group.edit.permissions': {},
90 'repo_group.delete': {'old_data': {}},
97 'repo_group.delete': {'old_data': {}},
91 }
98 }
99
92 ACTIONS = ACTIONS_V1
100 ACTIONS = ACTIONS_V1
93
101
94 SOURCE_WEB = 'source_web'
102 SOURCE_WEB = 'source_web'
General Comments 0
You need to be logged in to leave comments. Login now