- 10 Apr, 2020 6 commits
-
-
Rajat Jain authored
Retire the radio form in favor of dropdown to choose the current health status of the issue. Also, adds a remove status button as a quick action.
-
Mike Jang authored
Merge branch '213797-deprecate-projects-and-shared_projects-from-groups-api-responses-doc-changes' into 'master' Document planned deprecation of 'projects' and 'shared_projects' attributes in Groups API in GitLab 13.0 See merge request gitlab-org/gitlab!29113
-
Manoj M J authored
Document planned deprecation of 'projects' and 'shared_projects' attributes in Groups API in GitLab 13.0
-
Marcel Amirault authored
Reordered and streamlined pipeline topic See merge request gitlab-org/gitlab!29096
-
Suzanne Selhorn authored
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/205174
-
Marcel Amirault authored
Link to official Go caching docs See merge request gitlab-org/gitlab!29238
-
- 09 Apr, 2020 34 commits
-
-
Michael Kozono authored
Resolve "LicenseHelper uses "extend self" inapproriately" Closes #3326 See merge request gitlab-org/gitlab!28723
-
Mayra Cabrera authored
118674 - Add composite ID query support See merge request gitlab-org/gitlab!22055
-
Alex Kalderimis authored
This allows us to search for sets of items by multiple values in a single query, e.g. a query semantically equivalent to: ```sql select from things where (a,b,c) in ((?,?,?), ...) ``` or the expanded form: ``` select from things where ((a = ? and b = ? and c = ?) or (a = ? and b = ? and c = ?) ... ) ``` This is provided by a concern `WhereComposite` which allows us to search in this way. We support structs as well as hashes as input.
-
Vladlena Shumilo authored
Removes some keyword arguments within LicenseHelper Passes some licenses to the helper from the view for optimization
-
Mayra Cabrera authored
Drop unused notify_post_receive endpoint See merge request gitlab-org/gitlab!29241
-
Mayra Cabrera authored
Include tfplan.json in Terraform template artifact See merge request gitlab-org/gitlab!28961
-
Emily Ring authored
-
Mayra Cabrera authored
Don't indirect through Blob for codeowners data See merge request gitlab-org/gitlab!29245
-
Robert Speicher authored
Make search redaction more robust Closes #201886 See merge request gitlab-org/gitlab!29166
-
Robert Speicher authored
Quarantine flaky spec See merge request gitlab-org/gitlab!29273
-
Vladlena Shumilo authored
After the removal of memoization, the current_license method on the LicenseHelper is deprecated Also some places are optimized to pass the license as a param
-
Robert Speicher authored
Expose epic confidential attribute in REST API See merge request gitlab-org/gitlab!29107
-
Vladlena Shumilo authored
These changes increase the scope and are not directly related to the changes. Will move those as a follow up This commit is intended to be squashed
-
Vladlena Shumilo authored
LicenseHelper uses extend self - memoized data is stored at the module level - is cached for the life of the process - this is not the intended result Move upgrade_plan_url to the EE::GitlabRoutingHelper
-
Mayra Cabrera authored
Add index to resource_milestone_events See merge request gitlab-org/gitlab!28929
-
Mark Florian authored
Refactor compare version dropdowns See merge request gitlab-org/gitlab!28173
-
Justin Boyson authored
We're splitting `compare_versions_dropdown` into 3 separate components A "layout" component and two "higher order" compoments This should greatly simplify the code, and testing.
-
Michael Kozono authored
Add new Nginx 500 percentage metric See merge request gitlab-org/gitlab!28983
-
Sean Arnold authored
-
Nick Gaskill authored
Deprecate cve field in Reports JSON format doc See merge request gitlab-org/gitlab!29133
-
Fabien Catteau authored
Deprecate .vulnerabilities[].cve JSON field and introduce new .vulnerabilities[].id JSON field in the Reports JSON Format section, in the documentation of Dependency Scanning, Container Scanning, and SAST. See https://gitlab.com/gitlab-org/gitlab/issues/36777
-
Mark Florian authored
Add a button to export CSV data See merge request gitlab-org/gitlab!26838
-
Douglas Barbosa Alexandre authored
Fix JUnit screenshot feature flag See merge request gitlab-org/gitlab!29260
-
Maxime Orefice authored
-
Nick Gaskill authored
Document custom analyzers in non-DinD setup See merge request gitlab-org/gitlab!29121
-
Fabien Catteau authored
In the Custom Analyzers documentation for Dependency Scanning and SAST, add a section about defining custom scanning job when the Docker-in-Docker orchestartor is disabled. See https://gitlab.com/gitlab-org/gitlab/-/issues/37278
-
Nick Gaskill authored
Link DOCKERFILE_PATH CS env var to available vars See merge request gitlab-org/gitlab!29220
-
Paul Slaughter authored
Avoid code duplication in CE&EE for projects services initialization See merge request gitlab-org/gitlab!28819
-
Mayra Cabrera authored
Add Praefect rake task to print out replica checksums See merge request gitlab-org/gitlab!28369
-
Achilleas Pipinellis authored
Update WAF logs link See merge request gitlab-org/gitlab!29264
-
Achilleas Pipinellis authored
Standardize praefect docs on using internal ip as address See merge request gitlab-org/gitlab!28850
-
John Cai authored
-
Achilleas Pipinellis authored
Add geo log, registry log, nginx logs to doc Closes #36680 See merge request gitlab-org/gitlab!28965
-