- 13 Apr, 2016 3 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- 24 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs
-
- 23 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 13 Mar, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 04 Feb, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 29 Jan, 2016 1 commit
-
-
Josh Frye authored
-
- 11 Jan, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 07 Jan, 2016 2 commits
-
-
Douwe Maan authored
-
Tomasz Maczukin authored
-
- 05 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
-
- 22 Dec, 2015 1 commit
-
-
Stan Hu authored
This standardizes all the project API formats. Also needed to support Huboard.
-
- 16 Dec, 2015 1 commit
-
-
Zeger-Jan van de Weg authored
Fixes #4112
-
- 11 Dec, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 06 Dec, 2015 1 commit
-
-
Stan Hu authored
Closes #3864
-
- 13 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
- Enable CI by default for all new projects
-
- 14 Oct, 2015 1 commit
-
-
Han Loong Liauw authored
Changed the authentication method for removing fork through API Reflected changes to new auth method in API specs
-
- 13 Oct, 2015 1 commit
-
-
Han Loong Liauw authored
This was previously possible through the API but can now be done through the project#edit settings screen if the current user is the owner of the project. Update changelog
-
- 15 Sep, 2015 1 commit
-
-
Valery Sizov authored
-
- 14 May, 2015 1 commit
-
-
Valery Sizov authored
-
- 29 Mar, 2015 1 commit
-
-
Nihad Abbasov authored
-
- 24 Mar, 2015 1 commit
-
-
Stephan van Leeuwen authored
Also updated example request url Added changelog item
-
- 08 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Allow admins to use restricted visibility levels when creating or updating projects.
-
- 06 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 22 Jan, 2015 1 commit
-
-
Mika Mäenpää authored
-
- 12 Jan, 2015 1 commit
-
-
Marin Jankovski authored
-
- 30 Dec, 2014 1 commit
-
-
Marin Jankovski authored
-
- 29 Dec, 2014 3 commits
-
-
Stephan van Leeuwen authored
-
Stephan van Leeuwen authored
Changed from using cases to set the sort variable, to use a one line if/else statement
-
Stephan van Leeuwen authored
Added support for order_by and sort parameters, to sort the projects by the specified values. Updated projects api documentation including the order_by and sort parameters
-
- 14 Nov, 2014 1 commit
-
-
Ciro Santilli authored
-
- 23 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Always delete repositories from the filesystem when deleting a project.
-
- 07 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Update the project API controller to use `Projects::DestroyService` instead of calling `Project#destroy` directly. Also add an optional parameter, `:keep_repo`, that allows a project to be deleted without deleting the repository, wiki, and satellite from disk.
-
- 01 Oct, 2014 1 commit
-
-
Bernhard Kaindl authored
This change adds POST /projects/fork/:id to the API for forking a project into the namespace of the authenticated user, like the "create fork" link in the GUI does. It also calls the same code. Failure and permission checks (except for conflict) are already implemented and handled in ForkService and the API, so the added code is simple and does not alter anything.
-
- 15 Sep, 2014 1 commit
-
-
jubianchi authored
* users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects
-
- 13 Aug, 2014 1 commit
-
-
Robert Schilling authored
-
- 11 Aug, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-