ClickHouse/programs/server
2020-05-23 22:43:13 +03:00
..
config.d Rewrite access_control_path in path.xml 2020-04-08 10:45:14 +03:00
data Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
metadata/default Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
users.d Enable "allow_introspection_functions" for development 2020-05-10 04:18:16 +03:00
clickhouse-server.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
config.xml Enable mlock by default 2020-05-22 14:31:27 +03:00
HTTPHandler.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +03:00
HTTPHandler.h Fix build 2020-05-10 02:34:24 +03:00
HTTPHandlerFactory.cpp Progress on task 2020-05-23 22:43:13 +03:00
HTTPHandlerFactory.h Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
HTTPHandlerRequestFilter.h fix 2020-04-28 10:19:37 +03:00
InterserverIOHTTPHandler.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_[^\W_]+\([^,]+, [^<+)"]+\);' | xargs sed -i -r -e 's/(LOG_[^\W_]+)\(([^,]+), ([^<+)"]+)\);/\1_FORMATTED(\2, \3);/' 2020-05-23 20:29:56 +03:00
InterserverIOHTTPHandler.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
IServer.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
MetricsTransmitter.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
MetricsTransmitter.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
MySQLHandler.cpp Remove duplicate whitespaces (preparation) 2020-05-23 21:53:58 +03:00
MySQLHandler.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
MySQLHandlerFactory.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}\5{}", \4, \6);/' 2020-05-23 19:58:15 +03:00
MySQLHandlerFactory.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
NotFoundHandler.cpp Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
NotFoundHandler.h Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
PrometheusMetricsWriter.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
PrometheusMetricsWriter.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
PrometheusRequestHandler.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
PrometheusRequestHandler.h ISSUES-5436 fix integration test failure & add test 2020-04-23 17:11:20 +08:00
ReplicasStatusHandler.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/' 2020-05-23 19:42:39 +03:00
ReplicasStatusHandler.h ISSUES-5436 reworking predefine http 2020-04-20 03:18:36 +08:00
Server.cpp Apply all transformations again 2020-05-23 22:38:30 +03:00
Server.h Fix build. 2020-04-17 15:58:52 +03:00
StaticRequestHandler.cpp minor fixes 2020-04-28 02:05:15 +03:00
StaticRequestHandler.h ISSUES-5436 add integration test 2020-04-27 18:49:32 +08:00
TCPHandler.cpp Apply all transformations again 2020-05-23 21:59:49 +03:00
TCPHandler.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
TCPHandlerFactory.h find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +03:00
users.xml Add the "access_management" option to users.xml which enables a user to manage access rights. 2020-04-07 23:31:54 +03:00
ya.make ISSUES-5436 fix ya make 2020-04-27 20:17:16 +08:00