about summary refs log tree commit diff
path: root/pkgs/servers/search
AgeCommit message (Collapse)AuthorFilesLines
2024-03-30Merge pull request #297864 from r-ryantm/auto-update/weaviateWeijia Wang1-3/+3
weaviate: 1.24.4 -> 1.24.6
2024-03-27weaviate: 1.24.4 -> 1.24.6R. Ryantm1-3/+3
2024-03-24quickwit: 0.6.4 -> 0.8.0happysalada1-8/+8
2024-03-23meilisearch: 1.6.2 -> 1.7.3R. Ryantm2-1162/+994
2024-03-20Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-03-19Merge pull request #295567 from r-ryantm/auto-update/weaviateWeijia Wang1-3/+3
weaviate: 1.24.1 -> 1.24.4
2024-03-19Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-4/+4
Conflicts: - pkgs/development/python-modules/flask-security-too/default.nix
2024-03-19zincsearch: 0.4.9 -> 0.4.10; unpin Go versionPaul Meyer1-4/+4
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-03-19Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt5-2/+6
Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19Merge pull request #297084 from stuebinm/trivial-meta-mainprogramsMartin Weinelt4-0/+4
treewide: add meta.mainProgram to (almost) all packages with a single binary
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm4-0/+4
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-19groonga: 13.1.1 -> 14.0.1R. Ryantm1-2/+2
2024-03-17weaviate: 1.24.1 -> 1.24.4R. Ryantm1-3/+3
2024-03-11llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi ↵a-n-n-a-l-e-e2-4/+0
into libcxx (#292043) - merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git. - remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required. - fixes https://github.com/NixOS/nixpkgs/issues/166205 - provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640 - pkgsCross.x86_64-freebsd builds work again This change can be represented in 3 stages 1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi} 2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin} 3. remove all references to libcxxabi outside of llvm (about 58 packages modified) ### merging libcxxabi into libcxx - take the union of the libcxxabi and libcxx cmake flags - eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency - libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx. - darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient. - linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient. - libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+) - git/libcxx/defaul.nix does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway. ### stdenv changes - darwin bootstrap, remove references to libcxxabi and cxxabi - cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12) - adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx ### 58 package updates - remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed - swift, nodejs_v8 remove libcxxabi references in the clang override https://github.com/NixOS/nixpkgs/pull/292043
2024-03-02weaviate: 1.23.10 -> 1.24.1R. Ryantm1-3/+3
2024-02-21opensearch: 2.11.1 -> 2.12.0R. Ryantm1-2/+2
2024-02-20weaviate: 1.23.9 -> 1.23.10R. Ryantm1-2/+2
2024-02-14Merge pull request #288831 from r-ryantm/auto-update/meilisearchYt2-17/+17
meilisearch: 1.6.1 -> 1.6.2
2024-02-14meilisearch: 1.6.1 -> 1.6.2R. Ryantm2-17/+17
2024-02-14weaviate: 1.23.8 -> 1.23.9R. Ryantm1-2/+2
2024-02-11sonic-server: 1.4.3 -> 1.4.8Mario Rodas1-14/+7
Diff: https://github.com/valeriansaliou/sonic/compare/refs/tags/v1.4.3...v1.4.8 Changelog: https://github.com/valeriansaliou/sonic/releases/tag/v1.4.8
2024-02-09weaviate: 1.23.7 -> 1.23.8R. Ryantm1-2/+2
2024-02-04Merge pull request #282932 from r-ryantm/auto-update/weaviateWeijia Wang1-2/+2
weaviate: 1.23.1 -> 1.23.7
2024-02-01Merge pull request #285352 from r-ryantm/auto-update/meilisearchYt2-17/+17
meilisearch: 1.6.0 -> 1.6.1
2024-01-31meilisearch: 1.6.0 -> 1.6.1R. Ryantm2-17/+17
2024-01-31weaviate: 1.23.1 -> 1.23.7R. Ryantm1-2/+2
2024-01-30qdrant: 1.7.3 -> 1.7.4R. Ryantm2-4/+4
2024-01-21Merge pull request #280915 from LeSuisse/es-7.17.16Robert Scott2-14/+14
elasticsearch: 7.17.10 -> 7.17.16
2024-01-20meilisearch: fixes build on darwinManuel de Ruiter1-1/+2
2024-01-19manticoresearch: 6.2.0 -> 6.2.12Jonas Heinrich1-115/+0
2024-01-16meilisearch: 1.5.0 -> 1.6.0happysalada2-250/+1032
2024-01-14elasticsearch: 7.17.10 -> 7.17.16Thomas Gerbet2-14/+14
Fixes CVE-2023-31417, CVE-2023-31418, CVE-2023-31419, CVE-2023-46673 and CVE-2023-46674. Security announces: https://www.elastic.co/guide/en/security/7.17/release-notes-header-7.17.0.html#release-notes-7.17.16 Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.16.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.15.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.14.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.13.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.12.html https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.11.html
2024-01-12Merge remote-tracking branch 'origin/master' into staging-nextK9001-2/+2
2024-01-11groonga: 13.1.0 -> 13.1.1R. Ryantm1-2/+2
2024-01-08Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-01-06weaviate: 1.23.0 -> 1.23.1R. Ryantm1-2/+2
2024-01-06Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-4/+4
Conflicts: - pkgs/development/python-modules/sabctools/default.nix
2024-01-05typesense: 0.25.1 -> 0.25.2R. Ryantm1-4/+4
2024-01-04Merge branch 'master' into staging-nextVladimír Čunát3-371/+490
2024-01-04Merge pull request #276189 from r-ryantm/auto-update/qdrantWeijia Wang2-369/+488
qdrant: 1.6.1 -> 1.7.3
2024-01-03qdrant: fix build on darwinWeijia Wang1-5/+13
2024-01-03Merge pull request #277248 from r-ryantm/auto-update/groongaWeijia Wang1-2/+2
groonga: 13.0.9 -> 13.1.0
2023-12-28groonga: 13.0.9 -> 13.1.0R. Ryantm1-2/+2
2023-12-28Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-12-28Merge pull request #276603 from r-ryantm/auto-update/weaviateOTABI Tomoya1-3/+3
weaviate: 1.21.7 -> 1.23.0
2023-12-27Merge master into staging-nextgithub-actions[bot]1-1/+2
2023-12-27opensearch-cli: init at 1.2.0Soner Sayakci1-1/+2
2023-12-25weaviate: 1.21.7 -> 1.23.0R. Ryantm1-3/+3
2023-12-23qdrant: 1.6.1 -> 1.7.3R. Ryantm2-364/+475
2023-12-20treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usageMartin Weinelt1-1/+0
The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm.