mattermost/plugin
Nikhil Ranjan d7ee3553fa Plugin framework: add ability to install other plugins to the… (#12232)
* add ability to upload other plugins to the plugin API

* generated client rpc glue code

* fix UploadPlugin API signature

* generated plugin mocks

* added upload plugin test

* removed unused comment

* using single line to call InstallPlugin with file Reader

* fix minimum server version

* added successful plugin upload test

* renamed UploadPlugin to InstallPlugin
2019-10-17 14:57:55 -04:00
..
checker [MM-19102] Enable debug flag for plugin check tests (#12588) 2019-10-17 10:38:47 -06:00
interface_generator MM-13312 Prevent clobbering of new fields by old plugins. (#10087) 2019-01-14 09:03:16 -08:00
plugintest Plugin framework: add ability to install other plugins to the… (#12232) 2019-10-17 14:57:55 -04:00
scheduler MM-16796: reduce plugin job interval to once per day (#11521) 2019-07-05 20:11:11 -03:00
api.go Plugin framework: add ability to install other plugins to the… (#12232) 2019-10-17 14:57:55 -04:00
client.go Revert "MM-16809: Added EnsureChannel Helper (#11852)" (#12314) 2019-09-24 13:48:33 -04:00
client_rpc.go MM: 16479: ensure replacement file finishes io.Copy (#12249) 2019-09-19 22:02:19 -03:00
client_rpc_generated.go Plugin framework: add ability to install other plugins to the… (#12232) 2019-10-17 14:57:55 -04: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-17023: Plugin Marketplace (#12183) 2019-09-17 15:02:26 -04: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-18277] Refactor plugin/health_check.go to use structured l… (#12734) 2019-10-14 12:00:23 -06:00
health_check_test.go MM-16378: revert plugin health check config removal (#11819) 2019-08-12 18:48:02 -03:00
helpers.go MM-16821 - Add a KVCompareAndDelete to the plugin API (#11804) 2019-08-21 23:25:38 -03:00
helpers_bots.go Add progressive backoff function (#11497) 2019-07-10 15:59:18 -03:00
helpers_bots_test.go Fix typo (#12655) 2019-10-15 15:45:46 +02:00
helpers_kv.go MM-18167: fix KV* helpers error handling (#12023) 2019-09-03 22:17:20 +02:00
helpers_kv_test.go MM-18167: fix KV* helpers error handling (#12023) 2019-09-03 22:17:20 +02:00
hooks.go #10883 adding const error string DismissPostError to be returned by MessageWillBePosted (#10921) 2019-06-06 06:16:28 +02: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-16506: conditionally build go.mod for plugins (#11430) 2019-07-05 12:34:49 -03:00
supervisor.go MM-18278 Converting to structured logging the file plugin/supe… (#12177) 2019-09-12 09:31:09 -04: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