Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove compatibility helper for python < 3.8 | Elena ``of Valhalla'' Grandi | 2024-02-25 |
| | |||
* | qa fixes | Elena ``of Valhalla'' Grandi | 2022-08-04 |
| | |||
* | Use the hazwaz facilities to test the command line | Elena ``of Valhalla'' Grandi | 2022-08-04 |
| | |||
* | Explicitely close another missing temporary directory | Elena ``of Valhalla'' Grandi | 2022-08-04 |
| | |||
* | 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 |
| | |||
* | Sort imports with isort | Elena ``of Valhalla'' Grandi | 2022-03-11 |
| | |||
* | Fix rm command test (and others) by indexing the collection at the beginning | Elena ``of Valhalla'' Grandi | 2021-12-29 |
| | |||
* | Avoid double # at the beginning of help comments. | 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 |
| | |||
* | 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 |
| | |||
* | 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 |
| | |||
* | Add a method to create an entry from a rendered template | Elena ``of Valhalla'' Grandi | 2021-09-16 |
| | |||
* | Fix tests to load dates as dates, not datetimes | Elena ``of Valhalla'' Grandi | 2021-08-09 |
| | |||
* | New command: get-values | Elena ``of Valhalla'' Grandi | 2021-03-25 |
| | |||
* | Start getting the list and frequency of values for a field. | Elena ``of Valhalla'' Grandi | 2021-03-25 |
| | |||
* | Run basic tests on all command line commands | Elena ``of Valhalla'' Grandi | 2021-03-24 |
| | |||
* | Start writing some tests for the command line classes | Elena ``of Valhalla'' Grandi | 2021-03-24 |
| | |||
* | git hook to update the lesana cache when files are changed by git. | Elena ``of Valhalla'' Grandi | 2021-03-22 |
| | |||
* | 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 |
| | |||
* | New custom filter for templates: to_yaml. | Elena ``of Valhalla'' Grandi | 2021-03-07 |
| | |||
* | 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/ | ||
* | New data type: geo (for Geo URIs) | Elena ``of Valhalla'' Grandi | 2021-02-20 |
| | |||
* | 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 fields before editing an entry, including autofill on update of ↵ | Elena ``of Valhalla'' Grandi | 2021-02-09 |
| | | | | date(time) fields. refs: #1 | ||
* | Add the ability for field types to update themselves | 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 |
| | |||
* | 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 |
| | |||
* | cleanup | Elena ``of Valhalla'' Grandi | 2020-12-07 |
| | |||
* | Test compatibility with python < 3.8 | Elena ``of Valhalla'' Grandi | 2020-12-07 |
| | |||
* | Add --reset to delete the xapian cache before indexing | Elena ``of Valhalla'' Grandi | 2020-12-07 |
| | |||
* | Missing data for the tests | Elena ``of Valhalla'' Grandi | 2020-12-07 |
| | |||
* | Support sorting search results | Elena ``of Valhalla'' Grandi | 2020-10-30 |
| | |||
* | Start storing data in value slots for sorting and range search. | Elena ``of Valhalla'' Grandi | 2020-10-29 |
| | |||
* | Improve round trip loading of yaml files | Elena ``of Valhalla'' Grandi | 2020-10-28 |
| | |||
* | Unix timestamps are assumed to be UTC. | Elena ``of Valhalla'' Grandi | 2020-10-09 |
| | |||
* | Validate also lists | Elena ``of Valhalla'' Grandi | 2020-10-07 |
| |