Skip to content

Draft: Fix hardcode of "docs.gitlab.com"

路志远请求将fix-hardcode-docs-gitlab-com合并到main-jh

What does this MR do and why?

Resolve #4009 (closed)

Remove the hardcode of docs.gitlab.com in the code.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After

How to set up and validate locally

  1. Recreate the GDK database

    bundle exec rake db:reset RAILS_ENV=development
  2. Open the http://127.0.0.1:3000/admin/application_settings/preferences page and expect that there will no longer be hardcode in the input box

路志远 编辑于

合并请求报告

加载中