- 04 Mar, 2020 40 commits
-
-
Nick Kipling authored
Added package_name param Updated finder to support package_name Added tests
-
Sean McGivern authored
Make `warn` deprecation note a comment instead See merge request gitlab-org/gitlab!26440
-
Dmytro Zaporozhets authored
Fix incorrect class definitions See merge request gitlab-org/gitlab!26218
-
Dmytro Zaporozhets authored
Extend audit changes logic See merge request gitlab-org/gitlab!26144
-
Tan Le authored
This extends `for_changes` method to accept reference of target object being audited. Previously the `entity` is used to record both scope and target change object. While that is true in some context (i.e. the target model happens to be a User/Project/Group), it does not work for `ApprovalProjectRule` (i.e. the target model is `ApprovalProjectRule` and the entity is the associated Project)
-
Adam Hegyi authored
Fix module namespacing for mentionable concerns See merge request gitlab-org/gitlab!26438
-
Kamil Trzciński authored
Remove usage of `Config::Entry::Configurable#helpers` method See merge request gitlab-org/gitlab!26149
-
Fabio Pitino authored
Simplify configurations by defining helpers by default
-
Bob Van Landuyt authored
Limit display of notification broadcast messages in Git post-receive reply See merge request gitlab-org/gitlab!26236
-
Peter Leitzen authored
Add custom sha validator Closes #33767 See merge request gitlab-org/gitlab!26220
-
Rajendra Kadam authored
-
Kushal Pandya authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/snippets/notes' See merge request gitlab-org/gitlab!25036
-
Marvin Karegyeya authored
-
Kushal Pandya authored
Use colon to tokenize input in filtered search Closes #196084 See merge request gitlab-org/gitlab!26072
-
Heinrich Lee Yu authored
Zeitwerk requires that class definitions match the file location
-
Jarka Košanová authored
Update renewal banner link See merge request gitlab-org/gitlab!26240
-
James Lopez authored
Fix rendering of duplicate system notes for weight changes See merge request gitlab-org/gitlab!26014
-
Sean McGivern authored
Fix scoped labels rendering in Todos See merge request gitlab-org/gitlab!26146
-
Matthias Kaeppler authored
This turned out to be quite noisy, and we already have a dedicated issue to track bulk insert related deprecations. https://gitlab.com/gitlab-org/gitlab/issues/207989
-
Heinrich Lee Yu authored
This is needed when we switch to Zeitwerk. Module namespaces must be consistent with the filesystem path.
-
Martin Wortschack authored
Create dedicated release page for each Release See merge request gitlab-org/gitlab!24006
-
Alexandru Croitor authored
This fixes rendering of duplicate weight change system notes, when first weight change event is created, by generating different discussion_id for events that are created close to each other in time
-
Martin Wortschack authored
Fix scoped labels rendering in emails See merge request gitlab-org/gitlab!26347
-
Martin Wortschack authored
Merge branch '208524-error-in-custom-dashboard-yml-file-breaks-the-dashboards-dropdown' into 'master' Error in custom dashboard yml file breaks the dashboards dropdown See merge request gitlab-org/gitlab!26228
-
Martin Wortschack authored
Column chart: Use yAxis format from configuration See merge request gitlab-org/gitlab!26356
-
Kushal Pandya authored
Polyfill fetch for Internet Explorer 11 See merge request gitlab-org/gitlab!26366
-
Kushal Pandya authored
Merge branch '208471-actionview-template-error-undefined-method-concat-for-nil-nilclass' into 'master' Resolve "ActionView::Template::Error: undefined method `concat' for nil:NilClass" Closes #208471 See merge request gitlab-org/gitlab!26395
-
Juan J. Ramirez authored
Changing interpolation to sprintf
-
Kushal Pandya authored
Replace underscore for lodash in emoji Closes #196671 See merge request gitlab-org/gitlab!26412
-
Kushal Pandya authored
Revert removal of CI status in project dashboards See merge request gitlab-org/gitlab!26403
-
Kushal Pandya authored
Update redirect behavior of Edit Release page See merge request gitlab-org/gitlab!25638
-
Kushal Pandya authored
Nudge users to select a gitlab-ci.yml template See merge request gitlab-org/gitlab!24622
-
Kushal Pandya authored
Add bot count to Users statistics in Admin Area See merge request gitlab-org/gitlab!25355
-
Heinrich Lee Yu authored
Model and DB changes for Status Page Settings See merge request gitlab-org/gitlab!25863
-
Sean Arnold authored
- Migration - EE model & factory
-
Kushal Pandya authored
Cluster list redesign > Add clusters boilerplate See merge request gitlab-org/gitlab!26002
-
Jacques Erasmus authored
Added a Vue app for the Clusters List
-
Kushal Pandya authored
Resolve "Improve language when MR Security Report is outdated" See merge request gitlab-org/gitlab!26150
-
Dheeraj Joshi authored
This is an attempt to improve message for an Outdated security report and also provide direct link to run a new pipeline for target branch
-
Rajat Jain authored
With token operator we removed the colon to tokenize the hint menu. This commit brings the old functionality back.
-