Commit Graph

514 Commits

Author SHA1 Message Date
proller
7bcf8ec344 Fix install in shared mode 2019-03-27 20:37:38 +03:00
Alexey Milovidov
3bf831b34c Removed two unused files from debian directory 2019-03-26 18:10:04 +03:00
alexey-milovidov
b1279c1323
Merge pull request #4743 from azat-archive/clickhouse-client-tty
clickhouse-client: fix --help without tty
2019-03-23 05:54:05 +03:00
Azat Khuzhin
6d8706e692
clickhouse-client: fix --help without tty
stdin_is_not_tty is detected too late when the --help message is
printed, so fix this and do not call ioctl if stdin is not tty.

Before this patch:
  $ clickhouse-client --help < /dev/null

debug build:
  $ dbms/programs/clickhouse-client --help < /dev/null
  Main options:
    --help
  clickhouse-client: ../contrib/boost/libs/program_options/src/options_description.cpp:542:
  void boost::program_options::{anonymous}::format_description(std::ostream&, const string&, unsigned int, unsigned int): Assertion `line_length > first_column_width' failed.
  Aborted (core dumped)

release build:
  $ dbms/programs/clickhouse-client --help < /dev/null
  .... print lots of empty lines and so forth ...

v2: add a test and bsdutils into image for tests
v3: adjust minimal cols to the length of one of the longest arguments,
since with line_length=3 boost will bail anyway (under script(1)
ioctl(TIOCGWINSZ) returnes ws_col=0)
2019-03-23 02:01:32 +03:00
proller
9f1c89729a
Debian: Asking password for default user on package install (#4725) 2019-03-20 22:57:50 +03:00
alesapin
739ea17407 Remove old packages from control 2019-03-19 17:37:47 +03:00
robot-clickhouse
72324ae09e Auto version update to [19.5.1.1] [54417] 2019-03-09 10:45:08 +03:00
robot-clickhouse
daec753af6 Auto version update to [19.4.1] [54416] 2019-03-09 01:10:00 +03:00
robot-clickhouse
ecc05e2bba Auto version update to [19.4.0] [54416] 2019-03-08 18:18:39 +03:00
proller
142258f76f Remove debian epoch from changelog 2019-03-06 19:00:07 +03:00
proller
00e50f1502
Build fixes (#4471) 2019-02-21 23:11:21 +03:00
proller
e20c77e4c6 Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
robot-clickhouse
d8abd09457 Auto version update to [19.3.4] [54415] 2019-02-15 14:50:37 +03:00
proller
affdde671c Wrong folder "preprocessed" link #3892 - bugfix 2019-02-15 14:43:47 +03:00
robot-clickhouse
cfab694978 Auto version update to [19.3.3] [54415] 2019-02-13 18:36:20 +03:00
Alex Zatelepin
9b8fd5f8a2
add brotli to clickhouse-test deps 2019-02-13 18:32:04 +03:00
robot-clickhouse
ec99ce1ab5 Auto version update to [19.3.2] [54415] 2019-02-13 16:17:07 +03:00
robot-clickhouse
7665ef297f Auto version update to [19.3.1] [54415] 2019-02-12 21:42:14 +03:00
proller
edefa19420 Move odbc-brigde to clickhouse-common-static 2019-02-12 17:08:05 +03:00
robot-clickhouse
b141657e61 Auto version update to [19.3.0] [54415] 2019-02-11 18:13:23 +03:00
proller
02aa1df59c Wrong folder "preprocessed" link #3892 - fix install package with missing /etc/clickhouse-server/config.xml 2019-02-11 17:44:45 +03:00
robot-clickhouse
dbde962a6b Auto version update to [19.2.0] [54414] 2019-02-09 14:13:07 +03:00
proller
238cfb4da3 CLICKHOUSE-4284 debian init: wait for server startup on 'clickhouse-server start' 2019-02-05 20:05:23 +03:00
Alexey Milovidov
d6c8b27c55 Suggest installation of dbg package 2019-02-05 16:33:44 +03:00
proller
247737cc19 Wrong folder "preprocessed" link #3892 2019-01-31 16:03:17 +03:00
robot-clickhouse
51dd2198f0 Auto version update to [19.1.6] [54413] 2019-01-24 00:17:07 +03:00
Alexey Milovidov
ae2e64f753 Fixed error when program cannot start within container due to capabilities. 2019-01-23 22:45:31 +03:00
Alexey Milovidov
5394ef08af Fixed error when program cannot start within container due to capabilities. 2019-01-23 22:43:17 +03:00
Alexey Milovidov
135cfc42fa Fixed error when program cannot start within container due to capabilities. 2019-01-23 22:37:07 +03:00
robot-clickhouse
9481d01ca8 Auto version update to [19.1.5] [54413] 2019-01-22 22:18:30 +03:00
robot-clickhouse
24fc3ad544 Auto version update to [19.1.4] [54413] 2019-01-22 02:29:09 +03:00
robot-clickhouse
436cf294db Auto version update to [19.1.3] [54413] 2019-01-21 16:26:13 +03:00
alexey-milovidov
5d3acdafe6
Merge pull request #4106 from gerasiov/fixes
.gitignore: Move debian/ specific entries to debian/.gitignore
2019-01-21 13:05:32 +03:00
robot-clickhouse
dfe0a734cd Auto version update to [19.1.2] [54413] 2019-01-21 12:48:35 +03:00
Alexander GQ Gerasiov
afa9e8d4ea .gitignore: Move debian/ specific entries to debian/.gitignore
Signed-off-by: Alexander GQ Gerasiov <gq@cs.msu.su>
2019-01-21 01:26:50 +03:00
proller
0939387514
Build fixes (#4076)
Move copy_headers.sh and formath.sh from root.
Debian: use default build dir (obj-x86_64-linux-gnu)
Debian: add test after build (GLIBC_required_version)
cmake: dont run copy headers if already copied
2019-01-18 18:19:53 +03:00
Alexey Milovidov
1f7d17bad2 Added recommended package for clickhouse-server #4091 2019-01-18 15:36:20 +03:00
robot-clickhouse
6047636296 Auto version update to [19.1.1] [54413] 2019-01-16 14:04:37 +03:00
robot-clickhouse
9ed4fce934 Auto version update to [19.1.0] [54413] 2019-01-01 07:16:20 +03:00
proller
aab8e5f4b2 2443 Do not write preprocessed configs to /etc/ - Microfixes 2018-12-27 17:49:43 +03:00
proller
a380cb11f8 CLICKHOUSE-4223 Fix .deb install bad message 2018-12-24 15:45:50 +03:00
proller
c63ca042ba
Fix macos build (#3861) 2018-12-18 16:37:00 +03:00
robot-clickhouse
6b536b2bc7 Auto version update to [18.16.0] [54412] 2018-12-14 20:26:46 +03:00
robot-clickhouse
9c36280711 Auto version update to [18.15.0] [54411] 2018-12-14 16:47:45 +03:00
proller
2221638ade Fix presence of both libc++ and -static-libstdc++ link flags (#3706)
* Fix precence of both libc++ and -static-libstdc++ link flags

* cmake: NO_WERROR for ARCH_ARM

* Try fix test link

* revert

* Update CMakeLists.txt
2018-12-01 01:30:34 +03:00
proller
44ddd28e14 Auto version update to [18.14.17] [54409] 2018-11-29 19:17:29 +03:00
proller
f1791e94e2
Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
alexey-milovidov
44034a8d80
Merge pull request #3612 from levonet/master
Running daemon in custom environment
2018-11-23 00:50:39 +03:00
Pavlo Bashynskiy
849c9018eb Running daemon in custom environment 2018-11-20 20:09:34 +02:00
proller
2deb523265 Fix build with old capnp 2018-11-20 18:10:28 +03:00
proller
37a9af5a68 CLICKHOUSE-4109 mlock clickhouse (#3553)
* CLICKHOUSE-4109 mlock clickhouse

* wip

* Fix

* wip

* fix

* fix

* better place

* wip

* clean

* tidy

* fix
2018-11-14 04:11:13 +03:00
proller
5678d1ed98 Build fixes (#3545)
* StorageSystemContributors clean

* Fix

* ARM fixes

* Fix arm compile

* fix

* Fix macos?

* Fix includes

* fix

* fix

* Try fix apple build part 1

* Fix identation

* Fix static libc++ in clang

* fix arm build

* better

* fix

* fix

*  better check-include
2018-11-10 23:09:07 +03:00
proller
10e604428a CLICKHOUSE-4098 Correct /etc/init.d/clickhouse-server status exit code 2018-11-01 16:47:52 +03:00
robot-clickhouse
fcce722c26 Auto version update to [18.14.9] [54409] 2018-10-16 15:58:16 +03:00
robot-clickhouse
dd07029050 Auto version update to [18.14.8] [54409] 2018-10-13 03:31:18 +03:00
robot-clickhouse
adf6291746 Auto version update to [18.14.7] [54409] 2018-10-12 22:44:51 +03:00
robot-clickhouse
a0210d12b8 Auto version update to [18.14.6] [54409] 2018-10-11 01:25:18 +03:00
robot-clickhouse
a21e50ac23 Auto version update to [18.14.5] [54409] 2018-10-10 00:44:21 +03:00
robot-clickhouse
e10f7360d4 Auto version update to [18.14.4] [54409] 2018-10-09 22:49:13 +03:00
robot-clickhouse
bc162437fb Auto version update to [18.14.3] [54409] 2018-10-09 21:29:01 +03:00
robot-clickhouse
e1817e4814 Auto version update to [18.14.2] [54409] 2018-10-02 16:25:47 +03:00
proller
ec11bef633
Build fixes (#3181) 2018-09-28 17:53:20 +03:00
robot-clickhouse
6f96dfc7da Auto version update to [18.14.1] [54409] 2018-09-28 14:58:24 +03:00
robot-clickhouse
ca465cd20b Auto version update to [18.14.0] [54409] 2018-09-24 20:52:21 +03:00
proller
59ad45c2e7 clean 2018-09-18 19:48:58 +03:00
proller
7eecfdbcf5 wip 2018-09-18 18:59:14 +03:00
robot-clickhouse
9148adb717 Auto version update to [18.13.0] [54408] 2018-09-17 09:05:31 +03:00
robot-clickhouse
9dd4a5c727 Auto version update to [18.12.17] [54407] 2018-09-16 05:24:57 +03:00
robot-clickhouse
182ec7d3e4 Auto version update to [18.12.15] [54407] 2018-09-14 06:21:25 +03:00
robot-clickhouse
d894904d7f Auto version update to [18.12.14] [54407] 2018-09-13 13:19:54 +03:00
robot-clickhouse
5772699e9c Auto version update to [18.12.13] [54407] 2018-09-10 22:07:26 +03:00
robot-clickhouse
bd869be048 Auto version update to [18.12.12] [54407] 2018-09-10 20:27:51 +03:00
robot-clickhouse
fc00da194a Auto version update to [18.12.11] [54407] 2018-09-10 13:44:17 +03:00
robot-clickhouse
b4e62da3a6 Auto version update to [18.12.10] [54407] 2018-09-10 07:40:13 +03:00
robot-clickhouse
778373b661 Auto version update to [18.12.9] [54407] 2018-09-08 05:24:36 +03:00
proller
acb0855577
Try fix ssl test (#3070) 2018-09-07 18:43:35 +03:00
robot-clickhouse
3b73262e72 Auto version update to [18.12.8] [54407] 2018-09-07 04:43:52 +03:00
robot-clickhouse
ae45b68ba2 Auto version update to [18.12.7] [54407] 2018-09-07 02:41:09 +03:00
robot-clickhouse
4b462ea544 Auto version update to [18.12.6] [54407] 2018-09-06 15:16:36 +03:00
robot-clickhouse
0cb7947835 Auto version update to [18.12.5] [54407] 2018-09-06 07:25:55 +03:00
robot-clickhouse
51c5c2b373 Auto version update to [18.12.4] [54407] 2018-09-06 05:32:40 +03:00
robot-clickhouse
8bf1ad5758 Auto version update to [18.12.3] [54407] 2018-09-05 21:49:34 +03:00
robot-clickhouse
477a1afd55 Auto version update to [18.12.2] [54407] 2018-09-05 00:28:49 +03:00
proller
2e431e0255 CLICKHOUSE-3951 Faster pbuilder prepare 2018-09-03 20:18:03 +03:00
robot-clickhouse
f171557c77 Auto version update to [18.12.1] [54407] 2018-08-30 22:28:33 +03:00
robot-clickhouse
8125bd3df9 Auto version update to [18.12.0] [54407] 2018-08-30 03:23:20 +03:00
proller
56e571f18d odbc-bridge fixes (#2993)
* start clickhouse odbc-bridge as clickhouse-odbc-bridge

* fix

* prepare to odbc bridge tests
2018-08-30 00:32:46 +03:00
alexey-milovidov
3fd0edefb9
Merge pull request #2992 from proller/fix13
Start making code quality tests : cmake .. -DENABLE_CODE_QUALITY=1 && ninja && ctest
2018-08-29 23:18:30 +03:00
proller
0f16160cb7 stderr.log fixes 2018-08-29 22:52:04 +03:00
proller
0ce1a9c095 Start making code quality tests : cmake .. -DENABLE_CODE_QUALITY=1 && ninja && ctest 2018-08-29 22:43:58 +03:00
proller
c219562b32 Better clickhouse-test-server 2018-08-28 14:57:35 +03:00
Alexey Milovidov
b0c36ab990 Moved "setcap" from init script to postinst #2482 2018-08-24 03:21:03 +03:00
Alexey Milovidov
10ef8caa3b Implemented TODO [#CLICKHOUSE-2] 2018-08-24 03:09:32 +03:00
proller
744b310a0f Debian: Dont build utils 2018-08-23 19:06:45 +03:00
proller
518f1f41a3 clean 2018-08-23 15:28:45 +03:00
Alexey Milovidov
a5a2ec6503 Fixed bad logic #2482 2018-08-23 00:00:52 +03:00
Alexey Milovidov
e2eb0650b8 Auto version update to [18.11.0] [54406] 2018-08-16 01:43:16 +03:00
Alexey Milovidov
acb99b49df Merge branch 'master' into CLICKHOUSE-2910 2018-08-14 23:29:42 +03:00
robot-clickhouse
940a453034 Auto version update to [18.10.3] [54405] 2018-08-13 12:42:01 +03:00
robot-clickhouse
9d44eebfe6 Auto version update to [18.10.2] [54405] 2018-08-13 11:30:02 +03:00
robot-clickhouse
e53899a561 Auto version update to [18.10.1] [54405] 2018-08-10 06:02:50 +03:00
robot-clickhouse
abbbd26e71 Auto version update to [18.10.0] [54405] 2018-08-09 04:42:46 +03:00
Alexey Milovidov
3b889e29a9 Removed obsolete "build-depends" [#CLICKHOUSE-3] 2018-08-06 21:34:36 +03:00
Alexey Milovidov
604a4da010 Merged #1828 2018-08-05 08:46:09 +03:00
proller
010350a088 Build fixes (#2794)
* More information in 'Cannot read all data' errors

* Build fixes

* Apple version fix

* Fix

* clean

* New libs fixes

* Freebsd fixes

* macos fix

* Fix macos build

* fix

* fix

* Update CMakeLists.txt

* freebsd fix

* fix

* Update CMakeLists.txt
2018-08-03 19:39:04 +03:00
Alexey Milovidov
5940f7b1da Auto version update to [18.9.0] [54404] 2018-08-03 19:17:07 +03:00
Alexey Milovidov
56feaccce4 Fixed Travis [#CLICKHOUSE-2] 2018-08-02 22:15:29 +03:00
robot-clickhouse
b324f69ede Auto version update to [18.8.0] [54403] 2018-08-02 11:35:38 +03:00
robot-clickhouse
0906c61a10 Auto version update to [18.7.1] [54402] 2018-08-02 01:24:01 +03:00
robot-clickhouse
dc5249d0c1 Auto version update to [18.7.0] [54402] 2018-08-01 16:20:46 +03:00
robot-clickhouse
2f612bbcc1 Auto version update to [18.6.0] [54401] 2018-08-01 00:50:05 +03:00
Alexey Milovidov
4f30840f89 Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-31 06:59:50 +03:00
Alexey Milovidov
15f5ee4d29 Fixed bad package descriptions [#CLICKHOUSE-2] 2018-07-31 06:59:41 +03:00
robot-metrika-test
0826127d48 Auto version update to [18.5.1] [54400] 2018-07-31 04:28:24 +03:00
robot-clickhouse
d3db10f315 Auto version update to [18.5.0] [54400] 2018-07-30 23:43:16 +03:00
robot-metrika-test
e26ba4daac Auto version update to [18.4.0] [54399] 2018-07-28 00:35:05 +03:00
robot-metrika-test
a7addb80a3 Auto version update to [18.3.0] [54398] 2018-07-27 21:45:36 +03:00
robot-metrika-test
4af322b295 Auto version update to [18.2.0] [54397] 2018-07-23 22:38:09 +03:00
robot-metrika-test
b54159aefa Auto version update to [18.1.0] [54396] 2018-07-20 04:00:20 +03:00
Alexey Milovidov
509e00c226 Revert "Auto version update to [1.2.0] [54396]"
This reverts commit e464d2d430.
2018-07-20 03:18:16 +03:00
robot-metrika-test
e464d2d430 Auto version update to [1.2.0] [54396] 2018-07-19 23:55:02 +03:00
robot-metrika-test
d362e2e141 Auto version update to [1.1.54398] [54395] 2018-07-17 20:04:13 +03:00
robot-metrika-test
43ed979431 Auto version update to [1.1.54397] [54395] 2018-07-17 18:37:27 +03:00
robot-metrika-test
e68699c669 Auto version update to [1.1.54396] [54395] 2018-07-17 16:21:31 +03:00
robot-metrika-test
02f7b96484 Auto version update to [1.2.1] [54396] 2018-07-17 14:53:14 +03:00
robot-metrika-test
4806d23261 Auto version update to [54396] 2018-07-17 14:45:10 +03:00
proller
3f949fc86a CLICKHOUSE-3771: new version scheme 2018-07-17 14:15:14 +03:00
Alexey Zatelepin
742dea6c09 add dependency that is needed for tests [#CLICKHOUSE-3834] 2018-07-16 17:06:11 +03:00
robot-metrika-test
d2c4696bc6 Auto version update to [54394] 2018-07-12 16:25:17 +03:00
robot-metrika-test
b683792769 Auto version update to [54393] 2018-07-11 23:45:40 +03:00
robot-metrika-test
5a25d7df26 Auto version update to [54392] 2018-07-11 16:00:46 +03:00
robot-metrika-test
f6e0a4ae68 Auto version update to [54391] 2018-07-10 19:16:29 +03:00
robot-metrika-test
173deed844 Auto version update to [54390] 2018-07-06 19:37:50 +03:00
Alexey Milovidov
d8654d07e1 Auto version update to [54389] 2018-06-28 22:43:27 +03:00
alexey-milovidov
3904ba561f
Merge branch 'master' into CLICKHOUSE-2910 2018-06-28 20:47:25 +03:00
robot-metrika-test
e03d523f19 Auto version update to [54388] 2018-06-27 16:10:59 +03:00
robot-metrika-test
a21a9577f4 Auto version update to [54387] 2018-06-22 21:10:11 +03:00
proller
ea947ce808 fix TEST_SERVER_STARTUP_WAIT 2018-06-21 22:01:02 +03:00
proller
2d9d723d3c Wait test server startup for 5s 2018-06-21 17:54:48 +03:00
proller
30a6c6479b
Fix systemd's clickhouse-server.service (#2537) 2018-06-20 23:18:47 +03:00
Vitaliy Lyudvichenko
310bb4116e Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910 2018-06-19 23:33:11 +03:00
proller
fbe7df73a2
CLICKHOUSE-3762 Build fixes (#2488)
CONTRIB-254
2018-06-19 21:09:09 +03:00
proller
a4e6f726e8 Build and test fixes 2018-06-19 00:13:11 +03:00
ezhaka
3178f57f54
Do not use exact chown path
We've faced with the problem that chown is located in ``/bin/chown`` instead of ``/usr/bin/chown``. We've created symlink in order to bypass the problem, but it seems it would be nice to fix the script.
2018-06-14 19:29:09 +03:00
Vitaliy Lyudvichenko
4cd230f85c Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910 2018-06-14 16:04:00 +03:00
proller
cb65528147 Build fixes (#2481)
* Build fixes

* fix

* Fix package without compiler

* Better

* fix

* fix

* fix

* Build fix

* fix

* fix

* fix

* Build fix

* Fix test

* test fixes

* test: netcat-openbsd

* Compile fixes

* Update AggregateFunctionStatisticsSimple.h

* Update FunctionsRound.h
2018-06-07 17:42:38 +03:00
proller
01a31414eb
Build fixes (#2474) 2018-06-06 21:41:39 +03:00
proller
4d12a823da Use copy-headers from cmake. (working compiler test without package install) (#2456)
* Try use copy-headers from cmake [WIP]

* Using internal compiler without install

* 32bit Compile fix

* Fixes

* fix

* clean

* fix

* clean
2018-06-04 23:26:17 +03:00
robot-metrika-test
a6693cffc0 Auto version update to [54386] 2018-06-01 23:16:46 +03:00
proller
ead9493741 Build fixes 2018-05-29 20:54:48 +03:00