Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-26Add a system hook for when a project is updated.Tommy Beadle
2017-01-23Extract set_project_name_from_path methodOswaldo Ferreira
2017-01-16Add a spec and actually display the flash noticeRémy Coutable
2017-01-15Fix to display notice when project settings updated.sandish chen
2017-01-05Fix broken url on group avatarhogewest
2016-12-19Improve Gitlab::ImportSourcesRémy Coutable
2016-12-19Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable
2016-12-19Gogs ImporterKim "BKC" Carlbäcker
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-11-23Remove event caching codeYorick Peterse
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
2016-11-17Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' int...Douwe Maan
2016-11-16Merge branch 'adam-build-missing-services-when-necessary' into 'master' Douwe Maan
2016-11-16Defer saving project services to the database if there are no user changesAdam Niedzielski
2016-11-16Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' into 'master' Rémy Coutable
2016-11-16Limit autocomplete to currently selected itemsAkram FARES
2016-11-15shows user avatar in mention autocomplete in editorNur Rony
2016-11-04Refine Git garbage collectionJacob Vosmaer
2016-10-28Check if repository already exists before trying to re-import itAhmad Sherif
2016-10-19Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre
2016-10-19Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
2016-10-04Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre
2016-09-29fix broken repo 500 errors in UI and added relevant specsJames Lopez
2016-09-27Enforce the fork_project permission in Projects::CreateServiceNick Thomas
2016-09-14Merge branch 'pushes-since-gc-redis' into 'master' Robert Speicher
2016-09-13Move pushes_since_gc to RedisYorick Peterse
2016-09-13Before deleting project if forked unlink forkKatarzyna Kobierska
2016-09-01Project tools visibility levelFelipe Artur
2016-08-18Fix specs and implement fixes based on failing specsDouwe Maan
2016-08-13Refactor slash command definitionDouwe Maan
2016-08-13Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable
2016-08-13Make slash commands contextualRémy Coutable
2016-08-13Support slash commands in noteable description and notesRémy Coutable
2016-08-10Clean up project destructionStan Hu
2016-08-08Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg
2016-07-27Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre
2016-07-27Fix renaming repository when name contains invalid chars under settingsDouglas Barbosa Alexandre
2016-07-19squashed - added avatar saver/restorer and specsJames Lopez
2016-07-15add project name and namespace to filename on project exportJames Lopez
2016-07-13Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/persistent-...James Lopez
2016-07-12fixes a few issues to do with import_url not being saved correctly for import...James Lopez
2016-07-12Reset project pushes_since_gc when we enqueue the git gc callPaco Guzman
2016-07-12Expire the branch cache after `git gc` runsStan Hu
2016-07-07Merge branch 'services_refactoring1' into 'master' Dmitriy Zaporozhets
2016-07-06Services: code style fixes, minor refactoringValery Sizov
2016-07-06Merge branch '15094-throttling-pushes_since_gc' into 'master' Douwe Maan
2016-07-05add more debug info to project exportJames Lopez
2016-07-05Throttle the update of `project.pushes_since_gc` to 1 minutePaco Guzman
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon