- 02 Mar, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 01 Mar, 2017 38 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Robert Speicher authored
Add RuboCop cop for custom error classes Closes #28770 See merge request !9573
-
Filipa Lacerda authored
Fixed long filename being under action buttons Closes #26607 See merge request !9608
-
Sean McGivern authored
Remove the newrelic gem Closes #12860 See merge request !9622
-
Annabel Dunstone Gray authored
Removed top border from contribution calendar Closes #28844 See merge request !9605
-
Sean McGivern authored
The frontend should use the v3 API for now Closes #28863 and #28853 See merge request !9614
-
Annabel Dunstone Gray authored
Visually display that expanded diff lines cant be commented on See merge request !9465
-
Robert Speicher authored
Add view specs for CI/CD detailed status badge Closes #25611 See merge request !9473
-
Sean McGivern authored
-
Sean McGivern authored
Disable the inheritance column of services in DisableInvalidServiceTemplates migration Closes #28850 See merge request !9613
-
Robert Schilling authored
-
Achilleas Pipinellis authored
Replace create_new_project_button.png See merge request !9403
-
Jacob Schatz authored
Update docs to reflect Yarn support added in 8.17 not 9.0 See merge request !9590
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Docs: Tags: Fix typo in parent_ids in example response See merge request !9550
-
Rémy Coutable authored
The `unless defined?(Service)` was useless since in production env, models are eager loaded, thus we wouldn't disable the STI, resulting in the following error: The single-table inheritance mechanism failed to locate the subclass: 'GitlabCiService'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Service.inheritance_column to use another column for that information./opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20170211073944_disable_invalid_service_templates.rb:11:in `up' Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Add note about how to use or escape variables inside other variables See merge request !9601
-
Phil Hughes authored
The extra spacing at the top is caused the user-callout box that should be fixed in another merge request
-
Filipa Lacerda authored
Moved issue boards new issue form template See merge request !9572
-
Sean McGivern authored
generalize the idea of a "unique internal user" See merge request !9562
-
James Lopez authored
[ci skip]
-
Achilleas Pipinellis authored
Restructure pages docs Closes #28688 See merge request !9527
-
Sean McGivern authored
#25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
-
Marcia Ramos authored
[ci skip]
-
Valery Sizov authored
-
Sean McGivern authored
From the Ruby style guide: # bad class FooError < StandardError end # okish class FooError < StandardError; end # good FooError = Class.new(StandardError) This cop does that, but only for error classes (classes where the superclass ends in 'Error'). We have empty controllers and models, which are perfectly valid empty classes.
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #26607
-
Sean McGivern authored
Fix todos API endpoint application error Closes #22951 See merge request !9351
-
Dmitriy Zaporozhets authored
Remove help from right dropdown Closes #28837 See merge request !9594
-
Achilleas Pipinellis authored
But notice first. See merge request !9364
-
Achilleas Pipinellis authored
[ci skip]
-