| abd4e19c | 16-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix #708 |
| 18c9474a | 14-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3276b4ed | 14-Feb-2024 |
Andreas Gohr <gohr@cosmocode.de> |
remove auto-comment.yml
we no longer use this addon
|
| 1c9d4449 | 13-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove obsolete code |
| 04c3c31f | 12-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Slight refactoring of search result |
| ea625c46 | 07-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Additional environment cleanup in test
Recently some tests kept failing on GitHub with a disk I/O errors on DB write. This was happening in a specific test class with a loop doing quite a few DB wri
Additional environment cleanup in test
Recently some tests kept failing on GitHub with a disk I/O errors on DB write. This was happening in a specific test class with a loop doing quite a few DB write operations in setUp(), causing the subsequent test to fail. Removing the offending test just made the next one fail.
Adding additional setUpBeforeClass() in each setup gets rid of the problem.
show more ...
|
| ba7f5789 | 06-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
No direct search execution |
| 444e1657 | 28-Jan-2024 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| fa365d7c | 18-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 67f70d54 | 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Revert "Lazy search execution"
This reverts commit 95a8e37d986b141b2caee5b396741b93cd31c0e6. |
| 95a8e37d | 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Lazy search execution
Move search out of aggregation constructors. It should only be executed before actual rendering, not e.g. on metadata run |
| de7aa9ac | 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Tests: update for current code and expose invisible tests to group based testing |
| 52637a9c | 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
DB migration: add indexes for latest and published |
| cdd16494 | 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
New SQLite function to decode struct JSON |
| 6335bc4a | 17-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 473a32c3 | 17-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style |
| 30ad7b71 | 16-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
bureucracy: handle multi fields of type page with setting 'usetitles'
Addresses one of the issues in #700 |
| 6ad52e6a | 12-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| b8d3247d | 12-Dec-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style fixes |
| 4f8ee70d | 12-Dec-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle empty JSON |
| 64331720 | 11-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5e29103a | 11-Dec-2023 |
annda <annda@users.noreply.github.com> |
Automatic code style fixes |
| 7f4e9571 | 11-Dec-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update more tests for 521b204 |
| 521b204a | 11-Dec-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove != '' filter from queries
This effectively reverts dc7d8d08 (changes were moved to different files, so it is more transparent to do this in a new commit).
Fixes issues with negative filters
Remove != '' filter from queries
This effectively reverts dc7d8d08 (changes were moved to different files, so it is more transparent to do this in a new commit).
Fixes issues with negative filters #358 #380 #656
TODO: Correct filtering on prefixed/postfixed fields, like the original commit was supposed to do, but without side effects that break normal non-prefixed fields.
show more ...
|
| 9c1b8e31 | 30-Nov-2023 |
Chris MacMackin <cmacmackin@gmail.com> |
Fix #689
Solution is based off of one in da8d86a |