- 21 Jul, 2019 5 commits
-
-
GitLab Bot authored
-
Mark Lapierre authored
Standardize page objects use on CE Plan tests See merge request gitlab-org/gitlab-ce!30962
-
GitLab Bot authored
-
Douwe Maan authored
Wiki Usage Ping for Create SMAU See merge request gitlab-org/gitlab-ce!30864
-
Alex Kalderimis authored
This adds a counter to count page creation, which is reflected in the usage-data we collect. The number created is stored in Redis, avoiding DB access.
-
- 20 Jul, 2019 1 commit
-
-
Walmyr Lima authored
This is a first iteration to address the following issue: https://gitlab.com/gitlab-org/quality/team-tasks/issues/168 Note: depends on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30945
-
- 19 Jul, 2019 34 commits
-
-
GitLab Bot authored
-
Dan Davison authored
Refactor collapse issue comments end-to-end test See merge request gitlab-org/gitlab-ce!30902
-
Dan Davison authored
Refactor create issue end-to-end test See merge request gitlab-org/gitlab-ce!30945
-
GitLab Bot authored
-
Stan Hu authored
Fixes typo in developer documentation See merge request gitlab-org/gitlab-ce!30964
-
GitLab Bot authored
-
Mayra Cabrera authored
Fix the project auto devops API See merge request gitlab-org/gitlab-ce!30946
-
Nick Thomas authored
If `project_auto_devops.enabled` is nil for a project, when setting any auto devops values via the API, we try to create a new row in the DB, instead of re-using the existing one. This leads to the project_id being set to nil, and the database `NOT NULL` constraint leading to a 500 response. This commit resolves the issue by correctly detecting the presence of a ProjectAutoDevops row and re-using it. Persistence is also moved away from explicit `update!` calls and into relying on `autosave: true` on the model.
-
Jeremy Jackson authored
-
Mike Greiling authored
Import Non-EE JavaScript for Clusters Detail Page See merge request gitlab-org/gitlab-ee!14749
-
GitLab Bot authored
-
Mayra Cabrera authored
Fix Gitaly auto-detection caching Closes #64802 See merge request gitlab-org/gitlab-ce!30954
-
GitLab Bot authored
-
Fatih Acet authored
Remove duplicate buttons Closes #64160 See merge request gitlab-org/gitlab-ce!30757
-
Nick Thomas authored
Document database review process See merge request gitlab-org/gitlab-ce!30405
-
-
GitLab Bot authored
-
Kamil Trzciński authored
Get rid of `worker_label` in RubySampler See merge request gitlab-org/gitlab-ce!30942
-
GitLab Bot authored
-
Nick Thomas authored
Avoid increasing redis counters when usage_ping is disabled See merge request gitlab-org/gitlab-ce!30949
-
Francisco Javier López authored
-
Stan Hu authored
If `GitalyClient#can_use_disk?` returned `false`, it was never cached properly and led to excessive number of Gitaly calls. Instead of using `cached_value.present?`, we need to check `cached_value.nil?`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64802
-
Phil Hughes authored
Fixes the alignment on reports See merge request gitlab-org/gitlab-ce!30839
-
Sam Beckham authored
- Removes a justify-center class that causes reports to centrally align
-
GitLab Bot authored
-
Phil Hughes authored
Centers loading icon in CI action Closes #64265 See merge request gitlab-org/gitlab-ce!30947
-
Jan Provaznik authored
Fix multiple design uploads Closes #12780 See merge request gitlab-org/gitlab-ee!14651
-
Alex Kalderimis authored
this fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12780
-
GitLab Bot authored
-
Sean McGivern authored
Use `issuable_path` helper See merge request gitlab-org/gitlab-ce!30913
-
GitLab Bot authored
-
Filipa Lacerda authored
-
Phil Hughes authored
Resolve "Export frontend fixtures as pipeline artifact" Closes #64722 and #59166 See merge request gitlab-org/gitlab-ce!30917
-
Phil Hughes authored
EE port of Resolve "Export frontend fixtures as pipeline artifact" See merge request gitlab-org/gitlab-ee!14751
-