An error occurred fetching the project authors.
- 25 Apr, 2016 1 commit
-
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15580
-
- 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
-
- 19 Mar, 2016 1 commit
-
-
Felipe Artur authored
-
- 13 Mar, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 19 Jan, 2016 1 commit
-
-
Josh Frye authored
-
- 07 Jan, 2016 1 commit
-
-
Douwe Maan 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
-
- 12 Dec, 2015 1 commit
-
-
Stan Hu authored
This is needed to support Huboard and a generally useful value.
-
- 11 Dec, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 06 Dec, 2015 1 commit
-
-
Stan Hu authored
Closes #3864
-
- 04 Dec, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
* add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 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
-
- 24 Sep, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 18 Sep, 2015 1 commit
-
-
Valery Sizov authored
-
- 17 Jul, 2015 1 commit
-
-
Marin Jankovski authored
-
- 07 Jul, 2015 1 commit
-
-
Robert Speicher authored
These specs also failed when run by themselves before this change, so we've likely got some kind of cross-test contamination going on.
-
- 22 Jun, 2015 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Both work, but now we're consistent across the entire app.
-
Robert Speicher authored
-
- 13 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 03 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 May, 2015 1 commit
-
-
Robert Speicher authored
Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
-
- 14 May, 2015 1 commit
-
-
Valery Sizov authored
-
- 03 Apr, 2015 1 commit
-
-
Cristian Medina authored
Updated projects.md to show tag_list field when performing GETs Updated projects_spec.rb to include check for tag_list key in project list Added changes to the CHANGELOG
-
- 27 Mar, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 08 Mar, 2015 2 commits
-
-
Vinnie Okada authored
Add new service classes to create and update project and personal snippets. These classes are responsible for enforcing restricted visibility settings for non-admin users.
-
Vinnie Okada authored
Allow admins to use restricted visibility levels when creating or updating projects.
-
- 13 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 12 Feb, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 03 Feb, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 22 Jan, 2015 1 commit
-
-
Hannes Rosenögger authored
-