Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-08-06 18:10:43 +00:00
parent ce86f6db28
commit 6495a4fdc3
73 changed files with 1381 additions and 498 deletions

View File

@ -18,7 +18,7 @@ def check_database_dictionary_yaml(database_dictionary)
markdown(PARTITIONING_COMMENT, file: database_dictionary.path, line: mr_line.succ)
rescue Psych::Exception
# YAML could not be parsed, fail the build.
fail "#{helper.html_link(database_ditionary.path)} isn't valid YAML! #{SEE_DB_DOC}"
fail "#{helper.html_link(database_dictionary.path)} isn't valid YAML! #{SEE_DB_DOC}"
rescue StandardError => e
warn "There was a problem trying to check the database dictionary file. Exception: #{e.class.name} - #{e.message}"
end