Weijia Wang
|
8c53488b3f
|
Merge pull request #325040 from r-ryantm/auto-update/qdrant
qdrant: 1.9.7 -> 1.10.0
|
2024-07-15 16:31:53 +02:00 |
|
Sigmanificient
|
512e8afdb9
|
treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
|
2024-07-14 04:32:56 +02:00 |
|
Weijia Wang
|
7252b96d60
|
Merge pull request #324808 from r-ryantm/auto-update/groonga
groonga: 14.0.4 -> 14.0.5
|
2024-07-11 02:03:48 +02:00 |
|
AveryanAlex
|
db38f1da59
|
meilisearch: 1.8.3 -> 1.9.0
|
2024-07-08 00:19:47 +03:00 |
|
R. Ryantm
|
7e7852d166
|
qdrant: 1.9.7 -> 1.10.0
|
2024-07-06 13:08:34 +00:00 |
|
Weijia Wang
|
13e42be604
|
Merge pull request #323324 from r-ryantm/auto-update/qdrant
qdrant: 1.9.6 -> 1.9.7
|
2024-07-06 00:43:01 +02:00 |
|
R. Ryantm
|
a84b8290c2
|
groonga: 14.0.4 -> 14.0.5
|
2024-07-05 12:38:54 +00:00 |
|
R. Ryantm
|
aee0d6e385
|
weaviate: 1.25.5 -> 1.25.6
|
2024-07-03 07:14:24 +00:00 |
|
R. Ryantm
|
a81b37d296
|
qdrant: 1.9.6 -> 1.9.7
|
2024-06-29 08:36:59 +00:00 |
|
R. Ryantm
|
62eb233720
|
weaviate: 1.25.2 -> 1.25.5
|
2024-06-27 09:57:14 +00:00 |
|
R. Ryantm
|
f0fa5f2ed4
|
opensearch: 2.14.0 -> 2.15.0
|
2024-06-26 01:34:01 +00:00 |
|
R. Ryantm
|
f323724293
|
qdrant: 1.9.4 -> 1.9.6
|
2024-06-24 00:05:47 +00:00 |
|
R. Ryantm
|
909dfbd355
|
meilisearch: 1.8.2 -> 1.8.3
|
2024-06-21 20:41:49 +00:00 |
|
Yt
|
d33b86e853
|
Merge pull request #320615 from jpds/quickwit-0.8.2
quickwit: 0.8.1 → 0.8.2
|
2024-06-17 22:39:18 +00:00 |
|
Yt
|
eac26e9d22
|
Merge pull request #320435 from LudovicoPiero/bump-meilisearch
meilisearch: 1.7.6 -> 1.8.2; cleanup
|
2024-06-17 22:37:44 +00:00 |
|
Jonathan Davies
|
1340cddc2e
|
quickwit: 0.8.1 → 0.8.2
|
2024-06-17 22:12:52 +01:00 |
|
Nick Cao
|
fac36d70cb
|
Merge pull request #320496 from r-ryantm/auto-update/sonic-server
sonic-server: 1.4.8 -> 1.4.9
|
2024-06-17 16:40:29 -04:00 |
|
R. Ryantm
|
1a13c9a2fe
|
sonic-server: 1.4.8 -> 1.4.9
|
2024-06-17 09:24:06 +00:00 |
|
Ludovico Piero
|
2493437974
|
meilisearch: format with nixfmt
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
|
2024-06-17 15:00:57 +09:00 |
|
Ludovico Piero
|
7d5124477f
|
meilisearch: remove with lib;
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
|
2024-06-17 15:00:28 +09:00 |
|
Ludovico Piero
|
ffc1f8e29f
|
meilisearch: 1.7.6 -> 1.8.2
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
|
2024-06-17 14:58:40 +09:00 |
|
Jonathan Davies
|
6e577b6da1
|
quickwit: Enable full LTO build
|
2024-06-16 23:18:43 +01:00 |
|
Jonathan Davies
|
773f17e1df
|
quickwit: Enable building UI
Based on patch by Thomas Cheronneau
|
2024-06-16 23:18:33 +01:00 |
|
Peder Bergebakken Sundt
|
e62df55210
|
Merge pull request #310844 from r-ryantm/auto-update/groonga
groonga: 14.0.2 -> 14.0.4
|
2024-06-10 16:15:47 +02:00 |
|
Alexis Hildebrandt
|
f8c4a98e8e
|
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
|
2024-06-09 23:08:46 +02:00 |
|
Alexis Hildebrandt
|
755b915a15
|
treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
|
2024-06-09 23:07:45 +02:00 |
|
Alexis Hildebrandt
|
bf995e3641
|
treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
|
2024-06-09 23:04:51 +02:00 |
|
Jonathan Davies
|
e81519a858
|
quickwit: Added nixosTests to passthru.tests
|
2024-06-06 00:49:40 +01:00 |
|
Jonathan Davies
|
00c515de37
|
quickwit: 0.8.0 → 0.8.1
|
2024-06-06 00:49:33 +01:00 |
|
Weijia Wang
|
387bf2d008
|
Merge pull request #313084 from r-ryantm/auto-update/weaviate
weaviate: 1.25.0 -> 1.25.2
|
2024-06-02 18:02:56 +02:00 |
|
R. Ryantm
|
a7389a7866
|
groonga: 14.0.2 -> 14.0.4
|
2024-06-02 11:55:28 +00:00 |
|
R. Ryantm
|
0cf40cd9ef
|
qdrant: 1.9.0 -> 1.9.4
|
2024-06-01 10:18:55 +00:00 |
|
R. Ryantm
|
1c3b7cfaf7
|
weaviate: 1.25.0 -> 1.25.2
|
2024-05-31 23:16:35 +00:00 |
|
Jussi Kuokkanen
|
8064d28a4f
|
pkgs/servers: remove licenses.gpl2
|
2024-05-23 11:49:42 +03:00 |
|
Matthias Beyer
|
7af9ccafb5
|
Merge pull request #311851 from r-ryantm/auto-update/weaviate
weaviate: 1.24.11 -> 1.25.0
|
2024-05-15 17:55:13 +02:00 |
|
R. Ryantm
|
c60b180789
|
weaviate: 1.24.11 -> 1.25.0
|
2024-05-15 04:49:19 +00:00 |
|
R. Ryantm
|
250e5c0938
|
opensearch: 2.13.0 -> 2.14.0
|
2024-05-15 03:15:46 +00:00 |
|
R. Ryantm
|
0a91480843
|
weaviate: 1.24.10 -> 1.24.11
|
2024-05-07 15:31:03 +00:00 |
|
Robert Scott
|
94cf7253bd
|
qdrant: 1.7.4 -> 1.9.0
|
2024-05-05 13:07:47 +02:00 |
|
Pol Dellaiera
|
9d7a1659bc
|
Merge pull request #308343 from shyim/typesense-darwin
typesense: add darwin support
|
2024-05-01 22:35:35 +02:00 |
|
Shyim
|
3a0b4dffec
|
typesense: fix platforms attribute
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
|
2024-05-01 21:04:19 +02:00 |
|
Soner Sayakci
|
eaa057d268
|
typesense: add darwin support
|
2024-05-01 20:49:15 +02:00 |
|
Nick Cao
|
1fe83cc11b
|
meilisearch: use rustPlatform.bindgenHook
|
2024-04-30 09:47:49 -04:00 |
|
R. Ryantm
|
fb84c1d60a
|
weaviate: 1.24.9 -> 1.24.10
|
2024-04-24 10:40:20 +00:00 |
|
Thomas Gerbet
|
d916daacb1
|
Merge pull request #304387 from risicle/ris-qdrant-CVE-2024-3078
qdrant: add patch for CVE-2024-3078
|
2024-04-22 22:19:40 +02:00 |
|
R. Ryantm
|
5ed50acd51
|
weaviate: 1.24.8 -> 1.24.9
|
2024-04-18 17:30:49 +00:00 |
|
happysalada
|
a5df1b97e3
|
meilisearch: 1.7.3 -> 1.7.6; fix darwin
|
2024-04-16 19:09:52 -04:00 |
|
Robert Scott
|
2666e17d3f
|
qdrant: add patch for CVE-2024-3078
|
2024-04-16 00:23:24 +01:00 |
|
R. Ryantm
|
d3fb90b7ef
|
weaviate: 1.24.7 -> 1.24.8
|
2024-04-11 06:10:00 +00:00 |
|
Nick Cao
|
6b0a22f82e
|
Merge pull request #301998 from r-ryantm/auto-update/weaviate
weaviate: 1.24.6 -> 1.24.7
|
2024-04-06 11:11:29 -04:00 |
|