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-04-11Shorten variable namecache-max-user-access-project-teamPatrick Derichs
2019-04-11Add hash to cache values for max user access in ProjectTeamPatrick Derichs
2019-04-02[CE] Reduce diff with EE in spec/models/project_team_spec.rbRémy Coutable
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2019-01-31Sent notification only to authorized usersJan Provaznik
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-06Fix specMark Chao
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-10Use :request_store hooks on specsOswaldo Ferreira
2017-06-01Fix N+1 queries for non-members in comment threadsSean McGivern
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2016-11-23Update ProjectTeam#fetch_members to use project authorizationsAhmad Sherif
2016-11-23Update ProjectTeam#max_member_access_for_user_ids to use project authorizationsAhmad Sherif
2016-11-23Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif
2016-11-18Add shortcuts for adding users to a project team with a specific roleRobert Speicher
2016-11-11Make access request specs explicitly enable or disable access requests as req...Nick Thomas
2016-09-22Fix specs that requires an access requestRémy Coutable
2016-09-20Fix a logic error in ProjectTeam#fetch_invited_membersRobert Speicher
2016-09-20Add specs for ProjectTeam#fetch_membersRobert Speicher
2016-08-01Only use RequestStore in ProjectTeam#max_member_access_for_user if it is activeStan Hu
2016-07-27Rubocop offensesStan Hu
2016-07-27Optimize the invited group link access level checkStan Hu
2016-07-27Optimize maximum user access level lookup in loading of notesStan Hu
2016-06-14UI and copywriting improvementsRémy Coutable
2016-06-14Add request access for groupsRémy Coutable
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre
2016-03-12Bring shared project feature tests from EEDmitriy Zaporozhets
2016-02-19Allow `ProjectTeam#human_max_access` to return "Owner"Robert Speicher
2015-12-09Tag model specsDouwe Maan
2015-10-02Wrong access level badge on MR commentsValery Sizov
2015-08-07Add `Group#add_*` convenience methodsRobert Speicher
2015-06-22Fix Style/TrailingBlankLines cop violationsRobert Speicher
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2014-10-09Snippets: public/internal/privateValery Sizov
2014-06-20Fix permission issue with highest access level for groupDmitriy Zaporozhets
2014-06-09Fixed the project team specsJeroen van Baarsen
2014-06-04Improve performance of application for large teamsDmitriy Zaporozhets
2013-02-26remove tests for unexisting methodsDmitriy Zaporozhets
2013-01-25repair rspec (remove and rename files)Andrey Kumanyaev