summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 'docs-hard-tabs'docs-hard-tabsMarcel Amirault2019-07-10126-1280/+1445
|\ | | | | | | | | # Conflicts: # doc/administration/pseudonymizer.md # doc/administration/uploads.md
| * Include merge method link in attribute descriptionCindy Pallares 🦉2019-07-101-3/+3
| | | | | | | | | | | | Currently, the project visibility methods attribute description link to the descriptions and options for visibility methods. The merge methods attribute description doesn't should do the same.
| * Merge branch 'docs-siegerts-fix-typo' into 'master'63197-move-chart-alerts-into-dropdown-menuEvan Read2019-07-101-1/+1
| |\ | | | | | | | | | | | | Docs: fix typo See merge request gitlab-org/gitlab-ce!30505
| | * typo fixdocs-siegerts-fix-typosiegerts2019-07-091-1/+1
| | |
| * | Merge branch 'patch-72-docs' into 'master'Thong Kuah2019-07-091-4/+7
| |\ \ | | | | | | | | | | | | | | | | Add documentation for customizing the auto-deploy-app helm chart by setting `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml` See merge request gitlab-org/gitlab-ce!30371
| | * | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+0
| | | |
| | * | Merge branch 'master' into 'patch-72-docs'nathanbietz2019-07-09362-2227/+2354
| | |\ \ | | | | | | | | | | | | | | | # Conflicts: # doc/topics/autodevops/index.md
| | * | | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| | | | |
| | * | | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| | | | |
| | * | | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| | | | |
| | * | | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| | | | |
| | * | | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| | | | |
| | * | | Update index.md.... change "helm deploy" to "helm upgrade"nathanbietz2019-07-041-1/+1
| | | | |
| | * | | Update index.md.... add instructions on how to add a `values.yaml` override ↵nathanbietz2019-07-041-4/+7
| | | | | | | | | | | | | | | | | | | | file to the default auto-deploy-app helm chart by setting `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml` (or `-f my-values.yaml`).
| * | | | Merge branch 'master' into sathieu/gitlab-ce-project_apiDouglas Barbosa Alexandre2019-07-09385-2922/+3180
| |\ \ \ \
| | * \ \ \ Merge branch 'jramsay/enable-object-dedupe-by-default' into 'master'Nick Thomas2019-07-091-12/+7
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable repository object pools by default Closes gitaly#1606 See merge request gitlab-org/gitlab-ce!29595
| | | * | | | Enable repository object pools by defaultJames Ramsay2019-07-091-12/+7
| | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | Object pools allow Git objects to be shared from the parent project to forks, reducing storage requirements.
| | * | | | Merge branch 'negative-commit-message-push-rule-docs' into 'master'Ray Paik2019-07-091-24/+27
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Negative commit message push rule docs See merge request gitlab-org/gitlab-ce!30521
| | | * | | | Document the negative commit message push rule for the API.Maikel2019-07-091-24/+27
| | | | | | |
| | * | | | | Resolve "Update project import/export docs to include what exactly is ↵Michael Leopard2019-07-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | imported/exported"
| | * | | | | NPM Registry docs new package naming conventionSteve Abrams2019-07-091-7/+8
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation is updated to include details on the new limitations and rules to naming NPM packages. A note is included on how naming collisions are handled.
| | * | | | Docs: audit/auditor docs imagesMarcel Amirault2019-07-094-2/+2
| | | | | |
| | * | | | Remove `:graphql` feature flagcharlie ablett2019-07-091-13/+3
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
| | * | | Updates on success of an MR the count on top and in other tabsTim Zallmann2019-07-091-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
| | * | | Tidy up timezone topicEvan Read2019-07-091-5/+3
| | | |/ | | |/|
| | * | Docs: Add missing backtick fence to code blockMarcel Amirault2019-07-091-0/+1
| | | |
| | * | Fix spacing of code blocksMarcel Amirault2019-07-0925-888/+909
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
| | * | Makes copying host keys a recommended stepLyle Kozloff2019-07-091-1/+1
| | | |
| | * | Remove extra whitespaces in docsMarcel Amirault2019-07-0928-77/+67
| | | | | | | | | | | | | | | | | | | | Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
| | * | Centralize config for markdownlintMarkus Koller2019-07-093-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
| | * | Merge branch 'docs/update-installation-link' into 'master'Evan Read2019-07-0911-17/+17
| | |\ \ | | | | | | | | | | | | | | | | | | | | Update the installation link See merge request gitlab-org/gitlab-ce!30489
| | | * | Update the installation linkdocs/update-installation-linkCindy Pallares2019-07-0812-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | The installation link has changed from /installation/ to /install/. This commit will update all the remaining links that are missing.
| | * | | Update redirected links to final destinationMarcel Amirault2019-07-0923-54/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
| | * | | Move the consul server docs to its own sectionCindy Pallares 🦉2019-07-082-53/+68
| | | | | | | | | | | | | | | | | | | | | | | | | The consul docs are currently in the HA database section, but it should be in it's own section.
| | * | | Merge branch 'add-kubernetes-webcast-cta-dmp' into 'master'Evan Read2019-07-081-0/+3
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add relevant webcast to drive traffic and MQLs See merge request gitlab-org/gitlab-ce!30236
| | | * | | Add relevant webcast to drive traffic and MQLsadd-kubernetes-webcast-cta-dmpSarah Daily2019-07-011-0/+3
| | | | | |
| | * | | | Doc for "Require session with smartcard login for Git access"Imre Farkas2019-07-081-0/+28
| | | | | |
| | * | | | Update redirected links to final destinationsMarcel Amirault2019-07-0824-138/+136
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
| | * | | Refactor the Visual Reviews docsAchilleas Pipinellis2019-07-082-34/+92
| | | | | | | | | | | | | | | | | | | | Reorganize and better explain what Visual Reviews are
| * | | | Reduce changes to doc/api/projects.mdproject_apiNick Thomas2019-07-041-62/+69
| | | | |
| * | | | Update json for "Get single project" docMathieu Parent2019-07-031-69/+62
| | | | |
| * | | | Add auto_devops_* to project APIMathieu Parent2019-07-031-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | The auto_devops object sometimes doesn't exists. We may need to create it.
| * | | | Add auto_cancel_pending_pipelines to project APIMathieu Parent2019-07-031-0/+3
| | | | |
| * | | | Add build_coverage_regex to project APIMathieu Parent2019-07-031-0/+3
| | | | |
| * | | | Add build_timeout to project APIMathieu Parent2019-07-031-0/+3
| | | | |
| * | | | Add build_git_strategy attribute to project APIMathieu Parent2019-07-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | We map the boolean to the string 'fetch' or 'clone', to be more explicit.
| * | | | Add *_access_level to project APIMathieu Parent2019-07-031-15/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - issues_access_level - repository_access_level - merge_requests_access_level - builds_access_level - wiki_access_level - snippets_access_level
* | | | | Apply suggestion to doc/user/project/code_owners.mdMarcel Amirault2019-07-101-2/+2
| | | | |
* | | | | Fix spacing in code blocksMarcel Amirault2019-07-092-8/+9
| | | | |
* | | | | Remove hard tabs from docsMarcel Amirault2019-07-089-143/+140
| |/ / / |/| | | | | | | | | | | | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them