- Aug 06, 2024
-
-
Marcin Sedlak-Jakubowski authored
-
- Jul 26, 2024
-
-
Filip Aleksic authored
-
- Jul 15, 2024
-
-
Evan Read authored
-
Mario Mora authored
-
Ashraf Khamis authored
-
- Jul 12, 2024
-
-
Vasilii Iakliushin authored
Follow-up for https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7713
-
- Jun 30, 2024
-
-
Stan Hu authored
For some installations, the default 1-second Redis connect timeout may not be sufficient. Just as PostgreSQL has the ability to configure the connection timeout, add the same for Redis. Include read and write timeout options for completness. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/466271 Changelog: added
-
- Jul 09, 2024
-
-
Jason Plum authored
Update the development documentation for building packges, updating the language to clarify current state and license requirements of Docker Desktop if used. - Remove note of memory, as now Docker Desktop defaults to 50% of system RAM. https://docs.docker.com/desktop/settings/mac/#resources - Note that Docker Engine is needed, not Docker Desktop. - Note license requiremetns for Docker Desktop as a challenge.
-
- Jul 12, 2024
-
-
Lucas Li authored
- `restart-except` command is added - maintenance docs are updated to reflect the change Changelog: added
-
- Jul 09, 2024
-
-
Evan Read authored
-
- Jul 08, 2024
-
-
Julius Kvedaras authored
-
- Jul 07, 2024
-
-
Gerardo Gutierrez authored
-
- Jul 08, 2024
-
-
Vidhya Hariharan authored
-
- Jun 28, 2024
-
-
Evan Read authored
-
- Jun 24, 2024
-
-
Mario Mora authored
-
Ian Baum authored
* Creates the gitlab-backup user and groups if they dont' exist * Adds the user to other groups * For use by gitlab-backup-cli for read/write permission to data for backups and restores Changelog: added
-
- Jun 18, 2024
-
-
Andrew Evans authored
Admins can override the initial, randomly-generated email[1] address for the `root` account by specifying an environment variable. This adds a note in the installation docs calling this out. Unlike the `GITLAB_ROOT_PASSWORD` env var, this cannot be set via `gitlab.rb` or the associated env var. 1: https://gitlab.com/gitlab-org/gitlab/-/blob/317eabeb62ad734beea628931588e867efa5dc1a/db/fixtures/production/003_admin.rb#L2
-
- Jun 13, 2024
-
-
Ben Bodenmiller authored
-
- Jun 17, 2024
-
-
Kati Paizee authored
- /doc/settings/image_scaling.md - /doc/settings/memory_constrained_envs.md
-
- Jun 13, 2024
-
-
Ben Bodenmiller authored
-
- Jun 12, 2024
-
-
Elif Munn authored
-
- Jun 10, 2024
-
-
Vidhya Hariharan authored
-
- Jun 08, 2024
-
-
Mario Mora authored
-
- Jun 06, 2024
-
-
Evan Read authored
-
- Jun 04, 2024
-
-
Evan Read authored
- Bumps the container version used in continuous integration documentation lint jobs to one with Lychee version 0.15.1 and vale version 3.4.2
-
- Jun 03, 2024
-
-
Omar Qunsul authored
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/439945
-
- May 30, 2024
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- May 22, 2024
-
-
Balasankar 'Balu' C authored
Changelog: added Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- May 30, 2024
-
-
Lorena Ciutacu authored
-
- May 28, 2024
-
-
Lorena Ciutacu authored
-
Andreas Hering authored
Clarify documentation for disabling individual `*_nginx` items when running Mattermost on a separated instance.
-
- May 21, 2024
-
-
João Alexandre Cunha authored
-
- May 13, 2024
-
-
Fiona Neill authored
-
- May 09, 2024
-
-
Balasankar 'Balu' C authored
- Adds much more detail around the process that happens when gitlab-ctl reconfigure executes. - Adds notes to the recipes to clarify what happens in the context of a reconfigure run. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
- May 08, 2024
-
-
Suzanne Selhorn authored
Because we need to check the consistency of the tier badges Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/458260
-
- May 06, 2024
-
-
Stan Hu authored
Instead of calling `gem install <x>` many times, let's define the `Gemfile` and `Gemfile.lock` and run `bundle install`. This ensures dependencies are pinned and don't quietly move with a new invocation of `gem install`. There is also a side benefit to using `bundler`: we can later use the newly-introduced feature to include and verify checksums (https://github.com/rubygems/rubygems/pull/6374). `bundler` generally installs everything in the expected gem directory that is used by `ruby`, but for gems installed from a Git source, `bundler` puts those gems in a special `bundler/gems` directory. We don't use any gems from Git sources now--`gitlab-ruby-shadow` is now used instead of `ruby-shadow`--there is no issue. Also, note that if we want to ensure `gitlab-ctl` doesn't try to pull in gems from GitLab Rails, we could invoke `bundler`, but this is a slightly riskier change. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8368 Changelog: changed
-
- May 04, 2024
-
-
Gregorius Marco authored
- Eliminates code related to `min_concurrency` and `max_concurrency` options in sidekiq. Related https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/3422 Changelog: removed
-
- May 02, 2024
-
-
Lysanne Pinto authored
-
- Apr 30, 2024
-
-
Evan Read authored
Use Lychee instead of nanoc for link validation in documentation. Related https://gitlab.com/gitlab-org/technical-writing/-/issues/979
-