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
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-09Add cop for has_many :through without disabled autoloadingSean McGivern
2018-04-06Extend API for importing a project export with overwrite supportFrancisco Javier López
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-03-23Merge branch '43771-improve-avatar-error-message' into 'master'Sean McGivern
2018-03-22Change avatar error message to include allowed file formatsFabian Schneider
2018-03-21Backports changes made in https://gitlab.com/gitlab-org/gitlab-ee/merge_reque...Tiago Botelho
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-03-03Bring one group board to CEFelipe Artur
2018-02-05Fix validation of duplicate new variablesMatija Čupić
2018-02-05Port #save_multiple to Groups::VariablesControllerMatija Čupić
2018-02-05Fix export removal for hashed-storage projects within a renamed or deleted na...Nick Thomas
2018-02-01fix specsMicaël Bergeron
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
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