- 27 Mar, 2020 40 commits
-
-
Sean McGivern authored
Remove feature flag for creating pipelines in Sidekiq See merge request gitlab-org/gitlab!28024
-
Mark Florian authored
Fix broken link for push rule documentation Closes #30749 See merge request gitlab-org/gitlab!28000
-
Denys Mishunov authored
Indicate whether the alert is firing See merge request gitlab-org/gitlab!27825
-
Kamil Trzciński authored
Configure additional rails hosts with env variable See merge request gitlab-org/gitlab!28133
-
Tomasz Maczukin authored
-
Mark Florian authored
Mock gitlab-ui popover directive and component See merge request gitlab-org/gitlab!27995
-
Igor Drozdov authored
Add requirement counts to GraphqQL See merge request gitlab-org/gitlab!27793
-
Jan Provaznik authored
Expose requirement counts on project type in GraphQL
-
Peter Leitzen authored
Enable Style/NestedParenthesizedCalls cop See merge request gitlab-org/gitlab!28042
-
James Lopez authored
Prepare OpenProjectService See merge request gitlab-org/gitlab!28012
-
charlie ablett authored
Convert jira issues to gitlab issues See merge request gitlab-org/gitlab!27201
-
Bob Van Landuyt authored
Hide health status when feature is not available See merge request gitlab-org/gitlab!27907
-
Jan Provaznik authored
Fixes for RSpec/LeakyConstantDeclaration See merge request gitlab-org/gitlab!27956
-
Martin Wortschack authored
Add bar chart support to monitoring dashboard See merge request gitlab-org/gitlab!27155
-
Jan Provaznik authored
Tiny refactor of spam tests See merge request gitlab-org/gitlab!28185
-
Denys Mishunov authored
Convert approvals app_spec to a jest test See merge request gitlab-org/gitlab!28069
-
Olena Horal-Koretska authored
-
Jarka Košanová authored
This is the first iteraiton - take only title and description from jira
-
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
-
charlieablett authored
-
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
-
Igor Drozdov authored
The cop checks for unparenthesized method calls in the arguments: @good method1(method2(arg)) @bad method1(method2 arg)
-
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
-
Samantha Ming authored
-
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
-