- 08 Dec, 2021 31 commits
-
-
Balasankar "Balu" C authored
GitLab's Spamcheck service does not have authentication support on its own. So, on single-node omnibus-gitlab installations it runs unauthenticated over localhost. In this scenario, any random text, as long as it is not blank, will work as an API key. But, this doesn't look nice from a documentation perspective. Nor does it reflect the current realit with respect to authentication. Hence, removing the requirement of an API key to use external Spamcheck service at least until Spamcheck can do authentication on its own. Once that is the case, we can make omnibus use authentication for the connection over localhost and turn this requirement back on. Changelog: changed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Russell Dickenson authored
Improve docs style of Pages custom domain See merge request gitlab-org/gitlab!76041
-
Shinya Maeda authored
Deployment Approvals data model See merge request gitlab-org/gitlab!74932
-
Russell Dickenson authored
Document version of Setuptools tested with Dependency Scanning See merge request gitlab-org/gitlab!76176
-
Igor Frenkel authored
-
Russell Dickenson authored
Document on-demand scans tabs See merge request gitlab-org/gitlab!75723
-
Paul Gascou-Vaillancourt authored
-
Thong Kuah authored
Do not log explicit Gitlab::SidekiqStatus.set calls See merge request gitlab-org/gitlab!76250
-
Luke Duncalfe authored
Ensure Jira users and labels have `id` attribute See merge request gitlab-org/gitlab!75966
-
Tom Quirk authored
A recent change to Apollo means we require IDs for every GraphQL object. Jira labels and users did not include IDs. This MR ensures Jira labels and users have `id` field defined. https://gitlab.com/gitlab-org/gitlab/-/issues/347162 Changelog: fixed EE: true
-
James Fargher authored
Put vulnerability finding link ingestion behind feature flag See merge request gitlab-org/gitlab!76167
-
Evan Read authored
Clarify (lack of) retention policy for Audit Events in the docs See merge request gitlab-org/gitlab!76275
-
Brie Carranza authored
-
Ezekiel Kigbo authored
Improve headings structure on Iterations page See merge request gitlab-org/gitlab!76156
-
Coung Ngo authored
-
Evan Read authored
Remove tier text from documentation See merge request gitlab-org/gitlab!76241
-
Sam White authored
-
Evan Read authored
Update acronym rule to reflect actual usage See merge request gitlab-org/gitlab!76185
-
Marcel Amirault authored
-
Evan Read authored
Add documentation for streaming events See merge request gitlab-org/gitlab!76114
-
Max Woolf authored
-
Evan Read authored
Document the size limit on Cobertura XML files See merge request gitlab-org/gitlab!76159
-
Daniel Hodder authored
-
Evan Read authored
Fixed docs warnings detected by the vale Acronym rule See merge request gitlab-org/gitlab!76048
-
Shubham_DEV_coders authored
-
Evan Read authored
Clarify how artifacts are locked and unlocked See merge request gitlab-org/gitlab!75849
-
Fabio Pitino authored
-
Russell Dickenson authored
Doc: Dependency paths are supported for Sbt See merge request gitlab-org/gitlab!76249
-
Fabien Catteau authored
-
Russell Dickenson authored
Removed italics and changed permissions to role See merge request gitlab-org/gitlab!76276
-
Suzanne Selhorn authored
-
- 07 Dec, 2021 9 commits
-
-
Luke Duncalfe authored
Add setting to store future subscriptions See merge request gitlab-org/gitlab!75716
-
Mark Chao authored
This is for self-managed EE to store an array of JSON objects. ApplicationSetting is used instead of a new table because this will be overwritten during each sync, and won't be updated. There will ever store a handful of items and are displayed as a whole. Changelog: added
-
Denys Mishunov authored
Limit snippet blob height to 500px See merge request gitlab-org/gitlab!75942
-
Andrejs Cunskis authored
E2E: Validate error presence for group imports See merge request gitlab-org/gitlab!76085
-
Andrejs Cunskis authored
-
Farnoosh Seifoddini authored
Update Deprecations issue to template add breaking changes label See merge request gitlab-org/gitlab!75699
-
Farnoosh Seifoddini authored
-
Tiger Watson authored
Resolve "Linear queries for GroupsFinder" See merge request gitlab-org/gitlab!67650
-
Stan Hu authored
Quarantine flaky test See merge request gitlab-org/gitlab!76268
-