summary refs log tree commit diff
path: root/pkgs/servers/clickhouse
Commit message (Collapse)AuthorAge
* clickhouse: 19.13.5.44 -> 19.13.6.51R. RyanTM2019-10-27
| | | | | | | 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
* clickhouse: build with rapidjsonOrivej Desh2019-10-17
| | | | This enables ClickHouse JSON functions.
* clickhouse: 19.13.1.11 -> 19.13.5.44Orivej Desh2019-09-29
| | | | Closes #66797
* Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* clickhouse: 19.9.2.4 -> 19.13.1.11Marek Mahut2019-08-10
|
* clickhouse: 19.6.2.11 -> 19.9.2.4R. RyanTM2019-07-15
| | | | | | | 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
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* clickhouse: 18.16.1 -> 19.6.2.11Tom Hunger2019-05-25
|
* clickhouse: link to libLLVM rather than to individual LLVM libsOrivej Desh2019-01-06
| | | | | | | | | | | | | | | 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
* clickhouse: 18.14.18 -> 18.16.1R. RyanTM2019-01-03
| | | | | | | 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
* clickhouse: fix module and package runtimeMaximilian Bosch2018-12-20
| | | | | | | | | | | | | | | 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.
* clickhouse: 18.14.9 -> 18.14.18R. RyanTM2018-12-19
| | | | | | | 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
* clickhouse: 18.12.17 -> 18.14.9R. RyanTM2018-11-10
| | | | | | | 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
* clickhouse: 18.10.3 -> 18.12.17R. RyanTM2018-09-20
| | | | | | | 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
* clickhouse: 18.5.1 -> 18.10.3Andrey Golovizin2018-08-24
|
* clickhouse: 18.1.0 -> 18.5.1, fix build and use ninjaAustin Seipp2018-08-07
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* clickhouse: 1.1.54385 -> 18.1.0Orivej Desh2018-08-02
|
* clickhouse: 1.1.54310 -> 1.1.54385Orivej Desh2018-06-11
|
* treewide: libmysql -> mysql.connector-cRobin Gloster2017-12-29
|
* double-conversion: rename attr from double_conversionOrivej Desh2017-11-22
|
* clickhouse: 1.1.54236 -> 1.1.54310Orivej Desh2017-11-13
|
* clickhouse: 1.1.54190 -> 1.1.54236Orivej Desh2017-06-10
|
* clickhouse: init at 1.1.54190Orivej Desh2017-04-27