02 Jan, 2014
1 commit
-
Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext}
26 Dec, 2013
1 commit
-
See issue http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api
10 Oct, 2013
3 commits
-
Change-Id: Id2cae87c8cd383bc6cbcbdecf0f77c161bb82eab
-
Change-Id: I2b0752bc2593a944d42dde0ffe0ef9ce408228a5
-
defaults to HEAD Conflicts: spec/requests/api/repositories_spec.rb Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
29 Sep, 2013
1 commit
-
* dont allow protect/unprotect branches for users without master permissions * dont allow access to Repository api for guests
27 Aug, 2013
1 commit
-
Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line with existing api urls (e.g. "/projects/:id", etc.) Fix 500 error resulting from a diff api call with an invalid commit hash Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for backwards compatibility. Add ability to get a single commit via "/commits/:sha"
25 Aug, 2013
1 commit
17 Jul, 2013
1 commit
-
Change-Id: Ic23cb46901f8adc77943bf3cc79566587364e22a
06 Jun, 2013
1 commit
23 May, 2013
2 commits