mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
361a27485d
* update presentations * CLICKHOUSE-2936: redirect from clickhouse.yandex.ru and clickhouse.yandex.com * update submodule * lost files * CLICKHOUSE-2981: prefer sphinx docs over original reference * CLICKHOUSE-2981: docs styles more similar to main website + add flags to switch language links * update presentations * Less confusing directory structure (docs -> doc/reference/) * Minify sphinx docs too * Website release script: fail fast + pass docker hash on deploy * Do not underline links in docs * shorter * cleanup docker images * tune nginx config * CLICKHOUSE-3043: get rid of habrastorage links * Lost translation * CLICKHOUSE-2936: temporary client-side redirect * behaves weird in test * put redirect back * CLICKHOUSE-3047: copy docs txts to public too * move to proper file * remove old pages to avoid confusion * Remove reference redirect warning for now * Refresh README.md * Yellow buttons in docs * Use svg flags instead of unicode ones in docs * fix test website instance * Put flags to separate files * wrong flag * Copy Yandex.Metrica introduction from main page to docs * Yet another home page structure change, couple new blocks (CLICKHOUSE-3045) * Update Contacts section * CLICKHOUSE-2849: more detailed legal information * CLICKHOUSE-2978 preparation - split by files * More changes in Contacts block * Tune texts on index page * update presentations * One more benchmark * Add usage sections to index page, adapted from slides * Get the roadmap started, based on slides from last ClickHouse Meetup * CLICKHOUSE-2977: some rendering tuning * Get rid of excessive section in the end of getting started * Make headers linkable * CLICKHOUSE-2981: links to editing reference - https://github.com/yandex/ClickHouse/issues/849 * CLICKHOUSE-2981: fix mobile styles in docs * Ban crawling of duplicating docs * Open some external links in new tab * Ban old docs too * Lots of trivial fixes in english docs * Lots of trivial fixes in russian docs * Remove getting started copies in markdown * Add Yandex.Webmaster * Fix some sphinx warnings * More warnings fixed in english docs * More sphinx warnings fixed * Add code-block:: text * More code-block:: text * These headers look not that well * Better switch between documentation languages * merge use_case.rst into ya_metrika_task.rst * Edit the agg_functions.rst texts * Add lost empty lines * Lost blank lines * Add new logo sizes * update presentations * Next step in migrating to new documentation * Fix all warnings in en reference * Fix all warnings in ru reference * Re-arrange existing reference * Move operation tips to main reference * Fix typos noticed by milovidov@ * Get rid of zookeeper.md * Looks like duplicate of tutorial.html * Fix some mess with html tags in tutorial * No idea why nobody noticed this before, but it was completely not clear whet to get the data * Match code block styling between main and tutorial pages (in favor of the latter) * Get rid of some copypaste in tutorial * Normalize header styles * Move example_datasets to sphinx * Move presentations submodule to website * Move and update README.md * No point in duplicating articles from habrahabr here * Move development-related docs as is for now * doc/reference/ -> docs/ (to match the URL on website) * Adapt links to match the previous commit * Adapt development docs to rst (still lacks translation and strikethrough support) * clean on release * blacklist presentations in gulp * strikethrough support in sphinx * just copy development folder for now * fix weird introduction in style article * Style guide translation (WIP) * Finish style guide translation to English * gulp clean separately * Update year in LICENSE * Initial CONTRIBUTING.md * Fix remaining links to old docs in tutorial * Some tutorial fixes * Typo * Another typo * Update list of authors from yandex-team accoding to git log * Fix diff with master * couple fixes in en what_is_clickhouse.rst * Try different link to blog in Russian * Swap words * Slightly larger line height * CLICKHOUSE-3089: disable hyphenation in docs * update presentations * Fix copying of txt files * update submodule * CLICKHOUSE-3108: fix overflow issues in mobile version * Less weird tutorial header in mobile version * CLICKHOUSE-3073: skip sourcemaps by default * CLICKHOUSE-3067: rename item in docs navigation * fix list markup * CLICKHOUSE-3067: some documentation style tuning * CLICKHOUSE-3067: less laggy single page documentation * update presentations * YQL-3278: add some links to ClickHouse Meetup in Berlin on October 5, 2017 * Add "time series" keyword * Switch link to next event * Switch link to next event #2 * smaller font * Remove Palo Alto link * Add link to Success stories list * better title * Update index.html * Update index.html * Do not expect gulp in $PATH * Add link to Beijing meetup * ignore presentations * introduce requirements.txt * Apply hacks by bayonet@ using monkey patching * Simplify and fix patching of "single" docs on Mac OS (it still has a bug on chunk borders though) * remove hidden symbol * s/2016–2017/2016–2018/g * Add some place to put virtualenv * mkdocs was missing from requirements.txt * This way it hurts eyes less * Change header layout + add flags * yandex_fonts.css -> custom.css * Larger docs logo * Shorter link * Link to home from logo * Borrow some more styles from main page * Tune some links * Remove shadow * Add header border * Header font * Better flag margin * Improve single page mode * Fix search results hover * Fix some MarkDown errors * Silence useless error * Get rid of index.html's * Enable syntax highlight * Fix link label in ru * More style fixes in documentation scripts
239 lines
6.1 KiB
Plaintext
239 lines
6.1 KiB
Plaintext
# emacs files
|
|
*~
|
|
*\#
|
|
.tramp_history
|
|
|
|
# vim cache files
|
|
*.swp
|
|
|
|
# auto generated files
|
|
*.logrt
|
|
|
|
build
|
|
/docs/en_single_page/
|
|
/docs/ru_single_page/
|
|
/docs/venv/
|
|
|
|
# callgrind files
|
|
callgrind.out.*
|
|
|
|
# ignore kdevelop files
|
|
*.kdev4
|
|
*.kdev_include_paths
|
|
|
|
# ignore sublime project files
|
|
*.sublime-*
|
|
|
|
# Qt Creator files
|
|
*.user
|
|
|
|
# ignore perf output
|
|
*/perf.data
|
|
|
|
# ignore build files
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
Makefile
|
|
cmake_install.cmake
|
|
CTestTestfile.cmake
|
|
*.a
|
|
*.o
|
|
cmake-build-*
|
|
|
|
# Python cache
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# ignore generated files
|
|
*-metrika-yandex
|
|
|
|
test.cpp
|
|
utils/compressor/compressor
|
|
utils/corrector_utf8/corrector_utf8
|
|
utils/iotest/iotest
|
|
utils/iotest/iotest_aio
|
|
utils/iotest/iotest_nonblock
|
|
utils/config-processor/config-processor
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
contrib/libpoco/Poco/
|
|
contrib/libpoco/bin/
|
|
contrib/libpoco/cmake_uninstall.cmake
|
|
contrib/libre2/re2_st/
|
|
dbms/src/Client/clickhouse-benchmark
|
|
dbms/src/Client/clickhouse-client
|
|
dbms/src/Client/tests/test-connect
|
|
dbms/src/Common/tests/arena_with_free_lists
|
|
dbms/src/Common/tests/auto_array
|
|
dbms/src/Common/tests/compact_array
|
|
dbms/src/Common/tests/hash_table
|
|
dbms/src/Common/tests/hashes_test
|
|
dbms/src/Common/tests/int_hashes_perf
|
|
dbms/src/Common/tests/lru_cache
|
|
dbms/src/Common/tests/parallel_aggregation
|
|
dbms/src/Common/tests/parallel_aggregation2
|
|
dbms/src/Common/tests/radix_sort
|
|
dbms/src/Common/tests/shell_command_test
|
|
dbms/src/Common/tests/simple_cache
|
|
dbms/src/Common/tests/sip_hash
|
|
dbms/src/Common/tests/sip_hash_perf
|
|
dbms/src/Common/tests/small_table
|
|
dbms/src/Core/tests/exception
|
|
dbms/src/Core/tests/field
|
|
dbms/src/Core/tests/rvo_test
|
|
dbms/src/Core/tests/string_pool
|
|
dbms/src/DataStreams/tests/aggregating_stream
|
|
dbms/src/DataStreams/tests/block_row_transforms
|
|
dbms/src/DataStreams/tests/block_tab_separated_streams
|
|
dbms/src/DataStreams/tests/collapsing_sorted_stream
|
|
dbms/src/DataStreams/tests/expression_stream
|
|
dbms/src/DataStreams/tests/filter_stream
|
|
dbms/src/DataStreams/tests/filter_stream_hitlog
|
|
dbms/src/DataStreams/tests/fork_streams
|
|
dbms/src/DataStreams/tests/glue_streams
|
|
dbms/src/DataStreams/tests/json_streams
|
|
dbms/src/DataStreams/tests/native_streams
|
|
dbms/src/DataStreams/tests/sorting_stream
|
|
dbms/src/DataStreams/tests/tab_separated_streams
|
|
dbms/src/DataStreams/tests/union_stream
|
|
dbms/src/DataStreams/tests/union_stream2
|
|
dbms/src/DataTypes/tests/data_type_string
|
|
dbms/src/DataTypes/tests/data_types_number_fixed
|
|
dbms/src/Functions/tests/functions_arithmetic
|
|
dbms/src/Functions/tests/logical_functions_performance
|
|
dbms/src/Functions/tests/number_traits
|
|
dbms/src/IO/tests/async_write
|
|
dbms/src/IO/tests/cached_compressed_read_buffer
|
|
dbms/src/IO/tests/compressed_buffer
|
|
dbms/src/IO/tests/hashing_read_buffer
|
|
dbms/src/IO/tests/hashing_write_buffer
|
|
dbms/src/IO/tests/io_and_exceptions
|
|
dbms/src/IO/tests/io_operators
|
|
dbms/src/IO/tests/mempbrk
|
|
dbms/src/IO/tests/o_direct_and_dirty_pages
|
|
dbms/src/IO/tests/parse_int_perf
|
|
dbms/src/IO/tests/parse_int_perf2
|
|
dbms/src/IO/tests/read_buffer
|
|
dbms/src/IO/tests/read_buffer_aio
|
|
dbms/src/IO/tests/read_buffer_perf
|
|
dbms/src/IO/tests/read_escaped_string
|
|
dbms/src/IO/tests/read_float_perf
|
|
dbms/src/IO/tests/read_write_int
|
|
dbms/src/IO/tests/valid_utf8
|
|
dbms/src/IO/tests/valid_utf8_perf
|
|
dbms/src/IO/tests/var_uint
|
|
dbms/src/IO/tests/write_buffer
|
|
dbms/src/IO/tests/write_buffer_aio
|
|
dbms/src/IO/tests/write_buffer_perf
|
|
dbms/src/Interpreters/tests/address_patterns
|
|
dbms/src/Interpreters/tests/aggregate
|
|
dbms/src/Interpreters/tests/compiler_test
|
|
dbms/src/Interpreters/tests/create_query
|
|
dbms/src/Interpreters/tests/expression
|
|
dbms/src/Interpreters/tests/expression_analyzer
|
|
dbms/src/Interpreters/tests/hash_map
|
|
dbms/src/Interpreters/tests/hash_map2
|
|
dbms/src/Interpreters/tests/hash_map3
|
|
dbms/src/Interpreters/tests/hash_map_string
|
|
dbms/src/Interpreters/tests/hash_map_string_2
|
|
dbms/src/Interpreters/tests/hash_map_string_3
|
|
dbms/src/Interpreters/tests/hash_map_string_small
|
|
dbms/src/Interpreters/tests/in_join_subqueries_preprocessor
|
|
dbms/src/Interpreters/tests/logical_expressions_optimizer
|
|
dbms/src/Interpreters/tests/select_query
|
|
dbms/src/Interpreters/tests/two_level_hash_map
|
|
dbms/src/Interpreters/tests/users
|
|
dbms/src/Parsers/tests/create_parser
|
|
dbms/src/Parsers/tests/select_parser
|
|
dbms/src/Server/clickhouse-server
|
|
dbms/src/Server/clickhouse-server.init
|
|
dbms/src/Storages/tests/hit_log
|
|
dbms/src/Storages/tests/merge_tree
|
|
dbms/src/Storages/tests/part_checker
|
|
dbms/src/Storages/tests/part_name
|
|
dbms/src/Storages/tests/pk_condition
|
|
dbms/src/Storages/tests/seek_speed_test
|
|
dbms/src/Storages/tests/storage_log
|
|
dbms/src/Storages/tests/system_numbers
|
|
libs/libcommon/src/revision.h
|
|
libs/libcommon/src/tests/date_lut2
|
|
libs/libcommon/src/tests/date_lut3
|
|
libs/libcommon/src/tests/date_lut4
|
|
libs/libcommon/src/tests/date_lut_init
|
|
libs/libcommon/src/tests/multi_version
|
|
libs/libmysqlxx/src/tests/failover
|
|
libs/libmysqlxx/src/tests/mysqlxx_test
|
|
libs/libzkutil/src/tests/zkutil_expiration_test
|
|
libs/libzkutil/src/tests/zkutil_test
|
|
libs/libzkutil/src/tests/zkutil_test_async
|
|
libs/libzkutil/src/tests/zkutil_test_commands
|
|
libs/libzkutil/src/tests/zkutil_test_lock
|
|
libs/libzkutil/src/tests/zkutil_zookeeper_holder
|
|
utils/zookeeper-create-entry-to-download-part/zookeeper-create-entry-to-download-part
|
|
utils/zookeeper-dump-tree/zookeeper-dump-tree
|
|
utils/zookeeper-remove-by-list/zookeeper-remove-by-list
|
|
dbms/src/Storages/tests/remove_symlink_directory
|
|
dbms/tests/queries/1_stateful
|
|
debian/control
|
|
debian/copyright
|
|
debian/tmp/
|
|
libs/libcommon/src/tests/json_test
|
|
utils/compressor/zstd_test
|
|
utils/wikistat-loader/wikistat-loader
|
|
dbms/src/Common/tests/pod_array
|
|
debian/clickhouse-benchmark/
|
|
debian/clickhouse-client/
|
|
debian/clickhouse-server-base/
|
|
debian/clickhouse-server-common/
|
|
debian/files
|
|
|
|
dbms/src/Server/data/*
|
|
dbms/src/Server/metadata/*
|
|
dbms/src/Server/status
|
|
config-9001.xml
|
|
|
|
*-preprocessed.xml
|
|
|
|
core
|
|
!core/
|
|
vgcore*
|
|
|
|
*.deb
|
|
*.build
|
|
*.upload
|
|
*.changes
|
|
build-stamp
|
|
configure-stamp
|
|
debian/*.debhelper.log
|
|
debian/*.debhelper
|
|
debian/*.substvars
|
|
|
|
*.bin
|
|
*.mrk
|
|
|
|
.dupload.conf
|
|
|
|
# Netbeans project files
|
|
nbproject/*
|
|
|
|
# JetBrains project files
|
|
.idea
|
|
|
|
# Microsoft Visual Studio Code
|
|
.vscode
|
|
|
|
config-preprocessed.xml
|
|
|
|
# Protobuf
|
|
*.pb.cpp
|
|
*.pb.h
|
|
|
|
# Ignore symlink to private repository
|
|
/private
|
|
|
|
# Gulp dependencies used to minify website
|
|
node_modules
|
|
public
|
|
website/docs
|
|
website/presentations
|