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
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2019-01-31Fixed bug when external wiki is enabledFrancisco Javier López
2018-04-10Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-24Don't treat anonymous users as owners when group has pending invitesSean McGivern
2017-06-27update the specs to not require a set to be returnedhttp://jneen.net/
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-03-09spec the behavior of nil subjectshttp://jneen.net/
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2017-01-25address commentsJarka Kadlecova
2017-01-19Support notes without projectJarka Kadlecova
2016-09-01Project tools visibility levelFelipe Artur
2016-08-30don't use a deprecated api in ability_spechttp://jneen.net/
2016-08-30add project_policy_spec to replace .project_abilities spechttp://jneen.net/
2016-08-26Fix "Wiki" link not appearing in navigation for projects with external wikiAlejandro Rodríguez
2016-08-20Make Ability#project_abilities return unique values and fix countsStan Hu
2016-08-20Add spec for Ability.project_abilitiesStan Hu
2016-07-29Method for returning issues readable by a userYorick Peterse
2016-07-27Optimize maximum user access level lookup in loading of notesStan Hu
2016-06-01Refactor ParticipableYorick Peterse