summaryrefslogtreecommitdiffstats
path: root/utils/extract.go
Commit message (Collapse)AuthorAgeFilesLines
* simplify things (#7735)Chris2017-10-301-1/+1
|
* PLT-7407: Back-end plugins (#7409)Chris2017-09-111-20/+13
| | | | | | | | | | | | * tie back-end plugins together * fix comment typo * add tests and a bit of polish * tests and polish * add test, don't let backend executable paths escape the plugin directory
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+83
* Implement experimental REST API endpoints for plugins * Updates per feedback and rebase * Update tests * Further updates * Update extraction of plugins * Use OS temp dir for plugins instead of search path * Fail extraction on paths that attempt to traverse upward * Update pluginenv ActivePlugins()