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 (Collapse)Author
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-04-20Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot
2020-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-24Adds milestone searchJacopo
Adds to search ILIKE search for milestones title in: - Milestones dashboard - Group milestones page - Project milestones page
2019-01-11Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu
Instead of querying relations into ids we just pass them to the model scope because the scope supports it now. Also changes other calls to `Milestone.for_projects_and_groups`
2018-11-29Merge branch 'security-issue_51301' into 'master'Cindy Pallares
[master] Resolve: Promoting a milestone is missing an authorization check See merge request gitlab/gitlabhq!2598
2018-09-26Enable even more frozen string in app/controllersgfyoung
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-07-17Escapes milestone and label names when promoting themFilipa Lacerda
2018-07-13Escapes milestone title shown in flash message when promoting a milestoneFilipa Lacerda
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-21Added underline to promoted milestone flash messageConstance Okoghenun
2018-06-14Rails5 fix passing Group objects array into for_projects_and_groups ↵Jasper Maes
milestone scope
2018-06-04Include all ancestors milestones in json list & autocompleteJarka Kadlecová
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-03-28Fix middle alignment for the titleJose Ivan Vargas
2018-03-28Fix promoting labels and milestones copy textJose Ivan Vargas
2018-03-25Drop JSON response in Project Milestone along with avoiding errorTakuya Noguchi
2018-03-07used respond_to formats for persisting flash messages insteadJose Ivan Vargas
2018-03-02Add persistent flash messagesJose Ivan Vargas
2018-03-02Added vue based promotion modals for labels and milestonesJose Ivan Vargas
2018-01-25Add modal for deleting a milestoneWinnie Hellmann
2018-01-17Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher
Remove order param from the MilestoneFinder See merge request gitlab/gitlabhq!2259 (cherry picked from commit 14408042e78f2ebc2644f956621b461dbfa3d36d) 155881e7 Remove order param from the MilestoneFinder
2017-10-31Allow promoting project milestones to group milestonesFelipe Artur
2017-07-07Native group milestonesFelipe Artur
2017-07-07Avoid to repeat namespace querying on project milestoneTakuya Noguchi
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-21Use the new check_project_feature_available! method in project controllersNick Thomas
2017-06-16Remove Drag and drop and sorting from milestone viewFelipe Artur
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without ↵blackst0ne
explicitly set 'status' in 'destroy' actions of controllers
2017-04-26Fixed feature spec not waiting for ajax request to finishPhil Hughes
Fixed 404 in project milestones when not logged in
2017-04-26Load milestone tabs asynchronouslyPhil Hughes
2017-04-24Optimize project namespace lookup for milestones and add specsStan Hu
2017-04-02Fix a few N+1 queries identified by BulletStan Hu
See !10263
2017-03-24Add dropdown sort to project milestonesGeorge Andrinopoulos
2016-11-23Add a starting date to milestonesValery Sizov
2016-09-01Project tools visibility levelFelipe Artur
2016-05-18Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-29Standardised the output of the JSON to always include the namePhil Hughes
The frontend will then always use the name as the ID - like previous
2016-03-25Sidebar milestone updatable via JSONJacob Schatz
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-03-18Fixed failing testsPhil Hughes
2016-03-18Updated controller with before_actionPhil Hughes
Fixed other issues based on feedback