- 16 Mar, 2020 40 commits
-
-
Marcia Ramos authored
Update docs to show approvers no longer added as participants by default See merge request gitlab-org/gitlab!27108
-
Gary Holtz authored
-
Mark Florian authored
Geo Replication - Parameterized API See merge request gitlab-org/gitlab!26702
-
Mayra Cabrera authored
Create VulnerabilityType and supporting types See merge request gitlab-org/gitlab!26136
-
Avielle Wolfe authored
* Creates VulnerabilityType * Creates VulnerabilityReportTypeEnum * Creates VulnerabilitySeverityEnum * Creates VulnerabilityStateEnum * Creates VulnerabilityResolver * Adds vulnerabilities property to ProjectType
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Achilleas Pipinellis authored
Add common page describing air-gap use case Closes #39101 See merge request gitlab-org/gitlab!26167
-
Sam Kerr authored
Many commits squashed into one after I fought the danger-bot for more time than I care to admin. Add high-level steps of airgap Add a link on Secure page & flesh out offline page more Fix some markdown lint errors Remove license scanning placeholder Revert unintentional package change Apply suggestion to doc/user/application_security/offline_deployments/index.md Apply suggestion to doc/user/application_security/offline_deployments/index.md Apply suggestion to doc/user/application_security/offline_deployments/index.md Update text to mention package repos Add SAST link Address feedback given during the review Add DAST link Remove dependency scanning link until its merged
-
Achilleas Pipinellis authored
Enable Threat Monitoring page by default See merge request gitlab-org/gitlab!22911
-
Mark Florian authored
This enables the Threat Monitoring feature by default (and can be disabled by explicitly disabling the `threat_monitoring` feature flag). This also adds some basic documentation for Threat Monitoring. Part of [WAF statistics reporting][1]. [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
-
Zack Cuddy authored
This MR is an effort at MVC. This MR splits off from: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26410 The overall focus of this and following related changes is to replace Geo_dDesigns with Geo_Replicable. This MR adds the prop "replicable_type". This prop is used in the geo_replication api to denote which type of replicable we are using. It also removes an un-used prop: "design_management_link" that had no usage in the components. Following MRs: Public Store Functions and State Vue Components and Filenames
-
Jarka Košanová authored
Refactor approver classess into own class file for EE entities See merge request gitlab-org/gitlab!27336
-
Lin Jen-Shin authored
Merge branch '16143-add-editorconfig-to-keep-coding-style-consistance-for-different-ide-editors' into 'master' Resolve "Add .editorconfig to keep coding style consistance for different IDE/Editors" Closes #16143 See merge request gitlab-org/gitlab!25835
-
Doug Stull authored
- enable easy sync of editor configs across team members and IDE's
-
Rémy Coutable authored
Fix invalid LABEL directive See merge request gitlab-org/gitlab!27257
-
Dan Davison authored
Use GitLab Quality Team as maintainer of image
-
Mark Florian authored
Fixed SSH warning style See merge request gitlab-org/gitlab!26992
-
Natalia Tepluhina authored
-
Stan Hu authored
Swap to UNLINK for Redis set cache See merge request gitlab-org/gitlab!27116
-
Achilleas Pipinellis authored
Add link to Gemnasium update frequency Closes #210485 See merge request gitlab-org/gitlab!27241
-
Stan Hu authored
Fix typo MRs See merge request gitlab-org/gitlab!27302
-
Marcia Ramos authored
Update link to public issue tracker (docs) See merge request gitlab-org/gitlab!27265
-
Toon Claes authored
Mention removal of redundant indexes when adding index See merge request gitlab-org/gitlab!27100
-
Toon Claes authored
When a new composite index is added, it might make an existing index redundant. So when adding an index, these redundant indexes should be removed in the same migration.
-
Jan Provaznik authored
Resolve "Add metrics for the size of the diff cache in redis" Closes #37456 See merge request gitlab-org/gitlab!27048
-
Ray Paik authored
I believe "in" is meant to be "is" here. See merge request gitlab-org/gitlab!27186
-
Nick Thomas authored
Fix Conan package presenter to find correct files See merge request gitlab-org/gitlab!27250
-
Steve Abrams authored
Conan::PackagePresenter now checks package files to ensure the correct conan_package_reference files are being returned in requests fixing a bug where the first file by name was returned no matter what request was made.
-
Robert May authored
-
Robert May authored
If UNLINK is not supported by the Redis server, we should fall back to DEL. UNLINK was introduced in Redis 4.
-
Robert May authored
This uses UNLINK in Redis 4 to delete sets. This unlinks the key from the value but actually deletes the value asynchronously. With large sets this should give us a reasonable performance boost. This commit also implements multi-key deletes for RepositorySetCache methods in the Repository model, meaning only one UNLINK call will be issued for all sets being expired.
-
Rajendra Kadam authored
-
Joshua Lambert authored
Update puma workers See merge request gitlab-org/gitlab!27311
-
Rajendra Kadam authored
-
Mek Stittri authored
Make documentation a throughput label See merge request gitlab-org/gitlab!26229
-
Marcel Amirault authored
-
Kerri Miller authored
-
Marcia Ramos authored
Releases Direct Links documentation See merge request gitlab-org/gitlab!26370
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/199065 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26760
-