summaryrefslogtreecommitdiffstats
path: root/app/plugin_api_test.go
Commit message (Collapse)AuthorAgeFilesLines
* GH-9633 Added plugin API method to return user's profile image (#9653)Alexander Akhmetov2018-10-151-1/+17
|
* MM-12193: remove auto unmarshalling (#9519)Jesse Hallam2018-10-031-8/+32
| | | | | | | | | | | | | | | | * MM-12193: remove auto configuration unmarshalling Since plugin hook events are called concurrently, there's no way for the plugin framework to coordinate safe access to the automatically unmarshalled configuration fields. Remove this functionality, and update documentation to illustrate a safe way to do this. * better Fprint example * fix unit tests * log when OnConfigurationChange fails through OnActivate * clarify lifecycle when OnConfigurationChange returns an error * call SetAPI even if OnConfigurationChange not implemented
* MM-11028 Adding some plugin tests. (#9103)Christopher Speller2018-07-181-2/+147
| | | | | | | | * Rearranging plugin mocks and moving some common test code out. * Adding tests. * Fixing tests after GoDoc cleanup changes.
* MM-10254 Add plugin APIs for getting/updating user statuses (#9101)Joram Wilander2018-07-161-0/+32
* Add plugin APIs for getting/updating user statuses * Add and update tests * Updates per feedback