- 02 Mar, 2017 1 commit
-
-
Robert Schilling authored
-
- 01 Mar, 2017 21 commits
-
-
Douwe Maan authored
Rename MWBS to MWPS (EE port) See merge request !1332
-
James Lopez authored
-
Sean McGivern authored
Remove the newrelic gem See merge request !1335
-
James Lopez authored
-
Sean McGivern authored
The frontend should use the v3 API for now Closes gitlab-ce#28863 See merge request !1331
-
Kamil Trzciński authored
Deploy boards backend Closes #1589 See merge request !1278
-
Robert Schilling authored
-
Robert Speicher authored
Custom empty exception class cop See merge request !1328
-
Valery Sizov authored
-
James Lopez authored
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. # Conflicts: # app/controllers/projects/merge_requests_controller.rb # app/serializers/merge_request_entity.rb # app/services/merge_requests/merge_when_pipeline_succeeds_service.rb # app/services/merge_requests/refresh_service.rb # app/views/projects/merge_requests/merge.js.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml # doc/api/merge_requests.md # doc/api/projects.md # lib/api/entities.rb # lib/api/v3/entities.rb # lib/api/v3/merge_requests.rb # spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb # spec/services/merge_requests/refresh_service_spec.rb
-
Rémy Coutable authored
Add note about how to use or escape variables inside other variables See merge request !1324
-
James Lopez authored
[ci skip]
-
James Lopez authored
[ci skip]
-
Achilleas Pipinellis authored
Restructure Pages docs index and getting started guides See merge request !1329
-
Filipa Lacerda authored
Use rollout_status_path provided in environment to fetch the data instead of hardcoded endpoint See merge request !1323
-
Marcia Ramos authored
[ci skip]
-
Valery Sizov authored
-
Sean McGivern 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.
-
Robert Speicher authored
Add internal endpoint to notify post-receive to Gitaly See merge request !1254
-
TeNNoX authored
-
- 28 Feb, 2017 15 commits
-
-
Achilleas Pipinellis authored
Move all Pages related content to a single location See merge request !1321
-
Filipa Lacerda authored
-
Alejandro Rodríguez authored
-
Dmitriy Zaporozhets authored
Port of 27354-navigation-new-button to EE See merge request !1287
-
James Lopez authored
[ci skip]
-
James Lopez authored
[ci skip]
-
James Lopez authored
# Conflicts: # CHANGELOG.md
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
Merge branch '28769-raise-custom-exception-in-all-methods-of-mergeservice-that-want-to-inform-the-user-ee' into 'master' Use exceptions for MergeService error handling See merge request !1320
-
Sean McGivern authored
If any method called by `MergeService#execute` raises a `MergeError`, that error's message will be logged, the model will be updated, and the merge will fail.
-
Valery Sizov authored
CE upstream Closes omnibus-gitlab#1361 See merge request !1319
-
Valery Sizov authored
-
Valery Sizov authored
-
Rubén Dávila Santos authored
Fix migration without DOWNTIME clause specified See merge request !9571
-
Ruben Davila authored
-
- 27 Feb, 2017 3 commits
-
-
Robert Speicher authored
Make RuboCop happy See merge request !9554
-
Clement Ho authored
Add button to create issue for failing build Closes #25920 See merge request !9391
-
Alex Sanford authored
-