- 13 Jan, 2021 23 commits
-
-
Mike Kozono authored
Reasons for putting these tests here instead of in the specs of these workers: * These tests should be run for all Replicators * Each Replicator may have varying test setups, which is already done for these shared examples.
-
Mike Kozono authored
Many test environments are setup with primary and secondary in one. This is not usually a problem, but in this case, these hooks were running even though current node was stubbed as a secondary, and since these particular tests were tagged `:sidekiq_inline`, they were running `after_verifiable_update` which is not normally possible to trigger on a secondary. And so the VerificationWorker ran, in the context of a secondary. Since registry records didn't exist, they were created. The test setup went on to create duplicate registry records (apparently we have not enforced unique foreign keys), and anyway, the test setup was incorrect, and so some tests failed.
-
Mike Kozono authored
Shift more responsibility to Gitlab::Geo::VerificationState for managing its data.
-
Marcel Amirault authored
Update dpl command line See merge request gitlab-org/gitlab!51277
-
Jose Aponte authored
-
Mark Chao authored
Add usage ping for group repo analytics page See merge request gitlab-org/gitlab!51382
-
Evan Read authored
Fixed broken links See merge request gitlab-org/gitlab!51534
-
Evan Read authored
Fixed broken links See merge request gitlab-org/gitlab!51532
-
Evan Read authored
Clarify S3 region is required See merge request gitlab-org/gitlab!51441
-
Heinrich Lee Yu authored
Merge branch '297201-flaky-spec-in-spec-features-issues-issue_state_spec-rb-issue-state-when-closed-when-clicking' into 'master' test: Refresh the page to avoid flakiness See merge request gitlab-org/gitlab!51380
-
Thong Kuah authored
Bump gitlab-kas version See merge request gitlab-org/gitlab!51538
-
Thong Kuah authored
Change failure message of missing job needs See merge request gitlab-org/gitlab!50492
-
charlie ablett authored
Fix the version that applies to revert change See merge request gitlab-org/gitlab!51473
-
Mikhail Mazurskiy authored
-
Mike Jang authored
Rename Product Analytics to Product Intelligence in docs and deprecate Product Analytics folder See merge request gitlab-org/gitlab!51262
-
Jerome Ng authored
Rename product analytics to intelligence docs
-
Marcel Amirault authored
Add docs for coverage not supporting child pipelines See merge request gitlab-org/gitlab!51516
-
Ricky Wiens authored
- Right now child pipelines that report coverage information with the coverage keyword in the yml file do not get recorded. This adds that to the documentation.
-
Mark Lapierre authored
QA - Adds cluster agent e2e testing See merge request gitlab-org/gitlab!49053
-
João Alexandre Cunha authored
Adds new Resources for Cluster Agent - Clusters::Agents - Clusters::AgentTokens
-
Evan Read authored
Clarify that direct upload is used for consolidated object store See merge request gitlab-org/gitlab!51443
-
Ash McKenzie authored
Fix {projects|groups}/:id/-/packages/debian/incoming/:file_name/authorize API See merge request gitlab-org/gitlab!50927
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/353
-
- 12 Jan, 2021 17 commits
-
-
Suzanne Selhorn authored
-
Ash McKenzie authored
Use - in Product Intelligence group name in Dangerfile See merge request gitlab-org/gitlab!51432
-
Dylan Griffith authored
Update gitlab-styles to 6.0.0 See merge request gitlab-org/gitlab!51116
-
Mike Jang authored
Add emoji to the code review page See merge request gitlab-org/gitlab!51528
-
James Fargher authored
Remove jira_connect_full_namespace_sync feature flag See merge request gitlab-org/gitlab!51341
-
Andy Soiron authored
Removes the jira_connect_full_namespace_sync feature flag
-
Jose Ivan Vargas authored
Copy forward email address in issue sidebar See merge request gitlab-org/gitlab!50127
-
Amy Qualls authored
Adds the red circle, yellow diamond, and blue circle emoji to the code review page for extra visual cues.
-
Dylan Griffith authored
Fix Graphql/Descriptions EE mutation offenses See merge request gitlab-org/gitlab!51420
-
Mike Jang authored
Documentation changes for use of pre-defined project variables in include See merge request gitlab-org/gitlab!51401
-
Aishwarya Subramanian authored
Adds doc changes for pre defined project variables in include section of .gitlab-ci.yml
-
Mike Jang authored
Doc project events limited to 30 days See merge request gitlab-org/gitlab!51343
-
Fabien Catteau authored
Project events are limited to a 30-day period.
-
Brett Walker authored
Add ability for a user to copy email to clipboard from the sidebar
-
Nick Gaskill authored
Add unmappable character error solution in troubleshooting See merge request gitlab-org/gitlab!51246
-
Zach Rice authored
-
Stan Hu authored
Merge branch '297023-flaky-ee-spec-services-quick_actions-interpret_service_spec-rb-1069' into 'master' Resolve "Flaky ee/spec/services/quick_actions/interpret_service_spec.rb:1069" See merge request gitlab-org/gitlab!51286
-