gitlab-org--gitlab-foss/doc
Douwe Maan 6b0e37b05f Merge branch 'rel-url-fix' into 'master'
Fix relative URL

See https://github.com/gitlabhq/gitlabhq/issues/10053

 1. Same configuration way for relative URL like with Omnibus
 2. Loading the relative configuration from Rakefile as Rails do not load initializers for `asset:precompile`

First point has another positive side effect: no collisions (due to git controlled `application.rb`) any more during the upgrades of source based installations and relative url configuration

 - [x] tests on the source based installation
 - [x] tests on the centos&ubuntu omnibus packages

Fixes: gitlab-org/gitlab-ce#13730, gitlab-org/gitlab-ce#13727, gitlab-org/omnibus-gitlab#1143 and https://github.com/gitlabhq/gitlabhq/issues/10053

See merge request !2979
2016-03-01 16:24:43 +00:00
..
administration Unicorn worker killer is not Omnibus specific 2016-02-03 14:18:51 +02:00
api Add when the API changes got introduced 2016-02-22 14:30:22 +02:00
ci Add link to triggers doc in variables section 2016-03-01 09:57:09 +02:00
customization Branded login page also in CE 2016-02-26 15:50:51 +01:00
development Merge branch 'rs-development-docs' into 'master' 2016-02-29 11:00:33 +00:00
gitlab-basics correct compare_braches.png to /compare_branches.png and make sure it works in line 25 in add-merge-request.md 2016-02-20 12:20:58 +08:00
hooks Rewrite HTTP links to force TLS, where possible 2015-11-16 16:50:05 -08:00
incoming_email Update mailroom/postfix documentation [ci skip] 2016-01-14 11:26:24 -06:00
install Use dedicated relative_url.rb initializer 2016-02-29 21:17:48 +01:00
integration Merge branch 'update_doc' into 'master' 2016-02-03 11:23:22 +00:00
legal Reformats confusing '[named here]' section for 3rd party code attribution 2016-02-17 17:13:06 +00:00
logs
markdown Add a new image in the markdown help page 2016-02-11 20:37:20 +02:00
migrate_ci_to_ce Update ci to ce doc to make it clearer when you are done if you don't want to keep your data. 2015-10-05 16:39:58 +02:00
monitoring/performance Change InfluxDB admin username 2016-01-20 23:10:27 +01:00
operations Add 'resume' capability to parallel-rsync-repos 2015-12-08 15:08:22 +01:00
permissions Adjust documentation of permissions 2016-02-27 23:26:04 +01:00
profile Add references to the rouge gem library 2016-01-25 22:36:44 +01:00
project_services Move builds emails service to its own document 2016-02-19 23:35:26 +02:00
public_access Update public access documentation [ci skip] 2015-11-19 17:24:10 +02:00
raketasks Remove note on backing up GitLab CI as a separate service 2016-02-13 00:37:43 +02:00
release Never heard of gitlab-omnibus 2016-01-12 14:47:55 +01:00
security Make "Two-factor" casing consistent throughout the application 2016-01-31 20:34:51 -05:00
ssh Fixed Window's commands for SSH Help. 2016-02-06 12:17:12 +00:00
system_hooks Include user_username in user_(add_to/remove_from)_(project/group) system hooks. 2016-01-07 12:54:54 -05:00
update No changes to nginx config in this update. Removed unnecessary instructions. 2016-02-18 21:19:31 +00:00
web_hooks Add new data to project in push, issue, merge-request and note webhooks data 2016-02-11 17:22:11 +01:00
workflow Merge branch 'master' into 'master' 2016-02-26 09:27:05 +00:00
README.md Reorganize CI sections and give descriptive names to links 2016-02-29 14:44:08 +02:00

README.md

Documentation

User documentation

CI User documentation

CI Examples

CI Services

GitLab CI uses the services keyword to define what docker containers should be linked with your base image. Below is a list of examples you may use:

Administrator documentation

Contributor documentation

  • Documentation styleguide Use this styleguide if you are contributing to documentation.
  • Development Explains the architecture and the guidelines for shell commands.
  • Legal Contributor license agreements.
  • Release How to make the monthly and security releases.