summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Backport of gitlab-org/gitlab-ee!6137Valery Sizov2018-07-191-0/+5
* Add a Gitlab::Profiler.print_by_total_time convenience methodSean McGivern2018-07-191-0/+30
* Merge branch 'accept-rf3-2822-compliant-addresses' into 'master'repo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-even-moreSean McGivern2018-07-191-1/+1
|\
| * Improve email address parsingGeorge Thomas2018-07-191-1/+1
* | Point to charts docs for beta limitations of the gitlab chart.Marin Jankovski2018-07-181-10/+2
* | Update index.md to add link to reducing repo size docMarcel Amirault2018-07-181-1/+2
* | Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into 'mas...Douwe Maan2018-07-171-0/+28
|\ \
| * | Clarify web hook image rewriting doc exampleSean McGivern2018-07-171-2/+2
| * | Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_urlSean McGivern2018-07-06117-491/+2146
| |\ \
| * | | Add documentation and specs for webhook URL rewritingSean McGivern2018-07-061-0/+28
* | | | Merge branch 'ab-docs-find-or-create' into 'master'Yorick Peterse2018-07-171-0/+42
|\ \ \ \
| * | | | Document pattern for .find_or_create and similar methods.ab-docs-find-or-createAndreas Brandl2018-07-171-0/+42
| | |_|/ | |/| |
* | | | Merge branch 'dz-improve-manifest-doc' into 'master'Douwe Maan2018-07-171-1/+2
|\ \ \ \
| * | | | Add small improvement to Manifest import feature docsdz-improve-manifest-docDmitriy Zaporozhets2018-07-161-1/+2
* | | | | Merge branch '14995-custom_wiki_sidebar' into 'master'Sean McGivern2018-07-171-0/+7
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-165-6/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-1367-514/+722
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 14995-c...Andreas Kämmerle2018-07-0224-101/+684
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-06-27390-3950/+11814
| |\ \ \ \ \ \ \
| * | | | | | | | Add some simple docs about _sidebar for wikiLin Jen-Shin2018-03-261-0/+7
* | | | | | | | | Merge branch '38095-change-api-docs-lookup-by-username' into 'master'Rémy Coutable2018-07-171-15/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update doc/api/users.mdDaniel Fernau2018-07-161-15/+15
* | | | | | | | | | Update pipelines.md to have correct curl commandsAlex Holland2018-07-161-2/+2
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'update-git-to-2-18-0' into 'master'Stan Hu2018-07-161-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update Git version to 2.18.0James Lopez2018-07-091-3/+3
* | | | | | | | | | Fix invalid link to GitLab.com architecture.mddz-fix-com-architecture-linkDmitriy Zaporozhets2018-07-161-1/+1
* | | | | | | | | | Merge branch 'patch-28' into 'master'Rémy Coutable2018-07-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Update 10.6-to-10.7.mdMateusz2018-07-131-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Fix link in help doc which was linking to old mono-repo, now in its own repo49262-fix-autodevops-link-to-default-chart-docsThong Kuah2018-07-161-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'fix/gb/add-missing-before-sha-predefined-variable' into 'master'Kamil Trzciński2018-07-131-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add missing `CI_COMMIT_BEFORE_SHA` predefined variableGrzegorz Bizon2018-07-121-0/+2
* | | | | | | | Update docs board features tierupdate-docs-board-features-tierVictor Wu2018-07-131-5/+5
* | | | | | | | Remove old service architecture from Vue docsWinnie Hellmann2018-07-122-228/+11
* | | | | | | | Merge branch 'dz-manifest-import' into 'master'Douwe Maan2018-07-125-1/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix a link to subgroup doc from manifest docDmitriy Zaporozhets2018-07-111-1/+1
| * | | | | | | | Improve manifest feature after backend reviewDmitriy Zaporozhets2018-07-112-2/+6
| * | | | | | | | Rename button at manifest import formDmitriy Zaporozhets2018-07-112-1/+1
| * | | | | | | | Refactor manifest import codeDmitriy Zaporozhets2018-07-112-1/+1
| * | | | | | | | Add documentation for manifest import featureDmitriy Zaporozhets2018-07-115-1/+46
* | | | | | | | | Merge branch 'docs-add-api-params-array-hash' into 'master'Douwe Maan2018-07-121-1/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add examples for array and hash type API paramsdocs-add-api-params-array-hashAthar Hameed2018-07-121-1/+31
* | | | | | | | | | Merge branch 'docs-fix-typo-eks' into 'master'Marcia Ramos2018-07-121-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | typoMarcia Ramos2018-07-121-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'project_import_export_update' into 'master'Marcia Ramos2018-07-121-1/+27
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update project_import_export.md. Removed cURL statementproject_import_export_updateMichael Leopard2018-07-101-5/+0
| * | | | | | | | | Update project_import_export.md to include example remote import script and a...Michael Leopard2018-07-101-0/+31
* | | | | | | | | | Resolve "do not set updated_at when creating note"Kia Mei Somabes2018-07-121-0/+2
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-112-2/+0
* | | | | | | | | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* | | | | | | | | Merge branch 'docs/cluster-permissions' into 'master'Marcia Ramos2018-07-111-2/+3
|\ \ \ \ \ \ \ \ \