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
2021-09-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-29Jobs: use curl --location to follow redirectsDamian Nowak
Required to fetch artifacts/logs if AWS is used as the storage backend.
2019-07-14Update job artifact download docsMatija Čupić
2019-07-09Remove extra whitespaces in docsMarcel Amirault
Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-06-27Add `--globoff` flag to the curl command for Jobs API.Jean-Pierre Huynh
The existing command fail in some cases with the following error `curl: (3) [globbing] bad range specification in column 56`. This was found when running cURL from a `python:3.7` container that comes with curl version `7.52.1`. ``` root@91963a56cd8f:/# curl --version curl 7.52.1 (x86_64-pc-linux-gnu) libcurl/7.52.1 OpenSSL/1.0.2r zlib/1.2.8 libidn2/0.16 libpsl/0.17.0 (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL ``` This doesn't seem to be an issue with `curl 7.58.0` but it doesn't hurt to have that flag enabled.
2019-06-06Docs: Merge 5 api docs from EE to CEMarcel Amirault
2019-05-21Add allow_failure attribute to Job APIFabio Pitino
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
2019-03-06API: delete job_artifacts of a single jobRoger Rüttimann
2019-01-04Replace look-alike token with '<your_access_token>'Achilleas Pipinellis
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
2018-12-18Make job API docs consistentSteve Azzopardi
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23538 when adding a new endpoint some docs incossintenies were pointed out.
2018-12-07Add endpoint to download single artifact by refSteve Azzopardi
Add a new endpoint `projects/:id/jobs/artifacts/:ref_name/raw/*artifact_path?job=name` which is the close the web URL for consistency sake. This endpoint can be used to download a single file from artifacts for the specified ref and job. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54626
2018-09-27add user's public_email attribute to apiAlexis Reigel
2018-09-27add missing user attributes to api docsAlexis Reigel
2018-09-09Add `duration` attributes to Jobs API docsMehdi Lahmam
Follow up to !13644.
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-08-14Expose all artifacts sizes in jobs apiPeter Marko