1. 03 2月, 2020 2 次提交
  2. 30 1月, 2020 1 次提交
  3. 17 1月, 2020 1 次提交
  4. 14 11月, 2019 1 次提交
  5. 31 10月, 2019 1 次提交
  6. 24 10月, 2019 1 次提交
  7. 23 10月, 2019 1 次提交
  8. 23 9月, 2019 1 次提交
    • B
      DOCAPI-8530: Code blocks markup fix (#7060) · 2d2bc052
      BayoNet 提交于
      * Typo fix.
      
      * Links fix.
      
      * Fixed links in docs.
      
      * More fixes.
      
      * docs/en: cleaning some files
      
      * docs/en: cleaning data_types
      
      * docs/en: cleaning database_engines
      
      * docs/en: cleaning development
      
      * docs/en: cleaning getting_started
      
      * docs/en: cleaning interfaces
      
      * docs/en: cleaning operations
      
      * docs/en: cleaning query_lamguage
      
      * docs/en: cleaning en
      
      * docs/ru: cleaning data_types
      
      * docs/ru: cleaning index
      
      * docs/ru: cleaning database_engines
      
      * docs/ru: cleaning development
      
      * docs/ru: cleaning general
      
      * docs/ru: cleaning getting_started
      
      * docs/ru: cleaning interfaces
      
      * docs/ru: cleaning operations
      
      * docs/ru: cleaning query_language
      
      * docs: cleaning interfaces/http
      
      * Update docs/en/data_types/array.md
      
      decorated ```
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/getting_started/example_datasets/nyc_taxi.md
      
      fixed typo
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/getting_started/example_datasets/ontime.md
      
      fixed typo
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/interfaces/formats.md
      
      fixed error
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/operations/table_engines/custom_partitioning_key.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/operations/utils/clickhouse-local.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/query_language/dicts/external_dicts_dict_sources.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/operations/utils/clickhouse-local.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/query_language/functions/json_functions.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/query_language/functions/json_functions.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/query_language/functions/other_functions.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/query_language/functions/other_functions.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/query_language/functions/date_time_functions.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * Update docs/en/operations/table_engines/jdbc.md
      Co-Authored-By: NBayoNet <da-daos@yandex.ru>
      
      * docs: fixed error
      
      * docs: fixed error
      2d2bc052
  9. 01 3月, 2019 2 次提交
  10. 01 12月, 2018 1 次提交
  11. 23 10月, 2018 1 次提交
    • B
      Clarifications for MySQL table engine and toStartOfMonth function (#3440) · e3c2a2af
      BayoNet 提交于
      * Update of english version of descriprion of the table function `file`.
      
      * New syntax for ReplacingMergeTree.
      Some improvements in text.
      
      * Significantly change article about SummingMergeTree.
      Article is restructured, text is changed in many places of the document. New syntax for table creation is described.
      
      * Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.
      
      * New syntax for new syntax of CREATE TABLE
      
      * Added english docs on Aggregating, Replacing and SummingMergeTree.
      
      * CollapsingMergeTree docs. English version.
      
      * 1. Update of CollapsingMergeTree. 2. Minor changes in markup
      
      * Update aggregatefunction.md
      
      * Update aggregatefunction.md
      
      * Update aggregatefunction.md
      
      * Update aggregatingmergetree.md
      
      * GraphiteMergeTree docs update.
      New syntax for creation of Replicated* tables.
      Minor changes in *MergeTree tables creation syntax.
      
      * Markup fix
      
      * Markup and language fixes
      
      * Clarification in the CollapsingMergeTree article
      
      * Clarifications for MySQL table engine and toStartOfMonth function
      e3c2a2af
  12. 16 10月, 2018 4 次提交
    • I
      WIP on docs/website (#3383) · 8623cb23
      Ivan Blinkov 提交于
      * CLICKHOUSE-4063: less manual html @ index.md
      
      * CLICKHOUSE-4063: recommend markdown="1" in README.md
      
      * CLICKHOUSE-4003: manually purge custom.css for now
      
      * CLICKHOUSE-4064: expand <details> before any print (including to pdf)
      
      * CLICKHOUSE-3927: rearrange interfaces/formats.md a bit
      
      * CLICKHOUSE-3306: add few http headers
      
      * Remove copy-paste introduced in #3392
      
      * Hopefully better chinese fonts #3392
      
      * get rid of tabs @ custom.css
      
      * Apply comments and patch from #3384
      
      * Add jdbc.md to ToC and some translation, though it still looks badly incomplete
      
      * minor punctuation
      
      * Add some backlinks to official website from mirrors that just blindly take markdown sources
      
      * Do not make fonts extra light
      
      * find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {}
      
      * find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {}
      
      * Remove outdated stuff from roadmap.md
      
      * Not so light font on front page too
      
      * Refactor Chinese formats.md to match recent changes in other languages
      8623cb23
    • I
      10da7f20
    • I
      71e03032
    • I
  13. 18 9月, 2018 1 次提交
  14. 18 7月, 2018 2 次提交
    • I
      Some WIP on documentation refactoring (#2659) · 0a4a5b36
      Ivan Blinkov 提交于
      * Additional .gitignore entries
      
      * Merge a bunch of small articles about system tables into single one
      
      * Merge a bunch of small articles about formats into single one
      
      * Adapt table with formats to English docs too
      
      * Add SPb meetup link to main page
      
      * Move Utilities out of top level of docs (the location is probably not yet final) + translate couple articles
      
      * Merge MacOS.md into build_osx.md
      
      * Move Data types higher in ToC
      
      * Publish changelog on website alongside documentation
      
      * Few fixes for en/table_engines/file.md
      
      * Use smaller header sizes in changelogs
      
      * Group up table engines inside ToC
      
      * Move table engines out of top level too
      
      * Specificy in ToC that query language is SQL based. Thats a bit excessive, but catches eye.
      
      * Move stuff that is part of query language into respective folder
      
      * Move table functions lower in ToC
      
      * Lost redirects.txt update
      
      * Do not rely on comments in yaml + fix few ru titles
      
      * Extract major parts of queries.md into separate articles
      
      * queries.md has been supposed to be removed
      
      * Fix weird translation
      
      * Fix a bunch of links
      
      * There is only table of contents left
      
      * "Query language" is actually part of SQL abbreviation
      
      * Change filename in README.md too
      
      * fix mistype
      0a4a5b36
    • I
      3031cc27
  15. 25 2月, 2018 1 次提交
  16. 22 12月, 2017 2 次提交
  17. 11 12月, 2017 2 次提交
  18. 25 10月, 2017 1 次提交
  19. 20 6月, 2017 1 次提交
    • I
      CLICKHOUSE-2720: progress on website and reference (#886) · 67c2e503
      Ivan Blinkov 提交于
      * 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
      67c2e503
  20. 19 6月, 2017 1 次提交
  21. 13 6月, 2017 1 次提交
    • I
      CLICKHOUSE-2720: progress on website (#865) · e8a5804e
      Ivan Blinkov 提交于
      * 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
      e8a5804e
  22. 10 6月, 2017 1 次提交
  23. 09 6月, 2017 2 次提交
  24. 01 6月, 2017 1 次提交
  25. 30 5月, 2017 1 次提交
  26. 08 5月, 2017 1 次提交
    • A
      Fixed some ERRORS and WARNINGS during RU docs build. (#772) · 4a24d4f3
      Andrey Dudin 提交于
      * Initial commit if EN docs
      
      * Part of EN documentation
      
      * Full queries section
      
      * External data
      
      * Table engines
      
      * System tables
      
      * Table functions
      
      * Formats
      
      * Data types
      
      * Operators
      
      * Functions
      
      * Dictionaries
      
      * Settings
      
      * Configuration files
      
      * Access rights
      
      * Quotas
      
      * Fixed few formatting errors
      
      * Fixed few formatting errors
      
      * Fixed few formatting errors
      
      * FIX: "WARNING: Title underline too short." during build RU docs.
      
      * FIX: "WARNING: Title underline too short." during build RU docs.
      4a24d4f3
  27. 13 3月, 2017 1 次提交