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
2017-12-21Document mounting volumes with Docker-in-DockerTeresa e Junior
2017-10-31Change to new GitLab Runner nameAchilleas Pipinellis
2017-09-28Document the usage of the Docker OverlayFS driver for every buildDominik
2017-08-29Update doc for dind using overlay2Fabio Busatto
2017-06-14Add docs for personal access tokensAchilleas Pipinellis
2017-05-15Remove references to '/ci' path while describing Runner's registrationTomasz Maczukin
2017-04-03Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* 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 ...
2017-03-26Use same variable for registry password as aboveNiklas
2017-03-21Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* 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
2017-03-16Futher rename the CI variablesZ.J. van de Weg
2017-02-22Adding registry endpoint authorizationAndre Guedes
2017-02-22Merge branch 'dev-docs-ci_docker_build-example_variable_use' into 'master' Rémy Coutable
docs(ci/docker_build): Add example of variable use See merge request !9159
2017-02-21docs(ci/docker_build): Add example of variable useDmitriy Volkov
2017-02-15Rename builds to jobs in docsAchilleas Pipinellis
[ci skip]
2016-12-01Document the need to use a PAT with Registry when 2FA is onAchilleas Pipinellis
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]
2016-11-08Document the usage of the Docker OverlayFS driverAchilleas Pipinellis
[ci skip]
2016-11-04Change a bunch of doc links to either relative or https://docs.gitlab.com.Connor Shea
2016-10-31Merge branch 'patch-4' into 'master' Sean McGivern
Improve docs on `gitlab-ci-token` user See merge request !6002
2016-10-22Merge branch 'patch-3' into 'master' Rémy Coutable
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
2016-09-21improve docs on gitlab-ci-token userBen Bodenmiller
2016-07-22Add missing escape at line endAurelio Jargas
2016-07-11Fix docker.sock reference in config.toml Niels Keurentjes
Mapping was omitted so it would just create a temp volume.
2016-06-14Remove ourMark Pundsack
2016-06-14De-note-ifyMark Pundsack
2016-06-14Clarify dind exampleMark Pundsack
2016-06-14Make minor grammar changeMark Pundsack
2016-06-14Make Achilleas' suggested changesMark Pundsack
2016-06-14Use docker:latestMark Pundsack
2016-06-14Move registry CI example to CI docsMark Pundsack
2016-06-14Reformat notesMark Pundsack
2016-06-14Remove unnecessary messageMark Pundsack
2016-06-14Refactor notesMark Pundsack
2016-06-14Drop some 'however'sMark Pundsack
2016-06-14Add more pros and cons for each docker approachMark Pundsack
2016-06-14Fix docker volumeMark Pundsack
2016-06-14Fix more instructionsMark Pundsack
2016-06-14Fix runner CLI instructionsMark Pundsack
2016-06-14Fix instructionsMark Pundsack
2016-06-14Moar commasMark Pundsack
2016-06-14Add notesMark Pundsack
2016-06-14Add example using GitLab Container RegistryMark Pundsack
2016-06-14Add docker bind-mount as an optionMark Pundsack
2016-05-07Rename Docker with Docker Engine.Takuya Noguchi
2016-04-28Copyedit `using_docker_build.md` and fix linksAchilleas Pipinellis
2016-04-25Update using_docker_build.md, clarify the 'privileged' mode requirementTomasz Maczukin
[ci skip]
2015-11-17Rewrite HTTP links to force TLS, where possibleAlex Jordan
2015-09-26Simplified sentence as per @stanhu's noteCyriac Thomas
2015-09-26Fixed grammar on Using Docker Build doc.Cyriac Thomas
2015-09-16Update documentation and config filesKamil Trzcinski
2015-08-26Groundwork for merging CI into CEDouwe Maan