- 09 Apr, 2017 1 commit
-
-
blackst0ne authored
-
- 27 Mar, 2017 1 commit
-
-
Toon Claes authored
In API V4 all endpoints were changed so Merge Requests and Issues should be referred by iid, instead of id. Except the /notes endpoint was forgotten. So change the endpoints from: - /projects/:id/issues/:issue_id/notes - /projects/:id/merge_requests/:merge_request_id/notes To: - /projects/:id/issues/:issue_iid/notes - /projects/:id/merge_requests/:merge_request_iid/notes For Project Snippets nothing changes.
-
- 16 Mar, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 28 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 23 Feb, 2017 4 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 08 Feb, 2017 1 commit
-
-
dixpac authored
* Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService
-
- 23 Jan, 2017 1 commit
-
-
Robert Speicher authored
Prevent users from creating notes on resources they can't access See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2054
-
- 28 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 04 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 15 Nov, 2016 1 commit
-
-
Robert Schilling authored
-
- 16 Sep, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 17 Jun, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 18 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 16 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 10 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 09 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 13 Apr, 2016 1 commit
-
-
Michael Greene authored
-
- 12 Apr, 2016 3 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- 14 Jan, 2016 2 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
-
- 13 Jan, 2016 1 commit
-
-
Rémy Coutable authored
-
- 30 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 07 Jan, 2015 1 commit
-
-
Marin Jankovski authored
-
- 30 Dec, 2014 1 commit
-
-
Marin Jankovski authored
-
- 25 Dec, 2014 1 commit
-
-
uran authored
-
- 18 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 16 Oct, 2013 1 commit
-
-
Angus MacArthur authored
-
- 14 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 19 Mar, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 27 Feb, 2013 2 commits
-
-
Sebastian Ziebell authored
Now the correct attribute is checked if it's available or not. Also fixed a test.
-
Sebastian Ziebell authored
Added a helper method to check if required parameters are given in an API call. Can be used to return a `400 Bad Request` return code if a required attribute is missing. Code clean up and fixed tests.
-