Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify things (#7735) | Chris | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | PLT-7407: Back-end plugins (#7409) | Chris | 2017-09-11 | 1 | -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 Wilander | 2017-09-01 | 1 | -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() |