summaryrefslogtreecommitdiff
path: root/app/models/protected_branch.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
|
* Annotate modelsDmitriy Zaporozhets2015-01-221-5/+6
|
* Use strong params for 5 more modelsDmitriy Zaporozhets2014-06-261-2/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* replace Gitolited mixin with Gitlab::ShellAdapterDmitriy Zaporozhets2013-03-211-1/+1
|
* remove update_repository callsDmitriy Zaporozhets2013-02-041-7/+0
|
* Async perform for add/remove team membersDmitriy Zaporozhets2013-01-281-1/+1
|
* Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-1/+1
|
* more refactoring using models/concernsDmitriy Zaporozhets2013-01-031-2/+2
|
* Annotated. schema updatedDmitriy Zaporozhets2012-11-191-12/+11
|
* AnnotatedDmitriy Zaporozhets2012-10-091-0/+1
|
* simple refactoringAndrey Kumanyaev2012-10-091-1/+2
|
* cosmetical cleanup of modelsNihad Abbasov2012-09-271-3/+2
|
* annotate modelsNihad Abbasov2012-09-271-2/+2
|
* set activerecord whitelist_attributes to trueNihad Abbasov2012-09-261-0/+2
|
* Use similar interface to access gitoliterandx2012-08-291-1/+3
| | | | | | | | | Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role
* Reannotatedrandx2012-06-261-2/+2
|
* lib/ refactoring. Module Gitlabhq renamed to Gitlabrandx2012-05-261-1/+1
|
* Cleaning and refactoringDmitriy Zaporozhets2012-03-061-3/+1
|
* ProtectedBranches model, Master permission for repo\n Allow push to ↵Dmitriy Zaporozhets2012-02-151-0/+29
protected branch for masters only