gitlab-org--gitlab-foss/doc
Kamil Trzciński c7bd7b6dd8 Merge branch 'make-before-after-overridable' into 'master'
Make before_script and after_script overridable

This is makes it possible to overwrite the before_script and after_script at job level.

This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3771


See merge request !3772
2016-04-19 11:12:40 +00:00
..
administration Documentation / help improvements 2016-04-14 17:04:18 +02:00
api Allow back dating notes on creation 2016-04-13 12:04:09 -05:00
ci Merge branch 'after-script' into make-before-after-overridable 2016-04-18 09:47:12 -04:00
customization
development Use rake db:reset instead of db:setup 2016-04-14 15:53:54 +02:00
gitlab-basics Move 'New branch from issue' feature doc to web_editor.md 2016-04-13 11:31:06 +03:00
hooks
incoming_email Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
install Updated trusted proxies doc section to link to the restart GitLab docs 2016-04-12 11:02:41 -07:00
integration Update shibboleth configuration for GitLab 8.6 and Apache 2.4 2016-04-14 01:03:50 +00:00
intro Fix grammar in intro guide 2016-03-22 12:56:52 +02:00
legal
logs
markdown The Markdown doc is one place where trailing whitespace matters 2016-04-05 14:06:56 -04:00
migrate_ci_to_ce
monitoring/performance Updated InfluxDB/Grafana setup/import docs 2016-04-13 17:29:04 +02:00
operations
permissions Fix documentation and improve permissions code 2016-04-18 11:12:28 -03:00
profile
project_services Tie example config to JIRA screenshot 2016-04-13 12:28:07 +03:00
public_access Fix documentation and improve permissions code 2016-04-18 11:12:28 -03:00
raketasks
security
ssh
system_hooks Using single builder for push and tag events 2016-04-19 11:00:30 +02:00
update fix required gitlab-shell version. 2016-04-15 12:41:26 +09:00
web_hooks Added System Hooks for push and tag_push 2016-04-19 11:00:30 +02:00
workflow Start with iid on branch creation 2016-04-14 14:49:45 +02:00
README.md Documentation / help improvements 2016-04-14 17:04:18 +02:00

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.
  • 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.