summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Bump Git version requirement to 2.7.4 (for 8.3)Douwe Maan2016-03-171-3/+4
|
* Use gitlab-workhorse 0.5.4Jacob Vosmaer2016-01-122-2/+2
| | | | | | Fixes routing errors for /api/v3/projects/ [ci skip]
* Add note on Asana tokens to 8.3 update guideRobert Speicher2016-01-111-0/+15
| | | | [ci skip]
* Merge branch 'gitlab-workhorse-0.5.3' into 'master' Robert Speicher2016-01-112-2/+2
| | | | | Use gitlab-workhorse 0.5.3 See merge request !2367
* Merge branch 'optimize_ldap' into 'master' Douwe Maan2016-01-111-0/+5
| | | | | | | | | Optimize LDAP and add a search timeout Related to #4282 This merge request arranges some things in `access.rb` to facilitate some optimizations in EE (to come later). It also adds a 10 second timeout to all LDAP searches so the entire worker is not blocked if some query doesn't return in a reasonable amount of time. This timeout is configurable per LDAP server. See merge request !2267
* reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto2015-12-291-40/+7
|
* Merge branch 'add-recaptcha-support' into 'master'Dmitriy Zaporozhets2015-12-292-0/+57
| | | | | | Add support for Google reCAPTCHA in user registration to prevent spammers See merge request !2216
* 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
| |
* | 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]
| * | | Rename gitlab-git-http-server mention with gitlab-workhorseStan Hu2015-12-141-1/+1
| | | | | | | | | | | | | | | | [ci skip]
| * | | Add upgrade guide for 8.2 to 8.3Stan Hu2015-12-141-0/+200
| | | | | | | | | | | | | | | | [ci skip]
* | | | Prepare Installation doc for 8.3.0-rc1Robert Speicher2015-12-141-34/+39
|/ / / | | | | | | | | | [ci skip]
* | | Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński2015-12-141-3/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987
| * | | Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-3/+0
| | | |
* | | | Rename mention of gitlab-git-http-server to gitlab-workhorseStan Hu2015-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Closes https://github.com/gitlabhq/gitlabhq/issues/9904
* | | | Bump Redis requirement to 2.8 for Sidekiq 4 requirementsStan Hu2015-12-121-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | Closes #3649 [ci skip]
* | | | add details on how to change saml button labelBen Bodenmiller2015-12-111-2/+3
| |/ / |/| |
* | | Clarify cache behaviorDrew Blessing2015-12-111-0/+3
| |/ |/|
* | Merge pull request #9850 from davydovanton/doc-fix-typosStan Hu2015-12-105-7/+7
|\ \ | | | | | | Fix typos in all docs
| * | Fix typos in all docs [skip ci]Anton Davydov2015-11-245-7/+7
| | |
* | | Document file upload random uuid securityDrew Blessing2015-12-102-1/+13
| |/ |/|
* | Merge branch 'fix-typos' into 'master' Robert Speicher2015-12-097-7/+7
|\ \ | | | | | | | | | | | | | | | | | | Fix typos in integration docs [ci skip] See merge request !1999
| * | Fix typos in integration docsTobias Stöckler2015-12-077-7/+7
| | |
* | | Merge branch 'master' into 'master' Robert Speicher2015-12-091-2/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update init script only once The init script is already being updated in section 6. See merge request !2038 [ci skip]
| * | | Update init script only onceFelix Eckhofer2015-12-091-2/+1
| | | | | | | | | | | | | | | | The init script is already being updated in section 6.
* | | | Merge branch 'remove-default-branch-option-from-doc' into 'master' Dmitriy Zaporozhets2015-12-091-1/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove default_branch from project API creation documentation The docs erroneously included `default_branch` as an option in project creation, but this field does not make sense because a new project has an empty repo with no branches. Closes #3937 See merge request !2034
| * | | Remove default_branch from project API creation since an empty repositoryStan Hu2015-12-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | has no branches to start. Closes #3937
* | | | Merge branch 'fix-workhorse-upgrade-info' into 'master' Jacob Vosmaer2015-12-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the prepended v on GitLab Workhorse upgrade doc Fix for https://gitlab.com/gitlab-org/gitlab-workhorse/issues/4 See merge request !2020