- 07 Mar, 2018 1 commit
-
-
Stan Hu authored
We saw that in a customer instance, `empty?` was cached to be `true` even though `has_visible_content?` and `exists?` were `true`. This double caching can run into edge cases because there's no guarantee that the inner values will properly expire the outer one, especially if there is Redis replication lag. Consider this scenario: 1. `exists?` and `has_visible_content?` are false 2. `empty?` is expired 3. A subsequent call to `empty?` returns `true` because `exists?` is false even though `empty` is true 4. `exists?` and `has_visible_content?` are then expired 5. `exists?` and `has_visible_content?` are set to true 6. `empty?` is still stuck in the wrong value as `true` Closes #43882
-
- 06 Mar, 2018 39 commits
-
-
Clement Ho authored
Remove common_vue bundle See merge request gitlab-org/gitlab-ce!17551
-
Mike Greiling authored
-
Sean McGivern authored
Gitlab::Utils - backport `.ensure_array_from_string` from EE See merge request gitlab-org/gitlab-ce!17574
-
Mario de la Ossa authored
-
Douwe Maan authored
Gitaly N+1 notice on Banzai filtering See merge request gitlab-org/gitlab-ce!17540
-
Kamil Trzciński authored
Merge branch 'move-pipeline_default-update_head_pipeline_for_merge_request-queue-to-pipeline_processing-namespace' into 'master' Move update_head_pipeline_for_merge_request queue to `pipeline_processing` namespace Closes #43919 See merge request gitlab-org/gitlab-ce!17572
-
Kamil Trzciński authored
Set sha256 checksum when archiving traces Closes #43940 See merge request gitlab-org/gitlab-ce!17570
-
Filipa Lacerda authored
CE Port: Add `js-` classes in LabelsSelect component See merge request gitlab-org/gitlab-ce!17558
-
Phil Hughes authored
Cluster monitoring changes CE backport See merge request gitlab-org/gitlab-ce!17547
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Sean McGivern authored
Bring one group board to CE Closes #38337 See merge request gitlab-org/gitlab-ce!17274
-
Mike Greiling authored
-
Rémy Coutable authored
Unify lib/api/merge_requests.rb with EE See merge request gitlab-org/gitlab-ce!17539
-
Mike Greiling authored
-
Mike Greiling authored
-
Robert Speicher authored
Speedup CI jobs See merge request gitlab-org/gitlab-ce!14911
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Achilleas Pipinellis authored
Docs guidelines: cherry-picking commits from CE to EE Closes #41338 and #28822 See merge request gitlab-org/gitlab-ce!17367
-
Marcia Ramos authored
-
Grzegorz Bizon authored
Refactoring changes to support cluster metrics in EE Closes #42820 See merge request gitlab-org/gitlab-ce!17336
-
Felipe Artur authored
# Conflicts: # app/models/group.rb # db/schema.rb
-
Douwe Maan authored
Lazy fetch parent commits for a commit See merge request gitlab-org/gitlab-ce!17559
-
Rémy Coutable authored
Unify lib/api/job_artifacts.rb with EE See merge request gitlab-org/gitlab-ce!17556
-
Douwe Maan authored
Port of ee translations See merge request gitlab-org/gitlab-ce!17526
-
Douwe Maan authored
Fix project dashboard showing the wrong timestamps Closes #27181 See merge request gitlab-org/gitlab-ce!17504
-
Grzegorz Bizon authored
Add archive feature to trace Closes #43022 and gitlab-ee#4170 See merge request gitlab-org/gitlab-ce!17314
-
Marcia Ramos authored
Document required PG extensions Closes #43798 See merge request gitlab-org/gitlab-ce!17491
-
Phil Hughes authored
Breadcrumbs on Project Tags Closes #43924 See merge request gitlab-org/gitlab-ce!17562
-
Sean McGivern authored
Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860
-
Rémy Coutable authored
This should speed up a bit some jobs. Also, use ruby:2.4-alpine image in the flaky-examples-check job Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mike Greiling authored
-
Pawel Chojnacki authored
# Conflicts: # spec/models/clusters/applications/prometheus_spec.rb
-
Pawel Chojnacki authored
-
Kushal Pandya authored
-
Felipe Artur authored
-
Takuya Noguchi authored
-