- Mar 01, 2017
-
-
Marius Kleiner authored
-
- Dec 16, 2016
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- Aug 29, 2016
-
-
Rebeca Méndez authored
-
- Nov 12, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 15, 2015
-
-
Bugagazavr authored
-
- Sep 25, 2014
-
-
Sean Edge authored
Create RepoTag Grape entity and present it when doing stuff with tags via API. Update API doc for repositories. Add tag message to tag list page in UI. Update Changelog. Update spec to set .gitconfig identity, required for annotated tags.
-
- Jun 24, 2014
-
-
Sean Edge authored
Added annotated tags. Updated tag haml file and call to gitlab-shell. Updated API for annotated tags. Added tests for API. Strip leading/trailing whitespace from message, if present. Update CHANGELOG.
-
- Jul 27, 2014
-
-
Robert Schilling authored
-
- Aug 15, 2014
-
-
Ciro Santilli authored
-
- Aug 04, 2014
-
-
Robert Schilling authored
Further changes
-
- Jul 02, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- May 29, 2014
-
-
Dmitriy Zaporozhets authored
Add CreateTagService. Use new service to allow tag creation through API.
-
- May 26, 2014
-
-
Sean Edge authored
-
- May 23, 2014
-
-
Sean Edge authored
-
- May 27, 2014
-
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- May 26, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Apr 05, 2014
-
-
Johannes Schleifenbaum authored
Fixes: #5505
-
- Mar 31, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 18, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jan 16, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jan 06, 2014
-
-
Dmitriy Zaporozhets authored
[API] add parent_ids to specific commit informations
-
- Dec 11, 2013
-
-
François Bobot authored
-
- Dec 23, 2013
- Nov 20, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 19, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 11, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 10, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 09, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Oct 02, 2013
-
-
Izaak Alpert authored
Conflicts: doc/api/repositories.md Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384
-
- Sep 26, 2013
-
-
Izaak Alpert authored
defaults to HEAD Conflicts: spec/requests/api/repositories_spec.rb Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
-
- Aug 28, 2013
-
-
Alex Van't Hof authored
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"
-
- Aug 25, 2013
-
-
Gabor Nagy authored
-
- Jun 06, 2013
-
-
Dmitriy Zaporozhets authored
-
- Mar 07, 2013
-
-
Sebastian Ziebell authored
-
- Mar 06, 2013
-
-
Sebastian Ziebell authored
All the info to return codes from the API functions are available in the `README.md` file as suggested.
-
- Feb 27, 2013
-
-
Sebastian Ziebell authored
The API documentation of repository is updated and now contains infos to status codes. Code documentation is also adjusted for `GET /projects/:id/repository/commits` and includes infos to pagination attributes. Tests are updated.
-
- Feb 09, 2013
-
-
Sebastian Ziebell authored
Instead of using funtion `error!` the function `not_found!` is used to return 404 error. Adjusted documentation accordingly.
-
- Jan 28, 2013
-
-
Matt Humphrey authored
-