- 17 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 Nov, 2016 1 commit
-
-
Adam Niedzielski authored
-
- 15 Nov, 2016 4 commits
-
-
Robert Schilling authored
-
Dmitry Poray authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- 14 Nov, 2016 5 commits
-
-
Francesco Coda Zabetta authored
-
Francesco Coda Zabetta authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- 12 Nov, 2016 1 commit
-
-
Rebeca Méndez authored
-
- 10 Nov, 2016 3 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- 09 Nov, 2016 2 commits
-
-
Toon Claes authored
It adds a button to the branches page that the user can use to delete all the branches that are already merged. This can be used to clean up all the branches that were forgotten to delete while merging MRs. Fixes #21076.
-
Robert Schilling authored
-
- 08 Nov, 2016 3 commits
-
-
Yatish Mehta authored
-
Borja Aparicio authored
-
Robert Schilling authored
-
- 07 Nov, 2016 2 commits
-
-
Rares Sfirlogea authored
[e44da1c] Add Label API expected keys to tests [ac929c8] Update Label API documentation
-
Robert Schilling authored
-
- 04 Nov, 2016 4 commits
-
-
Rodolfo Santos authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
-
Nick Thomas authored
-
- 02 Nov, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 01 Nov, 2016 3 commits
-
-
Felipe Artur authored
-
Sean McGivern authored
-
Gauvain Pocentek authored
The UI allows to define a token to validate payload on the target URL, this patch adds the feature to the API.
-
- 31 Oct, 2016 4 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
Now exposed: - push_events - tag_push_events - enable_ssl_verification - token Fixes gitlab-org/gitlab-ce#23307
-
Z.J. van de Weg authored
-
- 28 Oct, 2016 2 commits
-
-
Alejandro Rodríguez authored
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 27 Oct, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Oct, 2016 2 commits
-
-
Joshua Welsh authored
When adding a deploy key that already exists in the project the existing key would not be returned, resulting in an attempt to create a new one, which in turn caused a 500 error due to an ActiveRecord exception. When adding a deploy key that exists within another project the key would be joined to the project, but would also attempt to create a new one, which resulted in a 400 error due to the key already existing. Fixes #22741 Fixes #21754 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Robert Schilling authored
-