mattermost/plugin
Clément Collin 7cc1f19453 [MM-18898] Stringify plugin.Log* parameters (#12700)
- Add stringutils with method that "stringify" object slices
  - "stringify" means convert each object to its string representation
- Move plugin.Log* implementations to client_rpc, use stringify method before calling server method
- Exclude Log* methods from generated RPC methods
- No signature change for plugin.Log* API
- Add test in plugin_api_test to use plugin.Log* methods with RPC
2019-10-30 04:17:04 +01:00
..
checker [MM-19102] Enable debug flag for plugin check tests (#12588) 2019-10-17 10:38:47 -06:00
interface_generator [MM-18898] Stringify plugin.Log* parameters (#12700) 2019-10-30 04:17:04 +01:00
plugintest Add some group plugin APIs (#12180) 2019-10-22 14:38:08 -04:00
scheduler MM-16796: reduce plugin job interval to once per day (#11521) 2019-07-05 20:11:11 -03:00
api.go [MM-18898] Stringify plugin.Log* parameters (#12700) 2019-10-30 04:17:04 +01:00
client.go Revert "MM-16809: Added EnsureChannel Helper (#11852)" (#12314) 2019-09-24 13:48:33 -04:00
client_rpc.go [MM-18898] Stringify plugin.Log* parameters (#12700) 2019-10-30 04:17:04 +01:00
client_rpc_generated.go [MM-18898] Stringify plugin.Log* parameters (#12700) 2019-10-30 04:17:04 +01: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 Run gosimple against codebase (#12928) 2019-10-29 07:45:09 +01: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
stringifier.go [MM-18898] Stringify plugin.Log* parameters (#12700) 2019-10-30 04:17:04 +01:00
stringifier_test.go [MM-18898] Stringify plugin.Log* parameters (#12700) 2019-10-30 04:17:04 +01: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