gitlab-org--gitlab-foss/doc
Douglas Lovell d0beb755f9 Add a name field to the group edit form
Enables user specification of group name vs. name inferred from group path.

Cause new group form to copy name from path

Adds some new page-specific javascript that copies entry from the
group path field to the group name field when the group name field
is initially empty.

Remove duplicate group name entry field on group edit form

This corrects the duplicated name entry field and tests that the
JavaScript does not update the group name field if the user
edits the group path.  (Editing the group path is not recommended
in any case, but it is possible.)

Address eslint errors in group.js

Enable group name copy with dispatch and explore group creation

The dispatch and explore group creation forms require the group.js
asset, and their tests now require testing against poltergeist

Update workflow new group instruction

Update the gitlab basics group creation document

Add a change log entry

Remove unused variable for eslint
2017-04-09 08:43:49 -05:00
..
administration Use config.toml to configure Gitaly 2017-04-06 17:44:18 +02:00
api Fix markdown table in API Issues docs 2017-04-06 17:18:51 +02:00
ci Remove wrong user email from CI variables example output 2017-04-07 20:51:38 +02:00
container_registry
customization add documentation for custom brand logo in email 2017-02-22 12:22:52 +01:00
development Add text to break up diagrams 2017-04-06 11:33:14 -07:00
downgrade_ee_to_ce Remove remnants of git annex 2017-03-03 18:33:47 +01:00
gitlab-basics Add a name field to the group edit form 2017-04-09 08:43:49 -05:00
hooks
incoming_email
install Use config.toml to configure Gitaly 2017-04-06 17:44:18 +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 Add documentation around migrating records to the ghost user after user deletion. 2017-04-06 18:59:18 +05:30
project_services All CI offline migrations 2017-03-17 23:06:11 +00:00
public_access Add an image to the public access documentation and fix wrong profile path 2017-01-19 18:44:02 +01:00
raketasks Merge branch 'backup_storage_class' into 'master' 2017-03-06 17:42:30 +00:00
security Support 2FA requirement per-group 2017-04-06 10:01:13 +02: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 Documentation for protected tags 2017-04-07 03:08:06 +01:00
update Use config.toml to configure Gitaly 2017-04-06 17:44:18 +02:00
user Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' 2017-04-07 15:43:28 +00:00
web_hooks Move webhooks to new a location under Integrations 2017-02-03 19:26:48 +01:00
workflow Add a name field to the group edit form 2017-04-09 08:43:49 -05:00
README.md Doc: Search through GitLab 2017-04-07 11:51:35 +00:00

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.