Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt Plugins.loadForBook to use correct order | Samy Pesse | 2016-06-10 | 3 | -50/+47 |
| | |||||
* | Fix #1377: fix listing of plugins when using gitbook as a library | Samy Pessé | 2016-06-10 | 2 | -0/+29 |
| | |||||
* | Fix listAll to add default plugins after normal ones | Samy Pessé | 2016-06-10 | 2 | -28/+18 |
| | |||||
* | Adapt sortPlugins to only sort an ordered map of plugins | Samy Pessé | 2016-06-10 | 1 | -35/+42 |
| | |||||
* | Compare list of plugins sorted to array of names in tests | Samy Pessé | 2016-06-08 | 1 | -41/+31 |
| | |||||
* | sortPlugins should not be async | Samy Pessé | 2016-06-08 | 1 | -36/+34 |
| | |||||
* | Improve testing for sortPlugins | Samy Pessé | 2016-06-08 | 1 | -15/+7 |
| | |||||
* | Merge pull request #1336 from GitbookIO/loading/themes | Johan Preynat | 2016-05-28 | 1 | -0/+70 |
|\ | | | | | Load plugins before themes | ||||
| * | Add test file for sortPlugins() | Johan Preynat | 2016-05-27 | 1 | -0/+70 |
| | | |||||
* | | Increase timeout for tests of plugin installation | Samy Pessé | 2016-05-27 | 2 | -0/+4 |
| | | |||||
* | | Add tests for installation of all plugins | Samy Pessé | 2016-05-27 | 1 | -0/+28 |
| | | |||||
* | | Add unit tests for installPlugin | Samy Pessé | 2016-05-27 | 1 | -0/+27 |
|/ | |||||
* | Add test for plugin version resolution | Samy Pessé | 2016-05-27 | 1 | -4/+12 |
| | |||||
* | Fixed two issues for handling git URLs for plugins that are published to git ↵ | Ryan Swanson | 2016-05-26 | 1 | -0/+14 |
| | | | | | | | | repositories rather than on npmjs.org. Fixed issue in pluginDependency to dereference 'name' and 'version' using Immutable Map.get(...) accessors since config values are now wrapped by Immutable.fromJS(...) in config.js > setValue(...). Added associated unit test. Fixed issue in resolveVersion where a plugin may be using a git URL rather than a semver for the version portion of the plugin config definition. In addition, refactored the resolveVersion function into a new module to allow for unit testing. Added associated unit test. | ||||
* | Switch tests to mocha while keeping jest structure | Samy Pesse | 2016-05-11 | 2 | -8/+3 |
| | |||||
* | Add model for plugin dependencies in the book.json | Samy Pessé | 2016-05-02 | 1 | -44/+9 |
| | |||||
* | Improve lib/plugins/__tests__/findInstalled.js | Johan Preynat | 2016-05-02 | 1 | -1/+10 |
| | |||||
* | Fix lib/plugins/__tests__/findInstalled.js | Johan Preynat | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Fix listing of plugins when contains "-" | Samy Pesse | 2016-04-29 | 1 | -0/+17 |
| | |||||
* | Extend timeout for tests | Samy Pessé | 2016-04-28 | 1 | -3/+0 |
| | |||||
* | Add method ".toText" on glossary and summary | Samy Pessé | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Add mock fs and tests for it | Samy Pesse | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | Base | Samy Pessé | 2016-04-22 | 3 | -0/+93 |