- Jul 15, 2024
-
-
Clemens Beck authored
Remove the Grafana deprecation message which was accidentally re-added in https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7550. Relates https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8601 Relates https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8200
-
- Jul 12, 2024
-
-
Balasankar 'Balu' C authored
Set env var 'GIT_REF' when building KAS See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7770 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Alec Xu <axu@gitlab.com> Co-authored-by:
Taka Nishida <tnishida@gitlab.com>
-
- Jul 08, 2024
-
-
Taka Nishida authored
We need KAS to report the version with SHA that the build is based on.
-
- Jul 12, 2024
-
-
Robert Marshall authored
Add support for configuring Redis client timeouts See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7749 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- 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 12, 2024
-
-
Robert Marshall authored
Rename NewRedisHelper to RedisHelper See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7545 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Apr 15, 2024
-
-
Balasankar 'Balu' C authored
All the usecases of old RedisHelper has been migrated to NewRedisHelper. Drop the old RedisHelper and rename NewRedisHelper to replace it. Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Jul 12, 2024
-
-
Balasankar 'Balu' C authored
Dev: Update build docs, noting Docker Desktop licensing See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7780 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
- 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
-
-
Balasankar 'Balu' C authored
Add restart-except command to gitlab-ctl Closes #8306 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7769 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Gabriel Mazetto <gabriel@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Gabriel Mazetto <gabriel@gitlab.com> Co-authored-by:
Lucas Li <lli@gitlab.com>
-
Lucas Li authored
- `restart-except` command is added - maintenance docs are updated to reflect the change Changelog: added
-
Robert Marshall authored
Support Pure-SSH LFS protocol in gitlab-shell Closes https://gitlab.com/gitlab-org/gitlab-shell/-/issues/773 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7740 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Ash McKenzie <amckenzie@gitlab.com>
-
Ash McKenzie authored
Adds configuration support for Pure-SSH LFS protocol via the `gitlab_shell['lfs_pure_ssh_protocol']` option. Closes https://gitlab.com/gitlab-org/gitlab-shell/-/issues/773 Changelog: added
-
- Jul 10, 2024
-
-
Balasankar 'Balu' C authored
Ensure other characters are encoded in Redis password unit test See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7781 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
()<>* should be added to the list of characters that need to be percent encoded in a userinfo password field. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8602
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
- Jul 09, 2024
-
-
GitLab Bot authored
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- Jul 10, 2024
-
-
Robert Marshall authored
Pages NGINX configuration for namespace in path See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7733 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
Naman Jagdish Gala authored
- Migrates domain redirect and resolution logic for Pages into the Pages binary from the nginx configuration file template. Related: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8581+ Changelog: added
-
- Jul 09, 2024
-
-
Kati Paizee authored
Manually update Vale and markdownlint rules and fix docs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7776 Merged-by:
Kati Paizee <kpaizee@gitlab.com> Approved-by:
Kati Paizee <kpaizee@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
-
Robert Marshall authored
Update unixcharles/acme-client from 2.0.17 to 2.0.18 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7723 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Updates unixcharles/acme-client from 2.0.17 to 2.0.18 Changelog: changed
-
Robert Marshall authored
Move remaining uses of RedisHelper to NewRedisHelper logic See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7544 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Apr 08, 2024
-
-
Balasankar 'Balu' C authored
Drop the uses of old RedisHelper class to move everything to the NewRedisHelper logic Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Certain methods in the Redis Helper are to be used in libraries also, where the node object is unavailable. In those scenarios, the methods have to work with the Gitlab object. Make those methods class methods that take a config hash as argument. Also create instance methods with same name, which call these class methods and pass the node object as argument. Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Jul 08, 2024
-
-
Ian Baum authored
Update dependency registry to v4.6.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7746 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Jaime Martinez <jmartinez@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
- Jun 28, 2024
-
-
GitLab Renovate Bot authored
Changelog: changed
-
- Jul 08, 2024
-
-
Andrew Patterson authored
Build workhorse with local Go toolchain Closes #8593 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7773 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
- Jul 05, 2024
-
-
Clemens Beck authored
Other Go projects use the local Go since 16.10, but workhorse was overseen: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7442. Go toolchain documentation: https://go.dev/doc/toolchain Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8593
-
- Jul 08, 2024
-
-
Balasankar 'Balu' C authored
Update gitlab-org/build/omnibus-mirror/prometheus from 2.52.1 to 2.53.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7731 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Changelog: changed
-
Marcel Amirault authored
Refactor PG automatic upgrades section See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7775 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Julius Kvedaras <jkvedaras@gitlab.com>
-
Julius Kvedaras authored
-
Ashraf Khamis authored
Updated VACUUM VERBOSE ANALYZE to right command order See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7774 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Gerardo Gutierrez <ggutierrez@gitlab.com>
-