Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | Create RepoTag Grape entity and present it when doing stuff with tags via ↵ | Sean Edge | 2014-10-30 | 1 | -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 api | Kirill Zaitsev | 2014-10-03 | 1 | -1/+2 |
|/ | |||||
* | Fix finder and tests for new membership models | Dmitriy Zaporozhets | 2014-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix access_level api | Dmitriy Zaporozhets | 2014-09-15 | 1 | -5/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7479 from Razer6/feature/labels_api | Dmitriy Zaporozhets | 2014-08-15 | 1 | -1/+1 |
|\ | | | | | Implement complete labels API (create/delete/update) | ||||
| * | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #6788 from CingleVue/master | Dmitriy Zaporozhets | 2014-08-13 | 1 | -0/+2 |
|\ \ | |/ |/| | Patched `MergeRequest` to return more data. | ||||
| * | Patched `MergeRequest` to return more data. | mabdullah-cinglevue | 2014-08-01 | 1 | -1/+2 |
| | | | | | | | | Added milestone to merge_requests instead of milestone id. | ||||
| * | # This is a combination of 2 commits. | mabdullah-cinglevue | 2014-08-01 | 1 | -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 Zaporozhets | 2014-08-11 | 1 | -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 Taedcke | 2014-07-25 | 1 | -0/+1 |
| | | |||||
* | | Fix old api compatibility and tests | Dmitriy Zaporozhets | 2014-07-30 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Git::Compare does not have limit param any more | Dmitriy Zaporozhets | 2014-07-29 | 1 | -4/+4 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use Contributor class instead of hash | Dmitriy Zaporozhets | 2014-07-02 | 1 | -0/+4 |
| | |||||
* | Dont expose user email via API | Dmitriy Zaporozhets | 2014-06-13 | 1 | -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 feature | Dmitriy Zaporozhets | 2014-06-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Better specs for Compare API | Dmitriy Zaporozhets | 2014-05-27 | 1 | -1/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Expose timeout and same_ref compare fields | Dmitriy Zaporozhets | 2014-05-27 | 1 | -0/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add compare branches endpoint to API | Dmitriy Zaporozhets | 2014-05-26 | 1 | -0/+17 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #6778 from dblessing/feature/mr_labels | Dmitriy Zaporozhets | 2014-05-13 | 1 | -0/+1 |
|\ | | | | | Merge Request Labels | ||||
| * | Implement Merge Request Labels | Drew Blessing | 2014-05-13 | 1 | -0/+1 |
| | | |||||
* | | Expose archive status of projects in API | Marcus Ilgner | 2014-04-18 | 1 | -0/+1 |
|/ | | | | | That way clients like Gitlab CI can decide to show or hide projects based on that information | ||||
* | Expose event and and mergerequest timestamps in API, make code more DRY. | Mart Sõmermaa | 2014-04-10 | 1 | -4/+5 |
| | |||||
* | added api method to return labels of a given project | Ábner Silva de Oliveira | 2014-03-21 | 1 | -0/+4 |
| | |||||
* | Fix tests | Dmitriy Zaporozhets | 2014-03-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add tests for API project permissions info | Dmitriy Zaporozhets | 2014-03-17 | 1 | -1/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove old entities | Dmitriy Zaporozhets | 2014-03-17 | 1 | -12/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add current user permissions info to /api/projects/:id.json | Dmitriy Zaporozhets | 2014-03-17 | 1 | -1/+23 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Also expose username for the /discover endpoint | Jeroen van Baarsen | 2014-02-20 | 1 | -1/+1 |
| | | | | Fixes #6328 | ||||
* | Show avatars in ajax user selectbox | Dmitriy Zaporozhets | 2014-02-13 | 1 | -0/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve code according to new gitlab_git | Dmitriy Zaporozhets | 2014-02-04 | 1 | -1/+20 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #6075 from skv-headless/remove_deprecated_finders | Dmitriy Zaporozhets | 2014-01-22 | 1 | -4/+4 |
|\ | | | | | Remove deprecated finders | ||||
| * | Remove deprecated finders | skv | 2014-01-19 | 1 | -4/+4 |
| | | |||||
* | | Add website url to user | Jerome Dalbert | 2014-01-18 | 1 | -1/+1 |
|/ |