821 Commits

Author SHA1 Message Date
Niclas Mietz
c5074ff00a
Merge pull request #1461 from solidnerd/upgrade-to-10.3.3
Upgrade GitLab to 10.3.3
2018-01-04 21:15:33 +01:00
Niclas Mietz
5430452ad3
Merge pull request #1449 from drubin/fix-aws-multi-part-upload
Correct template file for AWS_BACKUP_MULTIPART_CHUNK_SIZE env
2018-01-04 21:15:04 +01:00
solidnerd
4457be6f44
Upgrade GitLab CE to 10.3.3 2018-01-02 21:58:32 +01:00
David Rubin
14c3225d03 Add AWS_BACKUP_STORAGE_CLASS configuration option 2017-12-29 16:46:58 +01:00
David Rubin
5ea41eb3d6 Add AWS_BACKUP_ENCRYPTION ENV to enable aws backup aes encryption backups
Also refactor the multi part config to match
2017-12-29 16:42:15 +01:00
solidnerd
2d12a97922
Upgrade GitLab CE to 10.3.2 2017-12-28 17:37:30 +01:00
solidnerd
b5a8e0c62e
Upgrade GitLab CE to 10.3.1 2017-12-27 14:41:54 +01:00
Niclas Mietz
ea29779878
Merge pull request #1447 from thopiekar/patch-1
README: Correcting doc about SSL_VERIFY_CLIENT
2017-12-26 11:40:14 +01:00
solidnerd
1f02a1b54c
Remove GITLAB_TIMEOUT
Signed-off-by: solidnerd <niclas@mietz.io>
2017-12-26 11:20:05 +01:00
solidnerd
c04ee489d9
Remove GITLAB_MAX_OBJECT_SIZE
Signed-off-by: solidnerd <niclas@mietz.io>
2017-12-26 11:20:05 +01:00
solidnerd
8d29eb22af
Remove GITLAB_REPOSITORIES_STORAGES_DEFAULT_STORAGE_TIMEOUT
Signed-off-by: solidnerd <niclas@mietz.io>
2017-12-26 11:20:05 +01:00
solidnerd
91157bca06
Remove GITLAB_REPOSITORIES_STORAGES_DEFAULT_FAILURE_RESET_TIME
Signed-off-by: solidnerd <niclas@mietz.io>
2017-12-26 11:20:05 +01:00
solidnerd
7a9d333b2d
Remove GITLAB_REPOSITORIES_STORAGES_DEFAULT_FAILURE_WAIT_TIME
Signed-off-by: solidnerd <niclas@mietz.io>
2017-12-26 11:20:04 +01:00
solidnerd
a705e5f03f
Remove GITLAB_REPOSITORIES_STORAGES_DEFAULT_FAILURE_COUNT_THRESHOLD
Signed-off-by: solidnerd <niclas@mietz.io>
2017-12-26 11:20:04 +01:00
Thomas Karl Pietrowski
c5a7f69a92
README: Correcting doc about SSL_VERIFY_CLIENT
Based on the documentation I found for ngnix here:
http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_verify_client
2017-12-25 20:25:25 +01:00
solidnerd
37341f1688
Upgrade GitLab CE to 10.3.0 2017-12-22 15:23:17 +01:00
solidnerd
9375f0696e Upgrade GitLab CE to 10.2.5 2017-12-16 12:51:16 +01:00
Constantin Wildförster
9460d14dbd Upgrade GitLab CE to 10.2.4 2017-12-14 20:26:00 +01:00
Constantin Wildförster
a988b18f6b
Upgrade GitLab CE to 10.2.3 2017-12-10 20:17:26 +01:00
solidnerd
dd97653601
Upgrade GitLab CE to 10.2.2 2017-11-24 15:08:29 +01:00
solidnerd
981c102ac9
Upgrade GitLab CE to 10.2.1 2017-11-24 14:35:05 +01:00
solidnerd
72092ef3c2
Upgrade GitLab CE to 10.2.0 2017-11-24 14:28:17 +01:00
solidnerd
2388d2c0ea
Upgrade GitLab CE to 10.1.4 2017-11-15 14:22:19 +01:00
solidnerd
79901a9508
Upgrade GitLab CE to 10.1.3 2017-11-11 16:11:24 +01:00
Niclas Mietz
fa7e05d39e
Merge pull request #1406 from evenh/gitlab-10.1.2
Upgrade GitLab CE to 10.1.2
2017-11-09 17:03:28 +01:00
Even Holthe
07fb91f325 Upgrade GitLab CE to 10.1.2 2017-11-09 10:03:36 +01:00
Jeremy Slater
a6c4ee17bf Fixed pages artifacts server variable 2017-11-01 16:09:55 -04:00
Niclas Mietz
2ff0acc95e
Merge pull request #1393 from evenh/gitlab-10.1.1
Gitlab 10.1.1
2017-11-01 01:17:31 +01:00
Even Holthe
6f1f3f0db4 Upgrade to GitLab CE to 10.1.1 2017-10-30 16:13:37 +01:00
Bertrand Gouny
cb48a6aff0 ldap ca_file and ssl_version config params 2017-10-30 14:27:33 +01:00
solidnerd
53d75c268a
Update README and Changelog for 10.1.0
Signed-off-by: solidnerd <niclas@mietz.io>
2017-10-26 23:06:15 +02:00
solidnerd
5f006e67d0
Upgrade GitLab CE to 10.1.0 2017-10-22 08:59:10 +02:00
Niclas Mietz
153ce2b87f Merge pull request #1385 from abeltay/upgrade-gitlab-to-10.0.4
Upgrade GitLab to 10.0.4
2017-10-20 22:07:43 +02:00
BirgerK
bdb4dbd18f fix possible values for ldap-encryption 2017-10-19 23:32:39 +02:00
Abel Tay
4922ef443c Upgrade GitLab to 10.0.4 2017-10-18 07:45:17 +08:00
Even Holthe
0f73ba4916 Upgrade to GitLab 10.0.3 2017-10-10 08:50:05 +02:00
LordFPL
1cd2d70082 Add LDAP_VERIFY_SSL var (#1367)
* Add LDAP_VERIFY_SSL var

Due to https://about.gitlab.com/2017/09/22/gitlab-10-0-released/#ldap-config-%22verify_certificates%22-defaults-to-secure, this config should be present.

* Update env-defaults

* Update functions

* Update README.md
2017-10-08 12:58:17 +03:00
Even Holthe
c0ac23671f
Upgrade to GitLab 10.0.2 2017-10-03 11:48:11 +02:00
Even Holthe
81552bfc84
Upgrade to GitLab 10.0.1 2017-10-03 11:45:02 +02:00
Max
a8d26868e1 Upgrade GitLab CE to 10.0 2017-10-01 21:33:25 +02:00
solidnerd
d30b49930f
Upgrade GitLab CE to 9.5.5 2017-09-21 09:26:06 +02:00
Even Holthe
b5a843aad6 Upgrade CE to v9.5.4 2017-09-08 09:23:14 +02:00
Max
c2102000e2
Upgrade CE to v9.5.3 2017-09-05 00:20:55 +02:00
solidnerd
8f5cb77bc4
Upgrade GitLab CE to 9.5.2 2017-08-29 11:31:44 +02:00
Silas Rech
8b284b8d69
Update to v9.5.1 2017-08-24 20:55:00 +02:00
Silas Rech
ae4e5705ab
Add monitoring documentation 2017-08-24 16:57:20 +02:00
Max
1b09ce0bef
Add config vars for the gitaly token & gitlab repository timeout/reset 2017-08-23 22:59:37 +02:00
Max
b03112d8f5
Renamed version to v9.5.0 2017-08-22 13:08:20 +02:00
Max
a2ba29aab1
Upgrade CE to 9.5 2017-08-22 11:58:41 +02:00
phenomax
2d4be2b6b8
Upgrade CE to 9.4.5 2017-08-15 15:40:01 +02:00