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-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-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
2019-07-17Merge branch ↵Evan Read
'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
2019-07-16CE: Read and write User "Admin notes" via APImanojmj
This change adds the ability to read and write admin notes for a user via the USER API
2019-07-16Resolve docs lint failure in users/clusters/applications.mdRobert Speicher
2019-07-16Update weight/priority definitions in prometheus dashboard docsSarah Yasonik
2019-07-16Enable GitLabb runner to be uninstalled from clusterJoão Cunha
- Set as uninstallable app - Update docs - Adjust specs
2019-07-16Merge branch 'bjk/fix_prom_example' into 'master'Achilleas Pipinellis
docs: Update example Prometheus scrape config See merge request gitlab-org/gitlab-ce!30739
2019-07-16Fix rake db:migrate:status typo in docsGreg Myers
2019-07-16Note in the docs about possibility of disabling Auto DevOps at group-level ↵Muhamed Huseinbašić
for self-managed instances
2019-07-16Docs Dependencies APITetiana Chupryna
2019-07-16CE backport: Removed non-decimal event valuesDonald Cook
Snowplow only accepts decimals for value This MR removes sending of value implicitly with the value attribute
2019-07-16Update Release API docsJason Goodman
Include released_at parameter
2019-07-16Rewrite to avoid square brackets, minimizing Kramdown warningsEvan Read
2019-07-16Document db:migrate:status rake taskGreg Myers
2019-07-16Update ES indexer docs for Omnibus usersGreg Myers
2019-07-16Clean-up some confusing info from security docsAchilleas Pipinellis
2019-07-16Avoid using HTML when plain text and markdown workEvan Read
2019-07-16Change time tracking units feature release versionHeinrich Lee Yu
2019-07-16Merge branch 'jc-documentation-update-nfs-autodetection' into 'master'Achilleas Pipinellis
Add nfs autodetection section in NFS docs Closes gitaly#1767 See merge request gitlab-org/gitlab-ce!30486
2019-07-16Merge branch 'add-default-docs' into 'master'Evan Read
Add usage of `default:` Closes #63351 See merge request gitlab-org/gitlab-ce!30677
2019-07-16Merge branch 'mc/docs/api-download-latest-artifact-docs' into 'master'Evan Read
Update job artifact download docs See merge request gitlab-org/gitlab-ce!30714
2019-07-16Merge branch 'mc/doc/enforce-template-inclusion-docs' into 'master'Evan Read
Create docs for required pipeline config See merge request gitlab-org/gitlab-ce!30660