summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fixes/apiSebastian Ziebell2013-03-051-3/+24
|\
| * created-by-me filter for issues inside project. Fixed global project.issues o...Dmitriy Zaporozhets2013-02-281-1/+1
| * Default value for issues_tracker setting addedAndrew8xx82013-02-281-1/+1
| * New field addedAndrew8xx82013-02-281-1/+6
| * Project issue tracker functions refactoredAndrew8xx82013-02-281-0/+12
| * Issue tracker field added to projectsAndrew8xx82013-02-281-1/+5
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-133/+12
|\ \ | |/
| * move transfer logic out of project to serviceDmitriy Zaporozhets2013-02-261-26/+4
| * Merge branch 'state-machine-stage-2' of https://github.com/Undev/gitlabhq int...Dmitriy Zaporozhets2013-02-261-1/+1
| |\
| | * class.self methods moved to scopesAndrew8xx82013-02-201-1/+1
| * | Move git post push logic to serviceDmitriy Zaporozhets2013-02-251-108/+9
| |/
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-2/+2
|\ \ | |/
| * Merge pull request #2988 from Asquera/error_project_limitDmitriy Zaporozhets2013-02-201-1/+1
| |\
| | * API: refactored last fix, project limit in web client is fixed tooSebastian Ziebell2013-02-141-1/+1
| * | Issue uses StateMachine nowAndrew8xx82013-02-181-1/+1
| |/
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-141-2/+2
|\ \ | |/
| * Constants in Events looks good nowAndrew8xx82013-02-131-2/+2
* | API: status code 403 returned if new project would exceed limitSebastian Ziebell2013-02-141-1/+1
|/
* rename scope to prevent name collisionDmitriy Zaporozhets2013-02-121-1/+1
* All scopes must be in lambdasAndrew8xx82013-02-121-1/+1
* Fix project creation without importDmitriy Zaporozhets2013-02-111-1/+7
* Import repo featureDmitriy Zaporozhets2013-02-111-3/+6
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-6/+2
* fix move repositoryDmitriy Zaporozhets2013-02-051-2/+0
* Make gitlab works with gitlab-shellDmitriy Zaporozhets2013-02-041-14/+0
* add path and path_with_namespace to api project entityDmitriy Zaporozhets2013-01-311-1/+1
* Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets2013-01-281-5/+11
* Updates project to process web hooks async via sidekiq.Ryan LaNeve2013-01-251-1/+1
* teams refactoring and cleanup pt.1Dmitriy Zaporozhets2013-01-251-1/+1
* move Team_members controller into project (conflicts with team/members contro...Andrey Kumanyaev2013-01-241-0/+5
* Rename Team class to ProjectTeamAndrey Kumanyaev2013-01-241-1/+1
* Added UserTeam core models (team and m-t-m relationships) and updated other m...Andrey Kumanyaev2013-01-241-17/+22
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-49/+0
* Owner can enable public mode for projectDmitriy Zaporozhets2013-01-161-2/+2
* profjects filter with_push to project modelDmitriy Zaporozhets2013-01-141-0/+4
* Few more filters for admin / projectsDmitriy Zaporozhets2013-01-141-0/+8
* fix unauth for publicDmitriy Zaporozhets2013-01-131-0/+1
* Public git read-only access via httpDmitriy Zaporozhets2013-01-131-1/+1
* email via sidekiq. start and stop rake tasksDmitriy Zaporozhets2013-01-091-1/+1
* Remove unused methodsDmitriy Zaporozhets2013-01-051-12/+0
* Fixed styles, ProjectHook specs etcDmitriy Zaporozhets2013-01-051-2/+2
* Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-37/+10
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-228/+13
* more refactoring using models/concernsDmitriy Zaporozhets2013-01-031-5/+5
* Get rid of rolesDmitriy Zaporozhets2013-01-021-5/+511
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* Project has now correct owner and creator. Increased test coverageDmitriy Zaporozhets2013-01-021-13/+22
* Allow spaces in project nameDmitriy Zaporozhets2012-12-281-1/+1
* Rename scope "in_group" to "in_namespace"Andrey Kumanyaev2012-12-261-1/+1
* Add functional in admin sectionAndrey Kumanyaev2012-12-261-0/+1