summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
Commit message (Collapse)AuthorAgeFilesLines
* Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-0/+3
| | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'fix-award-emoji-api' into 'master' Robert Speicher2015-11-221-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | Add upvote/downvote fields to merge request and note API to preserve compatibility As discussed in !1825 we should not break the API compatibility. * This MR adds the fields `upvotes`/`downvotes` to the merge request API again, which always return `0`. * Add the fields `upvote`/`downvote` to the notes API, which always return `false` This behavior is documented in the API docs. See merge request !1867
| * Add upvote/downvote fields to merge request and note API to preserve ↵fix-award-emoji-apiRobert Schilling2015-11-211-0/+5
| | | | | | | | compatibility
* | Make tag API consistent for release featureRobert Schilling2015-11-211-1/+2
|/
* award emojiValery Sizov2015-11-191-3/+1
|
* Merge branch 'releases-feature'Dmitriy Zaporozhets2015-11-161-19/+29
|\
| * Add API docs and correctly expose release apiDmitriy Zaporozhets2015-11-121-25/+25
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Expose release notes to tags apiDmitriy Zaporozhets2015-11-121-0/+6
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add releases apiDmitriy Zaporozhets2015-11-121-0/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Expose CI enable option in project featuresKamil Trzcinski2015-11-131-1/+1
|/ | | | - Enable CI by default for all new projects
* Add allow_failure field to commit status APIStan Hu2015-11-031-1/+1
| | | | Closes #3196
* Merge branch 'feature/api_hide_service_password' of gitlab.com:cernvcs/gitlab-cecernvcs_hide_passwrdValery Sizov2015-10-141-0/+12
|\
| * Hide passwords to non-admin users in the services APIAlex Lossent2015-10-121-0/+12
| | | | | | | | In order to be consistent with !1490 doing it for the web interface
* | Fix some changesKamil Trzcinski2015-10-121-1/+1
| |
* | Add author to statusesKamil Trzcinski2015-10-121-0/+1
| |
* | Implement Commit Status APIKamil Trzcinski2015-10-121-1/+7
|/
* api: expose note_events and enable_ssl_verification for hooksBen Boeckel2015-09-241-1/+1
|
* Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-091-0/+4
|\
| * Add API method for get user by ID of an SSH keyArtem V. Navrotskiy2015-09-031-0/+4
| |
* | Groundwork for merging CI into CEDouwe Maan2015-08-251-2/+2
|/
* 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>