Skip to content
Snippets Groups Projects
Commit e020ee83 authored by Alper Akgun's avatar Alper Akgun :one:
Browse files

Merge branch 'remove-flowdock-model' into 'master'

Remove Flowdock model

See merge request !108032



Merged-by: Alper Akgun's avatarAlper Akgun <aakgun@gitlab.com>
Approved-by: default avatarBojan Marjanovic <bmarjanovic@gitlab.com>
Approved-by: Alper Akgun's avatarAlper Akgun <aakgun@gitlab.com>
Reviewed-by: default avatarBojan Marjanovic <bmarjanovic@gitlab.com>
Co-authored-by: default avatarArturo Herrero <arturo.herrero@gmail.com>
parents d25fc004 9cb38465
No related branches found
No related tags found
1 merge request!108032Remove Flowdock model
Pipeline #737966637 passed
# frozen_string_literal: true
# This integration is scheduled for removal.
# All records must be deleted before the class can be removed.
# https://gitlab.com/gitlab-org/gitlab/-/issues/379197
module Integrations
class Flowdock < Integration
def readonly?
true
end
def self.to_param
'flowdock'
end
def self.supported_events
%w[]
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment