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-07-22Update merge_request.png in docsVictor Wu
2018-07-22Update docs milestonesVictor Wu
2018-07-20Merge branch 'jupyter-image' into 'master'Dmitriy Zaporozhets
Specify Jupyter Image to use with JupyterHub Installation See merge request gitlab-org/gitlab-ce!20714
2018-07-20Merge branch 'docs/fix-indent-problem-in-mysql_to_postgresql' into 'master'Stan Hu
Docs: Fix indent problem in mysql_to_postgresql.md See merge request gitlab-org/gitlab-ce!20736
2018-07-20Adds a note in the documentation about custom Jupyter ImageAmit Rathi
2018-07-20First version of pry_debugging.mdToon Claes
2018-07-20Doc: Fix indent problem in mysql_to_postgresql.mdMiao Wang
2018-07-19Backport of gitlab-org/gitlab-ee!6137Valery Sizov
2018-07-19Add a Gitlab::Profiler.print_by_total_time convenience methodSean McGivern
This method uses Gitlab::Profiler::TotalTimeFlatPrinter internally, which is the same as RubyProf::FlatPrinter, but the min_percent option (and new max_percent option) applies to the _total_ time, not the _self_ time. This helps us figure out if we're calling a library inefficiently, for instance.
2018-07-19Merge branch 'accept-rf3-2822-compliant-addresses' into 'master'Sean McGivern
Improve email address parsing Closes #44676 See merge request gitlab-org/gitlab-ce!18192
2018-07-19Improve email address parsingGeorge Thomas
If you enter the following RFC 2822 compliant address: `John Doe <john@doe.com>` Gitlab will attempt to send three emails: 1) John 2) Doe 3) john@doe.com With this change given the following: `John Doe <johndoe@example.com>` `Jane Doe <janedoe@example.com>` Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
2018-07-18Point to charts docs for beta limitations of the gitlab chart.Marin Jankovski
2018-07-18Update index.md to add link to reducing repo size docMarcel Amirault
2018-07-17Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into ↵Douwe Maan
'master' Include full image URL in webhooks for uploaded images Closes #20720 See merge request gitlab-org/gitlab-ce!18109
2018-07-17Merge branch 'ab-docs-find-or-create' into 'master'Yorick Peterse
Document pattern for .find_or_create and siblings See merge request gitlab-org/gitlab-ce!20649
2018-07-17Merge branch 'dz-improve-manifest-doc' into 'master'Douwe Maan
Add small improvement to Manifest import feature docs See merge request gitlab-org/gitlab-ce!20637
2018-07-17Clarify web hook image rewriting doc exampleSean McGivern
2018-07-17Merge branch '14995-custom_wiki_sidebar' into 'master'Sean McGivern
Implement customized sidebar Closes #14995 See merge request gitlab-org/gitlab-ce!17940
2018-07-17Document pattern for .find_or_create and similar methods.Andreas Brandl
2018-07-17Merge branch '38095-change-api-docs-lookup-by-username' into 'master'Rémy Coutable
Resolve "Change API docs to reflect that lookup by username does not require admin access" Closes #38095 See merge request gitlab-org/gitlab-ce!20646
2018-07-16Update pipelines.md to have correct curl commandsAlex Holland
2018-07-16Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin
* upstream/master: (53 commits) Fix invalid link to GitLab.com architecture.md i18n: externalize strings from 'app/views/import' Remove Repository#lookup and unreachable rugged code refactor code based on feedback Trigger rails5 tests either by variable or ref name Fix link in help doc which was linking to old mono-repo, now in its own repo Allow Danger step to fail update webpack to v4.16 Backport logger changes from EE Add the CI Job trigger as the build trigger Remove flaky and redundant expectations use fileuploader dynamic path method in uploads manager and add spec fix typo in uploads manager add small comment to download method in uploads manager refactor uploads manager Update 10.6-to-10.7.md Lazy-load performance bar UI Update .gitlab-ci.yml fixed test to correctly text relative URLs doesnt add query param if source & target projects match Add changelog entry ...
2018-07-16Merge branch 'update-git-to-2-18-0' into 'master'Stan Hu
Update Git version to 2.18.0 See merge request gitlab-org/gitlab-ce!20489
2018-07-16Update doc/api/users.mdDaniel Fernau
Move "search by email or username" block to "for normal users" section
2018-07-16Fix invalid link to GitLab.com architecture.mdDmitriy Zaporozhets
2018-07-16Merge branch 'patch-28' into 'master'Rémy Coutable
Update 10.6-to-10.7.md See merge request gitlab-org/gitlab-ce!20610
2018-07-16Add small improvement to Manifest import feature docsDmitriy Zaporozhets
1. Add link to manifest used by AOSP 2. Mention both Android and AOSP keyword for better search Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-16Fix link in help doc which was linking to old mono-repo, now in its own repoThong Kuah
2018-07-13Merge branch 'fix/gb/add-missing-before-sha-predefined-variable' into 'master'Kamil Trzciński
Add missing `CI_COMMIT_BEFORE_SHA` predefined variable Closes #43365 See merge request gitlab-org/gitlab-ce!20594
2018-07-13Update 10.6-to-10.7.mdMateusz
2018-07-13Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin
* upstream/master: (467 commits) Update docs board features tier Upgrade grape-path-helpers to 1.0.6 Remove healthchecks from prometheus endpoint Fix find_branch call sites Ensure Encoding.default_external is set to UTF-8 when running QA scenarios i18n: externalize strings from 'app/views/admin/groups' Backport mr widget changes from EE Allow to toggle notifications for issues due soon Vuex test helper improvements whitespace Make more ref RPC's mandatory Resolve "Improve performance of MR Changes tab: reduce event listeners on scroll event" Remove old service architecture from Vue docs Adding spec to test basic forking functionalities Fix performance problem of accessing tag list for projects api endpoints typo Add sleep to QA test before installing tiller Include Vue files that are not covered by tests in test coverage Remove Repository#path memoization Resolve "do not set updated_at when creating note" ...
2018-07-13Update docs board features tierVictor Wu
2018-07-12Add missing `CI_COMMIT_BEFORE_SHA` predefined variableGrzegorz Bizon
2018-07-12Remove old service architecture from Vue docsWinnie Hellmann
2018-07-12Merge branch 'dz-manifest-import' into 'master'Douwe Maan
Add manifest import See merge request gitlab-org/gitlab-ce!20304
2018-07-12Merge branch 'docs-add-api-params-array-hash' into 'master'Douwe Maan
Add examples for array and hash type API params See merge request gitlab-org/gitlab-ce!20574
2018-07-12Merge branch 'docs-fix-typo-eks' into 'master'Marcia Ramos
Docs: fix typo on EKS doc Closes #47421 See merge request gitlab-org/gitlab-ce!20582
2018-07-12Merge branch 'project_import_export_update' into 'master'Marcia Ramos
Update project_import_export.md to include example remote import script and additional curl command See merge request gitlab-org/gitlab-ce!20529
2018-07-12typoMarcia Ramos
2018-07-12Resolve "do not set updated_at when creating note"Kia Mei Somabes
2018-07-12Add examples for array and hash type API paramsAthar Hameed
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-11Merge branch 'docs/cluster-permissions' into 'master'Marcia Ramos
Mention admin privileges for k8s token creation Closes #44457 See merge request gitlab-org/gitlab-ce!20517
2018-07-11Fix object storage support notesJoshua Lambert
2018-07-11Merge branch 'feature/add-docs-verbose-logging' into 'master'Rémy Coutable
Add documenation about how to active debug logging for gitlab-pages See merge request gitlab-org/gitlab-ce!20054
2018-07-11Fix a link to subgroup doc from manifest docDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Improve manifest feature after backend reviewDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Rename button at manifest import formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Refactor manifest import codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>