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
2017-12-15Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher
Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
2017-12-15Merge branch 'docs/sast' into 'master'Dmitriy Zaporozhets
Add SAST docs Closes gitlab-ee#4125 See merge request gitlab-org/gitlab-ce!15859
2017-12-15Add SAST docsAchilleas Pipinellis
2017-12-15Merge branch 'dm-ldap-email-readonly' into 'master'Sean McGivern
Make sure user email is read only when synced with LDAP Closes #41033 See merge request gitlab-org/gitlab-ce!15915
2017-12-15Make sure user email is read only when synced with LDAPDouwe Maan
2017-12-15Add note about automatic pipelines when enabling Auto DevOpsFabio Busatto
2017-12-15Merge branch 'patch-29' into 'master'Sean McGivern
fix formatting of parameters for new group and transfer project to group See merge request gitlab-org/gitlab-ce!15822
2017-12-15Docs update documentation guidelinesMarcia Ramos
2017-12-15Fix type descriptionMichael Lihs
2017-12-14Docs: add indexes for monitoring and performance monitoringMarcia Ramos
2017-12-14clearer-documentation-on-inline-diffsDimitrie Hoekstra
2017-12-14Merge branch 'docs/commit-diff-discussions-in-mr-context' into 'master'Achilleas Pipinellis
Add commit diff discussion in merge request context documentation See merge request gitlab-org/gitlab-ce!15885
2017-12-14Add docs for commit diff discussion in merge requestsmicael.bergeron
2017-12-14Merge branch 'docs-jprovazn-create-from-email' into 'master'Marcia Ramos
Fixed doc for create MR from email See merge request gitlab-org/gitlab-ce!15849
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-14sorting for tags apihaseeb
2017-12-14Merge branch 'dm-dedicated-sidekiq-queues' into 'master'Sean McGivern
Use a dedicated queue for each Sidekiq worker See merge request gitlab-org/gitlab-ce!15882
2017-12-14Merge branch 'update-doc-for-user-group-project-transfers' into 'master'Douwe Maan
Clarifies documentation for user, group & project transfers See merge request gitlab-org/gitlab-ce!15896
2017-12-14Updates doc for user, group & project transfersMayra Cabrera
2017-12-13Merge branch '13695-order-contributors-in-api' into 'master'Rémy Coutable
Adds ordering to projects contributors in API Closes #13695 See merge request gitlab-org/gitlab-ce!15469
2017-12-13Merge branch 'winh-unify-modals' into 'master'Filipa Lacerda
Unify dialog modal/popup dialog/confirmation dialog/modal to modal See merge request gitlab-org/gitlab-ce!15865
2017-12-13Merge branch 'add-tcp-check-rake-task' into 'master'Rémy Coutable
Add a gitlab:tcp_check rake task See merge request gitlab-org/gitlab-ce!15759
2017-12-13Adds ordering to projects contributors in APIJacopo
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
2017-12-13Add a gitlab:tcp_check rake taskNick Thomas
This allows us to avoid relying on telnet / netcat being installed
2017-12-13Docs: Update admin docsMarcia Ramos
2017-12-13Merge branch 'docs/troubleshooting-git' into 'master'Marcia Ramos
Add new “Troubleshooting Git” page to General documentation See merge request gitlab-org/gitlab-ce!15903
2017-12-13Merge branch 'docs/api-nil' into 'master'Marcia Ramos
Document how to remove assignees, labels, and milestones form the issue and MRs API See merge request gitlab-org/gitlab-ce!15664
2017-12-13Merge branch 'docs/ci-ssh-keys' into 'master'Marcia Ramos
Make usage of SSH keys in CI/CD more clear Closes #25716 See merge request gitlab-org/gitlab-ce!15790
2017-12-13Merge branch '10-3-update-guide' into 'master'Tiago
10.3 update guide Closes #10 See merge request gitlab-org/gitlab-ce!15900
2017-12-13Make usage of SSH keys in CI/CD more clearAchilleas Pipinellis
2017-12-13Refactor Git troubleshooting docsAchilleas Pipinellis
2017-12-13Add new "Troubleshooting Git" page to General documentation (Admin).Ian Scorer
2017-12-13Add 10.2-to-10.3.mdLuke Bennett
2017-12-13Update name of the stable branch in Clone the SourceLuke Bennett
2017-12-12Merge branch 'tm/docs/docker-extended-entrypoint-fix' into 'master'Achilleas Pipinellis
Fix entrypoint overriding documentation See merge request gitlab-org/gitlab-ce!15884
2017-12-12Merge branch 'winh-cleanup-dropdowns' into 'master'Annabel Dunstone Gray
Clean up new dropdown styles Closes #39142 and #39446 See merge request gitlab-org/gitlab-ce!13676
2017-12-12Refactor entrypoint override docsAchilleas Pipinellis
2017-12-12Update docsDouwe Maan
2017-12-12Fixed doc for create MR from emailJan Provaznik
* fixed anchor for create MR from email * added a screenshot for this feature
2017-12-12Fix entrypoint overriding documentationTomasz Maczukin
2017-12-12Merge branch 'jprovazn-description' into 'master'Sean McGivern
Use message body for merge request description Closes #40968 See merge request gitlab-org/gitlab-ce!15839
2017-12-12Update UX guideWinnie Hellmann
2017-12-12Updated image for diff navigation docsPhil Hughes
2017-12-12Milestone sidebar docsVictor Wu
2017-12-11Clarify casing of I18N placeholder namesWinnie Hellmann
2017-12-11fixes some markup issues in the js style guide docsChristiaan Van den Poel
2017-12-11Merge branch 'docs-add-index-to-operations' into 'master'Achilleas Pipinellis
Docs: add index for `doc/administration/operations/` See merge request gitlab-org/gitlab-ce!15852
2017-12-11add index for doc/administration/operations/Marcia Ramos
2017-12-11Merge branch 'docs/fix-header-level' into 'master'Achilleas Pipinellis
Remove a header level in the new 'Automatic CE->EE merge' doc See merge request gitlab-org/gitlab-ce!15843
2017-12-11Keep track of storage check timingsBob Van Landuyt