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-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-05Small markdown tweaks to clear kramdown warningsMarcel Amirault
Fixing square brackets, links, etc in: merge_requests.md vulnerabilities.md issues.md issues_statistics.md pipelines.md services.md group_milestones.md milestones.md runners.md changelog.md issue_workflow.md elasticsearch.md api_graphql_styleguide.md automatic_ce_ee_merge.md file_storage.md architecture.md database_debugging.md index.md index.md frontend_testing.md pry_debugging.md vue.md development_process.md
2019-05-06Implement support for CI variables of type fileKrasimir Angelov
Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
2019-04-09Add new permission model `read-pipeline-variable`Agustin Henze
Used to get the variables via the API endpoint `/projects/:id/pipelines/:pipeline_id/variables` Signed-off-by: Agustin Henze <tin@redhat.com>
2019-01-04Replace look-alike token with '<your_access_token>'Achilleas Pipinellis
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
2018-11-13Move pipeline delete docs to endMatija Čupić
2018-11-12Add docs for deleting a pipeline via APIMatija Čupić
2018-07-19Expose web_url attribute in PipelineBasic and JobBasicRobert Speicher
2018-07-16Update pipelines.md to have correct curl commandsAlex Holland
2018-06-05Removes variables from pipelines apiJacopo
2018-06-01Review 1Jacopo
2018-06-01Rename variables_attributes => variables and adds spec for exclude/only optionJacopo
2018-06-01Adds variables to POST api/v4/projects/:id/pipelineJacopo
2018-04-27Add sha filter to list pipelinesJames Ramsay
To find the pipeline for a specific sha requires scanning the list of all pipelines for a ref that contains the sha. This makes it hard to find the pipeline id needed to access a trace for a specific job run in the pipeline using the API.
2017-10-31Fix example typo.Lawrence
2017-05-02Improve documentationShinya Maeda
2017-05-02Revise documentsShinya Maeda
2017-05-02Adopt awesome axil ideaShinya Maeda
2017-05-02Revise document. string to boolean.Shinya Maeda
2017-05-02No need to support sha for sortingShinya Maeda
2017-05-02Reduce playable columns for sortingShinya Maeda
2017-05-02Add name(User)Shinya Maeda
2017-05-02Fix inappropriate words in docShinya Maeda
2017-05-02Add specs. Plus, minor fixes.Shinya Maeda
2017-05-02Fixed those points.Shinya Maeda
- username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs
2017-04-10Fix wrong copy edits for URL-encoded substitutions in API docsAchilleas Pipinellis
2017-04-08Mention URL path encoding to all API docsAchilleas Pipinellis
2017-03-06Rename build to job in the docsZ.J. van de Weg
2017-03-03Expose pipelines as PipelineBasic `projects/:id/pipelines`Toon Claes
The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`.
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-02-20fixed specs + docsdimitrieh
2016-11-25Add docs for pipeline coverageZ.J. van de Weg
[ci skip]
2016-11-19Add api endpoint for creating a pipelineIdo Leibovich
Add a new endpoint in the new API for creating a new pipeline, and return the details of that pipeline.
2016-10-13Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-18Add docs on API for pipelines, plus minor fixesZ.J. van de Weg