Andrew Kingston
|
889b216a93
|
Add theme tests
|
2024-10-24 10:22:43 +01:00 |
Sam Rose
|
c27e9c266c
|
Replace SortDirection with SortOrder, SortDirection is being removed.
|
2024-06-14 09:45:30 +01:00 |
Sam Rose
|
bc8791e91e
|
Remove the word 'lucene' from runLuceneQuery and buildLuceneQuery.
|
2024-06-12 14:44:20 +01:00 |
mike12345567
|
25dba0be35
|
This removes the SearchQuery which was a duplication of the SearchFilters interface - the duplicated types were not correctly getting overlay on each other, causing build errors.
|
2024-04-17 13:54:23 +01:00 |
Adria Navarro
|
9c08a40e7e
|
Clean
|
2024-03-20 00:11:13 +01:00 |
Adria Navarro
|
b62044b4b8
|
Fix tests
|
2024-03-19 23:26:04 +01:00 |
Peter Clement
|
1f107041a1
|
use vitest each
|
2024-03-06 11:57:45 +00:00 |
Peter Clement
|
eb00ce401f
|
pr comments
|
2024-03-06 10:10:28 +00:00 |
Peter Clement
|
b232371eff
|
remove uneeded comment
|
2024-03-06 10:01:42 +00:00 |
Peter Clement
|
e3c514e45a
|
Update test lucene builder and add more tests
|
2024-03-04 09:48:47 +00:00 |
mike12345567
|
8bf79c5f10
|
Adding some basic cron validation to publishing, currently the error is not explained if it is hit - still need some frontend for this, but this now means that an error is provided to users when attempting to publish, and we can re-use this validation in the automation UI. Need to have both backend and frontend validation as invalid CRONs will already exist, backend makes sure these are error'd on.
|
2024-02-09 18:04:40 +00:00 |
melohagan
|
59ca41d837
|
Support number array binding filtering in automations (#12708)
* Support number array binding filtering in automations
* Remove ts-ignore
* Fix action trigger array test input
* Unit tests
* Refactor
* lint
|
2024-01-09 10:25:36 +00:00 |
melohagan
|
a5a3b12936
|
Return false don't throw (#12460)
Co-authored-by: Sam Rose <hello@samwho.dev>
|
2023-11-29 10:10:59 +00:00 |
melohagan
|
f35e3cb99c
|
Handle dates in query range filter (#12413)
* Handle dates in query range filter
* Add unit tests for runLuceneQuery
* Fix build errors
|
2023-11-21 16:08:20 +00:00 |