- 14 Apr, 2020 1 commit
-
-
drew authored
Add a scope for checking MergeRequstDiffCommit shas to ensure that the pipeline ran for some historical state of the merge request. We have encountered situations where only matching on project and ref produce a false positive: https://gitlab.com/gitlab-org/gitlab/issues/201947
-
- 09 Apr, 2020 39 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
-
John Long authored
-
Tim Zallmann authored
Fix missing group icons on mobile profile page Closes #29371 See merge request gitlab-org/gitlab!28973
-
Achilleas Pipinellis authored
Document long-term PG testing strategy Closes #213696 See merge request gitlab-org/gitlab!29054
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Tim Zallmann authored
Add "GitLab Team Member" badge to MR, Issue, and Epic notes/comments See merge request gitlab-org/gitlab!28243
-