gitlab-org--gitlab-foss/doc
Rydkin Maxim c81ef3041e add auto-cancel for pending pipelines on branch, if they are not HEAD
fix changelog MR reference

add non-HEAD builds finder and add `created` pipelines to scope

add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec

more refactoring for spec

adds option for auto-cancel into CI/CD settings

fix spec to new configuration

fix rubocop

fix schema.rb

fix schema.rb

replace Gitlab 9.0 with 9.1 in doc

change wording on pipeline settings

added auto_canceled_by field as identifier of autocancel subject

remove unnecessary index

replace service with retry_lock

replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model)

fix schema.rb

fix schema.rb

remove projekt attribute and clean up spec

clean up spec withcouple of shared examples

added spec for "It does not cancel current pipeline" scenario

add some specs to auto-cancel

add spec for another branch pipelines
2017-04-04 21:11:24 +03: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 fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. 2017-04-03 12:19:11 +00:00
container_registry
customization
development Add long polling diagrams 2017-03-31 21:51:30 -07:00
downgrade_ee_to_ce Remove remnants of git annex 2017-03-03 18:33:47 +01:00
gitlab-basics
hooks
incoming_email
install list recommended version of PostgreSQL 2017-04-04 14:10:49 +00:00
integration Patch 15 2017-03-14 09:09:56 +00:00
intro
legal
logs
markdown
migrate_ci_to_ce
monitoring
operations
pages
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
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 Update patch_versions.md, add `yarn:install` in `Clean up assets and cache` command. 2017-04-04 10:23:44 +00:00
user add auto-cancel for pending pipelines on branch, if they are not HEAD 2017-04-04 21:11:24 +03:00
web_hooks
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.