Skip to content

Fix HipChat Server

gitlab-qa-bot requested to merge github/fork/dblessing/fix_hipchat into master

Created by: dblessing

Fixes a regression in the HipChat service.

This regression occurs when the HipChat server url is not specified (which should default to HipChat cloud service). The property is sometimes not registering as nil so added a blank? check.

Also, changed the placeholder on server url because it could potentially be confusing.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/932

Merge request reports