You need to sign in or sign up before continuing.
Commits on Source (20)
-
Stan Hu authored
In GitLab 16.5 via gitlab!132238, `gitlab_rails['gitlab_ssh_host']` must now be a valid hostname. Previously it could be an arbitrary string that was used to show a custom hostname/port in the repository clone URL. For example, prior to GitLab 16.5 this worked: ```ruby gitlab_rails['gitlab_ssh_host'] = "gitlab.example.com:2222" ``` Now the hostname and port must be specified separately: ```ruby gitlab_rails['gitlab_ssh_host'] = "gitlab.example.com" gitlab_rails['gitlab_shell_ssh_port'] = 2222 ``` This commit adds a validation step and gives instructions to the user how to resolve the configuration issue. Relates to #8277 Changelog: fixed
-
Clemens Beck authored
Changelog: changed
-
João Alexandre Cunha authored
The Enablement sub-department is now called Core-platform and has moved under Infrastructure. Also, the Distribution documentation live under the systems stage.
-
- Update gitlab-org/container-registry from v3.86.1-gitlab to v3.86.2-gitlab Changelog: changed
-
Robert Marshall authored
Update gitlab-org/container-registry from v3.86.1-gitlab to v3.86.2-gitlab See merge request !7248 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Drop auto-deploy pipeline code sections that are now handled by the Delivery team's co-ordinated pipelines - Remove code relevant to Ubuntu 16.04 whose support was dropped some time ago - Improves the deploy related rspec tests - Exit deploy code earlier when possible similar to how logic gates are handled in other rake tasks Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Refactor deploy rake task See merge request !7217 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@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>
-
Robert Marshall authored
Fix merge_request workflow page linked on the Danger comment See merge request !7255 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
João Alexandre Cunha <j.a.cunha@gmail.com>
-
Steve Abrams authored
-
Balasankar 'Balu' C authored
Bump Builder Image to 5.0.0 See merge request !7231 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Balasankar 'Balu' C authored
Update ohai from 17.9.0 to 17.9.4 See merge request !7253 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Changelog: changed
-
Balasankar 'Balu' C authored
Update rubygems/rubygems from 3.4.21 to 3.4.22 See merge request !7242 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
-
Achilleas Pipinellis authored
Clarify table statistics recreation - Docs See merge request !7038 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Nikolay Samokhvalov <nik@postgres.ai> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Evan Read <eread@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Wade Jenkins <wjenkins@gitlab.com>
-
Balasankar 'Balu' C authored
gitlab-rails: Validate custom SSH settings See merge request !7230 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Balasankar 'Balu' C authored
Add link to security workflow template See merge request !7257 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Co-authored-by:
Steve Abrams <sabrams@gitlab.com>
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Achilleas Pipinellis authored
Add doc about AMIs and Marketplace listings See merge request !7214 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .gitlab/issue_templates/Security developer workflow.md 3 additions, 1 deletion.gitlab/issue_templates/Security developer workflow.md
- config/software/ohai.rb 1 addition, 1 deletionconfig/software/ohai.rb
- config/software/registry.rb 1 addition, 1 deletionconfig/software/registry.rb
- config/software/rubygems.rb 1 addition, 1 deletionconfig/software/rubygems.rb
- danger/reviewers/Dangerfile 1 addition, 1 deletiondanger/reviewers/Dangerfile
- doc/development/aws_amis_and_marketplace_listings.md 71 additions, 0 deletionsdoc/development/aws_amis_and_marketplace_listings.md
- doc/development/index.md 4 additions, 0 deletionsdoc/development/index.md
- doc/settings/database.md 9 additions, 8 deletionsdoc/settings/database.md
- files/gitlab-cookbooks/gitlab/libraries/gitlab_rails.rb 19 additions, 0 deletionsfiles/gitlab-cookbooks/gitlab/libraries/gitlab_rails.rb
- lib/gitlab/build/info.rb 2 additions, 5 deletionslib/gitlab/build/info.rb
- lib/gitlab/tasks/gitlab_com.rake 23 additions, 18 deletionslib/gitlab/tasks/gitlab_com.rake
- spec/chef/cookbooks/gitlab/recipes/gitlab-rails_spec.rb 39 additions, 0 deletionsspec/chef/cookbooks/gitlab/recipes/gitlab-rails_spec.rb
- spec/lib/gitlab/build/info_spec.rb 0 additions, 10 deletionsspec/lib/gitlab/build/info_spec.rb
- spec/lib/gitlab/tasks/gitlab_com_spec.rb 154 additions, 0 deletionsspec/lib/gitlab/tasks/gitlab_com_spec.rb
spec/lib/gitlab/tasks/gitlab_com_spec.rb
0 → 100644