summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-141-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (51 commits) Fix version Fix specs and rubocop warnings Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages fixed LDAP activation on login to use new ldap_blocked state Fix Admin/Users view to position buttons without spacing magic Update to Go 1.5.3 Fix the undefinded variable error in Project's safe_import_url method Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Fix misaligned edit button in milestone collection partial Update button styles for Milestones#show Modify builds API documentation style [ci skip] Modify :ci_variable factory Ensure the API doesn't return notes that the current user shouldn't see Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add spec for Note#cross_reference_not_visible_for? Remove (invalid) timestamp formatting Move `BroadcastMessage#status` to a helper since it's presentational Update CHANGELOG ... Conflicts: doc/api/README.md lib/api/api.rb lib/api/entities.rb
| * Remove blank lineTomasz Maczukin2016-01-121-1/+0
| |
| * Add features for list and show details of variables in APITomasz Maczukin2015-12-311-0/+2
| |
* | Add some fixesTomasz Maczukin2016-01-121-1/+0
| |
* | Add builds API (listing, showing trace)Tomasz Maczukin2015-12-241-0/+2
|/
* Reimplement Trigger APIKamil Trzcinski2015-12-111-0/+1
|
* Move git tags API to separate fileDmitriy Zaporozhets2015-11-121-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-1/+1
| | | | Rails Autoload find file to require is use , APIHelpers -> api_helpers.rb, not helpers.rb;
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+1
|
* Add API method for get user by ID of an SSH keyArtem V. Navrotskiy2015-09-031-0/+1
|
* API to set application settings for adminDmitriy Zaporozhets2015-07-031-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Send 500 errors as JSON in the APIjubianchi2015-04-271-1/+1
|
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-2/+2
|
* Doorkeeper integrationValery Sizov2014-12-241-0/+1
|
* Split group members apiDmitriy Zaporozhets2014-10-291-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add, delete labels via APIRobert Schilling2014-08-131-0/+1
|
* Move branches api to separate classDmitriy Zaporozhets2014-03-311-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move project members api to separate fileDmitriy Zaporozhets2014-03-171-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'feature/api_fle_encoded' into 'master'Dmitriy Zaporozhets2014-02-181-0/+1
|\ | | | | | | | | | | Complete api files CRUD Adds ability to read file from repository with content encoded with Base64.
| * Extract commits API to separate fileDmitriy Zaporozhets2014-02-181-0/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fixed bug with json files content being escaped in apiDmitriy Zaporozhets2014-02-181-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 usersDmitriy Zaporozhets2013-11-151-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New API: create file in repoDmitriy Zaporozhets2013-11-071-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* API: set gitlab-ci service for projectDmitriy Zaporozhets2013-10-291-0/+1
|
* Remove all team resources except models. Move models to deprecated directoryDmitriy Zaporozhets2013-06-181-1/+0
|
* Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets2013-06-061-0/+3
|
* Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵Dmitriy Zaporozhets2013-05-271-0/+1
|\ | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md
| * [FEATURE] Basic user_teams apiChristian Simon2013-05-211-0/+1
| | | | | | | | | | * Closing #3066 * Closing #3609
* | split repositories and projects apiDmitriy Zaporozhets2013-05-231-0/+1
|/
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-0/+38