Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-07-19Document database review processToon Claes
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
2019-07-19Merge branch '64722-mg-export-frontend-fixtures' into 'master'Phil Hughes
Resolve "Export frontend fixtures as pipeline artifact" Closes #64722 and #59166 See merge request gitlab-org/gitlab-ce!30917
2019-07-19Adjust redis cache metricsBen Kochie
* Remove `controller` and `action` labels from duration histogram. * Create a new simple counter for `controller` and `action`. * Adjust histogram buckets to observe smaller response times.
2019-07-19Add a note about private_profile changes in 12.1Adam Hegyi
2019-07-19Documentations for parallel execution strategy for Merge TrainsShinya Maeda
This commit adds a documentation for parallel pipelines on merge trains. Fix typo
2019-07-19Link Metrics Reports from merge request docsJames Ramsay
2019-07-19Move frontend fixtures into spec/frontendMike Greiling
Moves every fixture source file from spec/javascripts to spec/frontend
2019-07-19Rename the karma:fixtures taskMike Greiling
Introduces frontend:fixtures rake task to replace karma:fixtures and update documentation and CI scripts to match
2019-07-19Added new ES rake task and troubleshooting stepBlair Lunceford
2019-07-19Merge branch 'fix-lint-api-path-in-docs' into 'master'Evan Read
Update lint.md to provide correct path for API call as per #58223 Closes #58223 See merge request gitlab-org/gitlab-ce!25703
2019-07-19Remove duplicate word in Issues feature pageRussell Dickenson
2019-07-19Merge branch 'docs/dast-analyzers' into 'master'Evan Read
Document all the available DAST variables Closes gitlab-ee#10122 See merge request gitlab-org/gitlab-ce!30801
2019-07-19Add docs for GitLab.com subscription upgradesOswaldo Ferreira
2019-07-19Document interacting GitLab components and featuresOswaldo Ferreira
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.
2019-07-19Set Private visibility for restricted Internal imported projectsGeorge Koltsov
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
2019-07-19Update numbered lists for docs standardsMarcel Amirault
Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
2019-07-19Add documentation for panel typesJose Ivan Vargas
This adds documentation on how to add area and single stat panel types for the monitoring dashboards using custom yml files
2019-07-19Clean up Gitaly admin docsAchilleas Pipinellis
- Add missing path to Gitaly configuration - Properly list steps for Gitaly configurations - Move sections around
2019-07-19Added mention of Quick actionsRussell Dickenson
2019-07-19Added mention of autocomplete charactersRussell Dickenson
2019-07-19Add documentation page for bulk editing group issue milestonesEugenia Grieff
- 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
2019-07-19Create documentation for the manual sorting / re-ordering capabilityBrett Walker
2019-07-19Update lint.md to provide the correct path for the APIElliot Rushton
2019-07-18Merge branch 'an-sidekiq-chaos' into 'master'Lin Jen-Shin
Adds chaos endpoints to Sidekiq Closes #64663 See merge request gitlab-org/gitlab-ce!30814
2019-07-18Fix QA documentation to refer to perform methodDan Davison
The documentation referred to the .act method This MR changes this to refer to the preferred .perform method
2019-07-18Adds chaos endpoints to SidekiqAndrew Newdigate
This allows the chaos endpoints to be invoked in Sidekiq so that this environment can be tested for resilience.
2019-07-18Add profile mode to extend request profilingQingyu Zhao
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
2019-07-18Doc: resolving confidential issues in private forkPatrick Bajao
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.
2019-07-18Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas
Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
2019-07-18Merge branch 'feature/gb/serverless-app-deployment-template' into 'master'Thong Kuah
Deploy serverless apps with `gitlabktl` Closes #64494 See merge request gitlab-org/gitlab-ce!30740
2019-07-18Merge branch 'sh-oracle-cloud-s3-docs' into 'master'Marcia Ramos
Document how to make Oracle Cloud S3 work See merge request gitlab-org/gitlab-ce!30847
2019-07-18Set correct file mode for autocomplete imagesWinnie Hellmann
2019-07-18Add start_sha to commits APIMarkus Koller
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.
2019-07-18Go guide: be more explicit on testing frameworks + diffing test resultsVictor Zagorodny
2019-07-18Doc for "Move external authorization service API management to EE"Imre Farkas
2019-07-18Fix unordered list spacingMarcel Amirault
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation.
2019-07-18Merge branch 'patch-72' into 'master'Ray Paik
typo See merge request gitlab-org/gitlab-ce!30860
2019-07-17Add documentation surrounding [data-qa-selector]Dan Davison
Documentation was lacking for the [data-qa-selector] method of defining methods vs .qa-selector method.
2019-07-17Add docs about auto-injected Jest mocksMartin Hanzel
2019-07-17typomtmail
2019-07-17Document how to make Oracle Cloud S3 workStan Hu
Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
2019-07-17Add docs for Let's Encrypt integrationVladimir Shushlin
* Add deprecation warning to old integration * Add user docs * Add admin docs
2019-07-17Merge branch 'patch-72' into 'master'Evan Read
fix docs typo: register runner with services See merge request gitlab-org/gitlab-ce!30769
2019-07-17Documented autocomplete charactersRussell Dickenson
- 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.
2019-07-17Add tip about stripping ANSI color codesElliot Rushton
2019-07-17Merge branch 'docs/update-time-tracking-release-info' into 'master'Evan Read
Change time tracking units feature release version See merge request gitlab-org/gitlab-ce!30771
2019-07-17Propagate PIP index URLFabien Catteau
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.
2019-07-17Docs: update Cloudflare's redirect method for PagesMarcia Ramos
2019-07-17Add 3rd party parallel tools section to docsArtur Trzop
2019-07-17Merge branch '12800-read-and-write-user-admin-notes-via-api-ce' into 'master'Stan Hu
CE Backport: Read and write User "Admin notes" via API See merge request gitlab-org/gitlab-ce!30775