Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
History progit/model.py
Branch:
b0efd320b7f4ebd58facbfe0481601fd30d0f5bd
master
b0efd320b7f4ebd58facbfe0481601fd30d0f5bd
progit
model.py
Fix the parent relation so that we actully access the parent repo
Pierre-Yves Chibon
• 11 years ago
d35f35
Fix the fullname and fork properties, they were just the opposite of what they should be
Pierre-Yves Chibon
• 11 years ago
3a95ee
Add relation in the model between the project table and itself to model forks
Pierre-Yves Chibon
• 11 years ago
334ada
Add a fork property providing a boolean to check if the project is a fork or not
Pierre-Yves Chibon
• 11 years ago
49feff
Add a fullname property that renders forks project differently
Pierre-Yves Chibon
• 11 years ago
b393e8
Document the path property
Pierre-Yves Chibon
• 11 years ago
0c862c
pep8 fixes
Pierre-Yves Chibon
• 11 years ago
2f8732
model: Add a convenient Repo.path
Mathieu Bridon
• 11 years ago
b0b97e
Add a description to the project
Pierre-Yves Chibon
• 11 years ago
d688cf
Remove the relation between Project and User
Pierre-Yves Chibon
• 11 years ago
226cf7
No need for a user table, we rely on FAS
Pierre-Yves Chibon
• 11 years ago
a9a740
Start working on the model
Pierre-Yves Chibon
• 11 years ago
ae4136