summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'zj-feature-gate-remove-http-api' into 'master'Douwe Maan2018-04-041-0/+8
|\ \ | | | | | | | | | | | | Allow feature gate removal through the API See merge request gitlab-org/gitlab-ce!18146
| * | Allow feature gate removal through the APIzj-feature-gate-remove-http-apiZeger-Jan van de Weg2018-04-031-0/+8
| | | | | | | | | | | | | | | | | | Features could be listed and added through the api, now also removed. This was needed in the case of gitlab.com as the number of gates that were ever used just grows and cleaning up is hard.
* | | Resolve "Allow the configuration of a project's merge method via the API"Jan2018-04-041-0/+28
|/ /
* | Merge branch 'jramsay-list-commit-statuses-docs' into 'master'Douwe Maan2018-04-021-2/+3
|\ \ | | | | | | | | | | | | Add pagination docs to commit status API See merge request gitlab-org/gitlab-ce!18124
| * | Add pagination docs to commit status APIjramsay-list-commit-statuses-docsJames Ramsay2018-04-011-2/+3
| | |
* | | Update docs for API for issue and merge request description templatesVictor Wu2018-04-021-0/+4
|/ /
* | Extend API for exporting a project with direct upload URLFrancisco Javier López2018-03-301-2/+17
| |
* | Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern2018-03-301-0/+48
|\ \ | | | | | | | | | | | | Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042
| * | added missing space in docs and a changeloghaseeb2018-03-061-2/+2
| | |
| * | note addedhaseeb2018-03-031-0/+21
| | |
| * | documentation updatedhaseeb2018-02-281-0/+27
| | |
* | | Backport part of the doc/api/jobs.md file from EERémy Coutable2018-03-301-5/+9
| |/ |/| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'event-api-time-limit-docs' into 'master'Rémy Coutable2018-03-291-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Update events.md with time period limit documentation Closes #35912 See merge request gitlab-org/gitlab-ce!17941
| * | Update events.md with time period limit documentationKyle Lemon2018-03-221-0/+4
| | |
* | | Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński2018-03-291-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
| * | | Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-3/+3
| | | |
| * | | Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-281-3/+3
| | | |
| * | | Add support for job_upper_timeout in APITomasz Maczukin2018-03-281-2/+5
| | | |
* | | | Allow merge requests related to a commit to be found via APIMark Fletcher2018-03-261-0/+68
|/ / / | | | | | | | | | | | | - Original work for the web interface here: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13713
* | | Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-261-0/+4
|/ / | | | | | | Closes #23460
* | Optional '/-/' delimiter for search APIJan Provaznik2018-03-191-13/+13
| | | | | | | | | | | | | | | | | | '/-/' delimiter is used only in UI, in API we don't use it for other endpoints. To align search endpoints with the rest of API endpoints, this patch makes '/-/' optional for existing endpoints (to keep backward compatibility). Documentation is updated to prefer paths without '/-/'.
* | Adds the option to override project description on export via APITiago Botelho2018-03-161-1/+2
| | | | | | | | and fixes the project description not being imported
* | Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan2018-03-071-29/+33
|\ \ | | | | | | | | | | | | | | | | | | Allow maintainers to push forks of a project for branches that have open MRs Closes #22292 See merge request gitlab-org/gitlab-ce!17395
| * | Add documentation for allowing maintainers to pushBob Van Landuyt2018-03-071-2/+2
| | |
| * | Set `allow_maintainer_to_push` using the APIBob Van Landuyt2018-03-071-29/+33
| | |
* | | Minor fixes in API docJan Provaznik2018-03-072-2/+2
|/ /
* | Merge branch 'jprovazn-api' into 'master'Sean McGivern2018-03-073-17/+472
|\ \ | | | | | | | | | | | | Add discussion API See merge request gitlab-org/gitlab-ce!17510
| * | Add discussion APIjprovazn-apiJan Provaznik2018-03-073-17/+472
| | | | | | | | | | | | | | | * adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
* | | Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-069-7/+494
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * \ \ Merge branch '29130-api-project-export' into 'master'Sean McGivern2018-03-061-1/+81
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860
| | * | | review: add note about _links present when export is finishedTravis Miller2018-02-281-0/+2
| | | | |
| | * | | review: fix docsTravis Miller2018-02-281-3/+3
| | | | |
| | * | | Add project export API documentationTravis Miller2018-02-281-0/+78
| | | |/ | | |/|
| * | | Projects and groups badges APIFrancisco Javier López2018-03-055-0/+389
| | | |
| * | | Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern2018-03-052-6/+20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API support for selecting only updated issues before/after a given date" Closes #41616 See merge request gitlab-org/gitlab-ce!17417
| | * | | Adds updated_at filter to issues and merge_requests APIJacopo2018-03-052-6/+20
| | | | |
| * | | | Update API: add search param to branchesbunufi2018-03-051-0/+1
| | | | |
| * | | | Add a note about the "List MR pipelines" endpoint only being available from ↵Jakub Kadlubiec2018-03-051-0/+3
| | |_|/ | |/| | | | | | | | | | 10.5.0
* | | | Bring one group board to CEFelipe Artur2018-03-032-0/+285
|/ / /
* | | expose metrics in merge request apihaseeb2018-03-021-12/+32
|/ /
* | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into ↵Douwe Maan2018-03-011-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Allow API method /projects/:id/repository/commits to work over all commits" Closes #42434 See merge request gitlab-org/gitlab-ce!17182
| * | Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-011-0/+3
| | |
* | | Merge branch '43425-projects-hooks-confidential-issues-events' into 'master'Rémy Coutable2018-03-012-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Projects hooks : confidential_issues_events" Closes #43425 See merge request gitlab-org/gitlab-ce!17370
| * | | align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz2018-03-012-0/+4
| | |/ | |/|
* | | Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable2018-03-011-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Add source and target branch filters to merge requests API Closes #42492 See merge request gitlab-org/gitlab-ce!17355
| * | Add source and target branch filters to merge requests APISean McGivern2018-03-011-0/+4
| |/
* | Correcting documentation about project hooks settingsThomas Dudouet2018-02-231-1/+1
|/
* Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'Sean McGivern2018-02-163-0/+79
|\ | | | | | | | | | | | | Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025
| * update docsJames Lopez2018-02-163-4/+5
| |
| * refactor code based on feedbackJames Lopez2018-02-141-1/+1
| |