Skip to content

Commit

Permalink
Remove HipChat integration
Browse files Browse the repository at this point in the history
As of February 15th, HipChat has been declared end-of-life. For more information, see https://community.atlassian.com/t5/Stride-articles/Stride-and-Hipchat-Cloud-have-reached-End-of-Life-updated/ba-p/940248
  • Loading branch information
davidtaylorhq committed Apr 15, 2019
1 parent 28b4195 commit bf30b75
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 155 deletions.
16 changes: 0 additions & 16 deletions config/locales/client.en.yml
Expand Up @@ -112,22 +112,6 @@ en:
title: Webhook URL
help: The webhook URL created in your Discord server settings

#######################################
########### HIPCHAT STRINGS ###########
#######################################
hipchat:
title: "HipChat"
param:
name:
title: "Name"
help: "A name to describe the channel. It is not used for the connection to HipChat."
webhook_url:
title: Webhook URL
help: The webhook URL created in your HipChat integration
color:
title: Color
help: The colour of the message in HipChat. Must be one of yellow,green,red,purple,gray,random

#######################################
######### MATTERMOST STRINGS ##########
#######################################
Expand Down
7 changes: 0 additions & 7 deletions config/locales/server.en.yml
Expand Up @@ -32,13 +32,6 @@ en:
chat_integration_discord_message_content: "The message to include above the summary when sending a notification to Discord"
chat_integration_discord_excerpt_length: "Discord post excerpt length"

#######################################
########## HIPCHAT SETTINGS ###########
#######################################
chat_integration_hipchat_enabled: "Enable the Hipchat chat-integration provider"
chat_integration_hipchat_icon_url: "Icon for posts to Hipchat (defaults to forum logo)"
chat_integration_hipchat_excerpt_length: "Hipchat post excerpt length"

#######################################
######## MATTERMOST SETTINGS ##########
#######################################
Expand Down
10 changes: 0 additions & 10 deletions config/settings.yml
Expand Up @@ -50,16 +50,6 @@ chat_integration:
chat_integration_discord_excerpt_length:
default: 400

#######################################
########## HIPCHAT SETTINGS ###########
#######################################
chat_integration_hipchat_enabled:
default: false
chat_integration_hipchat_icon_url:
default: ''
chat_integration_hipchat_excerpt_length:
default: 400

#######################################
######## MATTERMOST SETTINGS ##########
#######################################
Expand Down
1 change: 0 additions & 1 deletion lib/discourse_chat/provider.rb
Expand Up @@ -92,7 +92,6 @@ def self.mount_engines
require_relative "provider/slack/slack_provider"
require_relative "provider/telegram/telegram_provider"
require_relative "provider/discord/discord_provider"
require_relative "provider/hipchat/hipchat_provider"
require_relative "provider/mattermost/mattermost_provider"
require_relative "provider/matrix/matrix_provider"
require_relative "provider/zulip/zulip_provider"
Expand Down
93 changes: 0 additions & 93 deletions lib/discourse_chat/provider/hipchat/hipchat_provider.rb

This file was deleted.

28 changes: 0 additions & 28 deletions spec/lib/discourse_chat/provider/hipchat/hipchat_provider_spec.rb

This file was deleted.

0 comments on commit bf30b75

Please sign in to comment.