Make local_branches OPT_OUT
This commit is contained in:
		
							parent
							
								
									3ddffec0d6
								
							
						
					
					
						commit
						efdf51d838
					
				| 
						 | 
				
			
			@ -166,7 +166,7 @@ module Gitlab
 | 
			
		|||
      end
 | 
			
		||||
 | 
			
		||||
      def local_branches(sort_by: nil)
 | 
			
		||||
        gitaly_migrate(:local_branches) do |is_enabled|
 | 
			
		||||
        gitaly_migrate(:local_branches, status: Gitlab::GitalyClient::MigrationStatus::OPT_OUT) do |is_enabled|
 | 
			
		||||
          if is_enabled
 | 
			
		||||
            gitaly_ref_client.local_branches(sort_by: sort_by)
 | 
			
		||||
          else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue