Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stop using the deprecated ruamel.yaml.safe_load() | Elena ``of Valhalla'' Grandi | 2022-08-04 |
| | |||
* | Use tempfile.TemporaryDirectory() instead of the old mkdtemp | Elena ``of Valhalla'' Grandi | 2022-08-04 |
| | |||
* | Skip mypy errors for upstream libraries | Elena ``of Valhalla'' Grandi | 2022-08-04 |
| | |||
* | Only run doc8 where it is available | Elena ``of Valhalla'' Grandi | 2022-03-11 |
| | |||
* | Fix package names in the CI | Elena ``of Valhalla'' Grandi | 2022-03-11 |
| | |||
* | Use one script instead of three for tests etc. | Elena ``of Valhalla'' Grandi | 2022-03-11 |
| | |||
* | Fix doc8 issues in the docs | Elena ``of Valhalla'' Grandi | 2022-03-11 |
| | |||
* | Sort imports with isort | Elena ``of Valhalla'' Grandi | 2022-03-11 |
| | |||
* | Change license to AGPLv3+ | Elena ``of Valhalla'' Grandi | 2022-02-22 |
| | | | | With permission from fabrixxm | ||
* | Resume working on 0.10.0dev | Elena ``of Valhalla'' Grandi | 2021-12-31 |
| | |||
* | Prepare bugfix release 0.9.1v0.9.1 | Elena ``of Valhalla'' Grandi | 2021-12-31 |
| | |||
* | Included the post-checkout script in the released package. | Elena ``of Valhalla'' Grandi | 2021-12-31 |
| | | | | | Thanks to fabrixxm for noticing this. https://lists.sr.ht/~valhalla/lesana-devel/%3C20211230112228.74767-1-fabrixxm%40kirgroup.net%3E | ||
* | Convert a leftover use of ruamel.yaml.load | Elena ``of Valhalla'' Grandi | 2021-12-29 |
| | |||
* | Fix rm command test (and others) by indexing the collection at the beginning | Elena ``of Valhalla'' Grandi | 2021-12-29 |
| | |||
* | Only print a debug message when not indexing an empty value, not info. | Elena ``of Valhalla'' Grandi | 2021-12-25 |
| | |||
* | Start working on 0.10.0dev | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | |||
* | Update the release procedure | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | |||
* | Prepare release 0.9.0v0.9.0 | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | |||
* | Avoid double # at the beginning of help comments. | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | |||
* | Add a comment to a new entry if there is a list of valid values | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | |||
* | Use some new features in the ticket tracker example | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | |||
* | Add missing openlibrary2lesana to the changelog | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | |||
* | Add support for search_aliases in the settings file. | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | | | | Refs: https://todo.sr.ht/~valhalla/lesana/11 | ||
* | Removed spurious prints | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | |||
* | Fix printing values of list fields | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Move status badges from the README to the docs | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Links to sourcehut in the README | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Set order to none rather than '' in a test entry | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | New property ``precision`` for ``decimal`` fields. | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Document the values property | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Limit a field to one among a list of values | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Individual items for various errors in the test collection | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Add a field with values to some test collections | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Remove unused variable | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Add support for bash autocompletion via argcomplete, if installed. | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Only act on lesana entries in the git hook | Elena ``of Valhalla'' Grandi | 2021-10-03 |
| | |||
* | Bugfixing on openlibrary2lesana | Elena ``of Valhalla'' Grandi | 2021-10-02 |
| | |||
* | Improved aliases for a ticket tracker | Elena ``of Valhalla'' Grandi | 2021-09-18 |
| | |||
* | Fix docstring for LesanaDecimal | Elena ``of Valhalla'' Grandi | 2021-09-17 |
| | |||
* | Script to import book data from openlibrary | Elena ``of Valhalla'' Grandi | 2021-09-16 |
| | |||
* | Re-enable tests on debian oldstable as long as it is supported. | Elena ``of Valhalla'' Grandi | 2021-09-16 |
| | |||
* | Add a method to create an entry from a rendered template | Elena ``of Valhalla'' Grandi | 2021-09-16 |
| | |||
* | Add test configuration for debian oldstable, disabled until the release. | Elena ``of Valhalla'' Grandi | 2021-08-12 |
| | |||
* | pep8 fixes | Elena ``of Valhalla'' Grandi | 2021-08-12 |
| | |||
* | Add back the name into the logging format | Elena ``of Valhalla'' Grandi | 2021-08-12 |
| | |||
* | Per-module logger, add cli switch to log debug | fabrixxm | 2021-08-12 |
| | | | | | | | | | when using lesana as a library, having a per-module logger is better instead of logging everything in root. When `lesana` cli command is used, logger is configured to print simple logline and loglevel is set to INFO, unless user pass the option `-v` or `--verbose` which sets the level to DEBUG | ||
* | More changelog updates | Elena ``of Valhalla'' Grandi | 2021-08-09 |
| | |||
* | Update changelog | Elena ``of Valhalla'' Grandi | 2021-08-09 |
| | |||
* | Fix tests to load dates as dates, not datetimes | Elena ``of Valhalla'' Grandi | 2021-08-09 |
| | |||
* | Force LesadaDate.load() return `datetime.date` when parsing | fabrixxm | 2021-08-09 |
| |