Clémentine Urquizar
29ac324e90
Update milli version to v0.17.3
2021-10-12 16:12:16 +02:00
Clémentine Urquizar
3edbc74430
Merge branch 'main' into stable
2021-10-11 18:30:10 +02:00
Clémentine Urquizar
60473637fe
Update milli version
2021-10-11 16:21:19 +02:00
Tom Parker-Shemilt
6c46fbbc57
Remove memmap dependency
2021-10-10 22:33:40 +01:00
John Braun
3756f5a0ca
Add test for highlighting numbers
2021-10-08 15:07:45 +02:00
John Braun
5b4e4bb858
Highlight numbers (int) as string in formatted JSON
2021-10-08 15:07:15 +02:00
many
a92a0c3ed3
Log the error instead of returning it when deletion fails
2021-10-07 17:38:22 +02:00
many
0774b1efa5
Close index's heed environment when index is deleted
2021-10-07 17:09:41 +02:00
many
7fc7eb7457
Make sure to remove newly created index if uid is already taken
2021-10-07 16:49:21 +02:00
Tamo
66dbd3cd34
makes clippy happy
2021-10-06 17:39:04 +02:00
bors[bot]
ddbcf449da
Merge #1763
...
1763: Index tests r=MarinPostma a=MarinPostma
This pr aims to test more thorougly the usage on index in the meilisearch database, by writing unit tests.
work included:
- [x] Create index mock and stub methods
- [x] Test snapshot creation
- [x] Test Dumps
- [x] Test search
Co-authored-by: mpostma <postma.marin@protonmail.com>
2021-10-06 14:39:53 +00:00
mpostma
9fa61439b1
fix clippy warning & unsafety
2021-10-06 14:51:46 +02:00
mpostma
a38215de98
edit documentation
2021-10-06 14:35:18 +02:00
mpostma
85b5260d9d
simple search unit test
2021-10-06 14:20:05 +02:00
mpostma
4b4ebad9a9
test dumps
2021-10-06 14:10:26 +02:00
mpostma
ece4c739f4
update store tests
2021-10-06 14:10:26 +02:00
mpostma
85ae34cf9f
test snapshots
2021-10-06 14:10:23 +02:00
mpostma
0448f0ce56
handle panic in stubs
2021-10-06 14:09:04 +02:00
mpostma
4835d82a0b
implement index mock
2021-10-06 14:09:01 +02:00
Tamo
fca686e7f8
bump meilisearch
2021-10-04 13:52:37 +02:00
mpostma
4eb3817b03
missing payload error
2021-09-30 16:58:13 +02:00
mpostma
ddd40d87a7
malformed payload error
2021-09-30 16:58:13 +02:00
Kerollmops
6a691db7f8
Do not commit transaction on failed updates
2021-09-30 15:46:03 +02:00
mpostma
ee372a7b30
implement new dump v2
2021-09-30 14:49:13 +02:00
mpostma
66f39aaa92
fix dump v3
2021-09-30 14:49:13 +02:00
mpostma
03af99650d
fix dumpv1
2021-09-30 14:49:13 +02:00
Clémentine Urquizar
b17dae9ac0
Update version for the next release (v0.23.0)
2021-09-29 18:40:35 +02:00
mpostma
311933614e
bump milli to v0.17.0
2021-09-29 15:44:54 +02:00
mpostma
8fa6502b16
review changes
2021-09-29 14:17:41 +02:00
mpostma
1f537e1b60
jsonl support
2021-09-29 11:28:02 +02:00
mpostma
911630000f
split csv and json document routes
2021-09-29 00:12:25 +02:00
mpostma
6e8a3fe8de
move csv parsing to document_formats
2021-09-28 22:58:48 +02:00
many
2a14948123
Use an existing revision of milli
2021-09-28 22:30:34 +02:00
many
61e5eed493
Call csv specialized function
2021-09-28 22:29:26 +02:00
many
d30830a55c
Add csv deserializer for documents
2021-09-28 22:28:13 +02:00
mpostma
102c46f88b
clippy + fmt
2021-09-28 22:22:59 +02:00
mpostma
5fa9bc67d7
remove unused dependencies
2021-09-28 22:16:18 +02:00
mpostma
3503fbf7fe
re-export milli from meilisearch_lib
2021-09-28 22:08:03 +02:00
mpostma
1cc733f801
fix get_info
2021-09-28 22:02:04 +02:00
mpostma
7a27cbcc78
rename RegisterUpdate to store::Update
2021-09-28 20:20:13 +02:00
mpostma
6f8e670dee
move json reader to document_formats module
2021-09-28 20:13:26 +02:00
mpostma
df4e9f4e1e
restore dump v1
2021-09-28 19:49:25 +02:00
mpostma
3747f5bdd8
replace unwraps with correct error
2021-09-28 19:29:14 +02:00
mpostma
692c676625
fix tests
2021-09-28 18:57:36 +02:00
mpostma
bcaee4d179
fix uuid store size
2021-09-28 18:17:56 +02:00
Tamo
539a57026d
fix the sort error messages
2021-09-28 14:50:26 +02:00
Tamo
654f49ccec
[WIP] put milli on branch main
2021-09-28 14:50:26 +02:00
Tamo
c1376a9f2a
add the geosearch to Meilisearch
2021-09-28 14:50:26 +02:00
mpostma
9ac999ca59
remove uuid resolver and index actor
2021-09-28 12:00:35 +02:00
mpostma
6a1964f146
restore dumps
2021-09-28 11:59:55 +02:00
mpostma
90018755c5
restore snapshots
2021-09-27 16:48:03 +02:00
mpostma
b9d189bf12
restore document deletion routes
2021-09-24 15:21:07 +02:00
mpostma
c32012c44a
restore settings updates
2021-09-24 14:55:57 +02:00
mpostma
42a6260b65
introduce index resolver
2021-09-24 11:53:11 +02:00
mpostma
5353be74c3
refactor index actor
2021-09-22 15:07:04 +02:00
mpostma
12542bf922
refactor update actor
2021-09-22 11:52:50 +02:00
mpostma
def737edee
refactor uuid resolver
2021-09-22 10:49:59 +02:00
mpostma
60518449fc
split meilisearch-http and meilisearch-lib
2021-09-21 13:23:22 +02:00