- 27 Mar, 2020 31 commits
-
-
Jan Provaznik authored
Add filters to VulnerabilityResolver See merge request gitlab-org/gitlab!26956
-
Avielle Wolfe authored
And use VulnerabilitiesFinder in VulnerabilitiesResolver
-
Jan Provaznik authored
Check notes permissions (confidential notes) when sending notifications See merge request gitlab-org/gitlab!27782
-
Lin Jen-Shin authored
Add labels to telemetry reviewable MRs Closes #209741 See merge request gitlab-org/gitlab!27579
-
Alina Mihaila authored
-
Toon Claes authored
Use find_by instead of where + first Closes #211877 See merge request gitlab-org/gitlab!27914
-
Tim Zallmann authored
Remove `unfiltered_epic_aggregates` feature flag See merge request gitlab-org/gitlab!28070
-
Jarka Košanová authored
- also fix visibility of confidential notes for admins
-
Martin Wortschack authored
Show spinner on Design Card images when loading See merge request gitlab-org/gitlab!27475
-
Arturo Herrero authored
Update usages of `where.first` and change them to use `find_by` instead. # bad User.where(name: 'Bruce').first User.where(name: 'Bruce').take # good User.find_by(name: 'Bruce')
-
Natalia Tepluhina authored
Geo Nodes - Conditional Removal Button Closes #9682 See merge request gitlab-org/gitlab!27836
-
Lin Jen-Shin authored
Make all jobs interruptible except the 'dont-interrupt-me' job Closes #210058 See merge request gitlab-org/gitlab!27611
-
Martin Wortschack authored
Merge branch '210271-replace-underscore-with-lodash-for-ee-app-assets-javascripts-sidebar' into 'master' Replace underscore with lodash for ./ee/..sidebar Closes #210271 See merge request gitlab-org/gitlab!28149
-
Adam Hegyi authored
Cleanup migration of Security Scans Closes #10250 See merge request gitlab-org/gitlab!24244
-
Kushal Pandya authored
Fixed issue with award as a number See merge request gitlab-org/gitlab!28114
-
Donald Cook authored
-
Kushal Pandya authored
Merge branch '210277-replace-underscore-with-lodash-for-ee-app-assets-javascripts-onboarding-licenses' into 'master' Convert underscore to lodash Closes #210277 See merge request gitlab-org/gitlab!27169
-
Heinrich Lee Yu authored
Update Gitlab::Git::HookEnv code comments See merge request gitlab-org/gitlab!28028
-
Russell Dickenson authored
Developer guidelines for correlation IDs See merge request gitlab-org/gitlab!26095
-
Cameron Swords authored
This is the final step in migrating Security Job Artifacts to Security::Scan. The temporary index has been removed.
-
Paul Okstad authored
-
Heinrich Lee Yu authored
Detect skipped specs in JUnit reports and set TestCase status See merge request gitlab-org/gitlab!28053
-
drew cimino authored
-
Stan Hu authored
Specify Full Namespace to Instrumentation in Graphql Style Example See merge request gitlab-org/gitlab!28145
-
charlieablett authored
- Remove unfiltered_epic_aggregates flag - Remove old code - Reduce complexity of fields using LazyEpicAggregate
-
Evan Read authored
Rename GitLab CI to GitLab CI/CD in docs See merge request gitlab-org/gitlab!27768
-
Marcel Amirault authored
Update CI/CD naming in various docs
-
Nathan Friend authored
Merge branch '212325-track-the-adoption-and-usage-of-the-quick-setup-button-in-the-container-registry-ui' into 'master' Add event tracking to Container registry quickstart See merge request gitlab-org/gitlab!27990
-
Nicolò Maria Mezzopera authored
- add tracking - add unit tests for the new behaviour
-
Evan Read authored
Replace 'param' with 'parameter' See merge request gitlab-org/gitlab!27946
-
Amy Qualls authored
Instead, we should be using 'parameter' and 'parameters.'
-
- 26 Mar, 2020 9 commits
-
-
sstern authored
-
Mark Lapierre authored
Refactor add_member to use search_and_select See merge request gitlab-org/gitlab!27918
-
Mayra Cabrera authored
Fix dev-fixtures failing on master Closes #212625 See merge request gitlab-org/gitlab!28163
-
Russell Dickenson authored
docs Clarified some things to improve understanding See merge request gitlab-org/gitlab!27742
-
Yash Pal Goyal authored
-
Stan Hu authored
Since we added name validations for groups in the latest security release, group names with parens are no longer allowed. Fix the fixtures so that we only used allowed characters. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/212625
-
Douglas Barbosa Alexandre authored
Add DS_REMEDIATE var to Dependency Scanning job template See merge request gitlab-org/gitlab!27947
-
Igor Frenkel authored
-
Douglas Barbosa Alexandre authored
Avoid N+1 queries on Audit Events controllers See merge request gitlab-org/gitlab!26245
-