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-06-22Add anchor textJacob Vosmaer
2017-06-22Add documentation for running Gitaly on another serverJacob Vosmaer
2017-06-22Merge branch 'patch-17' into 'master'Marin Jankovski
clarify NFS option details See merge request !12257
2017-06-21Wording of Mysql support.sytses
2017-06-21Merge branch 'docs/add-missing-link' into 'master'Robert Speicher
Add missing link in Redis HA source docs Closes #33374 See merge request !12342
2017-06-21Add missing link in Redis HA source docsAchilleas Pipinellis
2017-06-21Fix broken relative URL in prometheus docsAchilleas Pipinellis
2017-06-21Merge branch 'dt/printing-to-api' into 'master'Rémy Coutable
add printing_merge_request_link_enabled to API See merge request !12240
2017-06-20Merge branch '33922-add-ruby-metrics-documentation' into 'master'Achilleas Pipinellis
Add documentation for GitLab ruby monitoring See merge request !12295
2017-06-20Merge branch 'docs/subgroups-mysql' into 'master'Marcia Ramos
Mention limitations of MySQL in docs See merge request !12272
2017-06-20Add link to issue for MySQL/subgroups drop supportAchilleas Pipinellis
2017-06-20Re-instate is_admin flag in users API is current user is an adminMike Ricketts
2017-06-20Revert "Merge branch 'confidential-issues-redesign-docs' into 'master'"Victor Wu
This reverts merge request !12195
2017-06-20Add Prometheus metrics documentationJoshua Lambert
2017-06-20Moved Open source license templates link into alphabetical orderMike Fisher
2017-06-19Merge branch 'docs/object-storage' into 'master'Achilleas Pipinellis
Add info about artifacts object storage in docs See merge request !12208
2017-06-19add printing_merge_request_link_enabled to APIDavid Turner
2017-06-19Mention limitations of MySQL in docsAchilleas Pipinellis
2017-06-19Docs permissions for group labelsVictor Wu
2017-06-19Merge branch 'add-since-and-until-params-to-issuables' into 'master'Rémy Coutable
add created_after and created_before params to issuables Closes #32901 See merge request !12151
2017-06-19Update Prometheus Merge Request Metrics pageJoshua Lambert
2017-06-19clarify NFS option detailsBen Bodenmiller
2017-06-19add since and until params to issuablesKyle Bishop
2017-06-16Accept image for avatar in user APIvanadium23
2017-06-16Add table for files in merge request diffsSean McGivern
This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty.
2017-06-16Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern
Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
2017-06-16Merge branch 'docs/branches' into 'master'Marcia Ramos
Document the Delete Merged Branches functionality See merge request !12217
2017-06-16Move branches docs to new location and copyeditAchilleas Pipinellis
2017-06-16Merge branch 'convdev-docs' into 'master'Achilleas Pipinellis
Convdev docs See merge request !12189
2017-06-16Merge branch 'master' into 'master'Rémy Coutable
Clarify job selection algorithm docs See merge request !12199
2017-06-16Copyedit ConvDev docsAchilleas Pipinellis
2017-06-16Add info about artifacts object storage in docsAchilleas Pipinellis
2017-06-16Merge branch 'issue-board-docs' into 'master'Achilleas Pipinellis
Issue board docs See merge request !12197
2017-06-16Jira integ docsVictor Wu
2017-06-16Merge branch 'confidential-issues-redesign-docs' into 'master'Achilleas Pipinellis
Confidential issues redesign docs See merge request !12195
2017-06-15Merge branch 'sh-support-cdns' into 'master'Robert Speicher
Support a configurable Rails asset_host to allow for CDNs See merge request !12102
2017-06-15Add a link to how to set Omnibus environment variablesStan Hu
[ci skip]
2017-06-15Clarify job choosing algorithm examples (the language used was a bit hard to ↵Joe Marty
understand)
2017-06-15Rename CDN_HOST to GITLAB_CDN_HOSTStan Hu
2017-06-15Update issue_board.mdVictor Wu
2017-06-15Update confidential_issues.mdVictor Wu
2017-06-15Replace confidential_issues_issue_page.pngVictor Wu
2017-06-15Add a link to spec/migrations/README.md in the testing documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-15Merge branch 'docs-registry-hostname-part-of-service-hostname' into 'master'Rémy Coutable
Service hostname also include registry name, when using non Docker Hub registry. See merge request !11729
2017-06-15convdev docsVictor Wu
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-06-15Document CDN_HOST in enviornment variables tableStan Hu
[ci skip]
2017-06-15Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez
This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
2017-06-14Fix Markdown in JIRA integration docsAdam Niedzielski
2017-06-14Merge branch 'docs/codeclimate-fix-link' into 'master'Sean Packham
Fix wrong link to codeclimate diff docs See merge request !12158