Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of `is_image` in FileUploader | Rémy Coutable | 2016-07-19 | 1 | -1/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'api-docs-typos' into 'master' | Achilleas Pipinellis | 2016-07-09 | 1 | -35/+42 |
|\ | | | | | | | | | Fix typos in API documentation See merge request !4949 | ||||
| * | projects: add container_registry_enabled to API docs | Ben Boeckel | 2016-06-27 | 1 | -0/+7 |
| | | |||||
| * | docs: fix some typos | Ben Boeckel | 2016-06-27 | 1 | -35/+35 |
| | | |||||
* | | Merge branch 'edgemaster/gitlab-ce-patch-missing-api-docs' | Rémy Coutable | 2016-07-08 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | | | | See !4096. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | API Docs: Add missing project option shared_runners_enabled | Thomas Wood | 2016-05-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Introduced into the API in e80e3f53 [ci skip] | ||||
* | | | Merge branch 'api-shared-projects' into 'master' | Rémy Coutable | 2016-07-08 | 1 | -7/+30 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Api shared projects ## What does this MR do? Exposes the shared projects in the group endpoint ## What are the relevant issue numbers? Builds upon !5148 and closes #18780 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5150 | ||||
| * | | | Expose shared groups for projectsapi-shared-groups | Robert Schilling | 2016-07-08 | 1 | -7/+30 |
| | |/ | |/| | |||||
* | | | Fix unarchive mistake | Sergey Gnuskov | 2016-07-07 | 1 | -1/+1 |
|/ / | |||||
* | | Update docs/api/projects.md with container registry enabled option | Kamil Trzcinski | 2016-05-09 | 1 | -0/+3 |
|/ | |||||
* | Styling changes to code and docs | Robert Schilling | 2016-04-13 | 1 | -1/+0 |
| | |||||
* | Make staring API more restful | Robert Schilling | 2016-04-13 | 1 | -6/+6 |
| | |||||
* | API: Star and unstar a project | Robert Schilling | 2016-04-13 | 1 | -0/+127 |
| | |||||
* | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687 | Zeger-Jan van de Weg | 2016-04-12 | 1 | -2/+4 |
| | |||||
* | PUT becomes POST on archiving endpoints | Zeger-Jan van de Weg | 2016-03-24 | 1 | -10/+12 |
| | | | | | Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs | ||||
* | Add endpoints for archiving and unarchiving | Zeger-Jan van de Weg | 2016-03-23 | 1 | -0/+164 |
| | |||||
* | Bring share project with group API from EEshare-project-ce | Dmitriy Zaporozhets | 2016-03-13 | 1 | -0/+14 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Rename allow_guest_to_access_builds to public_builds | Kamil Trzcinski | 2016-02-04 | 1 | -5/+5 |
| | |||||
* | Expose allow_guest_to_access_builds in GitLab API | Kamil Trzcinski | 2016-02-04 | 1 | -2/+8 |
| | |||||
* | Change 'public' flag to more robust 'visibility' query. | Josh Frye | 2016-01-19 | 1 | -4/+4 |
| | |||||
* | Update all docs for public param | Josh Frye | 2016-01-19 | 1 | -0/+3 |
| | |||||
* | Add public params to GET /projects api. Closes #3788 | Josh Frye | 2016-01-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'ci/api-projects' into 'master' | Douwe Maan | 2016-01-13 | 1 | -3/+14 |
|\ | | | | | | | | | | | | | Extend projects API with CI data Reference #4264 See merge request !2303 | ||||
| * | 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 |
| | | |||||
* | | Add API project upload endpoint | Douwe Maan | 2016-01-07 | 1 | -0/+28 |
|/ | |||||
* | 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. | ||||
* | | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -3/+0 |
|/ | |||||
* | 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 | ||||
* | Extent Event and Note APIextend-events-api | Dmitriy Zaporozhets | 2015-12-04 | 1 | -4/+67 |
| | | | | | | | | * 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> | ||||
* | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 1 | -0/+6 |
| | | | | - Enable CI by default for all new projects | ||||
* | 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 |
| | |||||
* | Make sure webhooks are mentioned at the top level. | Sytse Sijbrandij | 2015-07-08 | 1 | -4/+7 |
| | |||||
* | update API docproject_api_order | Valery Sizov | 2015-05-14 | 1 | -0/+3 |
| | |||||
* | Update API documentation of projects with creator_id | Christoph Dreis | 2015-04-10 | 1 | -0/+3 |
| | |||||
* | Modified lib/api/entities.rb to expose Project class tag_list property to ↵ | Cristian Medina | 2015-04-03 | 1 | -0/+12 |
| | | | | | | | | 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 | ||||
* | Expose avatar_url in projects API | sue445 | 2015-03-01 | 1 | -3/+6 |
| | | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog | ||||
* | Extend project web hooks with more data | Dmitriy Zaporozhets | 2015-02-20 | 1 | -0/+18 |
| | | | | | | * add git_http_url and git_ssh_url to project web hook * add visibility_level to project web hook * add documentation about project visibility_level in API | ||||
* | Refactor and improve sorting objects in API for projects, issues and merge ↵ | Dmitriy Zaporozhets | 2015-02-05 | 1 | -2/+16 |
| | | | | requests | ||||
* | Fix a number of discovered typos, capitalization of developer and | Ewan Edwards | 2015-02-03 | 1 | -1/+1 |
| | | | | product names, plus a couple of instances of bad Markdown markup. | ||||
* | Implement edit via API for projects | Mika Mäenpää | 2015-01-22 | 1 | -0/+25 |
| | |||||
* | Add search filter option on project api for authorized projects. | Marin Jankovski | 2015-01-12 | 1 | -0/+1 |
| | |||||
* | Updated projects api to allow ordering | Stephan van Leeuwen | 2014-12-29 | 1 | -3/+7 |
| | | | | | Added support for order_by and sort parameters, to sort the projects by the specified values. Updated projects api documentation including the order_by and sort parameters | ||||
* | Expose author username in project events API | Dmitriy Zaporozhets | 2014-10-31 | 1 | -0/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add tag_push_events to project hook api | Kirill Zaitsev | 2014-10-03 | 1 | -0/+2 |
| |