summaryrefslogtreecommitdiff
path: root/app/services/projects
Commit message (Expand)AuthorAgeFilesLines
* Improve Gitlab::ImportSourcesRémy Coutable2016-12-191-30/+2
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-191-6/+21
* Gogs ImporterKim "BKC" Carlbäcker2016-12-191-0/+1
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* Remove event caching codeYorick Peterse2016-11-231-3/+0
* Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+2
* Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' int...revert-0a3cafb2Douwe Maan2016-11-171-8/+1
* Merge branch 'adam-build-missing-services-when-necessary' into 'master' Douwe Maan2016-11-161-1/+8
|\
| * Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-1/+8
* | Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' into 'master' Rémy Coutable2016-11-161-1/+8
|\ \
| * | Limit autocomplete to currently selected itemsAkram FARES2016-11-151-1/+8
| |/
* | shows user avatar in mention autocomplete in editor22790-mention-autocomplete-avatarNur Rony2016-11-161-4/+5
|/
* Refine Git garbage collectionJacob Vosmaer2016-11-041-8/+51
* Check if repository already exists before trying to re-import itAhmad Sherif2016-10-281-1/+1
* Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre2016-10-191-0/+4
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-1/+1
* Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-062-0/+14
|\
| * Enforce the fork_project permission in Projects::CreateServiceNick Thomas2016-09-272-0/+14
* | Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre2016-10-041-1/+7
* | fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+5
|/
* Merge branch 'pushes-since-gc-redis' into 'master' 19600-artifacts-show-up-in-interface-as-expired-immediately-although-configured-as-1-month-or-4-weeksRobert Speicher2016-09-131-9/+3
|\
| * Move pushes_since_gc to Redispushes-since-gc-redisYorick Peterse2016-09-131-9/+3
* | Before deleting project if forked unlink forkKatarzyna Kobierska2016-09-131-0/+2
|/
* Project tools visibility levelFelipe Artur2016-09-012-4/+4
* Fix specs and implement fixes based on failing specsDouwe Maan2016-08-171-1/+1
* Refactor slash command definitionDouwe Maan2016-08-122-56/+31
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-132-23/+36
* Make slash commands contextualRémy Coutable2016-08-131-2/+21
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+4
* Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-2/+6
* Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg2016-08-081-0/+17
* Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre2016-07-271-10/+0
* Fix renaming repository when name contains invalid chars under settingsDouglas Barbosa Alexandre2016-07-271-1/+11
* squashed - added avatar saver/restorer and specsfix/import-export-project-avatarJames Lopez2016-07-191-1/+5
* add project name and namespace to filename on project exportJames Lopez2016-07-151-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/persistent-...James Lopez2016-07-131-12/+14
|\
| * Reset project pushes_since_gc when we enqueue the git gc callPaco Guzman2016-07-121-10/+14
| * Expire the branch cache after `git gc` runsStan Hu2016-07-121-3/+1
* | fixes a few issues to do with import_url not being saved correctly for import...James Lopez2016-07-121-1/+1
|/
* Merge branch 'services_refactoring1' into 'master' Dmitriy Zaporozhets2016-07-071-1/+2
|\
| * Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-1/+2
* | Merge branch '15094-throttling-pushes_since_gc' into 'master' Douwe Maan2016-07-061-2/+8
|\ \
| * | Throttle the update of `project.pushes_since_gc` to 1 minute15094-throttling-pushes_since_gcPaco Guzman2016-07-051-2/+8
| |/
* | add more debug info to project exportJames Lopez2016-07-051-0/+4
|/
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-012-2/+0
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-294-7/+7
* fixed a couple of errors spotted in productionJames Lopez2016-06-201-1/+1
* Merge branch 'feature/project-export' into 'master' Douwe Maan2016-06-173-13/+79
|\
| * lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez2016-06-151-5/+7
| * adapted current services stuff to use new project import, plus fixes a few is...James Lopez2016-06-141-10/+14