summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add API method for get user by ID of an SSH keyArtem V. Navrotskiy2015-09-031-0/+4
|
* Merge pull request #9567 from bigsurge/bigsurge-patch-1Stan Hu2015-08-191-0/+1
|\ | | | | add CommitNote field expose :created_at
| * add CommitNote field expose :created_atbigsurge2015-08-191-0/+1
| | | | | | add CommitNote field expose :created_at
* | api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-08-121-0/+3
| | | | | | | | This reverts commit 4c586dc7c217b3e43956919fa752a8fa4e16acb9.
* | Merge branch 'master' into api-useremailsDouwe Maan2015-07-311-0/+10
|\ \
| * | No more web urlDouwe Maan2015-07-301-2/+10
| | |
| * | Add project star and fork count, group avatar URL and user/group web URL ↵Douwe Maan2015-07-281-1/+3
| | | | | | | | | | | | attributes to API
* | | Add ability to manage user email addresses via the API.Douwe Maan2015-07-291-0/+4
|/ /
* | api: expose work_in_progress flagBen Boeckel2015-07-101-0/+1
| |
* | Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"Stan Hu2015-07-091-3/+0
| | | | | | | | This reverts commit dd4fee5fdbda07fbc09234c4b043c3c9939a6a9b.
* | api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-07-091-0/+3
|/
* API to set application settings for adminDmitriy Zaporozhets2015-07-031-0/+22
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add 2FA status to user admin APIStan Hu2015-06-231-0/+1
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9391
* Add current_sign_in_at to api UserSven Selberg2015-05-041-1/+1
|
* Let commit model know about its project.Douwe Maan2015-04-241-2/+2
|
* Include creator_id in project info of APIChristoph Dreis2015-04-101-0/+1
|
* Modified lib/api/entities.rb to expose Project class tag_list property to ↵Cristian Medina2015-04-031-1/+1
| | | | | | | | the API 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
* Enable ParenthesesAsGroupedExpression ruleDmitriy Zaporozhets2015-03-021-1/+1
|
* Expose avatar_url in projects APIsue4452015-03-011-0/+1
| | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog
* Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets2015-02-171-1/+1
|
* Add internal broadcast message API.Douwe Maan2015-02-071-0/+4
|
* Merge pull request #8712 from jvanbaarsen/add-merge-request-files-endpointDmitriy Zaporozhets2015-02-041-5/+11
|\ | | | | Added a way to retrieve MR files
| * Added a way to retrieve MR filesJeroen van Baarsen2015-02-041-5/+11
| | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | Convert hashes to ruby 1.9 styleDmitriy Zaporozhets2015-02-021-1/+1
|/
* Add description attribute to group API (GET and POST)Daniel Serodio2015-01-161-1/+1
|
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-2/+6
|
* Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into ↵Dmitriy Zaporozhets2014-11-121-0/+8
|\ | | | | | | | | | | | | | | | | jeroenj/gitlab-ce-commit-comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * Adds comments to commits in the APIJeroen Jacobs2014-09-261-0/+8
| |
* | Merge pull request #8224 from liammonahan/masterValeriy Sizov2014-11-041-1/+2
|\ \ | | | | | | Expose projects_limit through users API if UserFull.
| * | Expose projects_limit through users API if UserFull.Liam Monahan2014-11-021-1/+2
| | |
* | | Expose author username in project events APIDmitriy Zaporozhets2014-10-311-0/+6
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Create RepoTag Grape entity and present it when doing stuff with tags via ↵Sean Edge2014-10-301-0/+19
| | | | | | | | 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.
* | Add tag_push_events to project hook apiKirill Zaitsev2014-10-031-1/+2
|/
* Fix finder and tests for new membership modelsDmitriy Zaporozhets2014-09-151-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix access_level apiDmitriy Zaporozhets2014-09-151-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #7479 from Razer6/feature/labels_apiDmitriy Zaporozhets2014-08-151-1/+1
|\ | | | | Implement complete labels API (create/delete/update)
| * Add, delete labels via APIRobert Schilling2014-08-131-1/+1
| |
* | Merge pull request #6788 from CingleVue/masterDmitriy Zaporozhets2014-08-131-0/+2
|\ \ | |/ |/| Patched `MergeRequest` to return more data.
| * Patched `MergeRequest` to return more data.mabdullah-cinglevue2014-08-011-1/+2
| | | | | | | | Added milestone to merge_requests instead of milestone id.
| * # This is a combination of 2 commits.mabdullah-cinglevue2014-08-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: Patched `MergeRequest` to return more data. Patched `MergeRequest` to return the `description` & `milestone` Conflicts: lib/api/entities.rb # This is the 2nd commit message: Update merge_requests.md Update documentation for merge request endpoint adding support for description.
* | Merge branch 'add_complete_commit_message_to_api' of ↵Dmitriy Zaporozhets2014-08-111-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | https://gitlab.com/christian.taedcke/gitlab-ce into christian.taedcke/gitlab-ce-add_complete_commit_message_to_api Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * Add full commit message to commit api as field message.Christian Taedcke2014-07-251-0/+1
| |
* | Fix old api compatibility and testsDmitriy Zaporozhets2014-07-301-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Git::Compare does not have limit param any moreDmitriy Zaporozhets2014-07-291-4/+4
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use Contributor class instead of hashDmitriy Zaporozhets2014-07-021-0/+4
|
* Dont expose user email via APIDmitriy Zaporozhets2014-06-131-16/+15
| | | | | | | | | | | | | To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Better specs for Compare APIDmitriy Zaporozhets2014-05-271-1/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Expose timeout and same_ref compare fieldsDmitriy Zaporozhets2014-05-271-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>