- 11 Dec, 2017 35 commits
-
-
Rémy Coutable authored
Add cop for use of remove_column See merge request gitlab-org/gitlab-ce!15855
-
Nick Thomas authored
small change to make less conflict with EE version See merge request gitlab-org/gitlab-ce!15809
-
Brett Walker authored
-
Sean McGivern authored
remove_column should only be used in the up (or change) step of a migration if it's a post-deployment migration. Otherwise there will be downtime due to the ActiveRecord column cache, which we can avoid by using the IgnorableColumn concern in combination with a post-deployment migration.
-
Winnie Hellmann authored
Resolve merge conflicts with dev.gitlab.org/master after security release See merge request gitlab-org/gitlab-ce!15851
-
Winnie Hellmann authored
-
Yorick Peterse authored
Remove allocation tracking code from InfluxDB sampler for performance Closes gitlab-com/infrastructure#3250 See merge request gitlab-org/gitlab-ce!15834
-
Yorick Peterse authored
Remove issues.assignee_id column Closes #30453 See merge request gitlab-org/gitlab-ce!11637
-
Douwe Maan authored
Bugfix: User can't change the access level of an access requester Closes #40743 See merge request gitlab-org/gitlab-ce!15832
-
Robert Speicher authored
Properly bump prometheus-client-mmap gem versions See merge request gitlab-org/gitlab-ce!15825
-
Stan Hu authored
-
Rubén Dávila authored
The endpoint was returning 404 because it was only searching on the current members of a Group or Project and not the access requesters.
-
Sean McGivern authored
This migration also needs to be a post-deployment migration, as it removes a column.
-
Achilleas Pipinellis authored
Remove a header level in the new 'Automatic CE->EE merge' doc See merge request gitlab-org/gitlab-ce!15843
-
Douwe Maan authored
Keep track of the circuit breaker access check timings Closes #39698 See merge request gitlab-org/gitlab-ce!15612
-
Grzegorz Bizon authored
Do not raise when downstream pipeline is created Closes #40987 See merge request gitlab-org/gitlab-ce!15837
-
Bob Van Landuyt authored
-
Winnie Hellmann authored
Pick 10.2.4 security fixes into master See merge request gitlab-org/gitlab-ce!15821
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Add recaptcha_check_if_spammable for issualbes than arent spammables See merge request gitlab-org/gitlab-ce!15817
-
Sean McGivern authored
Using update_column_in_batches means that we can chunk the updates.
-
Valery Sizov authored
-
Valery Sizov authored
-
Sean McGivern authored
Todo count calculations now expired quicker for top bar stats See merge request gitlab-org/gitlab-ce!15794
-
Grzegorz Bizon authored
Turn" push a file" into a scenario See merge request gitlab-org/gitlab-ce!15617
-
Douwe Maan authored
-
Filipa Lacerda authored
Fix image view mode Closes #40945 See merge request gitlab-org/gitlab-ce!15803
-
Clement Ho authored
-
Filipa Lacerda authored
Convert Compare and CompareAutocomplete classes into ES module syntax See merge request gitlab-org/gitlab-ce!14857
-
James Lopez authored
Fix gitlab:import:repos Rake task moving repositories into the wrong location Closes #40765 See merge request gitlab-org/gitlab-ce!15823
-
Grzegorz Bizon authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
On GitLab.com, InfluxSampler#sample_objects appears to take 1.2 s or so to iterate through 1059 objects. This had led to delays of a couple hundred milliseconds in processing in the main thread. Remove this code since it's not really being used. Closes gitlab-com/infrastructure#3250
-
- 09 Dec, 2017 2 commits
- 08 Dec, 2017 3 commits
-
-
Stan Hu authored
If the source import directory were different from the destination directory, GitLab would first create a blank repository and then erroneously move the original one into a subdirectory. Adding an import type prevents this the project from being initialized in the first place. It was accidentally removed in 1f917cbd49. Closes #40765
-
Michael Kozono authored
-
Fatih Acet authored
prevent potential XSS when editing comment See merge request gitlab/gitlabhq!2238 (cherry picked from commit 80ed6d25a46c0f70ec8baea78b5777118d63876c) 7480e462 prevent potential XSS when editing comment
-