Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extent Event and Note APIextend-events-api | Dmitriy Zaporozhets | 2015-12-04 | 1 | -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 Speicher | 2015-11-22 | 1 | -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-api | Robert Schilling | 2015-11-21 | 1 | -0/+5 |
| | | | | | | | | compatibility | ||||
* | | Make tag API consistent for release feature | Robert Schilling | 2015-11-21 | 1 | -1/+2 |
|/ | |||||
* | award emoji | Valery Sizov | 2015-11-19 | 1 | -3/+1 |
| | |||||
* | Merge branch 'releases-feature' | Dmitriy Zaporozhets | 2015-11-16 | 1 | -19/+29 |
|\ | |||||
| * | Add API docs and correctly expose release api | Dmitriy Zaporozhets | 2015-11-12 | 1 | -25/+25 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Expose release notes to tags api | Dmitriy Zaporozhets | 2015-11-12 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add releases api | Dmitriy Zaporozhets | 2015-11-12 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 1 | -1/+1 |
|/ | | | | - Enable CI by default for all new projects | ||||
* | Add allow_failure field to commit status API | Stan Hu | 2015-11-03 | 1 | -1/+1 |
| | | | | Closes #3196 | ||||
* | Merge branch 'feature/api_hide_service_password' of gitlab.com:cernvcs/gitlab-cecernvcs_hide_passwrd | Valery Sizov | 2015-10-14 | 1 | -0/+12 |
|\ | |||||
| * | Hide passwords to non-admin users in the services API | Alex Lossent | 2015-10-12 | 1 | -0/+12 |
| | | | | | | | | In order to be consistent with !1490 doing it for the web interface | ||||
* | | Fix some changes | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | | |||||
* | | Add author to statuses | Kamil Trzcinski | 2015-10-12 | 1 | -0/+1 |
| | | |||||
* | | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -1/+7 |
|/ | |||||
* | api: expose note_events and enable_ssl_verification for hooks | Ben Boeckel | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-09 | 1 | -0/+4 |
|\ | |||||
| * | Add API method for get user by ID of an SSH key | Artem V. Navrotskiy | 2015-09-03 | 1 | -0/+4 |
| | | |||||
* | | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #9567 from bigsurge/bigsurge-patch-1 | Stan Hu | 2015-08-19 | 1 | -0/+1 |
|\ | | | | | add CommitNote field expose :created_at | ||||
| * | add CommitNote field expose :created_at | bigsurge | 2015-08-19 | 1 | -0/+1 |
| | | | | | | add CommitNote field expose :created_at | ||||
* | | api: add 'system', 'upvote', and 'downvote' fields to note queries | Ben Boeckel | 2015-08-12 | 1 | -0/+3 |
| | | | | | | | | This reverts commit 4c586dc7c217b3e43956919fa752a8fa4e16acb9. | ||||
* | | Merge branch 'master' into api-useremails | Douwe Maan | 2015-07-31 | 1 | -0/+10 |
|\ \ | |||||
| * | | No more web url | Douwe Maan | 2015-07-30 | 1 | -2/+10 |
| | | | |||||
| * | | Add project star and fork count, group avatar URL and user/group web URL ↵ | Douwe Maan | 2015-07-28 | 1 | -1/+3 |
| | | | | | | | | | | | | attributes to API | ||||
* | | | Add ability to manage user email addresses via the API. | Douwe Maan | 2015-07-29 | 1 | -0/+4 |
|/ / | |||||
* | | api: expose work_in_progress flag | Ben Boeckel | 2015-07-10 | 1 | -0/+1 |
| | | |||||
* | | Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries" | Stan Hu | 2015-07-09 | 1 | -3/+0 |
| | | | | | | | | This reverts commit dd4fee5fdbda07fbc09234c4b043c3c9939a6a9b. | ||||
* | | api: add 'system', 'upvote', and 'downvote' fields to note queries | Ben Boeckel | 2015-07-09 | 1 | -0/+3 |
|/ | |||||
* | API to set application settings for admin | Dmitriy Zaporozhets | 2015-07-03 | 1 | -0/+22 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add 2FA status to user admin API | Stan Hu | 2015-06-23 | 1 | -0/+1 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9391 | ||||
* | Add current_sign_in_at to api User | Sven Selberg | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Let commit model know about its project. | Douwe Maan | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | Include creator_id in project info of API | Christoph Dreis | 2015-04-10 | 1 | -0/+1 |
| | |||||
* | Modified lib/api/entities.rb to expose Project class tag_list property to ↵ | Cristian Medina | 2015-04-03 | 1 | -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 rule | Dmitriy Zaporozhets | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Expose avatar_url in projects API | sue445 | 2015-03-01 | 1 | -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 more | Dmitriy Zaporozhets | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Add internal broadcast message API. | Douwe Maan | 2015-02-07 | 1 | -0/+4 |
| | |||||
* | Merge pull request #8712 from jvanbaarsen/add-merge-request-files-endpoint | Dmitriy Zaporozhets | 2015-02-04 | 1 | -5/+11 |
|\ | | | | | Added a way to retrieve MR files | ||||
| * | Added a way to retrieve MR files | Jeroen van Baarsen | 2015-02-04 | 1 | -5/+11 |
| | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | Convert hashes to ruby 1.9 style | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+1 |
|/ | |||||
* | Add description attribute to group API (GET and POST) | Daniel Serodio | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Supporting for multiple omniauth provider for the same user | Valery Sizov | 2014-12-04 | 1 | -2/+6 |
| | |||||
* | Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into ↵ | Dmitriy Zaporozhets | 2014-11-12 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | jeroenj/gitlab-ce-commit-comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | Adds comments to commits in the API | Jeroen Jacobs | 2014-09-26 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #8224 from liammonahan/master | Valeriy Sizov | 2014-11-04 | 1 | -1/+2 |
|\ \ | | | | | | | Expose projects_limit through users API if UserFull. | ||||
| * | | Expose projects_limit through users API if UserFull. | Liam Monahan | 2014-11-02 | 1 | -1/+2 |
| | | | |||||
* | | | Expose author username in project events API | Dmitriy Zaporozhets | 2014-10-31 | 1 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |