summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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]
* 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
| | | | | | |
| * | | | | | Rename almost all the thingsJacob Vosmaer2016-04-061-9/+9
| | | | | | |
| * | | | | | Document how to disable repo checksJacob Vosmaer2016-04-061-0/+16
| | | | | | |
| * | | | | | Rebase repo check MRJacob Vosmaer2016-04-041-0/+39
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rake-db-reset' into 'master' Robert Speicher2016-04-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use rake db:reset instead of db:setup See merge request !3721
| * | | | | | Use rake db:reset instead of db:setupYorick Peterse2016-04-141-1/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using db:reset ensures existing tables are first dropped. This in turn ensures that we can drop tables regardless of any foreign key constraints. While CE currently doesn't have any foreign keys EE defines the following relation: remote_mirrors.project_id -> projects.id MySQL will complain whenever you try to drop the "projects" table first even when using "DROP TABLE ... CASCADE".
* | | | | | Merge branch 'start-with-iid-on-new-branch' into 'master' Rémy Coutable2016-04-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start with iid on branch creation After the discussion it in #3886 it was decided the iid should be in the beginning of the branch name. See merge request !3708
| * | | | | | Start with iid on branch creationZeger-Jan van de Weg2016-04-141-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into 'master' Achilleas Pipinellis2016-04-141-0/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update shibboleth configuration for GitLab 8.6 and Apache 2.4 See merge request !3713
| * | | | | | Update shibboleth configuration for GitLab 8.6 and Apache 2.4Tom Downes2016-04-141-0/+47
| |/ / / / /
* | | | | | Add TOC to yaml README and an intro sectionAchilleas Pipinellis2016-04-141-16/+57
| |/ / / / |/| | | | | | | | | | | | | | [ci skip]
* | | | | Allow back dating notes on creationMichael Greene2016-04-131-0/+1
| | | | |
* | | | | Allow back dating issues on updateMichael Greene2016-04-131-0/+1
|/ / / /