f0391c2517 
								
							 
						 
						
							
							
								
								Add frozen_string_literal to spec/support  
							
							... 
							
							
							
							Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758  
							
						 
						
							2019-07-25 17:33:34 +12:00  
				
					
						
							
							
								 
						
							
								67de299bb6 
								
							 
						 
						
							
							
								
								Allow ReactiveCaching to support nil value  
							
							... 
							
							
							
							When :calculate_reactive_caching returns a nil value
this caused ReactiveCaching to schedule a worker
every time the code using :with_reactive_cache was called.
This issue caused an increasing amount of Sidekiq jobs
being created continuously.
Implementing this fix behind feature flag
:reactive_caching_check_key_exists 
							
						 
						
							2019-07-08 14:50:58 +01:00  
				
					
						
							
							
								 
						
							
								0e7a9e46d2 
								
							 
						 
						
							
							
								
								Allow blank values to be stored in reactive cache  
							
							... 
							
							
							
							Reactive caching concern was using .present? to determine if it got
a valid value from the cache. This returns false for values such as
false, [], {}. Change this check to !.nil? instead. 
							
						 
						
							2019-02-18 11:24:00 +00:00  
				
					
						
							
							
								 
						
							
								b9a9e69d39 
								
							 
						 
						
							
							
								
								Squashed commit of the following:  
							
							... 
							
							
							
							commit 1095f6636db1c9bcd200c9c59e4b14ae70c0884b
Author: Shinya Maeda <shinya@gitlab.com>
Date:   Thu Aug 2 14:25:45 2018 +0900
    Fix spec
commit dd3e46ee15712b046ca83600c9f2694fbdc3a5f8
Author: Shinya Maeda <shinya@gitlab.com>
Date:   Thu Aug 2 14:14:59 2018 +0900
    Fix static analysis
commit 32f46f402b53fc23770224f5c890bd4acfc39e60
Author: Shinya Maeda <shinya@gitlab.com>
Date:   Thu Aug 2 11:34:05 2018 +0900
    Add spec for preventing N+1 querires. Add spec for merge request controller.
commit 7e12ef867b3e20bf1d35421a3b82350e9c673962
Author: Shinya Maeda <shinya@gitlab.com>
Date:   Thu Aug 2 10:22:45 2018 +0900
    Add spec for test reports comparer serializer
commit 6d69bb297afc90386bb847cf0fd1e75fc377e9d7
Author: Shinya Maeda <shinya@gitlab.com>
Date:   Thu Aug 2 09:27:41 2018 +0900
    Remove unnecessary comments
commit aca76ded6abf65d1f54008f9865ec7055f51300c
Merge: f6cf7c1c98b 9812e5dd7cb690c268c2https://gitlab.com/gitlab-org/gitlab-ce  into artifact-format-v2-with-parser
    * 'artifact-format-v2-with-parser' of https://gitlab.com/gitlab-org/gitlab-ce :
      Remove debuggable fixtures
commit dc8744685713a8ab9d3eb7987c7fcf898e8dcd38
Author: Filipa Lacerda <filipa@gitlab.com>
Date:   Tue Jul 31 17:49:35 2018 +0100
    Removes frontend code
commit 04cd0ed8812f5fdd9cd00540155ec01edc0b42de
Merge: 8003540237e 0295e478b22
Author: Shinya Maeda <shinya@gitlab.com>
Date:   Wed Aug 1 00:13:58 2018 +0900
    Merge branch 'artifact-format-v2-with-parser' of gitlab.com:gitlab-org/gitlab-ce into artifact-format-v2-with-parser
commit 8003540237e9070a93ccd1b89a65b1f45ba8234d
Author: Shinya Maeda <shinya@gitlab.com>
Date:   Wed Aug 1 00:13:39 2018 +0900
    Remove debuggable fixtures
commit 0295e478b2267c10186c7b9aa9e3bb1bfa8a1b43
Author: Filipa Lacerda <filipa@gitlab.com>
Date:   Tue Jul 31 16:12:25 2018 +0100
    Fixes broken tests
commit 4fa50ca7fc1e3ab5d0995dc85245fc8ba013d2ce
Author: Filipa Lacerda <filipa@gitlab.com>
Date:   Tue Jul 31 10:59:44 2018 +0100
    Ports EE css into CE code base
    Creates unit tests
    Creates code block component
commit 2dc45f714f449bd71b03f34585724e46be9bee4f
Author: Shinya Maeda <shinya@gitlab.com>
Date:   Tue Jul 31 18:20:22 2018 +0900
    Remove unnecessary parameters from build#each_test_report
commit 89d7398ae71bff15a397c2b10eb5134e2bc43a7b
Merge: 08d6ac5262c 02e35a0d267758fdf1ad3d2dad449d1f9992625e8b3c7f57b2dc7b4b7bb944dbeccbe144dbeccbe1b60364c0f398eccfc44c9bdc9b1ae69bdc9b1ae6fabf6a5634924146a8d6ba38931d90c2a0a3ab1a 
							
						 
						
							2018-08-02 15:06:39 +09:00  
				
					
						
							
							
								 
						
							
								023d4f6f2f 
								
							 
						 
						
							
							
								
								Move spec helpers/matchers/shared examples/contexts to their relevant folder  
							
							... 
							
							
							
							Signed-off-by: Rémy Coutable <remy@rymai.me> 
							
						 
						
							2018-04-23 12:20:30 +02:00