mattermost/plugin
Shobhit Gupta b4d645f121 [MM-13746] Add GetTeamMembersForUser and GetChannelMembersForUser apis (#10269)
* Add GetTeamMembersForUser and GetChannelMembersForUser apis

* Address comments

* Fix tests

* Fix test

* Fix comment

* Fix minimum server version

* Change to []*model.ChannelMember

* Fix panic, add more tests

* Remove print statement
2019-02-23 11:41:19 -08:00
..
interface_generator MM-13312 Prevent clobbering of new fields by old plugins. (#10087) 2019-01-14 09:03:16 -08:00
plugintest [MM-13746] Add GetTeamMembersForUser and GetChannelMembersForUser apis (#10269) 2019-02-23 11:41:19 -08:00
scheduler Enable PluginJobs (#10198) 2019-02-06 08:25:07 +01:00
api.go [MM-13746] Add GetTeamMembersForUser and GetChannelMembersForUser apis (#10269) 2019-02-23 11:41:19 -08:00
client.go MM-12193: remove auto unmarshalling (#9519) 2018-10-03 13:13:19 -04:00
client_rpc.go MM-13312 Prevent clobbering of new fields by old plugins. (#10087) 2019-01-14 09:03:16 -08:00
client_rpc_generated.go [MM-13746] Add GetTeamMembersForUser and GetChannelMembersForUser apis (#10269) 2019-02-23 11:41:19 -08: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 Fix shadowed variables in various places: Part 1 of 2 (#10175) 2019-01-30 12:55:24 -05: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 Updating server dependancies. (#9498) 2018-09-28 12:40:17 -07:00
hooks.go MM-13851 Added a UserWasCreated hook for server-side plugins (#10178) 2019-01-29 18:40:48 +01: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 Fix shadowed variables in various places: Part 1 of 2 (#10175) 2019-01-30 12:55:24 -05:00
supervisor_test.go MM-11028 Adding some plugin tests. (#9103) 2018-07-18 16:35:12 -07: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