- 27 Mar, 2020 40 commits
-
-
Grzegorz Bizon authored
Merge branch '207401-encrypt-decrypt-object-storage-to-support-terraform-state-backend' into 'master' Add Terraform state model with encrypted uploader Closes #207401 See merge request gitlab-org/gitlab!26619
-
Phil Hughes authored
Use the new Security Dashboard Layout See merge request gitlab-org/gitlab!28106
-
Adam Hegyi authored
Optimize ci_builds counters for non MAU See merge request gitlab-org/gitlab!28027
-
Igor Drozdov authored
Support design notes in url generator Closes #212091 See merge request gitlab-org/gitlab!27840
-
Alex Kalderimis authored
This ensures that we can serve events on the activity feed that are notes on designs
-
Sanad Liaquat authored
Remove GitHub OAuth e2e spec Closes #196517 See merge request gitlab-org/gitlab!27997
-
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
-
Savas Vedova authored
Rename the security dashboard and use the new layout
-
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
-