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 (Collapse)Author
2019-08-30Merge branch 'sh-fix-snippet-visibility-api' into 'master'Rémy Coutable
Fix snippets API not working with visibility level Closes #66050 See merge request gitlab-org/gitlab-ce!32286 (cherry picked from commit 1843502ff4d9841f9abf635ffb57d72068ec90c9) 680f4377 Fix snippets API not working with visibility level
2018-07-16Enable frozen string in apps/uploaders/*.rbgfyoung
Partially addresses #47424.
2018-06-06Support LFS objects when creating a project by importFrancisco Javier López
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2017-03-31Log errors in UpdatePagesServiceDanilo Bargen
2017-02-23Enable Rails/DelegateDouwe Maan
2017-02-14Reuse `Gitlab::Allowable` mixin in base serviceGrzegorz Bizon
2016-10-05multi-file commitMarc Siegfriedt
add docs and tests - add additional validation allow move without content updated response
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre
2015-11-03Move level_name resolving to Gitlan::VisibilityLevelTomasz Maczukin
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-16Huge refactoring for accepting merge requestsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-03-09Enforce restricted visibilities for snippetsVinnie Okada
Add new service classes to create and update project and personal snippets. These classes are responsible for enforcing restricted visibility settings for non-admin users.
2015-03-07Move restricted visibility settings to the UIVinnie Okada
Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
2015-02-23Improve error messages when file editing failsVinnie Okada
Give more specific errors in API responses and web UI flash messages when a file update fails.
2015-01-08Improve application settings and write testsDmitriy Zaporozhets
2014-10-19Factor abilities methodsCiro Santilli
in app controller, user model and services.
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-09-21Factor error and success methods from services.Ciro Santilli
2014-06-17Remove SystemHook observerDmitriy Zaporozhets
2014-04-02Move code for issue creation to service.Dmitriy Zaporozhets
The goal of suych refactoring is to get rid of observers. Its much easier to test and code when object creation and all other related actions done in one class instead of splited across observers, callbacks etc. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-16Move all Context classes into ServicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>