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
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-09-03Make flash notifications stickyFatih Acet
This commit also unifies layout structure and remove no_container flag
2018-04-11Hide `new merge request` button from index pageBob Van Landuyt
When a project is archived, don't show the button on the index page of merge requests
2018-04-11Rename `create_merge_request` permissionsBob Van Landuyt
So we can distinguish between the permissions on the source and the target project. - `create_merge_request_from` indicates a user can create a merge request with the project as a source_project - `create_merge_request_in` indicates a user can create a merge request with the project as a target_project
2018-03-07Remove common_vue bundleMike Greiling
2018-02-21Rest of Dispatcher RefactorJacob Schatz
2018-01-23Adjust last push notification widthGeorge Tsiolis
2017-12-05Create merge request from emailJan Provaznik
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
2017-10-16Remove banner from pipelines pageFilipa Lacerda
2017-09-25Remove all old sub nav barsAnnabel Dunstone Gray
2017-09-07Merge branch 'zj-auto-devops-table' of gitlab.com:zj/gitlab-ce into ↵Kamil Trzcinski
37158-autodevops-banner
2017-09-06Merge branch 'zj/gitlab-ce-zj-auto-devops-table' into 37158-autodevops-bannerKamil Trzcinski
2017-09-06Moves the action buttons out of the breadcrumbsPhil Hughes
Closes #36459
2017-09-06Clean up new navigation templatesPhil Hughes
2017-09-05Properly decide when to show Auto DevOps bannerKamil Trzcinski
- Only if user can manage project, - When Auto DevOps is not enabled, - When project configuration is set to implicit
2017-09-01Adds verfication for the cookieFilipa Lacerda
2017-09-01Creates auto devops calloutFilipa Lacerda
2017-07-24Support both internal and external issue trackersJarka Kadlecova
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-30New navigation breadcrumbsPhil Hughes
2017-06-29Fix 'New merge request' button for users who don't have push access to ↵Douwe Maan
canonical project
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-06Move issuable bulk edit form into a new sidebar.Bryce Johnson
2017-05-25Make section connect with window border without extra paddingDouwe Maan
2017-05-25Consistently display last push event widgetDouwe Maan
2017-05-11ensure filtered_search utilizes common_vue bundleMike Greiling
2017-04-13Show sub-nav under Merge Requests when issue tracker is non-defaultKushal Pandya
2017-04-05MR empty stateLuke "Jared" Bennett
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2017-02-21Add filtered search to MR pageClement Ho
2016-09-08Add bulk update support for merge requests listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-30Remove unnecessary parensValery Sizov
2016-06-10Move Labels and Milestones as sub tab to Issues/MRDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08Cleanup and imrpove issue/mr buttonsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-04Fix testsJosh Frye
2016-01-04Show 'New Merge Request' buttons on canonical repo.Josh Frye
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-09-04Apply new style for issues, merge requests and milestone pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-09Show last push widget on several project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-25Move issuable partials in common directoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-08Improve UI for phonesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-25Add Accepted and Rejected tabs to MR lists.Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-03-13Implement merge requests searchDmitriy Zaporozhets
It is same search like we have at issues page. It allows to quickly filter merge requests based on title or desription. I copy-pasted some js code from Issues.js. In future search (filtering) logic should be refactoed into one class for merge requests and issues
2015-02-20Update path helper referencesVinnie Okada
Use the path helpers for nested project resources, for Rails 4.1.9 compatibility.