summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'registry-example' into 'master' Achilleas Pipinellis2016-06-145-58/+201
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update CI Docker docs ## What does this MR do? Updates documentation with: * instructions for bind-mounting for docker runners (fixes #17769 and #13898) * examples of using the GitLab Container Registry in docker-based builds (fixes #17968 and #17967) * update runner instructions for `gitlab-ci-multi-runner` (fixes https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1337) * some grammar fixes ## Are there points in the code the reviewer needs to double check? The markdown in general. The runner commands. I haven't been able to verify the socket version works yet. ## Why was this MR needed? Better documentation for users. ## What are the relevant issue numbers? #17769, #13898, #17968, #17967 ## Screenshots (if relevant) See merge request !4524
| * | | | | | | | | | | Remove ourMark Pundsack2016-06-131-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | De-note-ifyMark Pundsack2016-06-131-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Clarify dind exampleMark Pundsack2016-06-131-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Make minor grammar changeMark Pundsack2016-06-131-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Make Achilleas' suggested changesMark Pundsack2016-06-131-28/+28
| | | | | | | | | | | |
| * | | | | | | | | | | Use docker:latestMark Pundsack2016-06-131-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Move registry CI example to CI docsMark Pundsack2016-06-132-25/+20
| | | | | | | | | | | |
| * | | | | | | | | | | Reformat notesMark Pundsack2016-06-131-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Remove unnecessary messageMark Pundsack2016-06-131-4/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Refactor notesMark Pundsack2016-06-131-6/+14
| | | | | | | | | | | |
| * | | | | | | | | | | Drop some 'however'sMark Pundsack2016-06-131-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Add more pros and cons for each docker approachMark Pundsack2016-06-131-10/+19
| | | | | | | | | | | |
| * | | | | | | | | | | Fix docker volumeMark Pundsack2016-06-131-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Fix more references to old gitlab-runnerMark Pundsack2016-06-133-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Fix more instructionsMark Pundsack2016-06-131-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Fix runner CLI instructionsMark Pundsack2016-06-131-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Fix instructionsMark Pundsack2016-06-131-2/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Moar commasMark Pundsack2016-06-131-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Add notesMark Pundsack2016-06-131-0/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Add example using GitLab Container RegistryMark Pundsack2016-06-131-0/+72
| | | | | | | | | | | |
| * | | | | | | | | | | Add docker bind-mount as an optionMark Pundsack2016-06-131-10/+68
| | | | | | | | | | | |
| * | | | | | | | | | | Fix some grammarMark Pundsack2016-06-131-2/+2
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'refactor/ci-config-add-global-entry' into 'master' Rémy Coutable2016-06-1415-35/+596
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add global entry with before script to new CI config ## What does this MR do? This MR adds a new entries to a new CI config class. It is next refactoring step after !4462. See #15060 See merge request !4482
| * | | | | | | | | | | Validate ci config entry value before processing nodesrefactor/ci-config-add-global-entryGrzegorz Bizon2016-06-142-8/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Make method that composes ci config entry privateGrzegorz Bizon2016-06-144-17/+8
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-13450-804/+1869
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (59 commits) Improved SVG sanitizer specs to include smoke tests for clean. Refactored SVG sanitizer Added SVG sanitizer fix to the changelog Refactor SVG sanitizer and prevent `xlink:href` to refer to external resources Fix SVG whitelisting to allow namespaced attributes Fix Error 500 when using closes_issues API with an external issue tracker Center layout navigation and remove icons Fix preferences_spec test Add back sidebar counters and username Only create the backup directory if it is local Fix safari logo loading animation safari bug Revert side nav to full width; remove border under nav; remove tooltips on nav links; stop page content shifting with side nav; put project nav in container Update media queries Fix profile test Fix logo at all screen widths, update sidebar text Move tanuki icon to center of nav bar; keep nav closed by default; remove collapsed nav cookie Remove unused MergeRequest#gitlab_merge_status method Add CHANGELOG item for labels/milestones navigation change Render issues link on issues subnav unless you visit merge request controller Render only issues/mr in subnav depends on context ...
| * | | | | | | | | | | Simplify ci config node factoryGrzegorz Bizon2016-06-133-16/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Duplicate CI config node factory on class levelGrzegorz Bizon2016-06-133-4/+41
| | | | | | | | | | | |
| * | | | | | | | | | | Add factory for fabricating new ci config nodesGrzegorz Bizon2016-06-104-21/+106
| | | | | | | | | | | |
| * | | | | | | | | | | Define ci entry accessor instead of method_missingGrzegorz Bizon2016-06-102-7/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Simplify new ci config entry class interfaceGrzegorz Bizon2016-06-107-62/+44
| | | | | | | | | | | |
| * | | | | | | | | | | Rename method used to allow node in Ci configGrzegorz Bizon2016-06-102-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-10176-952/+2246
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (147 commits) Minor MR comment fixes. Update CHANGELOG for 8.8.4 and 8.8.5 Properly quote table name in Rake task for MySQL and PostgreSQL compatibility Checks based on whether data is loaded not undefined Checks for undefined when inserting autocomplete into textarea Ignore frequent emojis in search. Fixed tests CHANGELOG Improved the UX of issue & milestone date picker Change date format to be non zero padded in order to fix failing test Update method name for better understanding Add tests for dates on tooltips Fix local timeago on user dashboard Update CHANGELOG Toggling a task in a description with mentions doesn't creates a Todo Update CHANGELOG Fixed failing label subscribe test Tests update Updated subscribe icon Fixed failing tests ...
| * | | | | | | | | | | | Rename method that returns allowed nodes in Ci configGrzegorz Bizon2016-06-093-11/+11
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add comments to new CI config classes and modulesGrzegorz Bizon2016-06-096-2/+35
| | | | | | | | | | | | |
| * | | | | | | | | | | | Do not require Ci config node to have a hash valueGrzegorz Bizon2016-06-092-4/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Make it possible configure Ci entry descriptionGrzegorz Bizon2016-06-095-16/+23
| | | | | | | | | | | | |
| * | | | | | | | | | | | Extract method that composes new Ci config entryGrzegorz Bizon2016-06-092-7/+32
| | | | | | | | | | | | |
| * | | | | | | | | | | | Move new Ci config configurable DSL to concernGrzegorz Bizon2016-06-093-26/+49
| | | | | | | | | | | | |
| * | | | | | | | | | | | Rename BeforeScript to Script in new Ci configGrzegorz Bizon2016-06-084-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add minor improvements in new Ci config designGrzegorz Bizon2016-06-084-13/+52
| | | | | | | | | | | | |
| * | | | | | | | | | | | Delegate Ci config entry value to single methodGrzegorz Bizon2016-06-087-25/+48
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remove old before_script from legacy Ci configGrzegorz Bizon2016-06-081-2/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-08368-3015/+9128
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (285 commits) Bump recaptcha gem to 3.0.0 to remove deprecated stoken support Load knapsack in Rakefile only when is bundled Add License Finder information to contribution acceptance criteria. Add LGPLv2 to license whiltelist Instrument `RepositoryCheck::SingleRepositoryWorker` manually Bump nokogiri to 1.6.8 Fix alignment of wiki top area Update charcoal theme colors Update nav link font size and spacing; fix hamburger icon Fix control btn position Remove todos count tests in nav Test impersonation using img data attribute instead of username Implement compact side nav Fix knapsack for master Align links and tabs Add scrolling tabs to code subnav Finish styling sub nav Updated colors Fixed failing tests CHANGELOG item ... Conflicts: lib/gitlab/ci/config.rb spec/lib/gitlab/ci/config_spec.rb
| * | | | | | | | | | | | | Implement script in Ci config and use in legacy oneGrzegorz Bizon2016-06-077-13/+51
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add DSL for adding nodes in Ci config interfaceGrzegorz Bizon2016-06-075-12/+16
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Use Ci config validation helpers only where neededGrzegorz Bizon2016-06-075-29/+31
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Do not process new Ci config entry when invalidGrzegorz Bizon2016-06-072-2/+18
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Pass root Ci config entry to each subsequent entryGrzegorz Bizon2016-06-074-10/+8
| | | | | | | | | | | | | |