summaryrefslogtreecommitdiff
path: root/app/services/files/base_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+1
* Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-1/+1
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-4/+3
* Revert back to not defining a default Git access protocol.Patricio Cano2016-07-051-1/+1
* Default Git access protocol to `web`Patricio Cano2016-07-051-1/+1
* Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-051-1/+1
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-14/+12
* Make tooltip less confusingDouwe Maan2015-12-081-1/+1
* Show tooltip when trying to edit file when not on branchDouwe Maan2015-12-081-1/+1
* Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-1/+1
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-1/+1
* Refactor how repository makes commit with pre/post receive hooksDmitriy Zaporozhets2015-08-141-1/+1
* Capture pre-receive exceptionDmitriy Zaporozhets2015-08-131-1/+1
* Implement commit transaction with pre-receive and post-receive hooks for web ...Dmitriy Zaporozhets2015-08-131-5/+0
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-7/+70
* Revert "Create activity event and execute hooks on web editor commit"Dmitriy Zaporozhets2015-08-111-6/+0
* Revert "Make web editor work correctly after switch from satellites"Dmitriy Zaporozhets2015-08-111-2/+1
* Revert "Refactor web editor"Dmitriy Zaporozhets2015-08-111-70/+7
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-1/+8
* Huge refactoring for accepting merge requestsDmitriy Zaporozhets2015-07-161-8/+1
* Refactor web editorrefactor-web-editorDmitriy Zaporozhets2015-06-051-7/+70
* Make web editor work correctly after switch from satellitesDmitriy Zaporozhets2015-06-021-1/+2
* Create activity event and execute hooks on web editor commitDmitriy Zaporozhets2015-06-021-0/+6
* Use :message key, not :error for File::Service.Ciro Santilli2014-10-131-6/+0
* Factor error and success methods from services.Ciro Santilli2014-09-211-11/+3
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-161-0/+31