Skip to content

Commit

Permalink
chore(*) drop runscope plugin
Browse files Browse the repository at this point in the history
The Runscope Traffic Inspector will reach EoL on June 19th, 2018.

Fix #3352
From #3495
  • Loading branch information
bungle authored and thibaultcha committed May 30, 2018
1 parent acb56d1 commit 586493a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 205 deletions.
5 changes: 0 additions & 5 deletions kong-0.13.1-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ build = {
["kong.plugins.oauth2.api"] = "kong/plugins/oauth2/api.lua",

["kong.plugins.log-serializers.basic"] = "kong/plugins/log-serializers/basic.lua",
["kong.plugins.log-serializers.runscope"] = "kong/plugins/log-serializers/runscope.lua",

["kong.plugins.tcp-log.handler"] = "kong/plugins/tcp-log/handler.lua",
["kong.plugins.tcp-log.schema"] = "kong/plugins/tcp-log/schema.lua",
Expand All @@ -191,10 +190,6 @@ build = {
["kong.plugins.file-log.handler"] = "kong/plugins/file-log/handler.lua",
["kong.plugins.file-log.schema"] = "kong/plugins/file-log/schema.lua",

["kong.plugins.runscope.handler"] = "kong/plugins/runscope/handler.lua",
["kong.plugins.runscope.schema"] = "kong/plugins/runscope/schema.lua",
["kong.plugins.runscope.log"] = "kong/plugins/runscope/log.lua",

["kong.plugins.galileo.migrations.cassandra"] = "kong/plugins/galileo/migrations/cassandra.lua",
["kong.plugins.galileo.migrations.postgres"] = "kong/plugins/galileo/migrations/postgres.lua",
["kong.plugins.galileo.handler"] = "kong/plugins/galileo/handler.lua",
Expand Down
1 change: 0 additions & 1 deletion kong/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ local plugins = {
"syslog",
"loggly",
"datadog",
"runscope",
"ldap-auth",
"statsd",
"bot-detection",
Expand Down
32 changes: 0 additions & 32 deletions kong/plugins/log-serializers/runscope.lua

This file was deleted.

63 changes: 0 additions & 63 deletions kong/plugins/runscope/handler.lua

This file was deleted.

93 changes: 0 additions & 93 deletions kong/plugins/runscope/log.lua

This file was deleted.

10 changes: 0 additions & 10 deletions kong/plugins/runscope/schema.lua

This file was deleted.

1 change: 0 additions & 1 deletion spec/01-unit/014-plugins_order_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ describe("Plugins", function()
"udp-log",
"tcp-log",
"loggly",
"runscope",
"syslog",
"galileo",
"request-termination",
Expand Down

0 comments on commit 586493a

Please sign in to comment.