summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Thanks Robert for the corrections in the environment variables docs.environment-variables-in-the-appSytse Sijbrandij2015-12-281-1/+1
|
* Add documentation and example file for environent variables.Sytse Sijbrandij2015-12-271-0/+45
|
* Use environment variables to configure GitLab.Sytse Sijbrandij2015-12-271-0/+1
|
* Fix typo on triggers docs [ci skip]Achilleas Pipinellis2015-12-261-1/+1
|
* Remove incomplete text [ci skip]Achilleas Pipinellis2015-12-261-3/+0
|
* Clean up CRIME security doc [ci skip]Achilleas Pipinellis2015-12-251-37/+41
|
* Merge branch 'master' into adding_crime_securityAchilleas Pipinellis2015-12-2520-21/+435
|\
| * Merge branch 'ci_triggers_docs' into 'master' Achilleas Pipinellis2015-12-257-20/+197
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation on CI triggers Closes #3432 ## Notes * Implement build trigger API - https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/229 * Build trigger API - https://gitlab.com/gitlab-org/gitlab-ci/issues/257 * Build pipeline - https://dev.gitlab.org/gitlab/gitlab-ci/issues/282 and https://gitlab.com/gitlab-org/gitlab-ce/issues/3743 * Dependent builds - https://dev.gitlab.org/gitlab/gitlab-ci/issues/328 * Travis docs - https://docs.travis-ci.com/user/triggering-builds/ * Custom variables Circle CI example - https://circleci.com/docs/nightly-builds * Triggers API (CI) will be done in a separate MR * Notify https://gitlab.com/gitlab-org/gitlab-ci/issues/368 once done ## Docs needed to change - [x] `doc/ci/README.md` - [x] `doc/README.md` See merge request !2161
| | * Add examples for triggers [ci skip]Achilleas Pipinellis2015-12-251-5/+76
| | |
| | * Merge branch 'master' into ci_triggers_docsci_triggers_docsAchilleas Pipinellis2015-12-2511-4/+192
| | |\
| | * | Add images and examplesAchilleas Pipinellis2015-12-255-2/+95
| | | |
| | * | Remove triggers from yaml doc [ci skip]Achilleas Pipinellis2015-12-241-27/+0
| | | |
| | * | Add triggers doc in top level readme [ci skip]Achilleas Pipinellis2015-12-241-5/+6
| | | |
| | * | Document triggers in yaml/README.md [ci skip]Achilleas Pipinellis2015-12-211-0/+27
| | | |
| | * | Init documentation on Triggers [ci skip]Achilleas Pipinellis2015-12-212-19/+31
| | | |
| * | | Merge branch 'support-api-lookup-by-username' into 'master' Dmitriy Zaporozhets2015-12-251-1/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API support for looking up a user by username Needed to support Huboard See merge request !2089
| | * | | Add API support for looking up a user by usernameStan Hu2015-12-241-1/+11
| | | |/ | | |/| | | | | | | | | Needed to support Huboard
| * | | Fixed codestyle and added 2FA documentationfeature/force-tfaGabriel Mazetto2015-12-242-0/+39
| |/ /
| * | Merge branch 'add-project-permissions' into 'master' Dmitriy Zaporozhets2015-12-231-0/+10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add project permissions to all project API endpoints This standardizes all the project API formats. Also needed to support Huboard. See merge request !2090
| | * | Add project permissions to all project API endpointsStan Hu2015-12-221-0/+10
| | | | | | | | | | | | | | | | This standardizes all the project API formats. Also needed to support Huboard.
| * | | Merge branch 'meta-example' into 'master' Sytse Sijbrandij2015-12-231-0/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Link to the gitlab-ci.yml file of GitLab itself. I'm hunting for this link from time to time in customer demo's so I think it is useful to add. /cc @ayufan See merge request !1993
| | * | Link to the gitlab-ci.yml file of GitLab itself.meta-exampleSytse Sijbrandij2015-12-051-0/+1
| | | |
| * | | Merge branch 'tduehr/gitlab-ce-cas-support'Douwe Maan2015-12-212-0/+63
| |\ \ \
| | * | | Add link to CAS docDouwe Maan2015-12-212-3/+4
| | | | |
| | * | | add CAS authentication supporttduehr2015-12-141-0/+62
| | | | |
| * | | | Merge branch 'backport_jira' into 'master' Dmitriy Zaporozhets2015-12-218-0/+114
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport JIRA service Fixes #3839 Move EE JIRA functionality back to CE. - [x] Make it function in manual testing - [x] Migrate JIRA-specific tests - [x] Tests pass - [x] Migrate documentation - [x] Rollback to previous CE JIRA integration locally, activate on a project then try to migrate db and see if integration still works. - [x] Final EE search for JIRA references See merge request !2146
| | * | | Backport JIRA serviceDrew Blessing2015-12-188-0/+114
| | | | |
* | | | | Adding how we manage CRIME vulnerability to security docs [ci skip]adding_crime_securityJose Torres2015-12-192-0/+60
|/ / / /
* | | | Merge branch 'removeNonDefinedVariableFromCIDoc' into 'master' Achilleas Pipinellis2015-12-191-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove CI_BUILD_BEFORE_SHA from CI documentation As pointed in #3210, the environment variable isn't usable any more. See merge request !2118
| * | | | Remove CI_BUILD_BEFORE_SHA from CI documentationCauan Cabral2015-12-161-2/+0
| | | | | | | | | | | | | | | | | | | | As pointed in #3210, the environment variable isn't usable any more.
* | | | | Merge branch 'update_artifact_runner_docs' into 'master' Achilleas Pipinellis2015-12-191-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Clarify Windows shell executor artifact upload support @ayufan noted that the runner does not support artifact upload for Windows shell executor. This adds a note so users aren't confused. See merge request !2142
| * | | | Clarify Windows shell executor artifact upload supportDrew Blessing2015-12-171-1/+2
| | | | |
* | | | | Use gitlab-shell 2.6.9gitlab-shell-2.6.9Jacob Vosmaer2015-12-171-1/+1
|/ / / /
* | | | Use gitlab-workhorse 0.5.1gitlab-workhorse-0.5.1Jacob Vosmaer2015-12-172-2/+2
| | | |
* | | | Merge branch 'doc_private_registry' into 'master' Achilleas Pipinellis2015-12-171-2/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add info on using private Docker registries in CI See merge request !2130
| * | | | Add info on using private Docker registries in CI [ci skip]Achilleas Pipinellis2015-12-171-2/+21
| | | | |
* | | | | Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-0/+15
| | | | | | | | | | | | | | | | | | | | Fixes #4112
* | | | | Clean up ci yaml doc [ci skip]yaml-ci-cleanupAchilleas Pipinellis2015-12-161-133/+212
|/ / / / | | | | | | | | | | | | | | | | | | | | * Fix headings so that they are picked up by doc.gitlab.com * Stick to 80 characters * Clean up some examples
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-12-162-2/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'workhorse-passthrough' into 'master' Kamil Trzciński2015-12-162-2/+20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass all requests from NGINX to gitlab-workhorse See merge request !2073
| | * | | Update workhorse version in doc/install/installation.mdworkhorse-passthroughRobert Speicher2015-12-151-1/+1
| | | | |
| | * | | Gitlab-workhorse related 8.3 update changesJacob Vosmaer2015-12-151-1/+19
| | |/ /
* | | | Merge branch 'add-open-issues-count-to-api' of ↵Dmitriy Zaporozhets2015-12-161-0/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | https://gitlab.com/stanhu/gitlab-ce Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Add open_issues_count to project APIStan Hu2015-12-111-0/+3
| | | | | | | | | | | | | | | | This is needed to support Huboard and a generally useful value.
* | | | [ci skip] Add SVN to Git migration documentationDrew Blessing2015-12-154-17/+84
| | | |
* | | | Merge branch 'add_user_repo_integrity_rake_task' into 'master' Robert Speicher2015-12-153-1/+65
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add user repository integrity check rake task Corrupt repositories and stuck lock files can cause weird issues in GitLab. Often we know which user is having these problems and then we have to go hunt down which repository is causing it. Several times recently that involved me running queries in the rails console to get an array of projects and then writing a quick Ruby script to loop through and run `git fsck`. This last time I also had to check for the existence of `config.lock` and ref lock files. This rake task will eliminate all of those steps and allow an admin to simply specify a username. I also added the lock file checks to the existing `gitlab:repo:check` task which goes through all projects. See merge request !2080
| * | | [ci skip] Add user repository integrity check rake taskDrew Blessing2015-12-143-1/+65
| | | |
* | | | Update 8.2-to-8.3 guideRobert Speicher2015-12-141-8/+5
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'add-upgrade-guide-for-8-3' into 'master' Robert Speicher2015-12-141-0/+187
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add upgrade guide for 8.2 to 8.3 Making sure we don't forget mentioning the need to upgrade Redis from !1888. Added this in preparation for 8.3. [ci skip] See merge request !2085
| * | | | Update gitlab-workhorse and remove mention of gitlab-git-http-serverStan Hu2015-12-141-18/+5
| | | | | | | | | | | | | | | | | | | | [ci skip]