Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix typo | Aurelio Jargas | 2016-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'feature/runner-config-untagged-jobs' into 'master' | Robert Speicher | 2016-05-19 | 1 | -1/+7 | |
| |\ | | | | | | | | | | | | | | | | | | | Add config for CI Runner that prevents it from picking untagged jobs Closes #3456 See merge request !4039 | |||||
| | * | Add minor corrections related to config of runner | Grzegorz Bizon | 2016-05-19 | 1 | -3/+3 | |
| | | | ||||||
| | * | Add docs for a new configuration setting for runner | Grzegorz Bizon | 2016-05-19 | 1 | -1/+7 | |
| | | | ||||||
| * | | Merge branch 'fix/after-script-documentation-update' into 'master' | Jeroen van Baarsen | 2016-05-19 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | Update 'after_script' introduction note Related to gitlab-org/gitlab-ci-multi-runner#1321 See merge request !4205 | |||||
| | * | Update 'after_script' introduction notefix/after-script-documentation-update | Tomasz Maczukin | 2016-05-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'doc-broken-links' into 'master' | Jeroen van Baarsen | 2016-05-19 | 2 | -1/+1 | |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken documentation links Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15249 - [x] `/help/ui`- This is working for me - [x] `/help/ci/examples/deployment/README.md` - Fixed - [x] `/help/ci/api/projects.md` - Fixed - [x] `/help/markdown/LICENSE` - Cannot do much to fix it, added a note. - [x] `/help/ci/ssh/README.md` - Cannot find this link referenced anywhere. See merge request !3903 | |||||
| | * | Fix broken linksdoc-broken-links | Achilleas Pipinellis | 2016-04-19 | 2 | -1/+1 | |
| | | | | | | | | | | | | [ci skip] | |||||
| * | | 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. | |||||
| * | | | Merge branch 'patch-3' into 'master' | Achilleas Pipinellis | 2016-05-08 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blost -> blog See merge request !4063 | |||||
| | * | | | blost -> blog | Ben Bodenmiller | 2016-05-06 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'update-doc-ci-examples' into 'master' | Achilleas Pipinellis | 2016-05-08 | 3 | -9/+9 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update CI example docs. Docs for CI examples are updated as follows: - Fix a dead link from CI example top to `dpl` - Specify Django for a Python project, not Rails - Use the latest Python Docker image as [Heroku supports only Python 3.5.1 (and 2.7.11)](https://devcenter.heroku.com/articles/python-support) - Show the latest Docker Hub URL links. See merge request !4082 | |||||
| | * | | | | Update CI example docs. | Takuya Noguchi | 2016-05-07 | 3 | -9/+9 | |
| | |/ / / | ||||||
| * | | | | Rename Docker with Docker Engine. | Takuya Noguchi | 2016-05-07 | 2 | -4/+4 | |
| | | | | | ||||||
| * | | | | Update Docker Hub links. | Takuya Noguchi | 2016-05-07 | 5 | -10/+10 | |
| |/ / / | ||||||
| * | | | Merge branch 'gitlab-ci-ssh-keys-doc-fix' into 'master' | Rémy Coutable | 2016-05-04 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation fix in CI SSH keys setup In recent versions of Docker, the `/.dockerinit` file doesn't exist any more when running inside a container. That file is used in the example here to detect whether the runner is running inside Docker or not. Change it to check for the existence of `/.dockerenv`, which does exist in all current versions of Docker. See merge request !3938 | |||||
| | * | | | fix: in recent versions of Docker, the /.dockerinit file doesn't exist; use ↵ | Jason Roehm | 2016-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /.dockerenv instead [ci skip] Signed-off-by: Jason Roehm <jasonr@3db-labs.com> | |||||
| * | | | | Merge branch 'fix/docker-in-docker-ci-documentation' into 'master' | Achilleas Pipinellis | 2016-04-28 | 1 | -20/+63 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update using_docker_build.md, clarify the 'privileged' mode requirement Related to #15428 Fixes gitlab-org/gitlab-ci-multi-runner#1261 See merge request !3909 | |||||
| | * | | | | Copyedit `using_docker_build.md` and fix linksfix/docker-in-docker-ci-documentation | Achilleas Pipinellis | 2016-04-28 | 1 | -13/+24 | |
| | | | | | | ||||||
| | * | | | | Update using_docker_build.md, clarify the 'privileged' mode requirement | Tomasz Maczukin | 2016-04-25 | 1 | -16/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | Add API doc example with query string for triggering build | David de Boer | 2016-04-27 | 1 | -0/+6 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge branch 'fix/ci-docker-images-documentation' into 'master' | Achilleas Pipinellis | 2016-04-25 | 1 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace '-n' with '--name' in docker related documentation `-n` for `docker run` is outdated. We should use `--name` instead. This MR fixes the example in documentation. Fixes #15174 See merge request !3908 | |||||
| | * | | | | Replace '-n' with '--name' in docker related documentationfix/ci-docker-images-documentation | Tomasz Maczukin | 2016-04-25 | 1 | -2/+2 | |
| | |/ / / | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | Fix php-docker example (for new docker versions)fix/ci-php-docker-example | Tomasz Maczukin | 2016-04-25 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Fix some typos in documentation | Tomasz Maczukin | 2016-04-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Add documentation of incremental trace update API | Tomasz Maczukin | 2016-04-20 | 1 | -21/+87 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Merge branch 'docs/notice-about-gitlab-runner' into 'master' | Grzegorz Bizon | 2016-04-19 | 1 | -1/+5 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add notice about GitLab Runner to requirements docs This is related to #14589, and problems that may stem from running GitLab Runner on same machine user installed GitLab web app on. See merge request !3518 | |||||
| | * | | | Add a note about installing Runners in ci/runners/README.mddocs/notice-about-gitlab-runner | Achilleas Pipinellis | 2016-04-11 | 1 | -1/+5 | |
| | |/ / | ||||||
| * | | | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 3 | -8/+32 | |
| |\ \ \ | ||||||
| | * \ \ | Merge remote-tracking branch 'origin/master' into after-script | Kamil Trzcinski | 2016-04-18 | 2 | -7/+31 | |
| | |\ \ \ | ||||||
| | | * | | | Add minor fixes in docs for job-specific variables | Grzegorz Bizon | 2016-04-18 | 2 | -11/+7 | |
| | | | | | | ||||||
| | | * | | | Update documentation on job level build variables | Grzegorz Bizon | 2016-04-18 | 1 | -4/+6 | |
| | | | | | | ||||||
| | | * | | | Improve grammar in CI documentation for build vars | Grzegorz Bizon | 2016-04-18 | 1 | -4/+7 | |
| | | | | | | ||||||
| | | * | | | Add documentation for job-level build variables | Grzegorz Bizon | 2016-04-18 | 2 | -1/+24 | |
| | | | | | | ||||||
| | * | | | | Merge remote-tracking branch 'origin/master' into after-script | Kamil Trzcinski | 2016-04-18 | 1 | -1/+1 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Merge branch 'typos_in_ci_doc' into 'master' | Robert Schilling | 2016-04-16 | 1 | -1/+1 | |
| | | |\ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in CI docs. See merge request !3709 | |||||
| | | | * | | Fix typos in CI docs. | Hyunwoo Jung | 2016-04-13 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 1 | -0/+3 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Add note about version | Kamil Trzcinski | 2016-04-17 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | Update CHANGELOG and add documentation | Kamil Trzcinski | 2016-04-17 | 1 | -0/+20 | |
| |/ / / / | ||||||
| * | | | | Add CHANGELOG and documentation | Kamil Trzcinski | 2016-04-17 | 1 | -0/+10 | |
| |/ / / | ||||||
| * | | | change: "very demand" changed to "specific demand" | Jamie Neubert Pedersen | 2016-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | This must be an error as the sentence doesn't make sense otherwise | |||||
| * | | | Add TOC to yaml README and an intro section | Achilleas Pipinellis | 2016-04-14 | 1 | -16/+57 | |
| |/ / | | | | | | | | | | [ci skip] | |||||
| * | | (doc) fix typo to ssh keys doc url | Lee | 2016-04-12 | 1 | -4/+4 | |
| | | | ||||||
| * | | fix typo | Benjamin Montgomery | 2016-04-10 | 1 | -1/+3 | |
| | | | ||||||
| * | | Make the purpose of artifact config options clearer | Benjamin Montgomery | 2016-04-10 | 1 | -9/+6 | |
| | | | ||||||
| * | | actually enable artifacts | Benjamin Montgomery | 2016-04-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix Incorrect Quote In Docker Executor Example | Alex Mayer | 2016-04-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | [ci skip] Fix typo. | frodsan | 2016-04-06 | 1 | -1/+1 | |
| |/ |