This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 16, 2020
-
-
- Oct 15, 2020
-
-
Robert Marshall authored
- Purge the workhorse helper methods that had been refactored out from other files and clean up the affected spec tests to pass Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Oct 13, 2020
-
-
Robert Marshall authored
- Do not automatically use sockets directory, allow a user to set the directory Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Oct 05, 2020
-
-
Robert Marshall authored
- Run the SELinux helper after GitLab Workhorse and other files are created ensuring their file contexts are restored - Place GitLab Workhorse socket files into a sockets directory allowing the SELinux file context to be inherited on service restarts - Add a GitLab Workhorse helper to ensure that new UNIX sockets for Workhorse always inherit the proper SELinux file context Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Aug 28, 2020
-
-
- Aug 11, 2020
-
-
* Matching behavior in rails codebase * This will be default behavior in 4.0
-
- Nov 19, 2019
-
-
Balasankar C authored
CentOS 8 requires that pathnames be present when calling `restorecon`, but this was not a requirement in CentOS 7. We fix this by moving all SELinux-related changes to the gitlab::selinux recipe so that all the required files and directories can be made before any SELinux changes are applied. This makes sense from a code organization standpoint and also has the nice side effect of removing the need to ignore unknown files (-i option in restorecon) as well. This commit is essentially commit 5b992246 by Stan Hu, rebased against latest master Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 01, 2019
-
-
Patrick Bajao authored
-
- Aug 23, 2019
-
-
Balasankar C authored
-
- May 24, 2019
-
-
Robert Marshall authored
- Release 12.0 will default to JSON logging for all services that support it except for the registry. This includes gitaly, gitlab-shell, gitlab-workhorse, sidekiq, gitlab-pages. Resolves: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4102 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Apr 16, 2019
-
-
Patrick Bajao authored
-
Patrick Bajao authored
-
Patrick Bajao authored
-
- Jan 31, 2019
-
-
Balasankar C authored
-
- Jan 30, 2019
-
-
Balasankar C authored
-
- Jan 27, 2019
-
-
Stan Hu authored
Since https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/181, gitlab-shell no longer can talk to Redis directly. All operations go through the internal API. Removing this config is useful for several reasons: 1. It removes dead code. 2. Since the gitlab-shell config is repeatedly parsed with every git action, removing a few lines can improve performance. 3. There is a bug in string handling when there are YAML characters included in the Redis password field.
-
- Mar 22, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 31, 2018
-
-
Stan Hu authored
For fast SSH key lookups to work (https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.html), SELinux spawns `/opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell-authorized-keys-check` and needs the following access: * Read: /var/opt/gitlab/gitlab-shell/config.yml * Read: /var/opt/gitlab/gitlab-rails/etc/gitlab_shell_secret * Write: /var/log/gitlab/gitlab-shell/gitlab-shell.log * Connect: unicorn (port 8080) Because the SELinux policy is a static policy, right now we don't support the ability to change internal unicorn ports. Admins would have to create a special .te file for the environment, or we'd have to dynamically generate it for them, which is it a bit tricky if they have changed their port contexts. Granting `http_cache_port_t` permissions also includes access to these ports: ``` http_cache_port_t tcp 8080, 8118, 8123, 10001-10010 http_cache_port_t udp 3130 ``` Closes #2855
-
- Jan 25, 2018
-
-
Balasankar C authored
-
- Dec 13, 2017
-
-
Marin Jankovski authored
-
- Oct 18, 2017
-
-
- Sep 16, 2017
-
-
DJ Mountney authored
support for it - Highlight the warning in yellow - Print to stdout in additon to the log - Include the updated config in the output, to make it easy to update - Sleep for 5 seconds, to increase the possibility the warning will be seen Because this warning is thrown during parsing, it will show very close to the top of the reconfigure run.
-
- Sep 14, 2017
-
-
DJ Mountney authored
This reverts commit 1c75edce, reversing changes made to a6dbd2b7.
-
- Sep 06, 2017
-
-
Marin Jankovski authored
Rubocop
-
Marin Jankovski authored
-
- Aug 29, 2017
-
-
Elliot Wright authored
-
- Jul 11, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Apr 12, 2017
-
-
- Apr 10, 2017
-
-
Marin Jankovski authored
-
- Apr 03, 2017
-
-
- Mar 07, 2017
-
-
- Dec 15, 2016
-
-
Ian Baum authored
* Using custom_hooks_dir, not custom_hook_dir * Fixed missed reference in gitlab.rb.template * Using %r for regex's in specs that reference a path
-
Ian Baum authored
* By default, do not populate this value * Change value name to be config_hook_dir
-
Ian Baum authored
Defaults to package provided directory, but allow the users to point to their own location. Only updates the config.yml file for gitlab-shell, assumes the user will manage the directory themselves.
-
- Dec 12, 2016
-
-
Ian Baum authored
* Using custom_hooks_dir, not custom_hook_dir * Fixed missed reference in gitlab.rb.template * Using %r for regex's in specs that reference a path
-
- Dec 09, 2016
-
-
Ian Baum authored
* By default, do not populate this value * Change value name to be config_hook_dir
-
- Dec 08, 2016
-
-
Ian Baum authored
Defaults to package provided directory, but allow the users to point to their own location. Only updates the config.yml file for gitlab-shell, assumes the user will manage the directory themselves.
-
- Dec 02, 2016
-
-
Balasankar C authored
-
- Nov 22, 2016
-
-
DJ Mountney authored
-
- Nov 16, 2016
-
-
Ian Baum authored
* Update the database upgrade actions to be more clear about what they are doing * Move the mocking of helper files out of the individual spec files, into the main configuration
-