Commit Graph

526 Commits

Author SHA1 Message Date
Ivan Blinkov
20c68e5a6f
WIP on docs introduction articles (#2716)
* WIP on content of distinctive_features.md

* WIP on content of features_considered_disadvantages.md
2018-07-27 14:26:20 +03:00
alexey-milovidov
d0507bb639
Update url.md 2018-07-27 14:18:54 +03:00
alesapin
c0f5e33fe8 Add docs for URL table engine and url table function 2018-07-27 13:21:04 +03:00
BayoNet
6555b05c77 Fixed links after restructurization of the documentation. 2018-07-26 21:02:40 +03:00
BayoNet
5b9dfcb486 Merge remote-tracking branch 'upstream/master' 2018-07-26 20:03:23 +03:00
BayoNet
afd57d0372 - Functions with special support for NULL
- Descriptions for functons: arrayResize, multiIf, getSizeOfEnumType, toColumnTypeName, dumpColumnStructure, defaultValueOfArgumentType, indexHint, replicate.
- Enum description is updated
2018-07-26 17:41:59 +03:00
Alexey Milovidov
57f9abf6b2 Added clarifications for ZooKeeper operations [#CLICKHOUSE-3] 2018-07-25 22:34:58 +03:00
proller
f88f68db09 Macos: fix include for mysql, use mariadb-connector-c in docs (#2717)
* Macos: fix mysql link

* Macos: Fix mysql include

* doc
2018-07-25 18:27:31 +03:00
alexey-milovidov
743f904a64
Merge pull request #2714 from blinkov/CLICKHOUSE-2720
Refactoring that also fixes CLICKHOUSE-3858
2018-07-25 14:23:07 +03:00
Ivan Blinkov
0b14512735 lang has already been passed 2018-07-25 12:21:38 +03:00
Ivan Blinkov
81b757bb05 CLICKHOUSE-3858: get rid of more js workarounds for old docs build system + some fixes 2018-07-25 12:19:50 +03:00
Ivan Blinkov
3b2c3fd73f CLICKHOUSE-3858: get rid of js workarounds for old docs build system 2018-07-25 11:46:02 +03:00
BayoNet
c31dca2c04 Tuple description is updated. 2018-07-25 09:10:07 +03:00
zhang2014
7e87fa8e18 ISSUES-2688 support on cluster for kill & optimize query 2018-07-24 22:07:13 +03:00
Ivan Blinkov
5ad0d74dff Hide example on main docs page behind spoiler 2018-07-24 19:37:57 +03:00
alexey-milovidov
480735db41
Update configuration_files.md 2018-07-23 23:07:35 +03:00
Ivan Blinkov
c7e526e050
WIP on documentation (#2692)
* 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

* s/formats\/interfaces/interfaces\/formats/g

* Remove extra clarification from header as it was too verbose, probably making it a bit more confusing

* Empty article was supposed to be hidden

* At least change incorrect title

* Move special links to the bottom of nav and slightly highlight them

* Skip hidden pages in bottom navigation too

* Make front page of documentation to be part of Introduction

* Make tables in introduction somewhat readable + move abbreviation definitions earlier

* Some introduction text refactoring

* Some docs introduction refactoring

* Use admonitions instead of divs

* Additional .gitignore

* Treat .gif as images too

* Clarify ToC item
2018-07-20 20:35:34 +03:00
Ivan Blinkov
1eb23d4b48
s/formats\/interfaces/interfaces\/formats/g (#2685)
* 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

* s/formats\/interfaces/interfaces\/formats/g
2018-07-20 00:51:17 +03:00
MaximAL
aa453c43ce Non-translated and (#2681) 2018-07-19 11:32:35 +03:00
alexey-milovidov
ef5f09af50
Update tests.md 2018-07-19 06:23:40 +03:00
alexey-milovidov
9ff93c7b6d
Update tests.md 2018-07-19 06:20:25 +03:00
alexey-milovidov
592733f697
Update tests.md 2018-07-19 06:14:56 +03:00
alexey-milovidov
71c70137ea
Update tests.md 2018-07-19 06:14:20 +03:00
alexey-milovidov
c295c12dd4
Added documentation about ClickHouse testing (#2676)
* Added documentation about ClickHouse testing (draft) [#CLICKHOUSE-2]

* Updated documentation about ClickHouse testing [#CLICKHOUSE-2]

* Moved information about ClickHouse tests to correct place [#CLICKHOUSE-3]

* Moved information about ClickHouse tests to correct place [#CLICKHOUSE-3]
2018-07-19 06:02:29 +03:00
BayoNet
ba04b9dcb8 Functions for Nullable arguments. 2018-07-18 21:45:23 +03:00
Ivan Blinkov
0a4a5b36cc
Some WIP on documentation refactoring (#2659)
* 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
2018-07-18 13:00:53 +03:00
Ivan Blinkov
ca39514209
Get rid of Russian examples in English version 2018-07-17 17:12:20 +03:00
BayoNet
ca7f6b3d5b NULL in dictionaries. 2018-07-17 09:34:43 +03:00
BayoNet
09a4f79db6 NULL in aggregate functions. 2018-07-17 09:23:18 +03:00
BayoNet
3a6b95870c NULL in requests. 2018-07-17 08:48:14 +03:00
Alexey Zatelepin
9a001224f7 update docs [#CLICKHOUSE-3748] 2018-07-16 06:22:22 +03:00
filimonov
17e4711968 deadlinks4 2018-07-16 03:22:42 +03:00
filimonov
dd69df4e21 deadlinks3 2018-07-16 03:22:42 +03:00
filimonov
9ee98902cb fixing deadlink
After that commit few links is not working
2018-07-16 03:22:42 +03:00
alexey-milovidov
6d83ae0356
Update queries.md 2018-07-15 05:08:41 +03:00
Ilya Breev
859a70245a replace POST examples with curl 2018-07-14 15:14:20 +03:00
Ilya Breev
75b2ee8727 remove GET example
it is referring command GET from libwww-perl
2018-07-14 15:14:20 +03:00
Ilya Breev
319f2474d7 replace POST examples with curl 2018-07-14 15:14:20 +03:00
Ilya Breev
e1ca437766 Update .net section of 3rd party libraries list 2018-07-13 22:30:00 +03:00
alexey-milovidov
95110c4aa8
Update index.md 2018-07-13 22:25:33 +03:00
Ilya Breev
0ee6b20381 Update in .Net section of 3rd party libraries 2018-07-13 22:06:50 +03:00
Ivan Blinkov
b55d532f48 Add README.md for docs/tools 2018-07-11 16:45:13 +03:00
Ivan Blinkov
b9de47912c Some more clarifications 2018-07-11 13:57:44 +03:00
Ivan Blinkov
be2221844b Add more detailed README.md to docs folder 2018-07-11 12:30:15 +03:00
Ivan Blinkov
af761035fd Fix single page version detection 2018-07-11 11:34:32 +03:00
Ivan Blinkov
b4cbc52042 Refactor and fix some javascript in docs template 2018-07-11 11:29:34 +03:00
Ivan Blinkov
ccd8e95093 Improve logging a bit #2 2018-07-11 11:17:36 +03:00
Ivan Blinkov
56cbce1b38 Improve logging a bit 2018-07-11 11:14:23 +03:00
Ivan Blinkov
cf157b04be Add helper script to simplify editing docs in both languages in parallel 2018-07-11 11:05:24 +03:00
Ivan Blinkov
c096c79dd5 Delay docs init 2018-07-09 19:56:20 +03:00
Ivan Blinkov
b82840f361 Workaround for missing jQuery 2018-07-09 19:47:05 +03:00
Ivan Blinkov
1410555aeb Keep only pages index in yaml 2018-07-09 19:41:32 +03:00
Ivan Blinkov
e94a3262ac Keep H1 the same in single page docs 2018-07-09 18:18:52 +03:00
Ivan Blinkov
810c130500 merge from master 2018-07-09 18:13:26 +03:00
Ivan Blinkov
4a43773134 Actually include redirects.conf 2018-07-09 18:09:16 +03:00
Ivan Blinkov
d249cea22f Rewrite build.sh in Python
- Get rid of half of copypaste in yml files
- Draft of redirects support
2018-07-09 18:03:54 +03:00
filimonov
a0814164c0 describing distributed_product_mode in settings.md
See 

7707b5a209/dbms/src/Interpreters/InJoinSubqueriesPreprocessor.h (L17-L32)

576885c6b8/dbms/src/Interpreters/Settings.h (L121)

77fd2f3721/dbms/src/Interpreters/SettingsCommon.cpp (L464-L473)

88efe5ad56/dbms/src/Interpreters/InJoinSubqueriesPreprocessor.cpp (L155)
2018-07-09 17:59:20 +03:00
Ivan Blinkov
5ec05996f4 Some refactoring in concatenate.py 2018-07-09 15:35:19 +03:00
Ivan Blinkov
eefff21f6d Remove unused script #2 2018-07-09 15:21:33 +03:00
Ivan Blinkov
aec554c223 Remove unused script 2018-07-09 15:18:54 +03:00
Ivan Blinkov
9e2bb1ac0b Clean up docs folder by moving all build-related tools to subdirectory 2018-07-09 15:14:26 +03:00
Ivan Blinkov
e312229344 Few documentation infrastructure improvements (#2613)
* Remove Berlin meetup link

* Do not block browser while single page docs content loads

* Restore sidebar scroll tracking feature

* Temporary hide footer in single page docs mode so it does not jump around

* Swap sidebars in single page docs mode

* fix lost anchor in link

* Explicitly fail if there are errors during docs build
2018-07-09 15:00:38 +03:00
Ivan Blinkov
610bb98eab Explicitly fail if there are errors during docs build 2018-07-09 14:26:11 +03:00
Ivan Blinkov
014c8a93f2 fix lost anchor in link 2018-07-09 14:18:37 +03:00
Ivan Blinkov
6e780c3237 Swap sidebars in single page docs mode 2018-07-09 14:15:33 +03:00
Ivan Blinkov
27baeb4709 Temporary hide footer in single page docs mode so it does not jump around 2018-07-09 14:14:41 +03:00
Ivan Blinkov
a26933fe2b Restore sidebar scroll tracking feature 2018-07-09 13:06:42 +03:00
Ivan Blinkov
7fdde523fd Do not block browser while single page docs content loads 2018-07-09 12:18:48 +03:00
BayoNet
ae8c739c69 Some clarifications about Nullable type and NULLs. 2018-07-08 11:58:43 +03:00
alexey-milovidov
b0ec1423c7
Reordered the list of PHP clients. 2018-07-06 19:33:59 +03:00
alexey-milovidov
c429ceb7e1
Reordered the list of PHP clients. 2018-07-06 19:32:49 +03:00
Alexey Milovidov
d45ca13fe7 Merge branch 'feature-agg-func-in-summing-merge-tree' of https://github.com/kvap/ClickHouse into kvap-feature-agg-func-in-summing-merge-tree 2018-07-04 23:38:06 +03:00
alexey-milovidov
83bd2cdce3
Update summingmergetree.md 2018-07-04 23:35:20 +03:00
Alexey Milovidov
47958bee7c Merge branch 'feature-agg-func-in-summing-merge-tree' of https://github.com/kvap/ClickHouse into kvap-feature-agg-func-in-summing-merge-tree 2018-07-04 23:34:28 +03:00
BayoNet
29afde3ac9 Described operators IS NULL and IS NOT NULL 2018-07-04 09:21:21 +03:00
BayoNet
0cf2d401de Liks fixes. 2018-07-03 16:07:16 +03:00
BayoNet
f7ba157b10 New data types: Nullable and Nothing.
Processing of Nullable in inserts from selects.
Some links and typographic fixes.
2018-07-03 15:51:46 +03:00
Alexey Zatelepin
84191ecca4 add en docs draft for mutations [#CLICKHOUSE-3687] 2018-07-02 21:27:30 +03:00
Alex Zatelepin
10adc99dd0
Update queries.md 2018-07-02 21:00:21 +03:00
BayoNet
0a09fc7707 Merge remote-tracking branch 'upstream/master' 2018-06-30 20:12:54 +03:00
BayoNet
c91a2c0de0 NULL-literal. Support for NULLs in data formats. 2018-06-30 20:04:07 +03:00
Alexey Milovidov
74a8996367 Updated information about Gentoo (tnx. kmeaw) [#CLICKHOUSE-2] 2018-06-29 15:07:07 +03:00
alexey-milovidov
b06801a3d3
Update index.md 2018-06-28 18:15:37 +03:00
alexey-milovidov
d2e399f688
Update index.md 2018-06-28 18:13:29 +03:00
Alexey Zatelepin
b8c4a0ba8e add docs draft for mutations [#CLICKHOUSE-3687] 2018-06-28 16:52:00 +03:00
Constantin S. Pan
9cb1d09c20 Update the docs 2018-06-27 10:56:26 +01:00
Dmitry S..ky / skype: dvska-at-skype
2ed5a7c2dd typo fixed 2018-06-26 16:13:34 +03:00
zhang2014
49d524244f ISSUES-2533 add numbers table function document 2018-06-25 21:10:35 +03:00
zhang2014
56d7e870d2 Add a new JDBC driver implementation to the document 2018-06-18 01:47:17 +08:00
alexey-milovidov
55a712beab
Update system.parts.md 2018-06-16 05:11:11 +03:00
Jason
6fd915b532
Update system.parts
add description 'Low versions must be YYYYMM format, and now it can be any' in partition column description.
2018-06-15 09:15:36 +08:00
Jason
14c16f67ec
Update system.zookeeper
add description 'This table presents when ZooKeeper is configured' at first.
2018-06-15 09:13:39 +08:00
KochetovNicolai
29c7c36957
Update summingmergetree.md
Added linefeed.
2018-06-14 14:09:28 +03:00
KochetovNicolai
94afe26d4c
Update summingmergetree.md
Added linefeed.
2018-06-14 14:07:57 +03:00
Jonatas Freitas
f830821c48
Update third-party_gui.md 2018-06-10 20:39:15 -03:00
Ivan Blinkov
2d541d3016 Add Berlin meetup link & update roadmap (#2491)
* Update roadmap

* Add Berlin meetup link

* fix indent
2018-06-09 15:21:45 +03:00
Alexey Milovidov
64ea1046e1 Using ninja by default: updated instructions [#CLICKHOUSE-2] 2018-06-08 19:18:07 +03:00
Alexey Milovidov
51044279e5 Squashed #2471 2018-06-05 23:09:51 +03:00
Alexandr Krasheninnikov
8d273e776b Syslog logging support 2018-06-01 20:45:03 +03:00
alexey-milovidov
cc1a38186b
Update access_rights.md 2018-06-01 18:53:37 +03:00