Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more info on private Registry docsdocs/private-registry | Achilleas Pipinellis | 2017-06-06 | 1 | -16/+54 |
| | |||||
* | Remove references to '/ci' path while describing Runner's registrationchange-url-in-specific-runners-registration-steps | Tomasz Maczukin | 2017-05-15 | 1 | -5/+5 |
| | |||||
* | Fix typo in code snippet to match text below | Steve Hall | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-04-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (230 commits) Fix N+1 query in loading pipelines in merge requests Fix Spinach and Capybara dependencies Prevent users from disconnecting gitlab account from CAS 30276 Move issue, mr, todos next to profile dropdown in top nav Refactor SearchController#show Properly eagerly-load the Capybara server for JS feature specs only Updating documentation to include a missing step in the update procedure Eager-load the Capybara server to prevent timeouts Increase Capybara's timeout Add metrics button to Environment Overview page Fix link to Jira service documentation Handle parsing OpenBSD ps output properly to display sidekiq infos on ... Eliminate unnecessary queries that add ~500 ms of load time for a large issue 20914 Limits line length for project home page Allow users to import GitHub projects to subgroups Update dpl CI example Fix the docs:check:links job Don't clean up the gitlab-test-fork_bare repo Make GitLab use Gitaly for commit_is_ancestor Remove unnecessary ORDER BY clause from `forked_to_project_id` subquery ... | ||||
| * | Use same variable for registry password as above | Niklas | 2017-03-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-03-21 | 2 | -10/+14 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1327 commits) Merge branch 'render-json-leak' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'fix-links-target-blank' into 'security' Merge branch '28058-hide-emails-in-atom-feeds' into 'security' Fix karma test Reset filters after click Handle Route#name being nil after an update Only add frontend code coverage instrumentation when generating coverage report fix recompile assets step in 9.0 upgrade guide to use yarn Undo explicit conversion to Integer Make level_value accept string integers Make feature spec more robust Removed d3.js from the main application.js bundle Extend compound status for manual actions specs Update css to be nice and tidy. Fix pipeline status for transition between stages add an index to the ghost column Return 404 in project issues API endpoint when project cannot be found Improve rename projects migration ... Conflicts: doc/ci/docker/using_docker_build.md spec/lib/gitlab/import_export/all_models.yml | ||||
| * | Futher rename the CI variableszj-rename-ci-vars | Z.J. van de Weg | 2017-03-16 | 1 | -7/+7 |
| | | |||||
| * | Update using_docker_images.md | szymon | 2017-03-14 | 1 | -3/+7 |
| | | |||||
* | | Adding registry endpoint authorization | Andre Guedes | 2017-02-22 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'dev-docs-ci_docker_build-example_variable_use' into 'master' | Rémy Coutable | 2017-02-22 | 1 | -0/+24 |
|\ | | | | | | | | | docs(ci/docker_build): Add example of variable use See merge request !9159 | ||||
| * | docs(ci/docker_build): Add example of variable use | Dmitriy Volkov | 2017-02-21 | 1 | -0/+24 |
| | | |||||
* | | Update using_docker_images.md | Adam Boseley | 2017-02-21 | 1 | -6/+9 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Rename builds to jobs in docs | Achilleas Pipinellis | 2017-02-15 | 3 | -44/+54 |
|/ | | | | [ci skip] | ||||
* | Document the need to use a PAT with Registry when 2FA is on | Achilleas Pipinellis | 2016-12-01 | 1 | -9/+23 |
| | | | | | | | | GitLab 8.12 introduced a new permissions model which tightened the security of Container Registry. It is now required to use a personal token if 2FA is enabled. [ci skip] | ||||
* | Document the usage of the Docker OverlayFS driverdocs/docker-overlayfs-driver | Achilleas Pipinellis | 2016-11-08 | 1 | -11/+58 |
| | | | | [ci skip] | ||||
* | Change a bunch of doc links to either relative or https://docs.gitlab.com.fix-docs-links | Connor Shea | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'patch-4' into 'master' | Sean McGivern | 2016-10-31 | 1 | -4/+4 |
|\ | | | | | | | | | Improve docs on `gitlab-ci-token` user See merge request !6002 | ||||
| * | improve docs on gitlab-ci-token user | Ben Bodenmiller | 2016-09-21 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'patch-3' into 'master' | Rémy Coutable | 2016-10-22 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix docker.sock reference in config.toml ## What does this MR do? `config.toml` sample did not correctly represent the `/var/run/docker.sock` mapping, causing it to be created as a volume instead. ## Why was this MR needed? It was broken. See merge request !5172 | ||||
| * | | Fix docker.sock reference in config.toml | Niels Keurentjes | 2016-07-10 | 1 | -1/+1 |
| | | | | | | | | | Mapping was omitted so it would just create a temp volume. | ||||
* | | | Merge branch 'patch-6' into 'master' | Rémy Coutable | 2016-10-21 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Grammar fixes in docs Some minor grammar fixes in a page in the docs See merge request !6645 | ||||
| * | | | Grammar fixes in docs | Wilfred Hughes | 2016-10-03 | 1 | -3/+3 |
| | |/ | |/| | |||||
* | | | Fix small typo in using_docker_images.md, file is called `build_script` ↵ | Sander Dalemans | 2016-10-03 | 1 | -1/+1 |
|/ / | | | | | | | (using underscore) | ||||
* | | Add missing escape at line end | Aurelio Jargas | 2016-07-22 | 1 | -1/+1 |
|/ | |||||
* | Remove our | Mark Pundsack | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | De-note-ify | Mark Pundsack | 2016-06-13 | 1 | -4/+4 |
| | |||||
* | Clarify dind example | Mark Pundsack | 2016-06-13 | 1 | -2/+2 |
| | |||||
* | Make minor grammar change | Mark Pundsack | 2016-06-13 | 1 | -2/+2 |
| | |||||
* | Make Achilleas' suggested changes | Mark Pundsack | 2016-06-13 | 1 | -28/+28 |
| | |||||
* | Use docker:latest | Mark Pundsack | 2016-06-13 | 1 | -2/+2 |
| | |||||
* | Move registry CI example to CI docs | Mark Pundsack | 2016-06-13 | 1 | -4/+18 |
| | |||||
* | Reformat notes | Mark Pundsack | 2016-06-13 | 1 | -4/+4 |
| | |||||
* | Remove unnecessary message | Mark Pundsack | 2016-06-13 | 1 | -4/+0 |
| | |||||
* | Refactor notes | Mark Pundsack | 2016-06-13 | 1 | -6/+14 |
| | |||||
* | Drop some 'however's | Mark Pundsack | 2016-06-13 | 1 | -4/+4 |
| | |||||
* | Add more pros and cons for each docker approach | Mark Pundsack | 2016-06-13 | 1 | -10/+19 |
| | |||||
* | Fix docker volume | Mark Pundsack | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | Fix more references to old gitlab-runner | Mark Pundsack | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | Fix more instructions | Mark Pundsack | 2016-06-13 | 1 | -3/+3 |
| | |||||
* | Fix runner CLI instructions | Mark Pundsack | 2016-06-13 | 1 | -4/+4 |
| | |||||
* | Fix instructions | Mark Pundsack | 2016-06-13 | 1 | -2/+1 |
| | |||||
* | Moar commas | Mark Pundsack | 2016-06-13 | 1 | -2/+2 |
| | |||||
* | Add notes | Mark Pundsack | 2016-06-13 | 1 | -0/+6 |
| | |||||
* | Add example using GitLab Container Registry | Mark Pundsack | 2016-06-13 | 1 | -0/+72 |
| | |||||
* | Add docker bind-mount as an option | Mark Pundsack | 2016-06-13 | 1 | -10/+68 |
| | |||||
* | Rename Docker with Docker Engine. | Takuya Noguchi | 2016-05-07 | 2 | -4/+4 |
| | |||||
* | Update Docker Hub links. | Takuya Noguchi | 2016-05-07 | 1 | -3/+3 |
| | |||||
* | 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] |