Skip to content
Snippets Groups Projects

CE Upstream - Friday

Merged username-removed-128633 requested to merge rc/ce-to-ee-friday into master

Resolved conflicts:

UU LICENSE
UU app/controllers/projects/protected_branches_controller.rb
UU app/views/search/results/_blob.html.haml
UU spec/requests/api/groups_spec.rb

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
69 69
70 70 def access_levels_options
71 71 {
72 <<<<<<< HEAD
73 push_access_levels: ProtectedBranch::PushAccessLevel.human_access_levels.map { |id, text| { id: id, text: text } },
74 merge_access_levels: ProtectedBranch::MergeAccessLevel.human_access_levels.map { |id, text| { id: id, text: text } },
75 selected_merge_access_levels: @protected_branch.merge_access_levels.map { |access_level| access_level.user_id || access_level.access_level },
76 selected_push_access_levels: @protected_branch.push_access_levels.map { |access_level| access_level.user_id || access_level.access_level }
  • username-removed-128633
  • 10 10 .blob-result
    11 11 .file-holder
    12 12 .js-file-title.file-title
    13 <<<<<<< HEAD
    14 =======
    15 - ref = @search_results.repository_ref
    16 - blob_link = namespace_project_blob_path(@project.namespace, @project, tree_join(ref, file_name))
    17 >>>>>>> ce/master
  • username-removed-128633 changed title from Rc/ce to ee friday to CE Upstream - Friday

    changed title from Rc/ce to ee friday to CE Upstream - Friday

  • @rymai many, many spec failures :/. Also, I'm not a maintainer, so can't merge this in any event.

  • assigned to @rymai

  • added 1 commit

    • e8a6e7c1 - Fix duplicate require of Vue

    Compare with previous version

  • added 1 commit

    • dc09e7a0 - Fix wrong conflict resolution

    Compare with previous version

  • Please register or sign in to reply
    Loading