gitlab-org--gitlab-foss/doc
Grzegorz Bizon 44321b1a3d Merge branch 'master' into feature/multi-level-container-registry-images
* master: (57 commits)
  Ensure we generate unique usernames otherwise validations fail
  Fix a Knapsack issue that would load support/capybara.rb before support/env.rb
  Ensure users have a short username otherwise a click event is triggered ...
  Enable the `bullet_logger` setting; enable `raise` in test environment
  Fix Rubocop offenses
  Set the right timeout for Gitlab::Shell#fetch_remote
  Refactoring Projects::ImportService
  Move methods that are not related to mirroring to the repository model
  Fix GitHub pull request formatter spec
  Rename skip_metrics to imported on the importable concern
  Add CHANGELOG
  Remove unused include from RepositoryImportWorker
  Skip MR metrics when importing projects from GitHub
  Fetch GitHub project as a mirror to get all refs at once
  Make file templates easy to use and discover
  Ensure user has a unique username otherwise `user10` would match `user1`
  Ensure the AbuseReport fixtures create unique reported users
  Don't use FFaker in factories, use sequences instead
  Fix brittle specs
  Fix the AbuseReport seeder
  ...

Conflicts:
	db/schema.rb
2017-04-04 13:36:36 +02:00
..
administration Test docs internal links check 2017-03-30 09:34:43 +00:00
api Introduce "polling_interval_multiplier" as application setting 2017-04-03 15:17:04 +02:00
ci Merge branch 'master' into feature/multi-level-container-registry-images 2017-04-04 13:36:36 +02:00
container_registry
customization add documentation for custom brand logo in email 2017-02-22 12:22:52 +01:00
development Merge branch 'update-eyeballs-docs' into 'master' 2017-03-30 11:17:40 +00:00
downgrade_ee_to_ce Remove remnants of git annex 2017-03-03 18:33:47 +01:00
gitlab-basics Replace create_new_project_button.png 2017-02-21 00:48:26 +00:00
hooks
incoming_email
install Change socket_path to gitaly_address 2017-03-29 14:48:05 +02:00
integration Patch 15 2017-03-14 09:09:56 +00:00
intro
legal
logs
markdown
migrate_ci_to_ce
monitoring
operations
pages Move all Pages related content to a single location 2017-02-28 13:21:30 +01:00
permissions
profile Update user's profile preferences docs 2017-03-22 17:19:41 +01:00
project_services All CI offline migrations 2017-03-17 23:06:11 +00:00
public_access
raketasks Merge branch 'backup_storage_class' into 'master' 2017-03-06 17:42:30 +00:00
security Move webhooks to new a location under Integrations 2017-02-03 19:26:48 +01:00
ssh Update deploy keys documentation 2017-03-20 13:49:05 +00:00
system_hooks Syshook documentation updated 2017-03-14 17:14:35 +00:00
topics Fix links and do some refactoring 2017-03-29 10:31:39 +02:00
university Remove remnants of git annex 2017-03-03 18:33:47 +01:00
update Updating documentation to include a missing step in the update procedure 2017-03-31 14:07:12 +03:00
user Extend registry docs regarding multi-level repositories 2017-04-04 13:24:13 +02:00
web_hooks Move webhooks to new a location under Integrations 2017-02-03 19:26:48 +01:00
workflow Quiet pipeline emails 2017-04-03 13:59:48 +01:00
README.md Fix links and do some refactoring 2017-03-29 10:31:39 +02:00

README.md

GitLab Community Edition

All technical content published by GitLab lives in the documentation, including:

  • General Documentation
    • User docs: general documentation dedicated to regular users of GitLab
    • Admin docs: general documentation dedicated to administrators of GitLab instances
    • Contributor docs: general documentation on how to develop and contribute to GitLab
  • Topics: pages organized per topic, gathering all the resources already published by GitLab related to a specific subject, including general docs, technical articles, blog posts and video tutorials.
  • GitLab University: guides to learn Git and GitLab through courses and videos.

User documentation

Administrator documentation

Contributor documentation

  • Development All styleguides and explanations how to contribute.
  • Legal Contributor license agreements.