Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify CI features in projects APIci/api-projects | Tomasz Maczukin | 2016-01-11 | 1 | -20/+1 |
| | |||||
* | Update ./doc/api | Tomasz Maczukin | 2016-01-07 | 1 | -3/+33 |
| | |||||
* | Revert upvotes and downvotes params to MR API | Valery Sizov | 2015-12-28 | 2 | -14/+6 |
| | |||||
* | Add API support for looking up a user by username | Stan Hu | 2015-12-24 | 1 | -1/+11 |
| | | | | Needed to support Huboard | ||||
* | Add project permissions to all project API endpoints | Stan Hu | 2015-12-22 | 1 | -0/+10 |
| | | | | This standardizes all the project API formats. Also needed to support Huboard. | ||||
* | Api support for requesting starred projects for user | Zeger-Jan van de Weg | 2015-12-16 | 1 | -0/+15 |
| | | | | Fixes #4112 | ||||
* | Merge branch 'add-open-issues-count-to-api' of ↵ | Dmitriy Zaporozhets | 2015-12-16 | 1 | -0/+3 |
|\ | | | | | | | | | | | https://gitlab.com/stanhu/gitlab-ce Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add open_issues_count to project API | Stan Hu | 2015-12-11 | 1 | -0/+3 |
| | | | | | | | | This is needed to support Huboard and a generally useful value. | ||||
* | | Merge branch 'ci-project-migrate' into 'master' | Kamil Trzciński | 2015-12-14 | 1 | -3/+0 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987 | ||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #9850 from davydovanton/doc-fix-typos | Stan Hu | 2015-12-10 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix typos in all docs | ||||
| * | Fix typos in all docs [skip ci] | Anton Davydov | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'remove-default-branch-option-from-doc' into 'master' | Dmitriy Zaporozhets | 2015-12-09 | 1 | -1/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove default_branch from project API creation documentation The docs erroneously included `default_branch` as an option in project creation, but this field does not make sense because a new project has an empty repo with no branches. Closes #3937 See merge request !2034 | ||||
| * | | Remove default_branch from project API creation since an empty repository | Stan Hu | 2015-12-08 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | has no branches to start. Closes #3937 | ||||
* | | | Merge branch 'master' into merge-if-green | Douwe Maan | 2015-12-08 | 1 | -3/+67 |
|\ \ \ | |/ / | | | | | | | | | | | | | # Conflicts: # app/views/projects/merge_requests/widget/_heading.html.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml | ||||
| * | | Merge branch 'master' into ui/dashboard-new-issue | Douwe Maan | 2015-12-07 | 3 | -8/+117 |
| |\ \ | |||||
| * | | | Add API group projects endpoint. | Douwe Maan | 2015-12-07 | 1 | -3/+67 |
| | |/ | |/| | |||||
* | | | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-12-07 | 5 | -24/+166 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'extend-events-api' | Dmitriy Zaporozhets | 2015-12-04 | 2 | -7/+79 |
| |\ \ | |||||
| | * | | Extent Event and Note APIextend-events-api | Dmitriy Zaporozhets | 2015-12-04 | 2 | -7/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | | | Improve docsmr-commits-api | Dmitriy Zaporozhets | 2015-12-04 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | Add API endpoint to fetch merge request commits list | Dmitriy Zaporozhets | 2015-12-04 | 1 | -0/+39 |
| |/ / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Fix wrong doc in merge request API | Dmitriy Zaporozhets | 2015-12-04 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'fix-award-emoji-api' into 'master' | Robert Speicher | 2015-11-22 | 2 | -10/+33 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -10/+33 |
| | | | | | | | | | | | | compatibility | ||||
| * | | Allow editing a release in API via PUT method | Robert Schilling | 2015-11-21 | 1 | -0/+23 |
| | | | |||||
| * | | Only allow to create a release if it does not exist yet | Robert Schilling | 2015-11-21 | 1 | -1/+2 |
| | | | |||||
| * | | Use POST to create a new release instead of PUT | Robert Schilling | 2015-11-21 | 1 | -3/+3 |
| | | | |||||
| * | | API: Return 404 if the tag for a release does not exist | Robert Schilling | 2015-11-21 | 1 | -1/+2 |
| | | | |||||
| * | | Make tag API consistent for release feature | Robert Schilling | 2015-11-21 | 1 | -5/+5 |
| |/ | |||||
| * | Add tags page to readme [ci skip]api-tags-doc | Robert Schilling | 2015-11-21 | 1 | -0/+1 |
| | | |||||
| * | award emoji | Valery Sizov | 2015-11-19 | 2 | -18/+2 |
| | | |||||
* | | Refactor MergeWhenBuildSucceedsService and incorporate feedback | Zeger-Jan van de Weg | 2015-11-23 | 1 | -5/+3 |
| | | |||||
* | | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-11-18 | 5 | -79/+120 |
|\ \ | |/ | |||||
| * | Fix md syntax in doc/api/commits.md | Den Girnyk | 2015-11-17 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'releases-feature' | Dmitriy Zaporozhets | 2015-11-16 | 2 | -74/+106 |
| |\ | |||||
| | * | Improve english textreleases-feature | Dmitriy Zaporozhets | 2015-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | Add API docs and correctly expose release api | Dmitriy Zaporozhets | 2015-11-12 | 1 | -0/+31 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | Move git tags API to separate file | Dmitriy Zaporozhets | 2015-11-12 | 2 | -74/+75 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 1 | -0/+6 |
| |/ | | | | | | | - Enable CI by default for all new projects | ||||
| * | Add allow_failure field to commit status API | Stan Hu | 2015-11-03 | 1 | -2/+4 |
| | | | | | | | | Closes #3196 | ||||
| * | Add ability to fetch the commit ID of the last commit that actually touched ↵api_file_touched_at | Valery Sizov | 2015-11-02 | 1 | -1/+2 |
| | | | | | | | | a file | ||||
* | | API support, incorporated feedback | Zeger-Jan van de Weg | 2015-11-18 | 1 | -5/+55 |
|/ | |||||
* | [ci skip] Add missing parameters in API doc | sue445 | 2015-10-14 | 1 | -0/+2 |
| | |||||
* | Small bug fixes | Kamil Trzcinski | 2015-10-12 | 1 | -1/+0 |
| | |||||
* | Add Commit Status documentation | Kamil Trzcinski | 2015-10-12 | 1 | -0/+82 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -1/+2 |
| | |||||
* | api: add enable_ssl_verification to PUT/POST hooks | Ben Boeckel | 2015-09-24 | 1 | -0/+2 |
| | |||||
* | doc: list note_events as a valid parameter for PUT/POST hooks | Ben Boeckel | 2015-09-24 | 1 | -0/+2 |
| | |||||
* | api: expose note_events and enable_ssl_verification for hooks | Ben Boeckel | 2015-09-24 | 1 | -0/+2 |
| |