- 02 Mar, 2017 9 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
Rémy Coutable authored
CE Upstream - Wednesday See merge request !1330
-
Sean McGivern authored
Use v4 endpoint in API docs See merge request !1338
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Schilling authored
-
- 01 Mar, 2017 31 commits
-
-
Douwe Maan authored
Rename MWBS to MWPS (EE port) See merge request !1332
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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]
-
Achilleas Pipinellis authored
Restructure pages docs Closes #28688 See merge request !9527
-
Valery Sizov authored
-
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]
-
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.
-
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]
-
Achilleas Pipinellis authored
Grammar improvement in gitlab flow intro doc Closes #28696 See merge request !9552
-
Marius Kleiner authored
-