gitlab-org--gitlab-foss/doc
Lin Jen-Shin fd285f71d8 Merge branch 'master' into feature/runner-lock-on-project
* master: (147 commits)
  Update CHANGELOG
  Remove deprecated issues_tracker and issues_tracker_id from project
  Schema doesn’t reflect the changes of the last 3 migrations
  Revert CHANGELOG
  Also rename "find" in the specs
  Change to new Notes styleguide
  Add guide on changing a document's location
  Change logs.md location in README
  Move logs/logs.md to administration/logs.md
  Make "four phase test"
  Only show branches for revert / cherry-pick
  Instrument all Banzai::ReferenceParser classes
  Removed old comment from update_column_in_batches
  Update columns in batches until no rows are left
  Remove counters from Pipeline navigation
  Handle NULL migration errors in migration helpers
  Fix typo causing related branches to Error 500
  Improved SVG sanitizer specs to include smoke tests for clean.
  Refactored SVG sanitizer
  Added SVG sanitizer fix to the changelog
  ...
2016-06-14 23:05:26 +08:00
..
administration Move logs/logs.md to administration/logs.md 2016-06-13 13:52:20 +02:00
api Fix Error 500 when using closes_issues API with an external issue tracker 2016-06-11 19:50:08 -07:00
ci Merge branch 'master' into feature/runner-lock-on-project 2016-06-14 23:05:26 +08:00
container_registry Copyedit Registry user docs 2016-05-23 12:31:52 -05:00
customization Merge branch 'patch-1' into 'master' 2016-04-26 16:48:26 +00:00
development Merge branch 'doc-styleguide-move-locations' into 'master' 2016-06-13 13:26:43 +00:00
downgrade_ee_to_ce Split into sections, port `downgrade_ee_to_ce` doc from EE 2016-04-21 13:07:33 +03:00
gitlab-basics Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
hooks Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
incoming_email
install Added 8.9 install/update guides 2016-06-07 15:20:40 +02:00
integration Update Google integration API workflow 2016-05-23 18:35:04 +00:00
intro Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
legal
logs Move logs/logs.md to administration/logs.md 2016-06-13 13:52:20 +02:00
markdown Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename' 2016-05-20 16:23:04 -05:00
migrate_ci_to_ce errros -> errors 2016-05-29 22:34:58 -07:00
monitoring fixing typo in link #17809 2016-05-24 20:26:43 +02:00
operations succes -> success 2016-05-29 22:35:23 -07:00
permissions Update permission doc 2016-05-16 16:39:23 -05:00
profile Add documentation for U2F registration & authentication. 2016-06-06 12:50:31 +05:30
project_services
public_access Fix documentation and improve permissions code 2016-04-18 11:12:28 -03:00
raketasks Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
security Change landing page when skipping confirmation email and add documentation 2016-05-16 14:56:32 -03:00
ssh
system_hooks Using single builder for push and tag events 2016-04-19 11:00:30 +02:00
update Fix version references in 8.8 to 8.9 update guide 2016-06-08 14:20:46 -04:00
web_hooks Fix hook data for Wiki Page event 2016-05-31 11:24:58 -03:00
workflow Add documentation for the 'only_allow_merge_if_build_succeeds.rb' feature 2016-06-10 14:36:57 +02:00
README.md Change logs.md location in README 2016-06-13 14:19:29 +02:00

README.md

Documentation

User documentation

  • API Automate GitLab via a simple and powerful API.
  • CI GitLab Continuous Integration (CI) getting started, .gitlab-ci.yml options, and examples.
  • GitLab as OAuth2 authentication service provider. It allows you to login to other applications from GitLab.
  • GitLab Basics Find step by step how to start working on your commandline and on GitLab.
  • Importing to GitLab.
  • Markdown GitLab's advanced formatting system.
  • Migrating from SVN Convert a SVN repository to Git and GitLab
  • Permissions Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
  • Profile Settings
  • Project Services Integrate a project with external services, such as CI and chat.
  • Public access Learn how you can allow public and internal access to projects.
  • Container Registry Learn how to use GitLab Container Registry.
  • SSH Setup your ssh keys and deploy keys for secure access to your projects.
  • Webhooks Let GitLab notify you when new code has been pushed to your project.
  • Workflow Using GitLab functionality and importing projects from GitHub and SVN.

Administrator documentation

Contributor documentation

  • Documentation styleguide Use this styleguide if you are contributing to documentation.
  • Development Explains the architecture and the guidelines for shell commands.
  • Legal Contributor license agreements.