Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add API method for get user by ID of an SSH key | Artem V. Navrotskiy | 2015-09-03 | 1 | -0/+1 |
| | |||||
* | API to set application settings for admin | Dmitriy Zaporozhets | 2015-07-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Send 500 errors as JSON in the API | jubianchi | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | Rubocop enabled for: Use spaces inside hash literal braces | Dmitriy Zaporozhets | 2015-02-02 | 1 | -2/+2 |
| | |||||
* | Doorkeeper integration | Valery Sizov | 2014-12-24 | 1 | -0/+1 |
| | |||||
* | Split group members api | Dmitriy Zaporozhets | 2014-10-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -0/+1 |
| | |||||
* | Move branches api to separate class | Dmitriy Zaporozhets | 2014-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move project members api to separate file | Dmitriy Zaporozhets | 2014-03-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'feature/api_fle_encoded' into 'master' | Dmitriy Zaporozhets | 2014-02-18 | 1 | -0/+1 |
|\ | | | | | | | | | | | Complete api files CRUD Adds ability to read file from repository with content encoded with Base64. | ||||
| * | Extract commits API to separate file | Dmitriy Zaporozhets | 2014-02-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Fixed bug with json files content being escaped in api | Dmitriy Zaporozhets | 2014-02-18 | 1 | -0/+2 |
|/ | | | | | | | After update to recent grape env['api.format'] does not work any more. Use content_type for rendering raw json files content Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Namespaces API for admin users | Dmitriy Zaporozhets | 2013-11-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | New API: create file in repo | Dmitriy Zaporozhets | 2013-11-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | API: set gitlab-ci service for project | Dmitriy Zaporozhets | 2013-10-29 | 1 | -0/+1 |
| | |||||
* | Remove all team resources except models. Move models to deprecated directory | Dmitriy Zaporozhets | 2013-06-18 | 1 | -1/+0 |
| | |||||
* | Split Project api on several parts: deploy_keys, hooks, snippets etc | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+3 |
| | |||||
* | Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵ | Dmitriy Zaporozhets | 2013-05-27 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md | ||||
| * | [FEATURE] Basic user_teams api | Christian Simon | 2013-05-21 | 1 | -0/+1 |
| | | | | | | | | | | * Closing #3066 * Closing #3609 | ||||
* | | split repositories and projects api | Dmitriy Zaporozhets | 2013-05-23 | 1 | -0/+1 |
|/ | |||||
* | Refactor API classes. So api classes like Gitlab::Issues become API::Issues | Dmitriy Zaporozhets | 2013-05-14 | 1 | -0/+38 |