Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
30f8b1
Add an API to modify a Pagure project's owner
6 files
Authored by Matt Prahl
7 years ago
, Committed by Pierre-Yves Chibon
7 years ago
,
raw
patch
tree
parent
6 files changed.
344 lines added
.
8 lines removed
.
alembic/versions/27a79ff0fb41_add_modify_project_acl.py
file added
+40
pagure/api/__init__.py
file modified
+4
-0
pagure/api/project.py
file modified
+114
-0
pagure/default_config.py
file modified
+2
-0
tests/__init__.py
file modified
+17
-6
tests/test_pagure_flask_api_project.py
file modified
+167
-2
Add an API to modify a Pagure project's owner
alembic/versions/27a79ff0fb41_add_modify_project_acl.py
file added
+40
pagure/api/__init__.py
file modified
+4
-0
pagure/api/project.py
file modified
+114
-0
pagure/default_config.py
file modified
+2
-0
tests/__init__.py
file modified
+17
-6
tests/test_pagure_flask_api_project.py
file modified
+167
-2