summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix link to 'when delayed' YAML configuration itemEvan Read2018-10-163-2/+2
|
* Merge branch 'docs-fix-img-shadow' into 'master'Achilleas Pipinellis2018-10-151-1/+1
|\ | | | | | | | | Docs: Fixes image shadow See merge request gitlab-org/gitlab-ce!22366
| * Fixes image shadowMarcia Ramos2018-10-151-1/+1
| |
* | Define Stage labels in issue workflowFabio Busatto2018-10-151-0/+34
| |
* | Merge branch 'docs-update-remove-push-rules-feauture-not-yet-available' into ↵Douwe Maan2018-10-151-1/+0
|\ \ | | | | | | | | | | | | | | | | | | 'master' docs remove reference to push rules as not yet implemented for groups See merge request gitlab-org/gitlab-ce!22305
| * | Update doc/user/group/index.mdAlexander Strachan2018-10-121-1/+0
| | |
* | | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-1518-384/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * | | Remove Koding integration and documentationStan Hu2018-10-1218-384/+0
| | | | | | | | | | | | | | | | | | | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* | | | Merge branch 'bvl-merge-base-multiple-revisions' into 'master'Douwe Maan2018-10-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow getting the merge base of multiple revisions Closes #52573 See merge request gitlab-org/gitlab-ce!22295
| * | | | Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
* | | | | Merge branch 'ready-for-review-doc' into 'master'Douwe Maan2018-10-151-1/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add documentation how to assign a merge request for review See merge request gitlab-org/gitlab-ce!21327
| * | | | | Add documentation how to assign a merge request for reviewJarka Kadlecová2018-10-151-1/+15
| |/ / / /
* | | | | Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett2018-10-153-0/+32
| |_|_|/ |/| | |
* | | | Docs: fix table on API settingsMarcia Ramos2018-10-151-0/+4
| | | |
* | | | Update docs maintenance upgrade path examplesChenjerai Katanda2018-10-151-1/+2
| | | |
* | | | Adjust link to docs development guideWinnie Hellmann2018-10-151-1/+1
| | | |
* | | | Merge branch 'docs-improve-contributing-guide' into 'master'Achilleas Pipinellis2018-10-157-146/+181
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve the contributing documentation See merge request gitlab-org/gitlab-ce!22291
| * | | | Improve the contributing documentationRémy Coutable2018-10-117-146/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes duplicated content from CONTRIBUTING.md and consolidate everything under doc/development/contributing/. This also fixes missing links. Lastly, this moves the style guides from the "Implement design & UI elements" page to a new "Style guides" page. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Link to DeclarativePolicy page from /developmentThong Kuah2018-10-151-0/+1
| | | | |
* | | | | Docs: Fixing some bad linksMarcel Amirault2018-10-147-13/+12
| | | | |
* | | | | Update merge request diff navigation docsJames Ramsay2018-10-122-3/+3
| | | | |
* | | | | Merge branch 'docs-go1.10' into 'master'Marcia Ramos2018-10-121-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop support for Go 1.9 in GitLab 11.4 Closes #51982 See merge request gitlab-org/gitlab-ce!22324
| * | | | | Drop support for Go 1.9 in GitLab 11.4Jacob Vosmaer2018-10-121-2/+2
| | |_|/ / | |/| | |
* | | | | Fix the event API docsNick Thomas2018-10-121-2/+2
|/ / / /
* | | | Merge branch 'fix_block_context' into 'master'Evan Read2018-10-121-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Specification change: Fix asciidoctor block context. See merge request gitlab-org/gitlab-ce!22280
| * | | Specification change: Fix asciidoctor block context.Koichiro Mikami2018-10-111-2/+2
| | | |
* | | | Merge branch 'frontend-feature-flags' into 'master'Rémy Coutable2018-10-111-0/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support pushing of feature flags to the frontend Closes gitlab-org/release/framework#17 See merge request gitlab-org/gitlab-ce!22197
| * | | | Support pushing of feature flags to the frontendYorick Peterse2018-10-111-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a method to Gitlab::GonHelper called `push_frontend_feature_flag`. This method can be used to easily expose the state of a feature flag to Javascript code. For example, using this method we may write the following controller code: before_action do push_frontend_feature_flag(:vim_bindings) end def index # ... end def edit # ... end In Javascript we can then check the state of the flag as follows: if ( gon.features.vimBindings ) { // ... } Fixes https://gitlab.com/gitlab-org/release/framework/issues/17
* | | | | Feature improved branch filter sortingJason Rutherford2018-10-114-5/+26
| | | | |
* | | | | Merge branch 'docs/remove-link-old-project' into 'master'Achilleas Pipinellis2018-10-111-4/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removes link to deprecated project See merge request gitlab-org/gitlab-ce!22281
| * | | | | Removes link to deprecated projectEvan Read2018-10-111-4/+3
| | |_|/ / | |/| | | | | | | | | | | | | - Also fixes minor style issues.
* | | | | Merge branch 'patch-27' into 'master'Achilleas Pipinellis2018-10-111-4/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | docs: match where statements at in omnibus section See merge request gitlab-org/gitlab-ce!22214
| * | | | | docs: match where statements at in omnibus sectionBen Bodenmiller2018-10-091-4/+2
| | | | | |
* | | | | | Merge branch 'master' into 'master'Achilleas Pipinellis2018-10-111-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Avoid conflicting anchor name in documentation See merge request gitlab-org/gitlab-ce!22213
| * | | | | Update README.mdYuping Zuo2018-10-091-2/+2
| |/ / / /
* | | | | Documentation for delayed jobsWinnie Hellmann2018-10-113-0/+49
| | | | |
* | | | | Merge branch 'docs-filesystem_perf' into 'master'Evan Read2018-10-113-0/+64
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Add Filesystem Performance Benchmarking documentation See merge request gitlab-org/gitlab-ce!22202
| * | | | Add Filesystem Performance Benchmarking documentationDrew Blessing2018-10-103-0/+64
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Filesystem performance can have a big impact on overall GitLab performance, especially for actions that read or write Git repositories. This information will help benchmark filesystem performance against known good and bad real-world systems.
* | | | Merge branch 'docs/fix-link-to-eslint-config' into 'master'Achilleas Pipinellis2018-10-101-52/+57
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix broken link and file improvements See merge request gitlab-org/gitlab-ce!22244
| * | | | Fix broken linkEvan Read2018-10-101-52/+57
| | | | | | | | | | | | | | | | | | | | | | | | | Also includes some basic fixes to Markdown to make it adhere to styleguide.
* | | | | Merge branch 'dimitrieh-master-patch-11276' into 'master'Rémy Coutable2018-10-101-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Add in review specifics See merge request gitlab-org/gitlab-ce!22242
| * | | | Add in review specificsDimitrie Hoekstra2018-10-091-1/+1
| |/ / /
* | | | Merge branch 'zj-circuit-breaker-removal' into 'master'Douwe Maan2018-10-106-129/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Git circuit breaker Closes #45405 See merge request gitlab-org/gitlab-ce!22212
| * | | | Remove Git circuit breakerZeger-Jan van de Weg2018-10-106-129/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
* | | | | Merge branch 'docs/service-template' into 'master'Marcia Ramos2018-10-101-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clarify what happens when enabling a service template See merge request gitlab-org/gitlab-ce!22240
| * | | | | Clarify what happens when enabling a service templateAchilleas Pipinellis2018-10-091-2/+4
| | | | | |
* | | | | | Merge branch 'docs-update-nfs-ha-git_data_dirs' into 'master'Marcia Ramos2018-10-101-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the HA NFS docs See merge request gitlab-org/gitlab-ce!22239
| * | | | | | update the HA NFS docsabuerer2018-10-091-2/+2
| |/ / / / /
* | | | | | Merge branch 'docs/autodevops-enable-auto' into 'master'Marcia Ramos2018-10-101-10/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Move the Auto DevOps note to the top See merge request gitlab-org/gitlab-ce!21745
| * | | | | Move the Auto DevOps note to the topAchilleas Pipinellis2018-10-091-10/+12
| |/ / / /