- 01 Sep, 2021 4 commits
-
-
James Fargher authored
Now that we do not need to maintain the original rails based repository backup strategy we can remove all the associated concurrency code. Concurrency will now be handled by the `gitaly-backup` command.
-
James Fargher authored
This feature has been enabled by default since 14.2 Changelog: removed
-
Jose Ivan Vargas authored
Render video in content editor See merge request gitlab-org/gitlab!69169
-
Stan Hu authored
Resolve constant redefinition warning for ReassuranceOrgs See merge request gitlab-org/gitlab!68905
-
- 31 Aug, 2021 36 commits
-
-
Amy Qualls authored
Vale doc fixes, refactors, for SAML documentation See merge request gitlab-org/gitlab!69105
-
Mike Russo authored
-
charlie ablett authored
Unquarantine spec/requests/api/graphql/project/error_tracking/sentry_errors_request_spec.rb again See merge request gitlab-org/gitlab!69288
-
Suzanne Selhorn authored
Update backticks and vale exceptions in CI docs See merge request gitlab-org/gitlab!69279
-
Stan Hu authored
Keep TAGS_LIMIT in sync for TaggableQueries See merge request gitlab-org/gitlab!69244
-
Stan Hu authored
Add feature flagged Build.latest.gitlab-ci.yml See merge request gitlab-org/gitlab!67782
-
Hordur Freyr Yngvason authored
-
Mayra Cabrera authored
[RUN AS-IF-FOSS] [RUN ALL RSPEC] Allow pipelines to be filtered by source See merge request gitlab-org/gitlab!68918
-
Balasankar 'Balu' C authored
-
Michael Kozono authored
Support AWS SSE-KMS in backups See merge request gitlab-org/gitlab!64765
-
Stan Hu authored
AWS supports three different modes for encrypting S3 data: 1. Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3) 2. Server-Side Encryption with Customer Master Keys (CMKs) Stored in AWS Key Management Service (SSE-KMS) 3. Server-Side Encryption with Customer-Provided Keys (SSE-C) Previously, SSE-S3 and SSE-C were supported via the `backup.upload.encryption` and `backup.upload.encryption_key` configuration options. SSE-KMS was previously not supported in backups because there was no way to specify which customer-managed key to use. However, we did support SSE-KMS with consolidated object storage enabled for other CI artifacts, attachments, LFS, etc. Note that SSE-C is NOT supported here. In consolidated object storage, the `storage_options` Hash provides the `server_side_encryption` and `server_side_encryption_kms_key_id` parameters that allow admins to configure SSE-KMS. We reuse this configuration in backups to support SSE-KMS. Relates to #338764 Changelog: added
-
Enrique Alcántara authored
DevOps Adoption - Reduce page refresh rate See merge request gitlab-org/gitlab!69056
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
Lin Jen-Shin authored
Refactor database task dir for spec See merge request gitlab-org/gitlab!69160
-
Amy Qualls authored
Removed lock references See merge request gitlab-org/gitlab!69016
-
Suzanne Selhorn authored
-
Michael Kozono authored
Add Geo replication for Pages (no verification) [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!68662
-
Nick Nguyen authored
-
GitLab Bot authored
-
Jan Provaznik authored
Update formatting of comment for line-length See merge request gitlab-org/gitlab!69297
-
Kati Paizee authored
Adds clarity to Registration Features See merge request gitlab-org/gitlab!69255
-
Justin Farris authored
-
Craig Norris authored
Update the DRI for CI/CD docs See merge request gitlab-org/gitlab!69275
-
Marcel Amirault authored
-
GitLab Bot authored
-
Amy Qualls authored
Added links to network per-build info See merge request gitlab-org/gitlab!69166
-
Suzanne Selhorn authored
-
Lin Jen-Shin authored
Stop environment before deleting See merge request gitlab-org/gitlab!69271
-
Amy Qualls authored
Docs: change default branch documentation to state minimum required role See merge request gitlab-org/gitlab!69162
-
Jonston Chan authored
-
Amy Qualls authored
Add missing docs link in ReadingLevel Vale rule See merge request gitlab-org/gitlab!69291
-
Lin Jen-Shin authored
Add deprecations page in docs See merge request gitlab-org/gitlab!66770
-
Sam White authored
This update adds a new deprecation page that is auto generated from yaml files via a new Rake job
-
Brandon Labuschagne authored
We no longer care about the age of the data when we determine if data should be fetched. Changelog: fixed EE: true
-