- 10 Apr, 2020 14 commits
-
-
Kushal Pandya authored
Monitoring dashboard chart tooltip improvements See merge request gitlab-org/gitlab!28848
-
Dhiraj Bodicherla authored
This MR improves monitoring dashboard charts tooltip display logic
-
Jan Provaznik authored
Auto-embed non-gitlab-managed prometheus alerts See merge request gitlab-org/gitlab!28622
-
Natalia Tepluhina authored
Add link to scanned resources in DAST reports See merge request gitlab-org/gitlab!26825
-
Paul Gascou-Vaillancourt authored
- Retrieve scanned URLs count and CI job URL from the API - Show the information in the MR widget - Force the help icon to stay on the same line as the preceding word for a better UX on mobile layouts - Updated tests
-
Natalia Tepluhina authored
Submit changes in the Static Site Editor Closes #212561 See merge request gitlab-org/gitlab!29073
-
Enrique Alcántara authored
Implement UI to submit changes in the Static Site Editor and display an indicator that changes are being saved.
-
Jan Provaznik authored
Update Auto DevOps docker version to 19.03.8 See merge request gitlab-org/gitlab!29081
-
Hordur Freyr Yngvason authored
-
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 26 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
-