summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/clickhouse
AgeCommit message (Collapse)Author
2020-12-06clickhouse: 20.5.2.7 -> 20.11.4.13Raghav Sood
2020-11-28clickhouse: use system LLVMLuke Granger-Brown
Building LLVM pieces is a huge contributor to build times, and probably bloats binary size as well. Fortunately, there's a knob for this specific thing (-DUNBUNDLED=ON seems broken and requires some libraries which aren't packaged for Nix at the moment). Hopefully this will make clickhouse able to build on OfBorg.
2020-07-08clickhouse: update websiteRaghav Sood
2020-07-08clickhouse:20.5.2.7Raghav Sood
2020-03-26clickhouse: 19.17.8.54 -> 19.17.9.60R. RyanTM
2020-03-03clickhouse: link with lldOrivej Desh
lld buildInput is still needed for the library. Related: #24744
2020-03-03clickhouse: fix rpathOrivej Desh
ClickHouse sets LINKER_NAME to lld which is not yet wrapped with ld-wrapper.sh and the results lack rpath needed to use the programs and libraries.
2020-02-16clickhouse: 19.13.6.51 -> 19.17.8.54R. RyanTM
2019-10-27clickhouse: 19.13.5.44 -> 19.13.6.51R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clickhouse/versions
2019-10-17clickhouse: build with rapidjsonOrivej Desh
This enables ClickHouse JSON functions.
2019-09-29clickhouse: 19.13.1.11 -> 19.13.5.44Orivej Desh
Closes #66797
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-09treewide: replace mysql.connector-c to libmysqlclientIzorkin
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-10clickhouse: 19.9.2.4 -> 19.13.1.11Marek Mahut
2019-07-15clickhouse: 19.6.2.11 -> 19.9.2.4R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clickhouse/versions
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-05-25clickhouse: 18.16.1 -> 19.6.2.11Tom Hunger
2019-01-06clickhouse: link to libLLVM rather than to individual LLVM libsOrivej Desh
The clickhouse program links to LLVM and to the clickhouse library, that also links to LLVM. When the library is shared but LLVM is static, LLVM gets linked into the program twice (once via the library and once directly), which causes this error when running clickhouse: : CommandLine Error: Option 'x86-use-base-pointer' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options A common LLVM installation provides static component libraries and a shared libLLVM. Linking to libLLVM when libclickhouse is shared solves this issue. Upstream pull request: https://github.com/yandex/ClickHouse/pull/3989
2019-01-03clickhouse: 18.14.18 -> 18.16.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clickhouse/versions
2018-12-20clickhouse: fix module and package runtimeMaximilian Bosch
Although the package itself builds fine, the module fails because it tries to log into a non-existant file in `/var/log` which breaks the service. Patching to default config to log to stdout by default fixes the issue. Additionally this is the better solution as NixOS heavily relies on systemd (and thus journald) for logging. Also, the runtime relies on `/etc/localtime` to start, as it's not required by the module system we set UTC as sensitive default when using the module. To ensure that the service's basic functionality is available, a simple NixOS test has been added.
2018-12-19clickhouse: 18.14.9 -> 18.14.18R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clickhouse/versions
2018-11-10clickhouse: 18.12.17 -> 18.14.9R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clickhouse/versions
2018-09-20clickhouse: 18.10.3 -> 18.12.17R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clickhouse/versions
2018-08-24clickhouse: 18.5.1 -> 18.10.3Andrey Golovizin
2018-08-07clickhouse: 18.1.0 -> 18.5.1, fix build and use ninjaAustin Seipp
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-02clickhouse: 1.1.54385 -> 18.1.0Orivej Desh
2018-06-11clickhouse: 1.1.54310 -> 1.1.54385Orivej Desh
2017-12-29treewide: libmysql -> mysql.connector-cRobin Gloster
2017-11-22double-conversion: rename attr from double_conversionOrivej Desh
2017-11-13clickhouse: 1.1.54236 -> 1.1.54310Orivej Desh
2017-06-10clickhouse: 1.1.54190 -> 1.1.54236Orivej Desh
2017-04-27clickhouse: init at 1.1.54190Orivej Desh