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
2018-01-24Merge branch 'winh-axios-mock-restore' into 'master'Filipa Lacerda
Use restore() instead of reset() for removing axios MockAdapter See merge request gitlab-org/gitlab-ce!16647
2018-01-23Merge branch 'fix-gitlab-runner-2652' into 'master'Kamil Trzciński
Fix docs for GIT_CHECKOUT Gitlab Runner configuration Closes gitlab-runner#2652 See merge request gitlab-org/gitlab-ce!16522
2018-01-23Merge branch 'sh-s3-digitalocean-howto-docs' into 'master'Achilleas Pipinellis
Document how to configure Fog with Digital Ocean Spaces Closes gitlab-ee#4419 See merge request gitlab-org/gitlab-ce!16597
2018-01-23Update rack attack docsCindy Pallares 🦉
2018-01-23Document advantages of axios-mock-adapterWinnie Hellmann
2018-01-23Use restore() instead of reset() for removing axios MockAdapterWinnie Hellmann
2018-01-23Merge branch 'add-js-note-live-debug' into 'master'Rémy Coutable
Add note about live_debug only working on javascript enabled specs See merge request gitlab-org/gitlab-ce!16625
2018-01-22Merge branch 'add-profiler-to-application' into 'master'Stan Hu
Add Gitlab::Profiler for profiling from a console or runner See merge request gitlab-org/gitlab-ce!16552
2018-01-22Add note about live_debug only working on javascript enabled specsClement Ho
2018-01-22Add docs for playing a CI pipeline scheduleStan Hu
2018-01-22Merge branch 'docs/refactor-k8s-cluster' into 'master'Marcia Ramos
Improve Clusters documentation See merge request gitlab-org/gitlab-ce!16435
2018-01-22Copy k8s service integration info into clustersAchilleas Pipinellis
Now that the k8s service is being deprecated in favor of the Clusters integration, copy all info from the old to the new page.
2018-01-22Port the cluster docs from EE to CEAchilleas Pipinellis
2018-01-22Merge branch '42212-order-of-steps-in-auto-devops-do' into 'master'Achilleas Pipinellis
Resolve "Order of steps in Auto DevOps documentation" Closes #42212 See merge request gitlab-org/gitlab-ce!16576
2018-01-22Add more info on how DAST worksAchilleas Pipinellis
2018-01-20Document how to configure Fog with Digital Ocean SpacesStan Hu
Closes gitlab-org/gitlab-ee#4419
2018-01-19Update outdated docs for CI/CD quick startAchilleas Pipinellis
[ci skip]
2018-01-19Merge branch 'patch-28' into 'master'Achilleas Pipinellis
Update best_practices.md See merge request gitlab-org/gitlab-ce!16579
2018-01-19Merge branch 'spelling' into 'master'Achilleas Pipinellis
doc: Spelling fixes See merge request gitlab-org/gitlab-ce!16575
2018-01-19Merge branch 'fix_change_log_doc' into 'master'Robert Speicher
Fixes mistake in change log doc. [ci skip] See merge request gitlab-org/gitlab-ce!16541
2018-01-19Add bin/profile-url tool and docsSean McGivern
2018-01-19Update best_practices.mdAnwar El Wakil
Remove duplicate list item in "General Guidelines" Section.
2018-01-19Change order of jobs in Auto DevOps docFabio Busatto
2018-01-19Merge branch '41532-email-reason' into 'master'Sean McGivern
Show why a notification email was sent Closes #41532 and #1366 See merge request gitlab-org/gitlab-ce!16160
2018-01-19doc: Spelling fixesVille Skyttä
2018-01-19Fix incorrect path for gitlab-shell authorized keys helperStan Hu
2018-01-18Merge branch 'jramsay-3953-fast-ssh-ce-docs' into 'master'Marcia Ramos
Add release added and release backported to CE See merge request gitlab-org/gitlab-ce!16553
2018-01-18Add cache clearing documentationAchilleas Pipinellis
2018-01-18Merge branch 'jramsay-15567-lfs-icon-docs' into 'master'Marcia Ramos
Add Git LFS status icon to docs See merge request gitlab-org/gitlab-ce!16555
2018-01-18Add EE version and CE issue linkJames Ramsay
2018-01-18Merge branch 'docs-articles-index-comments-false' into 'master'Achilleas Pipinellis
Docs: set comments to false on deprecated articles list doc See merge request gitlab-org/gitlab-ce!16498
2018-01-18Add Git LFS status icon to docsJames Ramsay
2018-01-18Fix: fix typo to open sourceOnuwa Nnachi Isaac
2018-01-18Add release added and release backported to CEJames Ramsay
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
2018-01-18Merge branch '42129-fix-project-snippet-user-agent-detail' into 'master'Sean McGivern
Fix the user-agent detail API endpoint for project snippets Closes #42129 See merge request gitlab-org/gitlab-ce!16521
2018-01-18Merge branch 'jramsay-improved-convdev-image-docs' into 'master'Sean McGivern
Update ConvDev Index docs w better screenshot See merge request gitlab-org/gitlab-ce!16533
2018-01-18Add openSUSE to the supported Unix OS listBalasankar C
2018-01-18Fixes mistake in change log doc.Tom Bosmans
2018-01-18Update ConvDev Index docs w better screenshotJames Ramsay
2018-01-18Remove the second link, blog URL has changed hands and I can't find any new ↵Connor Shea
blog by this guy.
2018-01-17Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira
Backport 10.3.4 security fixes into master See merge request gitlab-org/gitlab-ce!16509
2018-01-17Fix the user-agent detail API endpoint for project snippetsNick Thomas
2018-01-17Fix docs for GIT_CHECKOUT Gitlab Runner configurationTom Elliff
Should fix https://gitlab.com/gitlab-org/gitlab-runner/issues/2652
2018-01-17doc for system hook merge_requests_eventsAlexis Reigel
2018-01-17Adds sorting to deployments APIJacopo
Adds sorting to deployments API through the `order_by` and sort `fields`.
2018-01-17Initial work to add notification reason to emailsMario de la Ossa
Adds `#build_notification_recipients` to `NotificationRecipientService` that returns the `NotificationRecipient` objects in order to be able to access the new attribute `reason`. This new attribute is used in the different notifier methods in order to add the reason as a header: `X-GitLab-NotificationReason`. Only the reason with the most priority gets sent.
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan
'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
2018-01-17Merge branch 'ac/fix-path-traversal' into 'security-10-3'Robert Speicher
[10.3] Fix path traversal in gitlab-ci.yml cache:key See merge request gitlab/gitlabhq!2270 (cherry picked from commit c32d0c6807dfd41d7838a35742e6d0986871b389) df29094a Fix path traversal in gitlab-ci.yml cache:key
2018-01-16Merge branch '42047-pg-10-support' into 'master'Nick Thomas
Resolve "postgresql 10 support for GitLab" Closes #42047 See merge request gitlab-org/gitlab-ce!16471