summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate content about auto-devops customizationremove-duplicate-ado-contentKenny Johnston2019-07-191-4/+0
|
* Add docs for GitLab.com subscription upgradesOswaldo Ferreira2019-07-191-0/+8
|
* Document interacting GitLab components and featuresOswaldo Ferreira2019-07-192-0/+30
| | | | | | | | It's not uncommon that a single code change can reflect and interact with multiple parts of GitLab codebase, making it possible to break an existing feature. This commit expands documentation in that regard for developers.
* Set Private visibility for restricted Internal imported projectsGeorge Koltsov2019-07-191-0/+5
| | | | | | | | | With https://gitlab.com/gitlab-org/gitlab-ee/issues/12388 change going live there is potential risk of breaking imports of 'Internal' projects. This change makes sure if 'Internal' visibility level is restricted all 'Internal' projects will be marked as 'Private' See: https://gitlab.com/gitlab-org/gitlab-ce/issues/64311
* Update numbered lists for docs standardsMarcel Amirault2019-07-1921-62/+63
| | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* Add documentation for panel typesJose Ivan Vargas2019-07-193-1/+60
| | | | | | | This adds documentation on how to add area and single stat panel types for the monitoring dashboards using custom yml files
* Clean up Gitaly admin docsAchilleas Pipinellis2019-07-191-311/+359
| | | | | | - Add missing path to Gitaly configuration - Properly list steps for Gitaly configurations - Move sections around
* Added mention of Quick actionsRussell Dickenson2019-07-181-1/+3
|
* Added mention of autocomplete charactersRussell Dickenson2019-07-181-0/+6
|
* Add documentation page for bulk editing group issue milestonesEugenia Grieff2019-07-184-8/+41
| | | | | | - Add new page to group docs for bulk editing issues - Add link to new section to group index - Amend bulk editing page at a project level to remove issues from note
* 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
| | | | | |