Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
History progit/lib.py
Branch:
b0efd320b7f4ebd58facbfe0481601fd30d0f5bd
master
b0efd320b7f4ebd58facbfe0481601fd30d0f5bd
progit
lib.py
Forks should be bare repos
Pierre-Yves Chibon
• 11 years ago
d01de7
When retrieving a project, only retrieve forks if a user is specified
Pierre-Yves Chibon
• 11 years ago
1ac00b
Use filter rather than filter_by, just for consistency
Pierre-Yves Chibon
• 11 years ago
178d6f
Allow the get_project to return a specific project associated to a given user
Pierre-Yves Chibon
• 11 years ago
929595
Add the fork_repo method to the internal API
Pierre-Yves Chibon
• 11 years ago
652c2c
pep8 fixes
Pierre-Yves Chibon
• 11 years ago
2f8732
Adjust the list_projects method to filter the projects retrieved by whether they are forks or not
Pierre-Yves Chibon
• 11 years ago
7752a8
Adjust the list_projects method to filter the project retrieved by their creator
Pierre-Yves Chibon
• 11 years ago
ea0ee1
Small code style change, let's be consistent in our use of '''
Pierre-Yves Chibon
• 11 years ago
695ef6
Merge the list_projects and count_projects into a single method
Pierre-Yves Chibon
• 11 years ago
f74093
View a repo from the database
Mathieu Bridon
• 11 years ago
998605
List projects from the database
Mathieu Bridon
• 11 years ago
eb729c
Add logic in the backend library to create a new project
Pierre-Yves Chibon
• 11 years ago
d8110b
Add the skeleton of the backend library for progit
Pierre-Yves Chibon
• 11 years ago
1e2e25