summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
Commit message (Collapse)AuthorAgeFilesLines
* Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-231-0/+6
|
* Lfs on by default.Marin Jankovski2015-11-191-1/+1
|
* Add support for git lfs.lfsMarin Jankovski2015-11-161-2/+8
|
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-0/+1
| | | | - Enable CI by default for all new projects
* Add Facebook authenticationDouwe Maan2015-11-031-11/+12
|
* Merge branch 'shared-file-access' into 'master' Dmitriy Zaporozhets2015-10-291-0/+4
|\ | | | | | | | | | | | | Start putting shared files in "shared" See merge request !1691
| * Start putting shared files in "shared"Jacob Vosmaer2015-10-261-0/+4
| |
* | Remove the contents of the satellites dirremove-satellitesJacob Vosmaer2015-10-231-2/+4
|/
* Make Reply by email easier to configureDouwe Maan2015-10-131-1/+23
|
* Merge branch 'ee_features_in_example_config' into 'master' Dmitriy Zaporozhets2015-10-011-1/+0
|\ | | | | | | | | | | | | Removes reference to Enterprise Edition ssh key sync feature. fixes #2042 See merge request !1017
| * Removes reference to Enterprise Edition ssh key sync feature.Ted Strzalkowski2015-07-211-1/+0
| |
* | Add support for AWS S3 Server-Side Encryption supportPaul Beattie2015-09-251-14/+16
| | | | | | | | | | | | | | This adds support for AWS S3 SSE with S3 managed keys, this means the data is encrypted at rest and the encryption is handled transparently to the end user as well as in the AWS Console. This is optional and not required to make S3 uploads work.
* | Merge branch 'rename-reply-by-email' into 'master' Robert Speicher2015-09-211-4/+4
|\ \ | | | | | | | | | | | | | | | | | | Rename reply_by_email to incoming_email to prepare for the future. Closes #2579. See merge request !1367
| * | Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-3/+3
| | |
* | | Fix grammarSytse Sijbrandij2015-09-211-2/+2
|/ /
* | fixes link to reply_by_email docsSameer Naik2015-09-201-1/+1
| |
* | add pg_schema to backup configpg_dump_schemaValery Sizov2015-09-181-0/+1
| |
* | Merge branch 'ldap-attributes' into 'master'Robert Speicher2015-09-161-1/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261
| * | Add to docsDouwe Maan2015-09-091-2/+2
| | |
| * | Expand explanation in config fileDouwe Maan2015-09-091-15/+20
| | |
| * | Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan2015-09-081-0/+15
| | |
* | | Update documentation and config filesKamil Trzcinski2015-09-161-3/+19
|/ /
* | Crowd integrationValery Sizov2015-09-021-0/+5
| |
* | Add documentation.Douwe Maan2015-08-191-0/+2
| |
* | Reply by email POCDouwe Maan2015-08-181-0/+5
| |
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵Jacob Vosmaer2015-07-291-8/+17
|\ \ | | | | | | | | | backup-archive-permissions
| * | Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-231-8/+17
| |/
* | Remove weird trailing charactersJacob Vosmaer2015-07-241-1/+1
| |
* | Use a separate backup test directory and nuke its contentsJacob Vosmaer2015-07-241-0/+2
| |
* | Allow custom backup archive permissionsJacob Vosmaer2015-07-061-0/+1
|/ | | | | This change helps system administrators who want to replicate GitLab backup files without needing root permissions.
* Fix a few remaining references to the old Theme names/IDsRobert Speicher2015-06-131-6/+7
|
* Add a note that changing example configuration files requires changing ↵note_about_omnibus_changesMarin Jankovski2015-06-111-2/+6
| | | | omnibus-gitlab.
* remove extra spaceJeroen Nijhof2015-06-091-1/+0
|
* update fog to 1.25.0 and add multipart upload supportJeroen Nijhof2015-06-091-0/+4
|
* Add option to automatically link omniauth and LDAP identitiesAlex Lossent2015-06-031-0/+3
| | | | | | | | | | | | | | | Until now, a user needed to first sign in with his LDAP identity and then manually link his/her account with an omniauth identity from their profile. Only when this is done can the user authenticate with the omniauth provider and at the same time benefit from the LDAP integration (HTTPS authentication with LDAP username/password and in EE: LDAP groups, SSH keys etc.). This feature automates the process by looking up a corresponding LDAP person when a user connects with omniauth for the first time and then automatically linking the LDAP and omniauth identities (of course, like the existing allow_single_sign_on setting, this is meant to be used with trusted omniauth providers). The result is identical to a manual account link. Add config initializers for other omniauth settings.
* Add an option to automatically sign-in with an Omniauth provider without ↵Alex Lossent2015-05-291-0/+4
| | | | | | | showing the GitLab sign-in page This is useful when integrating with existing SSO environments and we want to use a single Omniauth provider for all user authentication.
* Add SAML support via OmniauthAlex Lossent2015-05-271-0/+9
|
* Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-161-0/+4
|
* Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets2015-05-061-56/+11
|
* Allow to configure smtp and sendmail in gitlab.ymlJakub Jirutka2015-05-061-11/+56
|
* Fix config template from parse errorsStan Hu2015-05-031-3/+3
|
* Merge branch 'master' into 'master'Achilleas Pipinellis2015-05-031-0/+3
|\ | | | | | | | | | | Update config.yml.example See merge request !597
| * Update config.yml.examplewin322015-05-021-1/+4
| |
* | Add new admin settingsVinnie Okada2015-04-261-1/+0
|/ | | | | Add new global application settings for default project and snippet visibility levels.
* Clarify config var and add to LDAP docs.ldap-block_auto_created_usersDouwe Maan2015-04-141-1/+3
|
* Add config var to block auto-created LDAP users.Douwe Maan2015-04-141-0/+3
|
* Call your existing LDAP server 'main'Jacob Vosmaer2015-04-131-0/+9
| | | | | By imposing this rule we avoid having to demand that 'ldapmain' exists in the settings initializer.
* Add ability to configure Reply-To address in gitlab.ymlStan Hu2015-04-031-0/+1
| | | | Closes #1305
* Missing dot.Achilleas Pipinellis2015-03-301-1/+1
|
* Update documentation on issue closing pattern.Achilleas Pipinellis2015-03-301-1/+1
|