summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add missing dot in .gitlab-ci.yml [ci skip]Achilleas Pipinellis2017-01-311-1/+1
|
* Clarify some things in Pages [ci skip]Achilleas Pipinellis2017-01-311-4/+13
| | | | | * Pages are enabled by default on each project * Add note about using the `only` parameter
* Add note about shared runners [ci skip]Achilleas Pipinellis2017-01-311-0/+3
|
* Typo fixes, remove unnecessary information about pages path [ci skip]Achilleas Pipinellis2017-01-312-14/+5
|
* Refer to server_name with regexKamil Trzcinski2017-01-311-3/+8
|
* Add pages to excluded directories in backup task [ci skip]Achilleas Pipinellis2017-01-311-0/+23
|
* Minor cleanup, use gitlab.io as an example domain for GPAchilleas Pipinellis2017-01-311-22/+17
|
* Fix small typos in GP user guideAchilleas Pipinellis2017-01-311-2/+2
|
* Rename pages namespace or project path when changedKamil Trzcinski2017-01-311-0/+1
| | | | - Move UploadsTransfer to ProjectTransfer and inherit from this to UploadsTransfer and PagesTransfer
* Revert "Store pages in shared/pages/fqdn/fqdn/public or ↵Kamil Trzcinski2017-01-311-3/+9
| | | | | | shared/pages/fqdn/subpath/public - makes it simpler to implement CNAMEs in future" This reverts commit 86a2a78f0d13a678899460638add6b862059433e.
* Revert "Small lines improvement [ci skip]"Kamil Trzcinski2017-01-311-3/+1
| | | | This reverts commit 0d73bd93bab349d84910cf14773633b8a66df466.
* Add section on storage path [ci skip]Achilleas Pipinellis2017-01-311-1/+20
|
* Capitalize Pages [ci skip]Achilleas Pipinellis2017-01-311-1/+1
|
* Add missing intro [ci skip]Achilleas Pipinellis2017-01-311-1/+3
|
* Finish GitLab Pages user documentationAchilleas Pipinellis2017-01-311-41/+100
|
* Small lines improvement [ci skip]Achilleas Pipinellis2017-01-311-1/+3
|
* Point to GP administration guide, no need to duplicate things [ci skip]Achilleas Pipinellis2017-01-311-10/+4
|
* Store pages in shared/pages/fqdn/fqdn/public or ↵Kamil Trzcinski2017-01-311-9/+3
| | | | shared/pages/fqdn/subpath/public - makes it simpler to implement CNAMEs in future
* Add example when using a subdomain [ci skip]Achilleas Pipinellis2017-01-311-4/+12
|
* GitLab Pages admin guide clean up [ci skip]Achilleas Pipinellis2017-01-311-67/+62
| | | | | - Fix markdown - Remove how it works section, maybe add it at a later point
* Add GitLab Pages administration guideAchilleas Pipinellis2017-01-312-0/+147
|
* Fix wrong assumption that the public dir must be present in your git repoAchilleas Pipinellis2017-01-311-2/+1
|
* Add missing jekyll website linkAchilleas Pipinellis2017-01-311-0/+2
|
* First draft of pages documentationAchilleas Pipinellis2017-01-311-8/+55
|
* Add GitLab PagesKamil Trzcinski2017-01-313-0/+26
| | | | | | | | | | | | | | | | - The pages are created when build artifacts for `pages` job are uploaded - Pages serve the content under: http://group.pages.domain.com/project - Pages can be used to serve the group page, special project named as host: group.pages.domain.com - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB) - The public/ is extracted from artifacts and content is served as static pages - Pages asynchronous worker use `dd` to limit the unpacked tar size - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml - Pages are part of backups - Pages notify the deployment status using Commit Status API - Pages use a new sidekiq queue: pages - Pages use a separate nginx config which needs to be explicitly added
* Merge branch '27474-update-auto-deploy-requires-public-project' into 'master' Achilleas Pipinellis2017-01-311-1/+2
|\ | | | | | | | | | | | | Resolve "Document that auto deploy only works for public projects" Closes #27474 See merge request !8897
| * Update index.md27474-update-auto-deploy-requires-public-projectJoshua Lambert2017-01-311-1/+1
| |
| * Clarify that Auto Deploy requires a public project.Joshua Lambert2017-01-311-1/+2
| |
* | Merge branch 'patch-12' into 'master' James Lopez2017-01-311-1/+1
|\ \ | |/ |/| | | | | Services changed to Integrations See merge request !8686
| * Services changed to Integrations to slack.mdDoğukan KOTAN2017-01-211-1/+1
| |
* | Update group api doc with full_name and full_path attributesDmitriy Zaporozhets2017-01-301-1/+12
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'fix/import-encrypt-atts' into 'master' Douwe Maan2017-01-301-1/+5
|\ \ | | | | | | | | | | | | | | | | | | Ignore encrypted attributes in Import/Export Closes #24458 See merge request !8739
| * | Ignore encrypted attributes in Import/ExportJames Lopez2017-01-301-1/+5
| | | | | | | | | | | | | | | | | | | | | * Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
* | | Merge branch 'document-how-to-vue' into 'master' Fatih Acet2017-01-301-18/+88
|\ \ \ | |/ / |/| | | | | | | | Document how to vue See merge request !8866
| * | First draft of "how to use vue.js in gitlab" documentationFilipa Lacerda2017-01-301-18/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Puts back trailing whitespace Changes after review Changes after review Adds Changelog entry Follow documentation styleguide
* | | Merge branch 'patch-11' into 'master' Rémy Coutable2017-01-301-4/+4
|\ \ \ | |/ / |/| | | | | | | | Fix the documentation to use the correct variable in a code example See merge request !8585
| * | Use consistent URLs for review apps in the docsVincent Tunru2017-01-271-4/+4
| | | | | | | | | | | | | | | | | | It said `<slug>.review.example.com` at one place, `review-<slug>.example.com` elsewhere, and no mention of `review` at all in other places. We now leave out `review` everywhere.
| * | Actually use `$CI_ENVIRONMENT_SLUG` in the `environment:url`Vincent2017-01-151-1/+1
| | |
* | | Merge branch 'patch-8' into 'master'Rémy Coutable2017-01-301-0/+4
|\ \ \ | | | | | | | | | | | | | | | | add information that docker registry storage needs to be accessible for docker clients See merge request !8179
| * | | add information that docker registry storage needs to be accessible for ↵Elan Ruusamäe2017-01-271-0/+4
| | | | | | | | | | | | | | | | docker clients
* | | | Merge branch 'improve-ci-example-php-doc' into 'master' Rémy Coutable2017-01-301-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Changed composer installer script in the CI PHP example doc See merge request !8817
| * | | | Changed composer installer script in the CI PHP example docimprove-ci-example-php-docJeffrey Cafferata2017-01-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script will check some php.ini settings warn you if they are set incorrectly, and then download the latest composer.phar in the current directory. These lines will, in order: - Download the installer SHA-384 to the current directory - Download the installer to the current directory - Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html - Run the installer - Remove the installer & the installer SHA-384 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | [ci skip] UX Guide Add general term section to copyux-guide-minor-updatesAllison Whilden2017-01-282-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] UX guide: clean up term tables in copy [ci skip] UX guide: update dropdown max height for multiline items
* | | | | remove assets:compile step from relative_url docsMike Greiling2017-01-271-8/+0
| | | | |
* | | | | update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-275-6/+6
| | | | |
* | | | | Merge branch '23034-enable-rspec-profiling' into 'master' Robert Speicher2017-01-271-0/+35
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add rspec_profiling to the rspec environment Closes #23034 See merge request !7854
| * | | | Add the rspec_profiling gem and documentation to the GitLab development ↵23034-enable-rspec-profilingNick Thomas2017-01-271-0/+35
| | | | | | | | | | | | | | | | | | | | environment
* | | | | Merge branch 'gemfile-development-guideline' into 'master' Stan Hu2017-01-272-0/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document "No gems fetched from git repositories" policy [ci skip] See merge request !8818
| * | | | | Document "No gems fetched from git repositories" policy [ci skip]Adam Niedzielski2017-01-272-0/+15
| | | | | |
* | | | | | TyposIonut Staicu2017-01-271-12/+17
| | | | | |