- Dec 18, 2024
-
-
Lin Jen-Shin authored
Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
- Aug 06, 2024
-
-
Naman Jagdish Gala authored
- Allow administrators to set a list of CIDR addresses that can bypass the rate limit. Related: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8649 Changelog: added
-
- Jul 10, 2024
-
-
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
-
- Jun 13, 2024
-
-
Naman Jagdish Gala authored
Related: https://gitlab.com/gitlab-org/gitlab/-/issues/462344 Changelog: fixed
-
- Jun 07, 2024
-
-
Naman Jagdish Gala authored
Related: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/548+ Changelog: added
-
- May 22, 2024
-
-
Naman Jagdish Gala authored
- Adds cases to the proxy_redirect statements to account for when the administrator configured a custom listen_port for the GitLab Pages service. Related: https://gitlab.com/gitlab-org/gitlab/-/issues/458587 Changelog: fixed
-
- Apr 23, 2024
-
-
Ian Baum authored
Update default pages auth-redirect-uri when namespace-in-path is enabled See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7548 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Vladimir Shushlin <vshushlin@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
- Apr 16, 2024
-
-
ngala authored
Related: https://gitlab.com/gitlab-org/gitlab/-/issues/452459+ Changelog: fixed
-
- Apr 15, 2024
-
-
Naman Jagdish Gala authored
Related: https://gitlab.com/gitlab-org/gitlab/-/issues/452459 Changelog: fixed
-
- Feb 22, 2024
-
-
Naman Jagdish Gala authored
In cases where namespace_in_path is enabled and the host URL is duplicated in the URL path, users were being redirected to a malformed URL. This fix ensures that only the namespace is selected without including the forward slash (/), preventing unwanted URL redirects. Related: https://gitlab.com/gitlab-org/gitlab/-/issues/440465+ Changelog: fixed
-
- Jan 08, 2024
-
-
Naman Jagdish Gala authored
Below issues fixed: - Pages with Use unique domain enabled is not working without trailing "/". - When pages_external_url has custom PORT: - Misbehaving without trailing "/" - Misbehaving auth flow - Other redirects Related: https://gitlab.com/gitlab-org/gitlab/-/issues/434372 Changelog: fixed
-
- Dec 12, 2023
-
-
Balasankar 'Balu' C authored
Add gitlab-ctl generate-secrets command Closes #7701 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7027 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
Andrew Patterson authored
Add the generate-secrets command to gitlab-ctl which creates a JSON file containing secrets from the gitlab.rb file. The -f|--file option can be used to send the output to a specified file instead of the default /etc/gitlab/gitlab-secrets.json. Changelog: added
-
- Dec 06, 2023
-
-
Naman Jagdish Gala authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/17584 Adds the 'namespace_in_path' parameter in gitlab.rb for GitLab Pages. This parameter is used to rewrite Pages URLs, allowing users to access Pages using the namespace in the path instead of the host. This modification will enable GitLab Pages to work without requiring a DNS wildcard. More context: https://gitlab.com/gitlab-org/gitlab/-/issues/211677#note_1646965167 Changelog: added
-
- Nov 23, 2023
-
-
ngala authored
Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/596 Changelog: added
-
- Jun 16, 2023
-
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7808 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 15, 2023
-
-
Balasankar 'Balu' C authored
- Adds option: package['generate_default_secrets'] = true - Adds option: package['generate_secrets_json_file'] = true - The options control whether or not secrets are generated and written to `JSON` by Omnibus during installation and reconfigure. - Feature is not yet intended for usage in a self-managed instance Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7700 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 21, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 04, 2023
-
-
Jason Young authored
Changelog: added Signed-off-by:
Jason Young <jyoung@gitlab.com>
-
- Feb 06, 2023
-
-
Balasankar 'Balu' C authored
Use `node['gitlab_pages']` to access settings instead of `node['gitlab-pages']` Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jan 23, 2023
-
-
Naman Jagdish Gala authored
Changelog: changed
-
- Nov 04, 2022
-
-
Naman Jagdish Gala authored
Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/806 Changelog: added
-
- Sep 14, 2022
-
-
Aboobacker MK authored
We are working on hashing application secrets for compliance reasons, omnibus's current lookup for oauth application is not compatiable with hashed oauth secrets. Alternative is to use Doorkeeper::Application.by_uid_and_secret which does hashing logic if the secret is in hashed form Changelog: changed
-
- Jun 30, 2022
-
-
Nejc Habjan authored
Changelog: added
-
- Apr 14, 2022
-
-
Kassio Borges authored
Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/725 Changelog: added
-
- Mar 22, 2022
-
-
Robert Marshall authored
add pages zip http client timeout option See merge request gitlab-org/omnibus-gitlab!5975
-
Vishal Tak authored
- Adds zip_http_client_timeout key to gitlab_pages options Changelog: changed
-
- Mar 16, 2022
-
-
Hüseyin Emre Aksoy authored
Changelog: added
-
- Feb 22, 2022
-
-
Vladimir Shushlin authored
Changelog: added
-
- Jan 14, 2022
-
-
Vladimir Shushlin authored
Changelog: added
-
- Nov 12, 2021
-
-
Balasankar 'Balu' C authored
Add max_uri_length to GitLab Pages config See merge request gitlab-org/omnibus-gitlab!5729
-
- Nov 11, 2021
-
-
Vladimir Shushlin authored
Changelog: added
-
- Nov 01, 2021
-
-
Vladimir Shushlin authored
Changelog: added
-
- Oct 06, 2021
-
-
feistel authored
Changelog: deprecated
-
- Aug 10, 2021
-
-
feistel authored
Changelog: removed
-
- Jun 01, 2021
-
-
Balasankar "Balu" C authored
-
- May 27, 2021
-
-
DJ Mountney authored
Changelog: removed
-
- May 14, 2021
-
-
Jaime Martinez authored
-
- May 12, 2021
-
-
Jaime Martinez authored
Changelog: added
-
- Mar 23, 2021
-
-
Ben Bodenmiller authored
Changelog: fixed
-