| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | README.md: fix URL to CI Lint | Damian Nowak | 2019-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix pulling from remote rep references | Marcel Amirault | 2019-02-02 | 1 | -1/+1 |
| | | |||||
| * | Fix #55740: Use --no-document option instead of deprecated options in simple ↵ | Fatih Sarhan | 2018-12-27 | 1 | -1/+1 |
| | | | | | .gitlab-ci.yml file | ||||
| * | Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefix | Evan Read | 2018-11-13 | 1 | -1/+1 |
| | | |||||
| * | remove comma | kus | 2018-09-05 | 1 | -1/+1 |
| | | | | then each commit or push triggers your CI pipeline. | ||||
| * | Compress all PNG images under doc/ | Achilleas Pipinellis | 2018-08-27 | 3 | -0/+0 |
| | | | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K | ||||
| * | fix runner requirements | Ben Bodenmiller | 2018-05-04 | 1 | -2/+2 |
| | | |||||
| * | Provide clarification on mirrored repositories for pipelinesdocs/mirrored-repositories-for-pipelines-ce | Achilleas Pipinellis | 2018-03-30 | 1 | -0/+5 |
| | | |||||
| * | Update documentation regarding Ci Linter | Mayra Cabrera | 2018-03-26 | 1 | -2/+2 |
| | | |||||
| * | Update outdated docs for CI/CD quick startdocs/ci-quick-start-typo | Achilleas Pipinellis | 2018-01-19 | 1 | -3/+3 |
| | | | | | [ci skip] | ||||
| * | Exclude comments from specific docs | Achilleas Pipinellis | 2017-11-01 | 1 | -1/+1 |
| | | |||||
| * | Change Pipelines to CI/CD for Settings pagedocs-replace-pipelines-cicd | bikebilly | 2017-09-09 | 1 | -4/+4 |
| | | |||||
| * | Replace 'Settings ➔ CI/CD Pipelines' with 'Settings ➔ Pipelines' in docs34264-replace-settings-ci-cd-pipelines-with-settings-pipelines-in-docs | bikebilly | 2017-06-23 | 1 | -3/+3 |
| | | |||||
| * | Runners tab is now CI/CD Pipelines | Ben Bodenmiller | 2017-05-12 | 1 | -3/+3 |
| | | |||||
| * | All CI offline migrations | Kamil Trzciński | 2017-03-17 | 1 | -9/+0 |
| | | |||||
| * | Update README.md | Alex Karnovsky | 2017-03-08 | 1 | -3/+3 |
| | | | | I replaced "merge requests" by "commits". As far as I notice, merge requests per se don't trigger CI; commits and pushes (which are essentially adding commits) do. This is logical: an MR doesn't create anything new, so there is nothing to test. | ||||
| * | Rename builds to jobs in docs | Achilleas Pipinellis | 2017-02-15 | 8 | -41/+37 |
| | | | | | [ci skip] | ||||
| * | Move project services to new location under Integrations | Achilleas Pipinellis | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | Reduce size of images from 25MB to 13MB using pngquant | Achilleas Pipinellis | 2016-11-22 | 7 | -0/+0 |
| | | | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip] | ||||
| * | doc/ci/quick_start/README: improve sentence about link to a Lint tool ci-quick-start-doc-improvement | Christian Couder | 2016-09-12 | 1 | -1/+2 |
| | | | | | The link is now a button under **Pipelines > Pipelines** and **Pipelines > Builds**. There is no more **CI settings** menu. | ||||
| * | Add documentation for test coverage report badge | Grzegorz Bizon | 2016-08-15 | 1 | -10/+2 |
| | | |||||
| * | fix runner install link | Ben Bodenmiller | 2016-08-02 | 1 | -1/+1 |
| | | |||||
| * | optimize png images losslessly using zopflipng | Peter Dave Hello | 2016-06-29 | 6 | -0/+0 |
| | | |||||
| * | Fix linkci-wording | Mark Pundsack | 2016-06-21 | 1 | -1/+1 |
| | | |||||
| * | Add pipeline image | Mark Pundsack | 2016-06-20 | 2 | -19/+23 |
| | | |||||
| * | Add definitions and tweak some docs. Partially fixes #17733 | Mark Pundsack | 2016-06-20 | 1 | -12/+12 |
| | | |||||
| * | Merge branch 'patch-1' into 'master' | Dmitriy Zaporozhets | 2016-05-18 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Fix broken link in CI quickstart docs The newline between the `[label]` and the `(link)` caused it to be interpreted literally: http://doc.gitlab.com/ce/ci/quick_start/README.html See merge request !3541 | ||||
| | * | Fix broken link in CI quickstart docs | Florian | 2016-04-05 | 1 | -2/+2 |
| | | | | | | | The space between the [label] and the (link) caused it to be interpreted literally. | ||||
| * | | Fix typos in CI docs. | Hyunwoo Jung | 2016-04-13 | 1 | -1/+1 |
| |/ | |||||
| * | Reduce example documentation.reduce-example-duplication | Sytse Sijbrandij | 2016-03-10 | 1 | -9/+2 |
| | | |||||
| * | Add a TL;DR version in quick start guideci_quickstart | Achilleas Pipinellis | 2016-03-01 | 1 | -11/+38 |
| | | | | | | | | Borrowed from a user's comment: https://gitlab.com/esr/reposurgeon/merge_requests/27#note_3158109 [ci skip] | ||||
| * | Link to examples page | Achilleas Pipinellis | 2016-02-29 | 1 | -0/+6 |
| | | | | | [ci skip] | ||||
| * | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Robert Speicher | 2016-02-22 | 1 | -1/+1 |
| |\ | |||||
| | * | Typo fix in README.md | Mike Milonakis | 2016-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Move builds emails service to its own document | Achilleas Pipinellis | 2016-02-19 | 1 | -15/+8 |
| | | | | | | | | | [ci skip] | ||||
| * | | Add documentation about build emails servicedoc/add-build-email-service | Grzegorz Bizon | 2016-02-18 | 1 | -0/+16 |
| |/ | | | | Closes #12497 | ||||
| * | Move builds badge implementation to new badges controller | Grzegorz Bizon | 2016-02-11 | 1 | -1/+1 |
| | | |||||
| * | Inherit build badge access permissions from project | Grzegorz Bizon | 2016-02-11 | 1 | -2/+0 |
| | | |||||
| * | Add short builds badge documentation | Grzegorz Bizon | 2016-02-11 | 1 | -0/+10 |
| | | |||||
| * | Clean up quick start quide [ci skip] | Achilleas Pipinellis | 2015-12-01 | 2 | -32/+29 |
| | | | | | | * Remove references to enabling CI since it it will be deprecated * Revert changes in yaml/README.md, refine it in a separate MR | ||||
| * | Remove old images | Achilleas Pipinellis | 2015-12-01 | 3 | -0/+0 |
| | | |||||
| * | Final touches for the quick start quide | Achilleas Pipinellis | 2015-12-01 | 4 | -2/+4 |
| | | |||||
| * | New images for the commit build status | Achilleas Pipinellis | 2015-12-01 | 4 | -2/+0 |
| | | |||||
| * | Place images in their own dir | Achilleas Pipinellis | 2015-12-01 | 12 | -47/+6 |
| | | |||||
| * | Add option to enable GitLab CI via .gitlab-ci.yml | Achilleas Pipinellis | 2015-12-01 | 1 | -6/+21 |
| | | |||||
| * | Add section of enabling GitLab CI | Achilleas Pipinellis | 2015-12-01 | 6 | -0/+31 |
| | | |||||
| * | Clean up intro | Achilleas Pipinellis | 2015-12-01 | 1 | -2/+2 |
| | | |||||
| * | update ci docs with yml reason and better quickstart | Job van der Voort | 2015-12-01 | 1 | -63/+139 |
| | | |||||
| * | Rewrite HTTP links to force TLS, where possible | Alex Jordan | 2015-11-16 | 1 | -3/+3 |
| | | |||||
| * | Update documentation and config files | Kamil Trzcinski | 2015-09-16 | 1 | -3/+3 |
| | | |||||
