- 05 Aug, 2020 34 commits
-
-
Stan Hu authored
Prior to this change, uploads to AWS S3 were only encrypted on the server if a default encryption were specified on the bucket. With this change, admins can now configure the encryption and the AWS Key Management Service (KMS) key ID in GitLab Rails, and the configuration will be used in uploads. Bucket policies to enforce gencryption can now be used since Workhorse sends the required headers (`x-amz-server-side-encryption` and `x-amz-server-side-encryption-aws-kms-key-id`). This also refactors the object storage config parsing. This requires https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/537 to work. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/22200
-
Kushal Pandya authored
Replace fa-play/pause icons with svg See merge request gitlab-org/gitlab!38535
-
Ash McKenzie authored
Add a left-hand navigation to the security page See merge request gitlab-org/gitlab!38529
-
Stan Hu authored
Rename Security::Occurrence to Security::Finding See merge request gitlab-org/gitlab!38608
-
Kushal Pandya authored
Show blank empty text for approved by in MR widget Closes #233082 See merge request gitlab-org/gitlab!38436
-
Kushal Pandya authored
Rename the WIP filter to draft in the filtered search bar See merge request gitlab-org/gitlab!38161
-
Kushal Pandya authored
Sort project select dropdown by similarity See merge request gitlab-org/gitlab!38511
-
Ash McKenzie authored
Fix cluster apps artifact parsing for empty blobs See merge request gitlab-org/gitlab!38367
-
Ramya Authappan authored
Refactor basic design management test See merge request gitlab-org/gitlab!38131
-
Mike Lewis authored
Clarify docs coverage of UI text that may run counter to style rules See merge request gitlab-org/gitlab!38431
-
Mike Lewis authored
-
James Fargher authored
Add ability to query DastSiteProfiles via GraphQL See merge request gitlab-org/gitlab!38014
-
Philip Cunningham authored
Nests GraphQL field called dast_site_profiles under project to with a new policy and some tests.
-
Ezekiel Kigbo authored
Merge branch '222333-ux-pajamas-implementation-move-buttons-in-settings-webhooks-to-the-right' into 'master' Move button in Settings > Webhooks to the right Closes #222333 See merge request gitlab-org/gitlab!38650
-
Ezekiel Kigbo authored
Change date time picker units See merge request gitlab-org/gitlab!38232
-
Ramya Authappan authored
SSH Key E2E updates See merge request gitlab-org/gitlab!38442
-
Mark Lapierre authored
- In the test check for the full key title - Expire keys automatically when created via the API - Add the `dry_run` rake task param
-
Michael Kozono authored
Geo - Remove FDW system configuration checks See merge request gitlab-org/gitlab!38629
-
sfang97 authored
-
Michael Kozono authored
Geo - Remove FDW health checks See merge request gitlab-org/gitlab!38620
-
Ash McKenzie authored
Combine constants into CI_JOB_USER See merge request gitlab-org/gitlab!38158
-
sfang97 authored
-
Michael Kozono authored
Add support for replicating terraform states See merge request gitlab-org/gitlab!36594
-
Alex Ives authored
- Add migration that creates terraform state registry - Add model for terraform state registry - Add associations to terraform state - Add replicator for terraform state - Add verification columns to terraform_states - Fix issue in registry consistency worker where it did not pick up disabled replicables Relates to https://gitlab.com/gitlab-org/gitlab/issues/220953
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Michael Kozono authored
Add k8s area chart template See merge request gitlab-org/gitlab!38514
-
Dylan Griffith authored
Retry sending Usage Ping in case of network errors See merge request gitlab-org/gitlab!35083
-
Jose Ivan Vargas authored
Show iteration list in project iteration page See merge request gitlab-org/gitlab!37961
-
Mayra Cabrera authored
RUN AS-IF-FOSS Add published column See merge request gitlab-org/gitlab!38439
-
David O'Regan authored
Add published column to the incident list which show if the incident is published to the status page
-
Mayra Cabrera authored
Cleanup findings related controllers See merge request gitlab-org/gitlab!38193
-
Mehmet Emin INAC authored
These attributes are related to old findings dashboard and not used in first class security dashboards.
-
Mayra Cabrera authored
Resolve RSpec/EmptyLineAfterLetBlock Exceptions in EE See merge request gitlab-org/gitlab!38582
-
- 04 Aug, 2020 6 commits
-
-
Mayra Cabrera authored
Make Pod health dashboard available to users See merge request gitlab-org/gitlab!37482
-
Mayra Cabrera authored
Update size limits for SCA artifacts See merge request gitlab-org/gitlab!37975
-
Tetiana Chupryna authored
-
Russell Dickenson authored
Add batch_size parameter to Telemetry docs Closes #233085 See merge request gitlab-org/gitlab!38376
-
Stan Hu authored
Add non k8s area chart template See merge request gitlab-org/gitlab!38359
-
Alishan Ladhani authored
To be more resilient to network errors, usage ping will raise an exception when it fails, and retry via sidekiq
-