David Rubin
76bfb2f1e0
Support Google Cloud Object Store
2019-03-06 07:21:53 +01:00
Don Bowman
d902ec2ff8
Add support for receive.advertisePushOptions
...
See [install](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md )
which suggests doing:
```
sudo -u git -H git config --global receive.advertisePushOptions true
```
Signed-off-by: Don Bowman <db@donbowman.ca>
2019-02-23 22:49:58 +01:00
Sameer Naik
2ca3c61261
fix image builds on docker hub
2019-01-05 22:51:27 +01:00
Pierre Belloy
13e856141e
ADD GITLAB_IMPERSONATION_ENABLED
...
Signed-off-by: Pierre Belloy <p.belloy@axelor.com>
2019-01-02 13:47:35 +01:00
Gert-Jan Timmer
3c910cdb8f
Fix Gitlab Pages Access Control
...
Signed-off-by: solidnerd <niclas@mietz.io>
# Conflicts:
# README.md
# assets/runtime/env-defaults
2019-01-02 13:46:49 +01:00
Alexander Trost
ec4df3a82f
Added OAUTH_SAML_ATTRIBUTE_STATEMENTS_USERNAME
...
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
2019-01-02 13:43:43 +01:00
solidnerd
33ef7ffde8
Add LDAP_USER_ATTRIBUTE_*
...
This will add misssing options to configure LDAP_USER_ATTRIBUTES
These will fix several Issues and merge multiple merge requests.
Fixes sameersbn#699
Fixes sameersbn#1746
Fixes sameersbn#1814
Signed-off-by: solidnerd <niclas@mietz.io>
2018-12-29 00:06:15 +01:00
Gert-Jan Timmer
e5feefa189
fix-backup-subdirectory
2018-12-29 00:06:15 +01:00
Gert-Jan Timmer
5c59e16edb
Fix: Gitlab Pages Custom Domain Setup
2018-12-29 00:06:15 +01:00
Gert-Jan Timmer
0a8f6bd872
Add: gitlab pages access control (11.5)
...
Added gitlab pages access control (Introduced in gitlab 11.5).
Fixes : #1769
2018-11-25 17:09:18 +01:00
solidnerd
9d5f0dbb0b
Fix various shellcheck warnings and errors
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-11-24 09:47:58 +01:00
Lewis Marshall
06ecea8855
Make the chown of backup files optional
2018-11-09 09:08:23 +00:00
Maycon Lopes dos Santos
7f24c384fb
Added GITLAB_ARTIFACTS_OBJECT_STORE_DIRECT_UPLOAD to the templates
...
GITLAB_ARTIFACTS_OBJECT_STORE_DIRECT_UPLOAD description
fix number of args
2018-11-06 19:24:04 -02:00
Stéphane Klein
6d6976c08b
Add %h/.ssh/authorized_keys_proxy to AuthorizedKeysFile parameter in /etc/ssh/sshd_config to support ssh host forwarding to GitLab container
2018-10-07 13:08:58 +02:00
Niclas Mietz
06ae0baedc
Merge pull request #1727 from solidnerd/upgrade-to-11.3.0
...
Upgrade GitLab to 11.3.0
2018-09-22 09:41:27 +02:00
Niclas Mietz
58333c6118
Merge pull request #1699 from froque/invalid_date
...
date: invalid date correction
2018-09-22 09:40:31 +02:00
solidnerd
5efa8619af
Fix gitaly-ssh missing symlink
...
* Opening a merge request from a branch within my fork towards the master of the upstream repo, this results in 503 errors.
* Updating existing cross-fork merge request with new commits, they do not show up in the merge requests, neither do the diffs.
However, the branch in the fork shows the newly added commit.
FIXES #1721 , #1712
2018-09-22 09:38:40 +02:00
Carl Kittelberger
56b6c4245c
Fix backup config stripping for when AWS & GCS are disabled
2018-09-19 09:18:21 +02:00
Niclas Mietz
347e6c0063
Merge pull request #1708 from solidnerd/upgrade-to-11.2.0
...
Upgrade GitLab to 11.2.0
2018-09-01 11:01:25 +02:00
Tobias Haber
91e05e4489
Add GITLAB_DEFAULT_THEME
2018-09-01 11:00:01 +02:00
Filipe Roque
4b2ff6da0b
correction for parsing dates from backups files,
...
due to format change in version 9.2
see:
https://docs.gitlab.com/ce/raketasks/backup_restore.html#backup-timestamp
https://github.com/sameersbn/docker-gitlab/issues/1414
https://github.com/sameersbn/docker-gitlab/issues/1042#issuecomment-271522064
2018-08-09 11:35:54 +01:00
Sameer Naik
cdfa19d4f1
install: simplify and optimize gitaly installation directory contents
2018-08-01 16:34:16 +05:30
Sameer Naik
571334f97e
install: simplify gitlab-pages build steps
2018-08-01 16:34:16 +05:30
Sameer Naik
a95766d652
install: simplify gitlab-workhorse build steps
2018-08-01 16:34:16 +05:30
Sameer Naik
3b17df4d95
use GOROOT variable whenever possible
2018-08-01 16:34:15 +05:30
Sameer Naik
bf5c5d3a23
install: update gitlab-shell tarball url
2018-08-01 16:34:15 +05:30
Sameer Naik
278443069f
build: clean up unused artifacts leftover from the build stage
2018-08-01 16:34:14 +05:30
Niclas Mietz
4e9b6d5105
Merge pull request #1678 from sameersbn/clean-build-caches
...
clean up the $HOME/.cache directory after installation
2018-07-28 10:35:29 +02:00
Sameer Naik
96c3e9e983
clean up the $HOME/.cache directory after installation
...
Yarn stores every package in a global cache in your user directory on
the file system. This ends up to be around ~400M of extra utilized by
the image and has no benefits whatsoever.
Additionally `go` populates a build cache with will also be cleared
when the ~/.cache directory is purged
/cc @solidnerd
2018-07-27 16:47:09 +05:30
Sameer Naik
46e45c92da
baseimage: switch to official ubuntu:xenial-20180705 image
2018-07-27 11:07:56 +05:30
Sven Dowideit
474fe9f17b
Add Docker Swarm config file, and Swar&compose config file support
...
Signed-off-by: Sven Dowideit <sven.dowideit@csiro.au>
2018-05-22 14:23:36 +10:00
lucianomores
07094553f0
Fix uploads object storage aws endpoint variable
2018-05-15 11:43:49 -03:00
solidnerd
9543f1297e
Remove duplicated curly bracket
2018-05-01 11:29:19 +02:00
solidnerd
d2f1262dfa
Delete Object Store config when it's not used
2018-05-01 10:57:25 +02:00
solidnerd
0bf46bf73b
Add GITLAB_UPLOADS_OBJECT_STORE_*
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-04-29 10:49:51 +02:00
solidnerd
79eb0a7e9a
Add GITLAB_LFS_OBJECT_STORE_*
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-04-29 10:49:51 +02:00
solidnerd
fdc26d2dd5
Add GITLAB_ARTIFACTS_OBJECT_STORE_*
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-04-29 10:49:51 +02:00
solidnerd
6111c2e375
Add GITLAB_SIDEKIQ_LOG_FORMAT
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-04-29 10:49:51 +02:00
Klos, Jan
428e37a821
fix "unknown group 'syslog'" error preventing logrotate from functioning
2018-03-25 04:45:01 +02:00
solidnerd
ff0e1ce1ce
Fix default upload dir
2018-03-17 11:46:49 +01:00
solidnerd
b4bb8536c7
Sync upstream gitlab.yml
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-02-25 12:44:42 +01:00
solidnerd
96e2a8fca6
Add LDAP_LOWERCASE_USERNAMES
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-02-25 12:44:42 +01:00
solidnerd
52b669a7a3
Add GITLAB_UPLOADS_STORAGE_PATH and GITLAB_UPLOADS_BASE_DIR
2018-02-25 12:44:29 +01:00
solidnerd
501bd390f6
Fix Typo
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-02-25 10:46:52 +01:00
solidnerd
82b3592f23
Remove direct redis integration from gitlab-shell
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-02-25 10:46:52 +01:00
solidnerd
5e17cd8a24
Remove rsa1 ssh_host_key
...
This means that the SSH 1 protocol wouldn’t be supported anymore.
Signed-off-by: solidnerd <niclas@mietz.io>
2018-02-03 09:32:08 +01:00
solidnerd
dbe49107de
Add Kerberos dev libs for omnibus-auth-kerberos package
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-01-26 17:25:54 +01:00
solidnerd
81f54f7135
Replace re2 manual install with libre2-dev
...
Since we are using xenial now. It’s also possible to cleanup this build instruction.
Signed-off-by: solidnerd <niclas@mietz.io>
2018-01-26 17:25:54 +01:00
solidnerd
169ec31ac0
Update gitaly config.toml
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-01-24 20:35:00 +01:00
solidnerd
7ae99c01d6
Remove unused redis bin configuration.
...
Signed-off-by: solidnerd <niclas@mietz.io>
2018-01-24 20:35:00 +01:00