summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Create documentation for the manual sorting / re-ordering capabilityBrett Walker2019-07-183-1/+36
| |/ |/|
* | Merge branch 'an-sidekiq-chaos' into 'master'Lin Jen-Shin2019-07-181-7/+24
|\ \ | | | | | | | | | | | | | | | | | | Adds chaos endpoints to Sidekiq Closes #64663 See merge request gitlab-org/gitlab-ce!30814
| * | Adds chaos endpoints to Sidekiqan-sidekiq-chaosAndrew Newdigate2019-07-181-7/+24
| |/ | | | | | | | | This allows the chaos endpoints to be invoked in Sidekiq so that this environment can be tested for resilience.
* | Fix QA documentation to refer to perform methodDan Davison2019-07-181-1/+1
| | | | | | | | | | | | The documentation referred to the .act method This MR changes this to refer to the preferred .perform method
* | Add profile mode to extend request profilingadd-profile-mode-to-extend-request-profilingQingyu Zhao2019-07-182-2/+2
| | | | | | | | | | | | | | Extend the support for "X-Profile-Token: <token>" to have an additional header that defines type of profile we are looking for, like: X-Profile-Mode: execution X-Profile-Mode: memory
* | Doc: resolving confidential issues in private forkPatrick Bajao2019-07-184-0/+51
| | | | | | | | | | | | Add a section in Confidential Issues documentation with information about the "Create confidential merge request" button/dropdown and how it can help in resolving confidential issues.
* | Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas2019-07-181-4/+5
|\ \ | | | | | | | | | | | | Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
| * | Add start_sha to commits APIMarkus Koller2019-07-181-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
* | | Merge branch 'feature/gb/serverless-app-deployment-template' into 'master'Thong Kuah2019-07-181-21/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Deploy serverless apps with `gitlabktl` Closes #64494 See merge request gitlab-org/gitlab-ce!30740
| * | | Update docs on serverless apps deploymentsGrzegorz Bizon2019-07-151-21/+16
| | | |
* | | | Merge branch 'sh-oracle-cloud-s3-docs' into 'master'Marcia Ramos2019-07-184-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Document how to make Oracle Cloud S3 work See merge request gitlab-org/gitlab-ce!30847
| * | | | Document how to make Oracle Cloud S3 worksh-oracle-cloud-s3-docsStan Hu2019-07-174-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
* | | | | Set correct file mode for autocomplete imagesWinnie Hellmann2019-07-182-0/+0
| | | | |
* | | | | Go guide: be more explicit on testing frameworks + diffing test resultsVictor Zagorodny2019-07-181-2/+35
| | | | |
* | | | | Doc for "Move external authorization service API management to EE"Imre Farkas2019-07-181-2/+2
| | | | |
* | | | | Fix unordered list spacingMarcel Amirault2019-07-1813-161/+161
| | | | | | | | | | | | | | | | | | | | | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation.
* | | | | Merge branch 'patch-72' into 'master'Ray Paik2019-07-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | typo See merge request gitlab-org/gitlab-ce!30860
| * | | | | typomtmail2019-07-171-1/+1
| |/ / / /
* | | | | Add documentation surrounding [data-qa-selector]Dan Davison2019-07-172-26/+45
| |_|/ / |/| | | | | | | | | | | | | | | Documentation was lacking for the [data-qa-selector] method of defining methods vs .qa-selector method.
* | | | Add docs about auto-injected Jest mocksMartin Hanzel2019-07-171-0/+28
|/ / /
* | | Add docs for Let's Encrypt integrationVladimir Shushlin2019-07-177-5/+104
| | | | | | | | | | | | | | | | | | * Add deprecation warning to old integration * Add user docs * Add admin docs
* | | Merge branch 'patch-72' into 'master'Evan Read2019-07-171-2/+2
|\ \ \ | | | | | | | | | | | | | | | | fix docs typo: register runner with services See merge request gitlab-org/gitlab-ce!30769
| * | | fix `register runner with services`Woko2019-07-161-2/+2
| | | |
* | | | Documented autocomplete charactersRussell Dickenson2019-07-174-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added a table listing all autocomplete characters. - Added a link to the autocomplete characters docs, from the Projects feature list. - Added an example of how autocomplete would behave for `Users and groups`, including two screenshots.
* | | | Add tip about stripping ANSI color codesElliot Rushton2019-07-171-0/+16
| | | |
* | | | Merge branch 'docs/update-time-tracking-release-info' into 'master'Evan Read2019-07-171-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Change time tracking units feature release version See merge request gitlab-org/gitlab-ce!30771
| * | | | Change time tracking units feature release versiondocs/update-time-tracking-release-infoHeinrich Lee Yu2019-07-161-1/+1
| | | | |
* | | | | Propagate PIP index URLFabien Catteau2019-07-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Propagate PIP_INDEX_URL, PIP_EXTRA_INDEX_URL to the dependency-scanning Docker image to support Python projects depending on custom Pypi registries. These variables will be consumed by the gemnasium-python analyzer.
* | | | | Docs: update Cloudflare's redirect method for PagesMarcia Ramos2019-07-171-5/+16
| | | | |
* | | | | Add 3rd party parallel tools section to docsArtur Trzop2019-07-172-0/+5
| | | | |
* | | | | Merge branch '12800-read-and-write-user-admin-notes-via-api-ce' into 'master'Stan Hu2019-07-161-3/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CE Backport: Read and write User "Admin notes" via API See merge request gitlab-org/gitlab-ce!30775
| * | | | | CE: Read and write User "Admin notes" via APImanojmj2019-07-171-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the ability to read and write admin notes for a user via the USER API
* | | | | | Merge branch ↵Evan Read2019-07-161-5/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '12812-geo-update-current-limitations-of-background-verification-docs' into 'master' Geo - Update current limitations for automatic background verification Closes gitlab-ee#12812 See merge request gitlab-org/gitlab-ce!30688
| * | | | | | Update current limitations for automatic background verification12812-geo-update-current-limitations-of-background-verification-docsDouglas Barbosa Alexandre2019-07-151-5/+12
| | | | | | |
* | | | | | | Resolve docs lint failure in users/clusters/applications.mdRobert Speicher2019-07-161-1/+1
| | | | | | |
* | | | | | | Update weight/priority definitions in prometheus dashboard docsSarah Yasonik2019-07-161-3/+1
| | | | | | |
* | | | | | | Enable GitLabb runner to be uninstalled from clusterJoão Cunha2019-07-161-1/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Set as uninstallable app - Update docs - Adjust specs
* | | | | | Merge branch 'bjk/fix_prom_example' into 'master'Achilleas Pipinellis2019-07-161-7/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: Update example Prometheus scrape config See merge request gitlab-org/gitlab-ce!30739
| * | | | | | Update example Prometheus scrape configbjk/fix_prom_exampleBen Kochie2019-07-151-7/+47
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Use a full real-world example that is compatible with the omnibus dashboards and follows Prometheus best practices.
* | | | | | Fix rake db:migrate:status typo in docsGreg Myers2019-07-161-1/+1
| | | | | |
* | | | | | Note in the docs about possibility of disabling Auto DevOps at group-level ↵Muhamed Huseinbašić2019-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | for self-managed instances
* | | | | | Docs Dependencies APITetiana Chupryna2019-07-162-0/+51
| | | | | |
* | | | | | CE backport: Removed non-decimal event valuesDonald Cook2019-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snowplow only accepts decimals for value This MR removes sending of value implicitly with the value attribute
* | | | | | Update Release API docsJason Goodman2019-07-162-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | Include released_at parameter
* | | | | | Rewrite to avoid square brackets, minimizing Kramdown warningsEvan Read2019-07-161-3/+3
| | | | | |
* | | | | | Document db:migrate:status rake taskGreg Myers2019-07-161-0/+19
| | | | | |
* | | | | | Update ES indexer docs for Omnibus usersGreg Myers2019-07-161-1/+5
| | | | | |
* | | | | | Clean-up some confusing info from security docsAchilleas Pipinellis2019-07-1610-29/+56
| | | | | |
* | | | | | Avoid using HTML when plain text and markdown workEvan Read2019-07-161-10/+10
| | | | | |
* | | | | | Merge branch 'jc-documentation-update-nfs-autodetection' into 'master'Achilleas Pipinellis2019-07-161-18/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add nfs autodetection section in NFS docs Closes gitaly#1767 See merge request gitlab-org/gitlab-ce!30486