Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
47950c
Refactor the code so that the controller are per domain (issue, fork, repo)
Authored and Committed by Pierre-Yves Chibon
10 years ago
raw
patch
tree
parent
6 files changed.
1105 lines added
.
1061 lines removed
.
progit/__init__.py
file modified
+3
-1
progit/app.py
file modified
+113
-652
progit/fork.py
file modified
+225
-1
progit/issues.py
file added
+273
progit/repo.py
file added
+491
progit/urls.py
file removed
-407
Refactor the code so that the controller are per domain (issue, fork, repo)
progit/__init__.py
file modified
+3
-1
progit/app.py
file modified
+113
-652
progit/fork.py
file modified
+225
-1
progit/issues.py
file added
+273
progit/repo.py
file added
+491
progit/urls.py
file removed
-407