Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-15Refactor of API landing pageEvan Read
- Breaks up into more sections. - Also minor fixes to pages within sections.
2019-01-04Replace look-alike token with '<your_access_token>'Achilleas Pipinellis
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
2018-07-10Update project_import_export.md. Removed cURL statementMichael Leopard
2018-07-10Update project_import_export.md to include example remote import script and ↵Michael Leopard
additional curl command
2018-04-23Fix minor typosJames Ramsay
2018-04-06Extend API for importing a project export with overwrite supportFrancisco Javier López
2018-04-05Override values from JSON with import dataBob Van Landuyt
This overrides values defined in the project JSON with the values provided in project.import_data.data['override_params']. These could be passed from the API.
2018-03-30Extend API for exporting a project with direct upload URLFrancisco Javier López
2018-03-16Adds the option to override project description on export via APITiago Botelho
and fixes the project description not being imported
2018-03-01review: add note about _links present when export is finishedTravis Miller
2018-03-01review: fix docsTravis Miller
2018-03-01Add project export API documentationTravis Miller
2018-02-16update docsJames Lopez
2018-02-14refactor code based on feedbackJames Lopez
2018-02-13update docsJames Lopez
2018-02-13add docs and changelogJames Lopez