- Jun 12, 2024
-
-
Emily Chui authored
This will create a container for gitaly's init container to setup cgroups for repositories. This init container is expected to run in a kubernetes deployment as part of the gitaly pod.
-
- Oct 03, 2023
-
-
Stan Hu authored
This will help flag cache misses in the future.
-
Stan Hu authored
This was preventing the Bootsnap cache from being used and realizing the improvements in https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1546. Relates to https://gitlab.com/gitlab-org/build/CNG/-/issues/722
-
- Sep 18, 2023
-
-
Jason Plum authored
Update the Docker Compose manifest to the supported version of PG for the Rails codebase.
-
- Jun 20, 2023
-
-
Dmitry Gruzd authored
-
- Jan 06, 2023
-
-
DJ Mountney authored
- Adds a basic shell runner, for testing gitlab-pages
-
- Dec 28, 2022
-
-
Jason Plum authored
-
- Dec 15, 2022
-
-
Jason Plum authored
-
- Dec 02, 2022
-
-
Robert Marshall authored
-
- Jul 08, 2022
-
-
DJ Mountney authored
-
- Jun 01, 2022
-
-
Patrick Steinhardt authored
-
- May 04, 2022
-
-
Steve Azzopardi authored
What --- - Update the `CMD` fo the gitlab-container-registry image to be in `exec form` using the array notation rather then the shell form. - Move the command into a shell script so variable expanstion works, because if we put in the `CMD` array it will not be expanded. Why --- In https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3249 we are going through all the images that have `CMD` defiend and updating it to be from `CMD command` (shell form) to `CMD ["executable"]` (exec form) so that we are consistent and the main process is always PID 1 so the main process gets the termination signal. Reference: https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3249 Signed-off-by:
Steve Azzopardi <sazzopardi@gitlab.com>
-
- Feb 17, 2022
-
-
Hordur Freyr Yngvason authored
-
- Mar 17, 2021
-
-
Winkie's authored
-
- Feb 25, 2021
-
-
Jason Plum authored
-
Jason Plum authored
Add the Registry to docker-compose. - Add registry_migrations and registry definitions - Add configuration & certs for registry - Add initdb scripting for postgres to create dedicated db 'registry' - Add configuration to webservice's config.yml.erb Usage: Adding the following as `/etc/docker/daemon.json` will allow insecure access to the any registry that resolves to `127.0.0.1`. ```json { "insecure-registries" : [ "127.0.0.1" ] } ```
-
- Feb 01, 2021
-
-
DJ Mountney authored
-
- Jan 25, 2021
-
-
DJ Mountney authored
-
DJ Mountney authored
-
- Jan 23, 2021
-
-
DJ Mountney authored
-
- Jan 22, 2021
-
-
DJ Mountney authored
-
- Dec 01, 2020
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankarc@autistici.org>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankarc@autistici.org>
-
- Aug 28, 2020
-
-
John Hope authored
For some reason this is not inherited from authBackend as would be expected. It has to be explicitly set in the arguments to workhorse. The feature still doesn't work but this at least routes connection upgrade requests to the correct container.
-
- May 20, 2020
-
-
John Hope authored
-
- May 19, 2020
- Mar 05, 2020
-
-
Jason Plum authored
Make further changes to ensure that we're not stating unicorn, where we should be saying webservice, but also change from refernces to `Rails` for documentation / description purposes.
-
- Sep 24, 2019
-
-
Hossein Pursultani authored
The purpose of this change is to use the same configuration for testing UBI-based images.
-
- Mar 28, 2019
-
-
DJ Mountney authored
Ran into the fact that this wasn't working when I was trying to upload an EE liense to test elasticsearch. Uploading an EE license was throwing 500s in workhorse regarding the missing secret.
-
- Nov 15, 2018
-
-
DJ Mountney authored
-
- Nov 13, 2018
-
-
Balasankar "Balu" C authored
-
- Sep 06, 2018
-
-
DJ Mountney authored
migrations
-
- Aug 16, 2018
-
-
DJ Mountney authored
So that docker-compose will still work (for image testing)
-
- Apr 20, 2018
-
-
DJ Mountney authored
-
- Mar 19, 2018
-
-
DJ Mountney authored
-
- Jan 28, 2018
-
-
Ahmad Hassan authored
-
- Dec 22, 2017
-
-
DJ Mountney authored
Use a print command for find that is compat with busybox Fix sed command syntax for replacing the app subscription Add a wait for dependencies script that can be used in init containers Fix the db-migrate script syntax Fxi db-migrate rake path, and bad if condition Change our builds to use the current branch build cache But still fall back to latest Fix db-migrate status check Use proper bash test syntax Improve status test Grab the hash from md5sum Try to fix the volume permissions for upgrade status dir Fix missing trailing command Do a better job of catching success status See if we can have the migrations wait for the dependencies to be up Run bundle from correct directory Add more output to the migration commands Update sidekiq to be compatible with the wait-for command Make sure the sidekiq wrapper is executable Switch docker-compose file back to using latest
-
- Dec 19, 2017
-
-
DJ Mountney authored
-