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-08-29replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-07-07Native group milestonesFelipe Artur
2017-07-07Name as variable_params like project variable controllerShinya Maeda
2017-07-07gb nice catchesShinya Maeda
2017-07-07ayufan nice catchesShinya Maeda
2017-07-07Fix variables_controller.rb and formatShinya Maeda
2017-07-07Basic BE changeShinya Maeda
2017-06-26Add JSON support to group milestonesTakuya Noguchi
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne
2017-05-19Refactor to more robust implementationMichael Kozono
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Dry up routable lookups. Fixes #30317Michael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-04-26Load milestone tabs asynchronouslyPhil Hughes
2017-04-17Refactor members controller destroy actionDmitriy Zaporozhets
2017-04-17Refactor controller code that creates project/group membersDmitriy Zaporozhets
2017-04-06ProjectsFinder should handle more optionsJacopo
2017-04-05MR empty stateLuke "Jared" Bennett
2017-04-02Fix a few N+1 queries identified by BulletStan Hu
2017-03-29Labels support color names in backendDongqing Hu
2017-03-10Add count badges to both dashboard and group milestonesAlex Braha Stoll
2017-02-10Show parent group members for nested groupDmitriy Zaporozhets
2017-01-06Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski
2016-12-17Sort group/project members alphabetically by defaultDouglas Barbosa Alexandre
2016-12-17Fix sort functionality for group/project membersDouglas Barbosa Alexandre
2016-12-17Adds sort dropdown for group membersNur Rony
2016-12-08Add nested groups support on data levelDmitriy Zaporozhets
2016-11-23Add a starting date to milestonesValery Sizov
2016-11-17Add toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre
2016-11-10Require projects before creating milestonegfyoung
2016-10-24Add parentheses around return redirect_to methodDmitriy Zaporozhets
2016-10-24Refactor groups/projects members controllerDmitriy Zaporozhets
2016-10-24Gracefully handle adding of no users to projects and groupsLinus G Thiel
2016-10-19Disable subscribing to group-level labelsDouglas Barbosa Alexandre
2016-10-19Limit what label fields we expose on Groups::LabelsController#indexDouglas Barbosa Alexandre
2016-10-19Reduce duplication between the project and group label formsDouglas Barbosa Alexandre
2016-10-19List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-10-19Add CRUD for Group LabelsDouglas Barbosa Alexandre
2016-10-03Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable
2016-10-03Improve Members::DestroyServiceRémy Coutable
2016-09-28New AccessRequestsFinderRémy Coutable
2016-08-18Add expiration date to group membershipsSean McGivern
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-06-18Raise a new Gitlab::Access::AccessDeniedError when permission is not enough t...Rémy Coutable
2016-06-18Use the new Members::DestroyService in group/project member controllersRémy Coutable
2016-06-17Re-use notifications dropdown/modal for user profileFelipe Artur