Commit Graph

1574 Commits

Author SHA1 Message Date
alexey-milovidov
072043156f
Merge pull request #9036 from ClickHouse/akz/console_colors_back_to_sanity
libloggers: In OwnPatternFormatter: removed hostile bg color code + reduced/changed palette a bit
2020-02-07 09:21:59 +03:00
Alexander Kazakov
11b4161f66 Removed hostile bg color code + reduced/changed palette a bit
Refer discussion in https://github.com/ClickHouse/ClickHouse/pull/8961
2020-02-06 18:21:08 +03:00
Nikita Mikhaylov
5726d4c073
Merge pull request #9031 from ClickHouse/disable_colored_console_by_default
Disable colored console by default
2020-02-06 16:30:22 +03:00
Alexander Kuzmenkov
7f9bab3fc5
Merge pull request #8985 from ClickHouse/aku/demangle-faster
Avoid extra copying when demangling names.
2020-02-06 14:57:56 +03:00
Ivan
edb1e2bc27
Handle properly the copy-pasted query with \n at end (#9023) 2020-02-06 13:11:14 +03:00
alesapin
dd1fb72894 Disable colored console by default 2020-02-06 12:11:49 +03:00
Alexander Kuzmenkov
431630cb3c
Update demangle.h 2020-02-05 18:57:42 +03:00
Alexander Kuzmenkov
64bcb78812 use proper length 2020-02-05 13:24:24 +03:00
Alexander Kuzmenkov
7b898ec871 style 2020-02-04 16:31:15 +03:00
Alexander Kuzmenkov
cbcb7895e4 Avoid extra copying when demangling names. 2020-02-03 22:51:26 +03:00
Azat Khuzhin
49c4e501e5 Force black background for all colors
This will fix the black color with solarized theme.

Suggested-by: @alexey-milovidov
Refs: https://github.com/ClickHouse/ClickHouse/pull/8961#discussion_r374249503
Follow-up: #8961
2020-02-03 21:33:53 +03:00
Alexey Milovidov
7b92bde34d Colors 2020-02-03 19:35:52 +03:00
Alexey Milovidov
bcea15a7cb Colors 2020-02-03 19:35:52 +03:00
Alexey Milovidov
bffa0ec63f Colors 2020-02-03 19:35:52 +03:00
Alexey Milovidov
0b16c789d3 Colors 2020-02-03 19:35:52 +03:00
Alexey Milovidov
7dd7a923d8 Colorful log in console 2020-02-03 19:35:52 +03:00
Alexey Milovidov
6562196460 Support for Mac OS and BSD 2020-02-03 01:51:40 +03:00
Alexey Milovidov
55b83dbcee Support for Mac OS and BSD 2020-02-02 23:05:47 +03:00
Alexey Milovidov
d11f3cb78f Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +03:00
Alexey Milovidov
87af511bac Rename function #7477 2020-02-02 05:41:16 +03:00
Alexey Milovidov
39b31907b5 Rename function #7477 2020-02-02 05:35:47 +03:00
Alexey Milovidov
f9eb4e79f6 Using OS tid everywhere #7477 2020-02-02 05:28:14 +03:00
Vitaly Baranov
b6b7feef44 Improve class ext::scope_guard. 2020-01-31 19:23:33 +03:00
Vitaly Baranov
e5d6669138 Add template function ext::push_back(). 2020-01-31 19:23:33 +03:00
Vitaly Baranov
d8bd9b2a3f Conversion std::string_view, const char * -> StringRef added. 2020-01-31 19:23:33 +03:00
Azat Khuzhin
6a73cf2381 Add text_log.level to limit entries that goes to system.text_log table
v2: use INT_MAX as default (since 0 is none)
2020-01-25 14:04:49 +03:00
Ivan
b80e3dcd46
Refactoring of replxx (#8748) 2020-01-23 11:18:19 +03:00
alexey-milovidov
5e7f80c664
Merge pull request #8760 from kreuzerkrieg/GCCSuggestOverride
Add GCC warning to suggest virtual function override
2020-01-21 22:12:26 +03:00
kreuzerkrieg
a256741cf9 Add GCC warning to suggest virtual function override 2020-01-21 13:10:32 +02:00
Alexey Milovidov
a0c625c568 Minimal readline support 2020-01-19 22:03:12 +03:00
Alexey Milovidov
6f5ef70a14 Minimal readline support 2020-01-19 21:48:04 +03:00
Alexey Milovidov
6b1cdbca8b Minimal readline support 2020-01-19 21:42:35 +03:00
Alexey Milovidov
94e18fbed2 Minimal readline support 2020-01-19 21:41:03 +03:00
Alexey Milovidov
98d393c957 Fixed LineReader 2020-01-19 15:26:49 +03:00
Alexey Milovidov
db1bb630e0 Fixed configuration of replxx 2020-01-19 03:23:35 +03:00
Alexey Milovidov
47f6156ad8 Correct configuration of replxx 2020-01-19 03:01:49 +03:00
Alexey Milovidov
c0a5c664a9 Replace readline to replxx: docs and corrections 2020-01-18 18:44:08 +03:00
Alexey Milovidov
0104cbaa19 Fixed error in Suggest 2020-01-18 18:23:59 +03:00
Alexey Milovidov
f7efa5e2c7 Merge branch 'replxx' of https://github.com/abyss7/ClickHouse into abyss7-replxx 2020-01-18 17:00:59 +03:00
Ivan Lezhankin
2a8621d6e2 Fix gcc build 2020-01-16 16:39:39 +03:00
Ivan
bf31ddfe1f
Update LineReader.h 2020-01-14 19:30:12 +03:00
Ivan Lezhankin
b79855477f Fix stack-overflow problem 2020-01-14 17:53:53 +03:00
proller
2804feb941 Merge remote-tracking branch 'upstream/master' into fix27 2020-01-13 12:29:55 +03:00
alexey-milovidov
f051844eb7
Merge branch 'master' into replxx 2020-01-11 19:59:33 +03:00
Alexey Milovidov
0343deca56 Fixed build 2020-01-10 21:35:39 +03:00
Alexey Milovidov
ab677b5ad0 Removed some trash 2020-01-10 19:47:56 +03:00
Alexey Milovidov
6e50290ec6 Merge branch 'master' into weiqxu-master 2020-01-10 19:41:29 +03:00
Ivan Lezhankin
1ebd789bc9 Fix build 2020-01-10 19:19:22 +03:00
Ivan Lezhankin
66873bb734 Fix build 2020-01-10 16:26:23 +03:00
Ivan Lezhankin
5950f6c081 Merge remote-tracking branch 'upstream/master' into replxx 2020-01-09 19:21:04 +03:00