Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | More improvements to to_yaml | Elena ``of Valhalla'' Grandi | 2021-03-19 | |
| | ||||
* | Fix converting multiline and long strings to yaml | Elena ``of Valhalla'' Grandi | 2021-03-19 | |
| | ||||
* | Mention that the recommended way to install lesana is from your distro. | Elena ``of Valhalla'' Grandi | 2021-03-11 | |
| | ||||
* | Run tests on archlinux | Elena ``of Valhalla'' Grandi | 2021-03-10 | |
| | | | | Thanks fabrixxm for the list of dependencies. | |||
* | New custom filter for templates: to_yaml. | Elena ``of Valhalla'' Grandi | 2021-03-07 | |
| | ||||
* | Disable tests on debian testing | Elena ``of Valhalla'' Grandi | 2021-03-07 | |
| | | | | As it is the main development platform anyway. | |||
* | Skipping some tests on ruamel.yaml < 0.16 | Elena ``of Valhalla'' Grandi | 2021-03-07 | |
| | | | | | | | ruamel.yaml had some bugs in the round-trip loader which causes the format of entries to change when being rewritten; see the changelog entries for various 0.15 releases for details: https://pypi.org/project/ruamel.yaml/ | |||
* | Improved error message when exporting data | Elena ``of Valhalla'' Grandi | 2021-03-02 | |
| | ||||
* | New data type: geo (for Geo URIs) | Elena ``of Valhalla'' Grandi | 2021-02-20 | |
| | ||||
* | Prepare release 0.8.1v0.8.1 | Elena ``of Valhalla'' Grandi | 2021-02-15 | |
| | ||||
* | Flake8 fix | Elena ``of Valhalla'' Grandi | 2021-02-12 | |
| | ||||
* | Fixes searches when default_sort isn't present. #9 | Elena ``of Valhalla'' Grandi | 2021-02-12 | |
| | ||||
* | Fix calling .auto() before editing an entry. refs: #8 | Elena ``of Valhalla'' Grandi | 2021-02-12 | |
| | ||||
* | Don't fail when vim is not set. refs: #7 | Elena ``of Valhalla'' Grandi | 2021-02-12 | |
| | ||||
* | Add bumping the version in docs/source/conf.py to the release procedure. | Elena ``of Valhalla'' Grandi | 2021-02-12 | |
| | ||||
* | Bump version in the documentation. | Elena ``of Valhalla'' Grandi | 2021-02-12 | |
| | ||||
* | Improve documentation for the auto properties of fields. | Elena ``of Valhalla'' Grandi | 2021-02-12 | |
| | ||||
* | Include test running scripts in the released packagev0.8.0 | Elena ``of Valhalla'' Grandi | 2021-02-10 | |
| | ||||
* | Prepare release 0.8.0 | Elena ``of Valhalla'' Grandi | 2021-02-10 | |
| | ||||
* | Rename the update method to auto. | Elena ``of Valhalla'' Grandi | 2021-02-10 | |
| | ||||
* | Add the option to autoincrement integer values | Elena ``of Valhalla'' Grandi | 2021-02-10 | |
| | ||||
* | Update changelog with date(time) autofill at update time. | Elena ``of Valhalla'' Grandi | 2021-02-09 | |
| | ||||
* | Update fields before editing an entry, including autofill on update of ↵ | Elena ``of Valhalla'' Grandi | 2021-02-09 | |
| | | | | date(time) fields. refs: #1 | |||
* | Install python3-coverage on build.sr.ht | Elena ``of Valhalla'' Grandi | 2021-02-09 | |
| | ||||
* | Run tests also on debian testing | Elena ``of Valhalla'' Grandi | 2021-02-09 | |
| | ||||
* | split tests and QA | Elena ``of Valhalla'' Grandi | 2021-02-09 | |
| | ||||
* | Add builds.sr.ht integration | Elena ``of Valhalla'' Grandi | 2021-02-09 | |
| | ||||
* | Add the ability for field types to update themselves | Elena ``of Valhalla'' Grandi | 2021-02-09 | |
| | ||||
* | Add ticket numbers to the changelog | Elena ``of Valhalla'' Grandi | 2021-02-09 | |
| | ||||
* | Add the option to autofill date and datetime fields at creation time. | Elena ``of Valhalla'' Grandi | 2021-02-08 | |
| | ||||
* | Missing changes to the CHANGELOG | Elena ``of Valhalla'' Grandi | 2021-02-08 | |
| | ||||
* | Use the type loaders to generate empty data | Elena ``of Valhalla'' Grandi | 2021-02-08 | |
| | ||||
* | More tests for empty data | Elena ``of Valhalla'' Grandi | 2021-02-08 | |
| | ||||
* | Allow to get a sorted list of all entries | Elena ``of Valhalla'' Grandi | 2021-02-03 | |
| | ||||
* | Add a default_sort option to collections | Elena ``of Valhalla'' Grandi | 2021-02-03 | |
| | ||||
* | Test loading (and rewriting) decimal data. refs: #3 | Elena ``of Valhalla'' Grandi | 2021-02-03 | |
| | | | | https://todo.sr.ht/~valhalla/lesana/3 | |||
* | More tests for entries with ' characters | Elena ``of Valhalla'' Grandi | 2021-02-03 | |
| | ||||
* | Test that all entries are indexed | Elena ``of Valhalla'' Grandi | 2021-01-10 | |
| | ||||
* | Testing indexing entries with ' in the string/text fields | Elena ``of Valhalla'' Grandi | 2021-01-10 | |
| | ||||
* | New collection example: books | Elena ``of Valhalla'' Grandi | 2021-01-03 | |
| | ||||
* | tellico2lesana: use date field type for dates, not timestamp | Elena ``of Valhalla'' Grandi | 2021-01-02 | |
| | ||||
* | Update tellico2lesana not to use deprecated methods | Elena ``of Valhalla'' Grandi | 2021-01-02 | |
| | ||||
* | Fix tellico2lesana to use the correct name boolean for bool fields. | Elena ``of Valhalla'' Grandi | 2021-01-02 | |
| | ||||
* | Improve help of the tellico2lesana command | Elena ``of Valhalla'' Grandi | 2021-01-02 | |
| | ||||
* | compatibility fix with dateutil before 2.8 | Elena ``of Valhalla'' Grandi | 2020-12-07 | |
| | ||||
* | documentation typos | Elena ``of Valhalla'' Grandi | 2020-12-07 | |
| | ||||
* | Update release procedure: add the changelog to the tag | Elena ``of Valhalla'' Grandi | 2020-12-07 | |
| | ||||
* | prepare release 0.7.0v0.7.0 | Elena ``of Valhalla'' Grandi | 2020-12-07 | |
| | ||||
* | cleanup | Elena ``of Valhalla'' Grandi | 2020-12-07 | |
| | ||||
* | Test compatibility with python < 3.8 | Elena ``of Valhalla'' Grandi | 2020-12-07 | |
| |