summaryrefslogtreecommitdiff
path: root/app/views/projects/git_hooks
Commit message (Collapse)AuthorAgeFilesLines
* Contributing a merge request is better.Sytse Sijbrandij2015-12-281-1/+1
|
* Welcome more git rules.Sytse Sijbrandij2015-12-241-1/+1
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ce-to-eeDouwe Maan2015-05-051-0/+1
| | | | | | | | | | | | | | # Conflicts: # app/controllers/groups/application_controller.rb # app/services/test_hook_service.rb # app/views/admin/groups/show.html.haml # app/views/groups/_settings_nav.html.haml # app/views/groups/show.html.haml # app/views/layouts/_head.html.haml # app/views/projects/_settings_nav.html.haml # db/schema.rb # features/project/project.feature # features/steps/project/project.rb
* git hook refactoringValery Sizov2015-03-261-55/+4
|
* Improve git hooks page UIDmitriy Zaporozhets2015-03-181-29/+15
|
* Update path helpers and routes for Rails 4.1.9Vinnie Okada2015-02-271-1/+1
| | | | | Update project path helpers and routes to reflect the new nested resources introduced in the Rails 4.1.9 upgrade.
* Improve git hook descriptionValery Sizov2014-11-171-2/+2
|
* Ability to block commits with certain filenamesValery Sizov2014-11-031-0/+10
|
* Git Hook to check whether author is a GitLab memberValery Sizov2014-10-311-7/+17
|
* Git hooks for checking emailValery Sizov2014-10-291-0/+10
|
* Remove git hook offerMarin Jankovski2014-10-021-5/+0
|
* No need for bold font in message.Marin Jankovski2014-07-071-1/+0
|
* Message for the git hook.Marin Jankovski2014-07-071-0/+6
|
* Add a link to the Ruby Regexp documentationJacob Vosmaer2014-03-261-1/+6
|
* Git tags can still be deleted through the UIJacob Vosmaer2014-03-261-1/+5
|
* Improve the wording.dosire2014-03-211-8/+8
|
* Proper page titleDmitriy Zaporozhets2014-03-201-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implement 2 git hooks: tagf removal and commit messageDmitriy Zaporozhets2014-03-201-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* GitHooks scaffoldDmitriy Zaporozhets2014-03-201-0/+39
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>