- 01 Sep, 2021 28 commits
-
-
Sanad Liaquat authored
Check for the important part of the error message See merge request gitlab-org/gitlab!69331
-
Simon Knox authored
Fix: GitLab UI 404 page style error suing Chinese characters See merge request gitlab-org/gitlab!69186
-
Dylan Griffith authored
Remove ci_job_trace_force_encode feature flag See merge request gitlab-org/gitlab!69229
-
Vitaly Slobodin authored
Update UI text of `node` in other Geo pages See merge request gitlab-org/gitlab!68991
-
Dylan Griffith authored
Remove ActiveRecord::QueryMethods#build_select monkey patch See merge request gitlab-org/gitlab!66298
-
Kati Paizee authored
Update reCAPTCHA documentation See merge request gitlab-org/gitlab!68967
-
Andy Soiron authored
-
Dylan Griffith authored
Add AR concern for defining loose foreign keys See merge request gitlab-org/gitlab!69060
-
Dylan Griffith authored
Refactor `Environment#stop_actions` for the CI Database split See merge request gitlab-org/gitlab!66724
-
Alex Pooley authored
Add pipeline_artifacts_size to projectSatisticsType See merge request gitlab-org/gitlab!69224
-
Russell Dickenson authored
Remove gerunds from some subheadings See merge request gitlab-org/gitlab!69254
-
Amy Qualls authored
-
Suzanne Selhorn authored
Docs: make A-Z word list style guide self-consistent See merge request gitlab-org/gitlab!69136
-
James Fargher authored
API: Add endpoint to reset runner registration token See merge request gitlab-org/gitlab!68590
-
Mark Lapierre authored
Updates testcase links See merge request gitlab-org/gitlab!69313
-
Russell Dickenson authored
Add two new code examples, wrapping them See merge request gitlab-org/gitlab!69120
-
Simon Knox authored
Clean up unnecessary uses of deprecated BoardsStore See merge request gitlab-org/gitlab!69329
-
Russell Dickenson authored
Describe how to add to existing MRs See merge request gitlab-org/gitlab!69126
-
Amy Qualls authored
-
Russell Dickenson authored
Specify supported java versions in License Compliance See merge request gitlab-org/gitlab!67907
-
Nicole Schwartz authored
-
JeremyWuuuuu authored
Add `flex: 1` for `div.field` element to make sure button won't gets squeezed to break line. Changelog: fixed
-
Ezekiel Kigbo authored
Migrate fly_out_nav spec to Jest See merge request gitlab-org/gitlab!68949
-
Mark Lapierre authored
This avoids false negatives if the unimportant text changes again but the core message stays the same
-
Krasimir Angelov authored
Add configurable maximum YAML file size and depth See merge request gitlab-org/gitlab!68593
-
Florie Guibert authored
From board_settings_sidebar and config_toggle
-
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 12 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
-