mattermost/plugin
Lev 2d3e417833 MM-15632 DeleteEphemeralMessage to accept a postId string (#10853)
Before it was accepting `post *model.Post`, and returning one.
This is a breaking change for the giphy plugin and any other that rely
on the API.
2019-05-16 12:32:13 +02:00
..
interface_generator MM-13312 Prevent clobbering of new fields by old plugins. (#10087) 2019-01-14 09:03:16 -08:00
plugintest MM-15632 DeleteEphemeralMessage to accept a postId string (#10853) 2019-05-16 12:32:13 +02:00
scheduler Enable PluginJobs (#10198) 2019-02-06 08:25:07 +01:00
api.go MM-15632 DeleteEphemeralMessage to accept a postId string (#10853) 2019-05-16 12:32:13 +02:00
client.go Move setting plugin helpers to a seperate function to avoid breaking changes. (#10809) 2019-05-08 14:54:52 -04:00
client_rpc.go Move setting plugin helpers to a seperate function to avoid breaking changes. (#10809) 2019-05-08 14:54:52 -04:00
client_rpc_generated.go MM-15632 DeleteEphemeralMessage to accept a postId string (#10853) 2019-05-16 12:32:13 +02:00
context.go MM-12855 Plugin Context (#9922) 2018-12-05 10:46:08 -08:00
doc.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
environment.go [MM-13507] Plugin framework: auto-restart plugins that crash (#10781) 2019-05-09 13:08:31 -07:00
example_hello_world_test.go MM-12193: remove auto unmarshalling (#9519) 2018-10-03 13:13:19 -04:00
example_help_test.go MM-12193: remove auto unmarshalling (#9519) 2018-10-03 13:13:19 -04:00
hclog_adapter.go MM-14617 Dependency upgrades and adding modules support. (#10517) 2019-04-10 07:56:17 -07:00
health_check.go [MM-13507] Plugin framework: auto-restart plugins that crash (#10781) 2019-05-09 13:08:31 -07:00
health_check_test.go [MM-13507] Plugin framework: auto-restart plugins that crash (#10781) 2019-05-09 13:08:31 -07:00
helpers.go Adding EnsureBot plugin helper. (#10542) 2019-05-06 12:44:38 -07:00
helpers_bots.go Adding EnsureBot plugin helper. (#10542) 2019-05-06 12:44:38 -07:00
helpers_bots_test.go Adding EnsureBot plugin helper. (#10542) 2019-05-06 12:44:38 -07:00
hooks.go Documenting OnConfigurationChange being called before OnActivate. (#10597) 2019-04-15 08:21:12 -07:00
http.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
io_rpc.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02:00
main_test.go [MM-13828] Initialize tests in each package with a new temp folder with all test resources (#10261) 2019-02-19 09:20:11 -05:00
supervisor.go [MM-13507] Plugin framework: auto-restart plugins that crash (#10781) 2019-05-09 13:08:31 -07:00
supervisor_test.go MM-14575 - Automatically serve static files for plugins (#10476) 2019-04-05 10:35:51 -04:00
valid.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
valid_test.go Fixing formatting. (#9801) 2018-11-06 16:28:55 +08:00