- Aug 17, 2020
-
-
Stan Hu authored
This uses our custom Azure gem (https://gitlab.com/gitlab-org/gitlab-fog-azure-rm) to integrate direct upload access with GitLab. Because the Azure PutBlob API does not work with chunked encoding, uploads cannot be streamed directly via a pre-signed URL without saving to disk first. To make this work without that, we need to add an Azure client directly in Workhorse that uses the PutBlock and PutBlock API. The Workhorse client is implemented in gitlab-workhorse!555. We use the Go Cloud Development Kit to generate a URL (e.g. `azblob://container`) that can be extended for other object storage providers. Part of #25877
-
- Aug 14, 2020
-
-
Heinrich Lee Yu authored
Ajk globalid ignore EE See merge request !39478
-
Mike Kozono authored
Backend for Group Deploy Keys Closes #14729 See merge request !38214
-
- Aug 13, 2020
-
-
Paul Slaughter authored
Enable multiline_comments by default See merge request !39370
-
Mayra Cabrera authored
Revert parse_gitlab_ci into master RUN AS-IF-FOSS See merge request !39518
-
Andrew Fontaine authored
Modify submission behavior of the New/Edit Release page See merge request !39145
-
Updates the submission behavior of the New/Edit Release page to: - Allow the Ctrl/Cmd+Enter shortcut anywhere in the form - Prevent Ctrl/Cmd+Enter from submitting an invalid form - Prevent pressing Enter inside the milestone search from submitting the form
-
Mayra Cabrera authored
RUN AS-IF-FOSS Adding computed prop for FOSS merge trains Closes #235980 See merge request !39469
-
Nick Gaskill authored
Split apart contraction rules See merge request !39264
-
Kyle Wiebers authored
This reverts merge request !36989
-
-
Mayra Cabrera authored
Quarantine spec global_search_spec due to flakiness See merge request !39511
-
Douglas Barbosa Alexandre authored
Move StatusPage under Gitlab namespace Closes #218550 See merge request !39436
-
Kyle Wiebers authored
Relates to #201841
-
Alex Kalderimis authored
This fixes an accidentally released type ID that is incorrect, and adds a spec that verifies that we both support the new type name and the accidentally released one.
-
Alex Kalderimis authored
-
Oswaldo Ferreira authored
GraphQL mutation for updating board lists Closes #229764 See merge request !38942
-
Mayra Cabrera authored
Add usage_data for coverage_fuzzing See merge request gitlab-org/gitlab!36960
-
Add index migration for coverage_fuzzing telemetry
-
Etienne Baqué authored
Added GroupDeployKeysGroup model. Added serializer for GroupDeployKeysGroup. Added two related policies. Added relevant rspecs.
-
Oswaldo Ferreira authored
Change sub-epics to child epics in errors and GraphQL schema Closes #235773 See merge request !39351
-
Marcin Sedlak-Jakubowski authored
-
Mayra Cabrera authored
Added description markdown field to iteration See merge request !38937
-
-
Andrew Fontaine authored
Merge branch '219899-replace-gl-deprecated-button-with-gl-button-in-ee-app-assets-javascripts-feature_flags' into 'master' Resolve "Replace <gl-deprecated-button> with <gl-button> in ee/app/assets/javascripts/feature_flags/components/form.vue" Closes #219899 See merge request !39220
-
Douglas Barbosa Alexandre authored
Add new fields to the board list graphql endpoint See merge request !39110
-
Douglas Barbosa Alexandre authored
Update auto-deploy-image to v1.0.0 See merge request !39272
-
Oswaldo Ferreira authored
Only update pages config if pages are deployed. See merge request !39157
-
Tanya Pazitny authored
Quarantine secure end-to-end test See merge request !39476
-
Robert Speicher authored
Change IssueSetEpic mutation to make epic_id argument not required See merge request !39451
-
Mayra Cabrera authored
Adds an environment variable to disable unstructured logging See merge request !39109
-
-
Includes documentation changes for the Chain of Custody report added in Compliance Dashboard.
-
Mayra Cabrera authored
Tweaks to setting HTTP client timeouts See merge request !39318
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request !39492
-
Andrew Fontaine authored
Export Merge commits CSV - Frontend changes See merge request !38513
-
Nathan Friend authored
Add deployment events to the webhook edit form See merge request !38902
-