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-12-07Support uploads for groupsJarka Kadlecova
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-12-01Comments from code review applied. Also switched forked_from_project and Fork...Francisco Lopez
2017-11-24Use Gitlab::SQL::Pattern where appropriateDouwe Maan
2017-11-23Fix link text from group contextJarka Kadlecova
2017-11-06Support custom attributes on groupsMarkus Koller
2017-11-03Add system hooks user_rename and group_renameWinnie Hellmann
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-10-05Load counts everywhere we render a group treeBob Van Landuyt
2017-10-04Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt
2017-10-04Add a concern to build hierarchies of groupsBob Van Landuyt
2017-09-05Optimize SQL queries used in Groups::GroupMembersController#createRubén Dávila
2017-08-31Merge branch '31273-creating-an-project-within-an-internal-sub-group-gives-th...Tim Zallmann
2017-08-30revert changes to visibility level helpers from 6f03ddcMike Greiling
2017-08-29Address some suggestions from first code reviewRubén Dávila
2017-08-26prefer !x.exists? instead of x.none? to prevent unnecessary instantiation of ...Mike Greiling
2017-08-26Fix broken spec.Rubén Dávila
2017-08-26recognize instances where group visibility levels are unavailableMike Greiling
2017-08-26separate visibility_level_allowed logic from model validatorsMike Greiling
2017-08-26Add validation to check visibility level of sub groups.Rubén Dávila
2017-08-26Add validation for visibility level of sub groupsRubén Dávila
2017-08-25Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas
2017-08-14Speed up Group#user_ids_for_project_authorizationsNick Thomas
2017-07-24Don't treat anonymous users as owners when group has pending invitesSean McGivern
2017-07-17Promote visibility level helpers from Group to NamespaceNick Thomas
2017-07-07Native group milestonesFelipe Artur
2017-07-07secret_variables_for: rails readability versinoShinya Maeda
2017-07-07Add CASE When Clause for saving order when using where INShinya Maeda
2017-07-07Use ancestors for avoiding N queriesShinya Maeda
2017-07-07Basic BE changeShinya Maeda
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-06-28Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-05Allow group reporters to manage group labelsSean McGivern
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-04-21Refactor add_users method for project and groupDmitriy Zaporozhets
2017-04-06Support 2FA requirement per-groupMarkus Koller
2017-03-21Hide ancestor groups in the share group dropdown listDmitriy Zaporozhets
2017-03-07Merge branch 'master' into 'rs-carrierwave-db'Douwe Maan
2017-03-06Add `has_many` associations for models that can have Upload recordsRobert Speicher
2017-03-06Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg
2017-03-02Use string based `visibility` getter & setterToon Claes
2017-03-02Improve UXZ.J. van de Weg
2017-02-20Transactional mattermost team creationZ.J. van de Weg
2017-02-16Create MM team for GitLab groupZ.J. van de Weg
2017-02-13Add GFM support to nested groupsDmitriy Zaporozhets
2017-02-10Show parent group members for nested groupDmitriy Zaporozhets
2017-02-07Refresh authorizations when transferring projectsYorick Peterse
2017-01-13Refactor Namespace code related to nested groupsDmitriy Zaporozhets