Skip to content
Snippets Groups Projects

CE upstream

Merged Valery Sizov requested to merge ce_upstream into master

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
1 1 require 'spec_helper'
2 2
3 <<<<<<< HEAD
  • Author Contributor

    before the last push the build was green, so I'll merge to EE master the last green commit. Having small iterations is a good approach :)

    @eReGeBe Thanks for merging this.

    Edited by Valery Sizov
  • Valery Sizov Mentioned in merge request !855 (merged)

    Mentioned in merge request !855 (merged)

  • Valery Sizov Added 1 commit:

    Added 1 commit:

    • dbaeb025 - Resolve global_search_spec.rb

    Compare with previous version

  • Valery Sizov Mentioned in commit f188234f

    Mentioned in commit f188234f

  • @eReGeBe @vsizov I will resolve route conflicts in an hour

  • @vsizov duly noted, sorry. I'm getting a hold of this things :)

  • 71 43 resources :milestones, constraints: { id: /[^\/]+/ }, only: [:index, :show, :update, :new, :create]
    72 44 resources :labels, except: [:show], constraints: { id: /\d+/ }
    73 >>>>>>> ce/master
    45
    46 ## EE-specific
    47 resource :notification_setting, only: [:update]
    48 resources :audit_events, only: [:index]
    49 ## EE-specific
    50 end
    51
    52 ## EE-specific
    53 resources :hooks, only: [:index, :create, :destroy], constraints: { id: /\d+/ }, module: :groups do
    54 member do
    55 get :test
    56 end
    74 57 end
  • @eReGeBe fixed. Everything else seems ok

  • @dzaporozhets in what branch is your fix?

  • Added 1 commit:

    • 327f7ae8 - Fix group hooks routing after merge conflicts

    Compare with previous version

  • @eReGeBe sorry, pushed to wrong remote :)

  • Valery Sizov Enabled an automatic merge when the build for 327f7ae8 succeeds

    Enabled an automatic merge when the build for 327f7ae8 succeeds

  • Valery Sizov Status changed to merged

    Status changed to merged

  • Valery Sizov Mentioned in commit add80eb9

    Mentioned in commit add80eb9

  • Please register or sign in to reply
    Loading