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
2019-03-27Resolve "Get milestone by title via API"Fabio Busatto
2019-03-27Update AWS install docs for non HAKristie McGoldrick
2019-03-27Docs: Fix anchor from user/group to user/projectMarcel Amirault
2019-03-27Update go guidelines, fix some minor typosLucas Charles
2019-03-27Docs: Fix more anchors, mostly pipeline relatedMarcel Amirault
2019-03-27Merge branch '48132-display-output-from-pre-receive-scripts' into 'master'Dmitriy Zaporozhets
Allow custom hooks errors to appear in GitLab UI Closes #48132 See merge request gitlab-org/gitlab-ce!25625
2019-03-26Merge branch 'jc-add-docs-for-gitaly-feature-flags' into 'master'Achilleas Pipinellis
Add development documentation for gitaly feature flags See merge request gitlab-org/gitlab-ce!25624
2019-03-26Add admin documentation for gitaly-rubyJacob Vosmaer
2019-03-26Fix display of emoji in GFM docsEvan Read
2019-03-26Docs: Add automatic redirects to last batch of moved filesMarcel Amirault
2019-03-26Edit wiki notesEvan Read
2019-03-26Merge branch 'fix-hidden-statistics' into 'master'Nick Thomas
Show statistics also when repository is disabled Closes #59390 See merge request gitlab-org/gitlab-ce!26509
2019-03-26Fix and improve Gitaly TLS documentationJacob Vosmaer
2019-03-26Docs: Add IP range infoCynthia Ng
2019-03-26Added no efs mention to repo storage path and AWSSara Ahbabou
2019-03-26Add development documentation for gitaly feature flagsJohn Cai
2019-03-26Docs: Add missing redirects to /workflow and /articles docsMarcel Amirault
2019-03-26correct view statistics ability documentationPeter Marko
2019-03-26Add pages group for templates informationEvan Read
2019-03-26Docs: Fix redirected link to be more directMarcel Amirault
2019-03-26Allow runners to be installed on group clustersTiger Watson
A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
2019-03-26Docs: Fixup duplicated sectionsThong Kuah
We are mentioning the commands needed to obtain these fields twice. Merge them into the single place. - For API URL we only had the command at the bottom so move this up. - For CA certificate, we already have the command at the top of the section - For Token, we already have an similar command at the top of the section
2019-03-26Allow custom hooks errors to appear in GitLab UILuke Duncalfe
Error messages from custom pre-receive hooks now appear in the GitLab UI. This is re-enabling a feature that had been disabled in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646 The feature had been disabled due to security concerns that information which was not intended to be public (like stack traces) would leak into public view. PreReceiveErrors (from pre-receive, post-receive and update custom hooks) are now filtered for messages that have been prefixed in a particular way. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
2019-03-25Add ssot link to security reviews documentationJames Ritchey
2019-03-25Merge branch 'ce-1974-update-user-name-upon-ldap-sync' into 'master'Douwe Maan
Backport 'Update user name upon LDAP sync' from EE See merge request gitlab-org/gitlab-ce!26432
2019-03-25Mention review-qa-all in the end-to-end tests documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-25Backport 'Update user name upon LDAP sync' from EERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-25Merge branch 'docs-junit-report-paths-matching' into 'master'Evan Read
Correct JUnit report path pattern matching description See merge request gitlab-org/gitlab-ce!26215
2019-03-25Fix Emoji URLsDavid Coy
2019-03-25Docs: Fix missed or newly added broken anchorsMarcel Amirault
2019-03-25Docs: Fixing anchors and links for all docs related to issues.Marcel Amirault
2019-03-25Add instance level templates to the examples page.Brendan O'Leary 🐢
2019-03-25Merge branch 'docs/fix-link-to-personas' into 'master'Evan Read
Fix link to personas UX guide See merge request gitlab-org/gitlab-ce!26478
2019-03-22Fix link to personas UX guideAchilleas Pipinellis
2019-03-22Add end-of-string to regex exampleEvan Read
2019-03-22Merge branch 'docs-cleanup-fe' into 'master'Filipa Lacerda
Docs cleanup fe See merge request gitlab-org/gitlab-ce!26158
2019-03-22Add highest_role method to UserThiago Presa
2019-03-22Improve Youtrack documentation for styleEvan Read
2019-03-22YouTrack docs reviewMike Lewis
2019-03-22Merge branch 'docs/wiki-permissions' into 'master'Evan Read
Clarify wiki permissions Closes #53964 See merge request gitlab-org/gitlab-ce!23044
2019-03-22Cleanup of fe_docsSimon Knox
Start moving back to regular fe_docs Remove Initiatives, add section to index in fe_guide Delete some no-longer-relevant parts from principles Update title - Progressive Enchancement is a browser-support term and could be confused "When to use" parts are discussed elswhere Vue & jQuery issue is no longer relevant Delete duplicate Security docs Remove empty files, move event_tracking Shuffle index sections around Remove sections on Vue & Webpack (we say same thing in prev paragraph) Remove link to Droplab docs
2019-03-21Docs: Rewrite Work In Progress MR pageMarcel Amirault
2019-03-21Merge branch 'doc-feature-flag-command' into 'master'Achilleas Pipinellis
Add documentation reference for chatops feature flag commands See merge request gitlab-org/gitlab-ce!26425
2019-03-21Merge branch 'ek-clarify-creating-feature-flags' into 'master'Stan Hu
docs: Adds information and links to clarify how to create feature flags See merge request gitlab-org/gitlab-ce!26349
2019-03-21Add documentation reference for chatops feature flag commandsJacob Vosmaer
2019-03-21Adds info and links on creating feature flagsEzekiel Kigbo
Adds A short summary of the steps to create and use feature flags in development for frontend developers who might be unfamiliar with `rails` and or `flipper`. Adds links to further reading in the development guide.
2019-03-21Allow users to create protected branches via CLIPatrick Bajao
This is for fixing a regression introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24969 This fix will allow users who are allowed to push to protected branches to create protected branches via CLI as well, just like before. The checks for protected branch creation won't need to run.
2019-03-21Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'Clement Ho
Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
2019-03-20Merge branch 'patch-47' into 'master'Achilleas Pipinellis
Update backup_restore.md instructions for Google Cloud Storage bucket... See merge request gitlab-org/gitlab-ce!25628
2019-03-20Merge branch 'patch-11' into 'master'Achilleas Pipinellis
doc/uploads: fix another path to omnibus uploads See merge request gitlab-org/gitlab-ce!22330