about summary refs log tree commit diff
path: root/pkgs/servers/clickhouse
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08clickhouse: update websiteRaghav Sood1-1/+1
2020-07-08clickhouse:20.5.2.7Raghav Sood1-15/+29
2020-03-26clickhouse: 19.17.8.54 -> 19.17.9.60R. RyanTM1-3/+3
2020-03-03clickhouse: link with lldOrivej Desh1-3/+2
lld buildInput is still needed for the library. Related: #24744
2020-03-03clickhouse: fix rpathOrivej Desh1-0/+1
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. RyanTM1-2/+2
2019-10-27clickhouse: 19.13.5.44 -> 19.13.6.51R. RyanTM1-2/+2
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 Desh1-7/+9
This enables ClickHouse JSON functions.
2019-09-29clickhouse: 19.13.1.11 -> 19.13.5.44Orivej Desh1-2/+2
Closes #66797
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát1-2/+2
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-2/+2
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 libmysqlclientIzorkin1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-10clickhouse: 19.9.2.4 -> 19.13.1.11Marek Mahut1-2/+2
2019-07-15clickhouse: 19.6.2.11 -> 19.9.2.4R. RyanTM1-2/+2
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)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-25clickhouse: 18.16.1 -> 19.6.2.11Tom Hunger1-13/+5
2019-01-06clickhouse: link to libLLVM rather than to individual LLVM libsOrivej Desh1-4/+12
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. RyanTM1-2/+2
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 Bosch1-0/+5
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. RyanTM1-2/+2
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. RyanTM1-2/+2
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. RyanTM1-2/+2
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 Golovizin1-4/+5
2018-08-07clickhouse: 18.1.0 -> 18.5.1, fix build and use ninjaAustin Seipp1-10/+17
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-02clickhouse: 1.1.54385 -> 18.1.0Orivej Desh3-44/+13
2018-06-11clickhouse: 1.1.54310 -> 1.1.54385Orivej Desh2-12/+19
2017-12-29treewide: libmysql -> mysql.connector-cRobin Gloster1-2/+7
2017-11-22double-conversion: rename attr from double_conversionOrivej Desh1-2/+2
2017-11-13clickhouse: 1.1.54236 -> 1.1.54310Orivej Desh1-4/+4
2017-06-10clickhouse: 1.1.54190 -> 1.1.54236Orivej Desh2-33/+3
2017-04-27clickhouse: init at 1.1.54190Orivej Desh3-0/+89