- 28 Jan, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
* Follow REST for merge request API route * Remove repeating comments API for MR Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 27 Jan, 2016 1 commit
-
-
Kamil Trzcinski authored
Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again.
-
- 19 Jan, 2016 1 commit
-
-
Josh Frye authored
-
- 15 Jan, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 14 Jan, 2016 6 commits
-
-
Kamil Trzcinski authored
This allows us to implement artifacts passing: runner will download artifacts from all prior builds
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
We do not want to allow runners to upload a metadata file. This needs to be generated by Workhorse only.
-
Grzegorz Bizon authored
-
Rémy Coutable authored
-
Rémy Coutable authored
-
- 13 Jan, 2016 6 commits
-
-
Tomasz Maczukin authored
-
Rémy Coutable authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 11 Jan, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 08 Jan, 2016 6 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
This should help us detect potential regressions in the future.
-
Tomasz Maczukin authored
-
Gabriel Mazetto authored
-
Tomasz Maczukin authored
-
Robert Schilling authored
-
- 07 Jan, 2016 3 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Douwe Maan authored
-
- 05 Jan, 2016 3 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 04 Jan, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 03 Jan, 2016 1 commit
-
-
Stan Hu authored
Attempting to use the /projects/:id API by specifying :id in "namespace/project" format would always result in a 404 if the namespace contained a dot. The reason? From http://guides.rubyonrails.org/routing.html#specifying-constraints: "By default the :id parameter doesn't accept dots - this is because the dot is used as a separator for formatted routes. If you need to use a dot within an :id add a constraint which overrides this - for example id: /[^\/]+/ allows anything except a slash." Closes https://github.com/gitlabhq/gitlabhq/issues/9573
-
- 31 Dec, 2015 5 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 30 Dec, 2015 2 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 29 Dec, 2015 1 commit
-
-
Tomasz Maczukin authored
-
- 24 Dec, 2015 1 commit
-
-
Stan Hu authored
Needed to support Huboard
-