Commit Graph

527 Commits

Author SHA1 Message Date
f1yegor
8bf9ef9add reference en: -State, -Merge, -MergeState combinators 2017-06-05 17:53:52 +03:00
Ivan Blinkov
86a3fcaec4 put redirect back 2017-05-31 20:55:09 +04:00
Ivan Blinkov
43d1467233 behaves weird in test 2017-05-31 20:55:09 +04:00
Ivan Blinkov
1f6d5196f7 CLICKHOUSE-3043: get rid of habrastorage links 2017-05-31 20:55:09 +04:00
Ivan Blinkov
7432f59f59 tune nginx config 2017-05-31 20:55:09 +04:00
Ivan Blinkov
76d94bbc2a cleanup docker images 2017-05-31 20:55:09 +04:00
Ivan Blinkov
e0d980bac2 Website release script: fail fast + pass docker hash on deploy 2017-05-31 20:55:09 +04:00
Ivan Blinkov
09f4d26816 Minify sphinx docs too 2017-05-31 20:55:09 +04:00
Ivan Blinkov
0853d02abe CLICKHOUSE-2981: docs styles more similar to main website + add flags to switch language links 2017-05-31 20:55:09 +04:00
Ivan Blinkov
b9caa63aa6 CLICKHOUSE-2981: prefer sphinx docs over original reference 2017-05-31 20:55:09 +04:00
Ivan Blinkov
a51334ef94 CLICKHOUSE-2936: redirect from clickhouse.yandex.ru and clickhouse.yandex.com 2017-05-31 20:55:09 +04:00
Ivan Blinkov
ab527d0117 revert 8a9b2f9f45 2017-05-16 21:51:42 +03:00
Ivan Blinkov
8a9b2f9f45 tune release.sh 2017-05-16 21:32:44 +03:00
Ivan Blinkov
7a75734b25 CLICKHOUSE-2976: get rid of try_files 2017-05-16 21:32:35 +03:00
Ivan Blinkov
ebd72199e9 CLICKHOUSE-2976: basic 404 page 2017-05-16 19:48:59 +03:00
Ivan Blinkov
ed5820067a CLICKHOUSE-2981: build docs with website 2017-05-16 19:00:24 +03:00
Ivan Blinkov
fa5fcd7b5a Update Yandex.Metrika counter code 2017-05-16 10:51:05 +03:00
Ivan Blinkov
74ddfbb6af merge master 2017-05-16 10:44:06 +03:00
Ilya Shipitsin
82ee94a3bb optimized logo.png using "optipng", use more elegant "apt-add-repository"
repo management.
2017-05-16 10:25:41 +04:00
Marek Vavruša
5f1e65b252 AggregateFunctions: implemented topK(n)
This implements a new function for approximate
computation of the most frequent entries using
Filtered Space Saving with a merge step adapted
from Parallel Space Saving paper.

It works better for cases where GROUP BY x
is impractical due to high cardinality of x,
such as top IP addresses or top search queries.
2017-05-03 23:09:52 -07:00
Igor Hatarist
bb257eec01 Add input_format_allow_errors options to the reference 2017-05-03 21:05:46 -07:00
artpaul
fc6b274908 add reference to cpp client 2017-04-26 05:45:47 +03:00
Ivan Blinkov
4730ddad0d Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720 2017-04-24 11:43:56 -07:00
Vitaliy Lyudvichenko
56b00a110a Removed debug code and add docs. [#CLICKHOUSE-2902] 2017-04-15 06:48:24 +03:00
Ivan Blinkov
df481aec89 CLICKHOUSE-2934: update url hash on slow scroll 2017-04-11 07:38:43 +03:00
Ivan Blinkov
8ad21d94c1 CLICKHOUSE-2737: fixed "Fork me" color (slightly lighter yellow) 2017-04-11 07:31:42 +03:00
Ivan Blinkov
6a51c66424 CLICKHOUSE-2724: website refactoring (#668)
* Split website and doc

* Add Host directive to robots.txt

* Make new favicon.ico from svg

* Reformat code

* Add some obscurity to email to limit it's inclusion to email spam databases

* Mention SQL in descriptions

* Put logo near main title

* Add navbar

* Update feedback text on tutorial page

* Reformat code on tutorial page

* Better inline svg

* Move javascript to bottom in reference

* Mark external links on main & tutorial

* Copy footer from main to tutorial

* Move Telegram higher

* Get rid of hidden content

* Update jQuery + add it on index

* Rewrite plain JS with jQuery on index

* Swap Contacts and Download

* Some title tuning

* Move Source link to corner

* Slow scroll

* New first screen

* First screen tuning

* Add github pages script

* Checkout in proper place

* more nofollow

* Basic mobile support

* Add some temporary icon (SIL licensed)

* Fix horizontal scroll on mobile

* Re-order paragraphs

* Sync paragraphs with their index

* Add one more grey block

* Fix scroll to top

* better offset

* Reformat code

* Add social paragraph

* Better word

* Font tuning

* More font/offset tuning

* Increase navbar padding

* Basic minify & livereload via gulp

* Add styles to default in gulp

* Do not minify html in reference

* Add og:image header

* "build" gulp target

* Add readme for website

* Max-width for navbar

* Use different placeholder

* Tune some margins

* Do not center buttons

* Tune navbar padding

* s/an/a/

* Larger font at logo

* Increase padding at hero

* Yet another placeholder + tune padding on buttons

* Basic support for website inside Docker

* Listen for IPv6 inside Docker

* s/available/enabled/g

* nginx tuning

* add gzip_min_length

* not so dark "fork me" badge

* do not commit build results

* move "fork me" to right side

* Tune styles and texts

* tune mobile version

* text fix

* text fix

* text fix

* publish presentations

* fix navbar styling

* fix id name

* Support actual deployment to either prod and test

* tune logo margin

* Mention ClickHouse Docker images

* style tuning

* disable mix-blend-mode on mobile

* copy robots.txt
2017-04-10 17:24:53 +03:00