| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add script to validate and fix global declaration format | toasted-nutbread | 2020-03-10 |
| | | |||
| * | Add missing copyright comment | toasted-nutbread | 2020-03-08 |
| | | |||
| * | Remove duplicate file | toasted-nutbread | 2020-03-08 |
| | | |||
| * | Merge pull request #387 from toasted-nutbread/yomichan-vm | toasted-nutbread | 2020-03-04 |
| |\ | | | | | Abstract Yomichan extension script execution | ||
| | * | Abstract Yomichan extension script execution | toasted-nutbread | 2020-03-02 |
| | | | |||
| * | | fix Yomichan core message issues | siikamiika | 2020-03-02 |
| |/ | |||
| * | Merge pull request #375 from toasted-nutbread/document-tests | toasted-nutbread | 2020-03-01 |
| |\ | | | | | Document tests | ||
| | * | Test seeking functions | toasted-nutbread | 2020-02-22 |
| | | | |||
| | * | Add some basic document tests | toasted-nutbread | 2020-02-22 |
| | | | |||
| * | | Remove hasOwn which is no longer necessary | toasted-nutbread | 2020-02-25 |
| | | | |||
| * | | Add missing copyright headers | toasted-nutbread | 2020-02-23 |
| | | | |||
| * | | Clear timer variable | toasted-nutbread | 2020-02-23 |
| |/ | |||
| * | Fix shadowing | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Fix test-schema.js | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Update titles type | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Update test-dictionary | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add some basic invalid dictionaries to test | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add a timeout to clearDatabase | toasted-nutbread | 2020-02-22 |
| | | | | | This will trigger in case something goes wrong and a database isn't closed. | ||
| * | Update location of test dictionary data | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Update database test | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Test some errors | toasted-nutbread | 2020-02-19 |
| | | |||
| * | Close to prevent hangs | toasted-nutbread | 2020-02-19 |
| | | |||
| * | Validate results of importDictionary | toasted-nutbread | 2020-02-19 |
| | | |||
| * | Add script to test database.js | toasted-nutbread | 2020-02-18 |
| | | |||
| * | Add script to validate the test dictionary data against JSON schemas | toasted-nutbread | 2020-02-18 |
| | | |||
| * | Add test dictionary data | toasted-nutbread | 2020-02-18 |
| | | |||
| * | Use ? instead of %s | toasted-nutbread | 2020-02-17 |
| | | |||
| * | Allow dictionary-validate to be require'd | toasted-nutbread | 2020-02-17 |
| | | |||
| * | Create yomichan-test script to reduce repeated code | toasted-nutbread | 2020-02-17 |
| | | |||
| * | Update how main is invoked | toasted-nutbread | 2020-02-17 |
| | | |||
| * | Add some basic unit tests for JSON schemas | toasted-nutbread | 2020-02-17 |
| | | |||
| * | Merge pull request #346 from toasted-nutbread/dictionary-schemas | toasted-nutbread | 2020-02-11 |
| |\ | | | | | Dictionary schemas | ||
| | * | Create script to validate dictionary files | toasted-nutbread | 2020-02-08 |
| | | |||
| * | Add script for testing generic schemas | toasted-nutbread | 2020-02-08 |