Skip to content

Fix gitlab.rb deprecation behaviors

Adrien Kohlbecker requested to merge ak/fix-deprecations into master
  • If the setting is false, such as gitlab_monitor['enable'] = false, previously the deprecation notice would not trigger. Explicitely check for non-nil value to fix it
  • Adds a dot at the end of the deprecation message, since the optional notice is appended with a space.

Merge request reports