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
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-04-05Adjust 404's for LegacyDiffNote discussion renderingOswaldo Ferreira
2018-04-03Refactor discussions/notes codeJan Provaznik
2018-03-13Resolve "Projects::MergeRequestsController#show is slow (implement skeleton ↵Simon Knox
loading)"
2018-02-28Render MR Notes with Vue with behind a cookieFatih Acet
2017-06-21Use the new check_project_feature_available! method in project controllersNick Thomas
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2016-12-09Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan
Replace MR access checks with use of MergeRequestsFinder Split from !2024 to partially solve https://gitlab.com/gitlab-org/gitlab-ce/issues/23867 :warning: - Potentially untested :bomb: - No test coverage :traffic_light: - Test coverage of some sort exists (a test failed when error raised) :vertical_traffic_light: - Test coverage of return value (a test failed when nil used) :white_check_mark: - Permissions check tested - [x] :bomb: app/finders/notes_finder.rb:17 - [x] :warning: app/views/layouts/nav/_project.html.haml:80 [`.count`] - [x] :bomb: app/controllers/concerns/creates_commit.rb:84 - [x] :traffic_light: app/controllers/projects/commits_controller.rb:24 - [x] :traffic_light: app/controllers/projects/compare_controller.rb:56 - [x] :vertical_traffic_light: app/controllers/projects/discussions_controller.rb:29 - [x] :white_check_mark: app/controllers/projects/todos_controller.rb:27 - [x] :vertical_traffic_light: app/models/commit.rb:268 - [x] :white_check_mark: lib/gitlab/search_results.rb:71 - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_267_266 Memoize ` merged_merge_request(current_user)` - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_248_247 Expected side effect for `merged_merge_request!`, consider `skip_authorization: true`. - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_269_269 Scary use of unchecked `merged_merge_request?` See merge request !2033
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.
2016-09-01Project tools visibility levelFelipe Artur
2016-08-17Store discussion_id on Note for faster discussion lookup.Douwe Maan
2016-08-16Address review feedbackDouwe Maan
2016-08-13Add specs for NotesController and DiscussionsControllerDouwe Maan
2016-07-29Add 'Resolved all discussions' system noteDouwe Maan
2016-07-29Backend tweaksDouwe Maan
2016-07-27Updates the text above discussions when resolving notes & discussionsPhil Hughes
2016-07-26Added resolved by users name into tooltipPhil Hughes
2016-07-26Add endpoints to resolve diff notes and discussionsDouwe Maan