Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
00f2c8
Added watch feature.
Authored and Committed by Gaurav Kumar
8 years ago
raw
patch
tree
parent
8 files changed.
289 lines added
.
0 lines removed
.
pagure/forms.py
file modified
+15
-0
pagure/lib/__init__.py
file modified
+35
-0
pagure/lib/model.py
file modified
+68
-0
pagure/lib/notify.py
file modified
+5
-0
pagure/static/pagure.css
file modified
+5
-0
pagure/templates/repo_master.html
file modified
+77
-0
pagure/ui/repo.py
file modified
+33
-0
tests/test_pagure_flask_ui_repo.py
file modified
+51
-0
Added watch feature.
pagure/forms.py
file modified
+15
-0
pagure/lib/__init__.py
file modified
+35
-0
pagure/lib/model.py
file modified
+68
-0
pagure/lib/notify.py
file modified
+5
-0
pagure/static/pagure.css
file modified
+5
-0
pagure/templates/repo_master.html
file modified
+77
-0
pagure/ui/repo.py
file modified
+33
-0
tests/test_pagure_flask_ui_repo.py
file modified
+51
-0