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
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-06Allow protected branch creation via web and APIPatrick Bajao
2018-12-06Remove unnecessary includes of ShellAdapterStan Hu
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-06-06Rename master to maintainerMark Chao
2018-04-24Allow admins to push to empty reposBob Van Landuyt
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2017-11-29Only load branch names for protected branch checksYorick Peterse
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-05-31Backport EE refactorings for Protected Tag EE-only functionalityJames Edwards-Jones
2017-04-03Removed protected_tags_arrayJames Edwards-Jones
2017-04-03Moved default_branch_protected? out of ProjectJames Edwards-Jones
2017-04-03Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones
2017-04-03Extract ProtectedRef ConcernJames Edwards-Jones
2017-03-31Protected tags copy/paste from protected branchesJames Edwards-Jones
2017-02-23Enable Rails/ValidationDouwe Maan
2016-08-16Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew
2016-07-29Use `Gitlab::Access` to protected branch access levels.Timothy Andrew
2016-07-29Allow setting "Allowed To Push/Merge" while creating a protected branch.Timothy Andrew
2016-07-29Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew
2016-07-29Add models for the protected branch access levels.Timothy Andrew
2016-07-07Have `Project#open_branches` return branches that are matched by a wildcard p...Timothy Andrew
2016-07-05Modify the frontend for wildcard protected branches.Timothy Andrew
2016-07-05Support wildcard matches for protected branches at the model level.Timothy Andrew
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2015-04-24Use project.commit convenience method.Douwe Maan
2015-01-22Annotate modelsDmitriy Zaporozhets
2014-06-26Use strong params for 5 more modelsDmitriy Zaporozhets
2014-04-09Re-annotate modelsDmitriy Zaporozhets
2013-03-21replace Gitolited mixin with Gitlab::ShellAdapterDmitriy Zaporozhets
2013-02-04remove update_repository callsDmitriy Zaporozhets
2013-01-28Async perform for add/remove team membersDmitriy Zaporozhets
2013-01-04Continue refactoring. Use repostory and teamDmitriy Zaporozhets
2013-01-03more refactoring using models/concernsDmitriy Zaporozhets
2012-11-19Annotated. schema updatedDmitriy Zaporozhets
2012-10-09AnnotatedDmitriy Zaporozhets
2012-10-09simple refactoringAndrey Kumanyaev
2012-09-27cosmetical cleanup of modelsNihad Abbasov
2012-09-27annotate modelsNihad Abbasov
2012-09-26set activerecord whitelist_attributes to trueNihad Abbasov
2012-08-29Use similar interface to access gitoliterandx
2012-06-26Reannotatedrandx
2012-05-26lib/ refactoring. Module Gitlabhq renamed to Gitlabrandx
2012-03-06Cleaning and refactoringDmitriy Zaporozhets
2012-02-16ProtectedBranches model, Master permission for repo\n Allow push to protected...Dmitriy Zaporozhets