gitlab-org--gitlab-foss/doc
Yorick Peterse 16926a676b
Store block timings as transaction values
This makes it easier to query, simplifies the code, and makes it
possible to figure out what transaction the data belongs to (simply
because it's now stored _in_ the transaction).

This new setup keeps track of both the real/wall time _and_ CPU time
spent in a block, both measured using milliseconds (to keep all units
the same).
2016-04-11 13:09:36 +02:00
..
administration Fix LDAP link and codeblock indentation 2016-04-05 17:04:16 +03:00
api API: Expose subscribed? on issues 2016-04-08 15:53:04 +02:00
ci fix typo 2016-04-10 21:16:06 +00:00
customization Branded login page also in CE 2016-02-26 15:50:51 +01:00
development Store block timings as transaction values 2016-04-11 13:09:36 +02:00
gitlab-basics Remove redundant word 2016-03-22 13:11:18 +02:00
hooks Use relative links in doc, fix broken generated HTML links 2016-03-17 00:35:53 +01:00
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 Merge branch 'gitlab-workhorse-0.7.2' into 'master' 2016-04-08 15:14:05 +00:00
integration Everything on one page. 2016-04-09 20:09:07 -04:00
intro Fix grammar in intro guide 2016-03-22 12:56:52 +02:00
legal Reformats confusing '[named here]' section for 3rd party code attribution 2016-02-17 17:13:06 +00:00
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 Grafana installation and configuration documentation. [ci skip] 2016-03-22 13:34:05 -05:00
operations
permissions Fix missing entries in permission matrix [ci skip] 2016-04-06 23:49:12 +02:00
profile
project_services Everything on one page. 2016-04-09 20:09:07 -04:00
public_access Add docs on group visibility 2016-03-22 12:36:43 +02:00
raketasks Reload the schema before restoring a database backup 2016-03-21 21:16:34 -05:00
security Use relative links in doc, fix broken generated HTML links 2016-03-17 00:35:53 +01:00
ssh Fixed Window's commands for SSH Help. 2016-02-06 12:17:12 +00:00
system_hooks
update Merge branch 'gitlab-workhorse-0.7.2' into 'master' 2016-04-08 15:14:05 +00:00
web_hooks Fix typos in webhooks docs. 2016-03-27 18:10:10 +00:00
workflow Clarify LFS configuration 2016-03-24 10:00:27 -05:00
README.md Merge branch 'update_ldap_docs' into 'master' 2016-03-28 16:36:42 +00: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.