Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 |
* | 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 |
* | 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 date(t... | Elena ``of Valhalla'' Grandi | 2021-02-09 |
* | 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 |
* | 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 |
* | Start testing lesana derivatives | Elena ``of Valhalla'' Grandi | 2020-10-05 |
* | Load one type checker per field | Elena ``of Valhalla'' Grandi | 2020-10-03 |
* | More types | Elena ``of Valhalla'' Grandi | 2020-10-02 |
* | Add date and datetime types, enforce timestamps to be unix timestamps | Elena ``of Valhalla'' Grandi | 2020-10-02 |
* | More types | Elena ``of Valhalla'' Grandi | 2020-10-01 |
* | Start using types to validate/load entry fields | Elena ``of Valhalla'' Grandi | 2020-10-01 |
* | Start defining type classes | Elena ``of Valhalla'' Grandi | 2020-09-30 |
* | flake8 fixes | Elena ``of Valhalla'' Grandi | 2020-09-16 |