1310 Commits

Author SHA1 Message Date
Steven Achilles
544d17841f Upgrade GitLab CE to 17.0.0 2024-05-19 21:28:47 +02:00
Steven Achilles
f2e5c71294 Upgrade GitLab CE to 16.11.2 2024-05-09 00:06:44 +02:00
Steven Achilles
33e112e8cb Upgrade GitLab CE to 16.11.1 2024-04-26 22:29:35 +02:00
Steven Achilles
9f0a0d268b Upgrade GitLab CE to 16.11.0 2024-04-23 16:51:58 +02:00
Steven Achilles
6ec7387704 Update version information 2024-04-23 06:42:08 +02:00
Steven Achilles
afdb3d5098 Upgrade GitLab CE to 16.10.2 2024-04-11 17:41:23 +02:00
Steven Achilles
b8e299afb9 Upgrade GitLab CE to 16.10.1 2024-03-28 16:24:39 +01:00
Kazunori Kimura
05794a2b47 Allow setting feature flags via configuration parameter
- It requires database is set up because
  feature flags are stored to DB (table `application_settings`)
- Add configuration parameter GITLAB_FEATURE_FLAGS_ENABLE_TARGETS
  and GITLAB_FEATURE_FLAGS_DISABLE_TARGETS
- Add ruby script to configure feature flags from command line
  and invoke runtime (from configure_gitlab())
2024-03-24 18:43:51 +09:00
Steven Achilles
12c97f194a Upgrade GitLab CE to 16.10.0 2024-03-21 21:39:44 +01:00
Steven Achilles
689751cb91 Upgrade GitLab CE to 16.9.2 2024-03-07 18:56:27 +01:00
Steven Achilles
a9451704ad Upgrade GitLab CE to 16.9.1 2024-02-21 21:52:08 +01:00
Steven Achilles
d5bc564601 Upgrade GitLab CE to 16.9.0 2024-02-15 17:30:11 +01:00
Steven Achilles
82b2c17162 Upgrade GitLab CE to 16.8.2 2024-02-12 21:27:12 +01:00
Steven Achilles
b546aeb955 Upgrade GitLab CE to 16.8.1 2024-01-25 22:05:03 +01:00
Steven Achilles
7a536bcdfd Upgrade to GitLab CE 16.8.0 2024-01-19 22:59:19 +01:00
Steven Achilles
2e8f9ced9f Upgrade to GitLab CE 16.7.3 2024-01-13 15:36:59 +01:00
nickshek
9b81374361 Update GitLab version to 16.7.2 2024-01-12 17:35:14 +08:00
Steven Achilles
00911c934d Upgrade to GitLab CE 16.7.0 2023-12-24 13:11:35 +01:00
Steven Achilles
d6a78cca23 Upgrade to GitLab CE 16.6.2 2023-12-16 23:29:00 +01:00
Alexis Lefebvre
ee2d082621
README.md: Docker is not new anymore 2023-12-04 11:43:53 +01:00
Steven Achilles
d74fb49fc9 Upgrade to GitLab CE 16.6.1 2023-12-02 08:49:39 +01:00
Steven Achilles
d37154d59f Upgrade to GitLab CE 16.6.0 2023-11-19 13:58:48 +01:00
Filipe Roque
c814fb7ac9 Upgrade instructions form Postgresql 12 to 14
Postgres 15 has a permissions problem.
See https://github.com/sameersbn/docker-postgresql/issues/168
2023-11-09 11:54:36 +00:00
Steven Achilles
bac9b4f876 Upgrade to GitLab CE 16.5.1 2023-11-03 22:16:56 +01:00
Steven Achilles
d7fc3877dc
Merge pull request #2849 from massej/massej/oauth_allow_bypass_two_factor
Added missing configuration variable OAUTH_ALLOW_BYPASS_TWO_FACTOR.
2023-11-03 22:03:58 +01:00
massej
9500ad163b
Update README.md
Co-authored-by: Kazunori Kimura <33391846+kkimurak@users.noreply.github.com>
2023-10-24 08:23:00 -04:00
massej
d11ae7b617
Added missing configuration variable OAUTH_ALLOW_BYPASS_TWO_FACTOR. 2023-10-23 22:17:20 -04:00
Steven Achilles
800dae76dc
Merge pull request #2848 from sachilles/upgrade-to-16.5.0
Upgrade to GitLab CE 16.5.0
2023-10-23 22:48:26 +02:00
Steven Achilles
daae8b70d3
Merge pull request #2841 from massej/patch-1
Added - OAuth2 Generic - missing label and scope variables
2023-10-23 22:45:00 +02:00
Steven Achilles
43d0a969d1 Upgrade to GitLab CE 16.5.0 2023-10-23 00:36:46 +02:00
Kazunori Kimura
a2dd4e5ed8 Accept multiple hosts for RACK_ATTACK_WHITELIST
see sameersbn/docker-gitlab#2828

The current setup also accepts multiple hosts,
but the syntax is a bit strange.
The leading/trailing double quotes are embedded
in the configuration file itself,
so users should expect double quotes around the string they set.
In other words, when setting two hosts 0.0.0.0 and 1.1.1.1,
you will set the strings 0.0.0.0","1.1.1.1 in the
environment variables. This is not intuitive.

This commit removes double quote around corresponding config
and set backward compatibility fallback process
to surround whole with [], each host with double quote.
Also, validation script (written in ruby) will be executed during configuration.

Example docker-compose.yml
````yaml
services:
  gitlab:
    image: sameersbn/gitlab:latest
    environment:
    - RACK_ATTACK_WHITELIST='["127.0.0.1","0.0.0.0"]'
````

Co-authored-by: Mikhail Khadarenka <chodorenko@mail.ru>
2023-10-20 22:24:22 +09:00
massej
8bcb068cac
Update README.md 2023-10-02 09:00:08 -04:00
massej
fa75409aff
Update README.md 2023-10-01 13:48:54 -04:00
Steven Achilles
02d95f1431 Upgrade to GitLab CE 16.4.1 2023-09-30 17:35:02 +02:00
Steven Achilles
8c1c480265 Upgrade to GitLab CE 16.4.0 2023-09-28 20:13:36 +02:00
Patrick Remy
f742f4d151
Upgrade to GitLab CE 16.3.4 2023-09-19 09:45:42 +02:00
Steven Achilles
25f5a93ac5 Upgrade to GitLab CE 16.3.3 2023-09-13 06:59:15 +02:00
Steven Achilles
f90bafce66 Upgrade to GitLab CE 16.3.2 2023-09-07 20:31:22 +02:00
Steven Achilles
22ab5727ae Upgrade GitLab CE to 16.3.1 2023-09-02 07:05:35 +02:00
Steven Achilles
8a9c8b6f63 Upgrade GitLab CE to 16.3.0 2023-08-22 21:18:16 +02:00
Steven Achilles
87fe3890a4 Upgrade GitLab CE to 16.2.4 2023-08-12 10:00:01 +02:00
Steven Achilles
2c12bd7e30 Upgrade GitLab CE to 16.2.3 2023-08-05 09:55:19 +02:00
Steven Achilles
cc97ed19f0 Upgrade GitLab CE to 16.2.2 2023-08-04 18:05:20 +02:00
Steven Achilles
ecd2b35bdf Upgrade GitLab CE to 16.2.1 2023-07-28 19:15:23 +02:00
Steven Achilles
eb5130f86e Upgrade GitLab CE to 16.2.0 2023-07-22 18:46:31 +02:00
Steven Achilles
fc33f9e90f Upgrade GitLab CE to 16.1.2 2023-07-06 22:01:01 +02:00
Steven Achilles
ec8eb9c568 Upgrade GitLab CE to 16.1.1 2023-07-01 10:02:57 +02:00
Steven Achilles
b2062dd6e2 Upgrade GitLab CE to 16.1.0 2023-06-23 19:21:50 +02:00
Steven Achilles
208b1e81b2 Upgrade GitLab CE to 16.0.5 2023-06-18 09:29:36 +02:00
Steven Achilles
7718f194a5 Upgrade GitLab CE to 16.0.4 2023-06-14 20:56:35 +02:00