- 20 Aug, 2020 37 commits
-
-
Phil Hughes authored
Create Poll#makeDelayedRequest Method and Implement on Security Dashboard/Vulnerabilities Closes #217184 See merge request gitlab-org/gitlab!39782
-
Kev authored
-
Peter Leitzen authored
Set CI to run on Redis 4 Closes #238217 and #238215 See merge request gitlab-org/gitlab!39709
-
Robert May authored
The service itself doesn't use ZPOPMIN and friends, but the spec did. Changing this to the slightly less convenient ZRANGE ensures that the specs will run on Redis 4, which is our minimum supported version.
-
Martin Wortschack authored
Deprecate old create flash function See merge request gitlab-org/gitlab!39107
-
Marcel Amirault authored
Add permissions note to multi project pipeline doc See merge request gitlab-org/gitlab!39544
-
Phil Zona authored
-
Paul Slaughter authored
Activate Startup.CSS See merge request gitlab-org/gitlab!39713
-
Paul Slaughter authored
Add el check for epic swimlanes See merge request gitlab-org/gitlab!39767
-
Mark Lapierre authored
Quarantine one test and note another is stale See merge request gitlab-org/gitlab!39928
-
Ezekiel Kigbo authored
Replaces the default export flash function with the newCreateFlash. Fix outstanding flash imports Updates specs and replaces outstanding imports for `Flash` Fixes additional specs Updates the remaining calls to different flash methods, except for the window.Flash method since this will break .erb templates
-
Sanad Liaquat authored
Fix and un-skip LFS and 2FA audit log specs Closes gitlab-org/quality/team-tasks#566 and gitlab-org/quality/team-tasks#567 See merge request gitlab-org/gitlab!39845
-
Marcel Amirault authored
Fixed kaniko example to work after new kaniko release See merge request gitlab-org/gitlab!31026
-
Mark Chao authored
Add Azure Blob Storage support See merge request gitlab-org/gitlab!38882
-
Tim Zallmann authored
-
Paul Slaughter authored
-
Stan Hu authored
Add support for updating SAST config See merge request gitlab-org/gitlab!39269
-
rossfuhrman authored
Add support for updating SAST section of an existing .gitlab-ci.yml file via the new SAST config UI.
-
Kushal Pandya authored
Center align pipeline icons See merge request gitlab-org/gitlab!39848
-
David O'Regan authored
-
Mark Lapierre authored
-
Kushal Pandya authored
Refactor VSA metrics components See merge request gitlab-org/gitlab!39625
-
Ezekiel Kigbo authored
The filter mixins are no longer used so we can remove them
-
Heinrich Lee Yu authored
Add size field to SAST config graphql query See merge request gitlab-org/gitlab!39736
-
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 Put Blob 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 Put Block and Put Block List API. The Workhorse client is implemented in https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/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 https://gitlab.com/gitlab-org/gitlab/-/issues/25877
-
Heinrich Lee Yu authored
Track iteration change events See merge request gitlab-org/gitlab!37620
-
Ezekiel Kigbo authored
Geo Node Form - Use @input event Closes #238219 See merge request gitlab-org/gitlab!39727
-
Marcel Amirault authored
More Vale fixes in CI YAML file See merge request gitlab-org/gitlab!39925
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/234029
-
Marcel Amirault authored
Docs: Reviewed that and which See merge request gitlab-org/gitlab!39912
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/234029
-
Dylan Griffith authored
Fix a bug with promoting Issues with attachments to Epics See merge request gitlab-org/gitlab!39654
-
Luke Duncalfe authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38646 had introduced a bug where `MarkdownContentRewriter` was passed the target's `#project`. For Epics, this can be `nil`. Instead, we need to pass the target's `#resource_parent`, which for an Epic, will be a Group. https://gitlab.com/gitlab-org/gitlab/-/issues/236190
-
Marcel Amirault authored
Docs: Fix Vale issues See merge request gitlab-org/gitlab!39910
-
Evan Read authored
Replace inconsistent backend-node term See merge request gitlab-org/gitlab!39898
-
Paul Okstad authored
The admin docs primary use the term "Gitaly node" to refer to Gitaly servers proxied by Praefect. The term "Backend node" is used to mean the same thing. This change further aligns the docs with the term "Gitaly node".
-
Stan Hu authored
Coerce string object storage options to booleans Closes omnibus-gitlab#5588 See merge request gitlab-org/gitlab!39901
-
- 19 Aug, 2020 3 commits
-
-
Mike Jang authored
Clarifies that SSO SAML is not supported at subgroup level See merge request gitlab-org/gitlab!39911
-
Stan Hu authored
Admins that accidentally configure `use_iam_profile` or `path_style` with string values (e.g. `"true"`) instead of boolean values would see obscure unmarshaling errors in Workhorse. To avoid this trouble, coerce these string values o boolean values. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5588
-
Ricardo Amarilla authored
-