summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'doc-gh-import-additions' into 'master' Achilleas Pipinellis2016-04-221-5/+9
|\ | | | | | | | | | | | | Add newest enhancements to GH importer docs [ci skip] See merge request !3867
| * Add newest enhancements to GH importer docsAchilleas Pipinellis2016-04-221-5/+9
| | | | | | | | [ci skip]
* | Use new Note styleguideAchilleas Pipinellis2016-04-221-1/+2
|/ | | | [ci skip]
* Merge branch 'repository-checks-default-off' into 'master' Yorick Peterse2016-04-211-1/+2
|\ | | | | | | | | Disable 'repository check' feature in 8.7.0 See merge request !3856
| * Disable 'repository check' feature in 8.7.0Jacob Vosmaer2016-04-211-1/+2
| | | | | | | | It still causes too many false alarms.
* | Merge branch 'doc-updating-gitlab' into 'master' Achilleas Pipinellis2016-04-212-8/+167
|\ \ | |/ |/| | | | | | | | | Refactor the update documentation See merge request !3822
| * Split into sections, port `downgrade_ee_to_ce` doc from EEdoc-updating-gitlabAchilleas Pipinellis2016-04-212-8/+164
| | | | | | | | [ci skip]
| * Fix links in update READMEAchilleas Pipinellis2016-04-191-5/+8
| | | | | | | | [ci skip]
* | Fix some typos in documentationTomasz Maczukin2016-04-201-4/+4
| | | | | | | | [ci skip]
* | Add documentation of incremental trace update APITomasz Maczukin2016-04-201-21/+87
| | | | | | | | [ci skip]
* | Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-202-0/+148
|\ \ | | | | | | | | | | | | | | | | | | License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660
| * | Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-182-0/+148
| | | | | | | | | | | | | | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-197-0/+54
|\ \ \ | |_|/ |/| |
| * | Add support to cherry-pick any commitP.S.V.R2016-04-187-0/+54
| | | | | | | | | | | | | | | Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
* | | Merge branch 'patch-1' into 'master' Hannes Rosenögger2016-04-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | "git lfs init" is deprecated, use "git lfs install" instead. Recent releases of git-lfs warn that "init" is a deprecated command and that "install" should be used. See merge request !3779
| * | | "git lfs init" is deprecated, use "git lfs install" instead.Con Vissenberg2016-04-181-1/+1
| |/ /
* | | Merge branch 'docs/notice-about-gitlab-runner' into 'master' Grzegorz Bizon2016-04-192-1/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-runnerAchilleas Pipinellis2016-04-111-1/+5
| | | |
| * | | Add link to Runner security docAchilleas Pipinellis2016-04-111-4/+14
| | | | | | | | | | | | | | | | [ci skip]
| * | | Add notice about GitLab Runner to requirements docsGrzegorz Bizon2016-04-041-0/+10
| | | | | | | | | | | | | | | | | | | | This is related to !14589, and problems that may stem from running GitLab Runner on same machine user installed GitLab web app on.
* | | | Merge branch 'make-before-after-overridable' into 'master' Kamil Trzciński2016-04-191-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make before_script and after_script overridable This is makes it possible to overwrite the before_script and after_script at job level. This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3771 See merge request !3772
| * \ \ \ Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-183-8/+32
| |\ \ \ \
| * \ \ \ \ Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-0/+3
| |\ \ \ \ \
| * | | | | | Update CHANGELOG and add documentationKamil Trzcinski2016-04-171-0/+20
| | | | | | |
* | | | | | | Merge branch 'after-script' into 'master' Kamil Trzciński2016-04-191-0/+13
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement after_script which allows to do cleanups as part of the build process This implements `after_script` in global context. The `after_script` will be executed always after the job, even if the job were canceled. This requires changes on Runner side that will be implemented in 1.2. cc @tmaczukin @grzesiek See merge request !3771
| * | | | | | Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski2016-04-182-7/+31
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski2016-04-181-1/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | Add note about versionKamil Trzcinski2016-04-171-0/+3
| | |_|/ / | |/| | |
| * | | | Add CHANGELOG and documentationKamil Trzcinski2016-04-171-0/+10
| | | | |
* | | | | Using single builder for push and tag eventsGabriel Mazetto2016-04-191-2/+38
| | | | |
* | | | | Added System Hooks for push and tag_pushGabriel Mazetto2016-04-192-1/+80
| | | | | | | | | | | | | | | | | | | | | | | | | Code is based on Project Webhooks, removing deprecations and without commits listing.
* | | | | Fix documentation and improve permissions codeFelipe Artur2016-04-182-7/+3
| | | | |
* | | | | Insert instructions in admin page and permissions documentFelipe Artur2016-04-181-0/+7
| |_|/ / |/| | |
* | | | Add minor fixes in docs for job-specific variablesGrzegorz Bizon2016-04-182-11/+7
| | | |
* | | | Update documentation on job level build variablesGrzegorz Bizon2016-04-181-4/+6
| | | |
* | | | Improve grammar in CI documentation for build varsGrzegorz Bizon2016-04-181-4/+7
| | | |
* | | | Add documentation for job-level build variablesGrzegorz Bizon2016-04-182-1/+24
| |/ / |/| |
* | | Merge branch 'typos_in_ci_doc' into 'master' Robert Schilling2016-04-161-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix typos in CI docs. See merge request !3709
| * | Fix typos in CI docs.Hyunwoo Jung2016-04-131-1/+1
| | |
* | | Merge branch 'master' of https://github.com/gitlabhq/gitlabhqJacob Vosmaer2016-04-151-1/+1
|\ \ \
| * | | fix required gitlab-shell version.lurdan2016-04-151-1/+1
| | | | | | | | | | | | Under the procedure, I've warned about gitlab-shell version, which should be 2.6.12 (may be some minor revisions introduces that).
* | | | Merge branch 'patch-1' into 'master' Robert Speicher2016-04-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change "very demand" to "specific demand" in CI runner docs [ci skip] See merge request !3726
| * | | | change: "very demand" changed to "specific demand" Jamie Neubert Pedersen2016-04-141-1/+1
| | | | | | | | | | | | | | | This must be an error as the sentence doesn't make sense otherwise
* | | | | Merge branch 'auto-fsck' into 'master' Robert Speicher2016-04-142-0/+44
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Auto git fsck Closes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 See merge request !3232
| * | | | Documentation / help improvementsJacob Vosmaer2016-04-142-4/+4
| | | | |
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-1316-13/+356
| |\ \ \ \
| * | | | | Remove \f. WT\F ??Jacob Vosmaer2016-04-131-1/+1
| | | | | |
| * | | | | Improve English, thanks RobertJacob Vosmaer2016-04-131-3/+3
| | | | | |
| * | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-1225-81/+640
| |\ \ \ \ \
| * | | | | | Move 'clear checks' button to applicatoin settingsJacob Vosmaer2016-04-121-22/+11
| | | | | | |