You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/03/31 23:27:08 UTC

[incubator-pinot] branch master updated (fedd1ae -> f20c3d6)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from fedd1ae  [TE] fix the merger issue that it can't merge historical anomaly generated by multiple rules (#5196)
     add f20c3d6  Pinot website (#5185)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   21 +
 website/.gitignore                                 |   28 +
 website/README.md                                  |   35 +
 website/docs/about.md                              |   14 +
 website/docs/about/features_of_pinot.md            |   40 +
 website/docs/about/what_is_pinot.md                |   35 +
 website/docs/about/who_use_pinot.md                |   26 +
 website/docs/administration.md                     |   14 +
 .../docs/administration/guides/troubleshooting.md  |    6 +
 .../docs/administration/installation/cloud/aws.md  |  150 ++
 .../administration/installation/cloud/azure.md     |  129 ++
 .../docs/administration/installation/cloud/gcp.md  |  134 ++
 .../installation/cloud/on-premise.md               |  287 ++++
 .../docs/administration/installation/containers.md |   12 +
 .../installation/containers/docker.md              |  136 ++
 .../installation/operating-systems/macos.md        |   11 +
 .../installation/operating-systems/ubuntu.md       |   14 +
 website/docs/administration/running_locally.md     |   60 +
 website/docs/components.md                         |   14 +
 website/docs/components/broker.md                  |   13 +
 website/docs/components/cluster.md                 |  137 ++
 website/docs/components/controller.md              |    7 +
 .../docs/components/minion.md                      |    0
 .../docs/components/schema.md                      |    0
 .../docs/components/segments.md                    |    0
 .../docs/components/server.md                      |    0
 .../docs/components/tables.md                      |    0
 .../docs/components/tenants.md                     |    0
 website/docs/concepts.md                           |   14 +
 website/docs/concepts/pinot-architecture.md        |   17 +
 website/docs/how-to.md                             |   14 +
 website/docs/misc.md                               |   14 +
 website/docs/misc/build-docker.md                  |  183 ++
 website/docs/user-guide.md                         |   14 +
 website/docs/user-guide/clients/golang.md          |  166 ++
 website/docs/user-guide/clients/java.md            |  132 ++
 website/docs/user-guide/pql.md                     |  254 +++
 website/docs/user-guide/query-pinot.md             |   77 +
 website/docs/user-guide/response-format.md         |  381 ++++
 website/docs/user-guide/rest-admin-interface.md    |    7 +
 website/docusaurus.config.js                       |  163 ++
 website/package.json                               |   50 +
 website/scripts/build-site.sh                      |   34 +
 website/scripts/publish_site.sh                    |   49 +
 website/sidebars.js                                |   73 +
 website/src/components/Alert/index.js              |   34 +
 website/src/components/Alert/styles.css            |   66 +
 website/src/components/BlogPostTags/index.js       |   21 +
 .../src/components/BlogPostTags/styles.module.css  |    3 +
 website/src/components/Changelog/index.js          |  133 ++
 website/src/components/CheckboxList/index.js       |   41 +
 .../src/components/CheckboxList/styles.css         |    0
 website/src/components/CodeHeader/index.js         |   21 +
 website/src/components/CodeHeader/styles.css       |   17 +
 website/src/components/Field/index.js              |  182 ++
 website/src/components/Fields/index.js             |   91 +
 website/src/components/Fields/styles.css           |   31 +
 website/src/components/Jump/index.js               |   33 +
 website/src/components/Jump/styles.css             |  109 ++
 website/src/components/Step/index.js               |   13 +
 .../src/components/Step/styles.css                 |    0
 website/src/components/Steps/index.js              |   13 +
 website/src/components/Steps/styles.css            |   15 +
 website/src/css/custom.css                         | 1812 ++++++++++++++++++++
 website/src/exports/animatedGraph.js               |   64 +
 website/src/exports/cloudify.js                    |  331 ++++
 website/src/exports/newPost.js                     |   31 +
 website/src/exports/newRelease.js                  |   31 +
 website/src/exports/repoUrl.js                     |    8 +
 website/src/pages/download.css                     |   10 +
 website/src/pages/download.js                      |  129 ++
 website/src/pages/index.css                        |  131 ++
 website/src/pages/index.js                         |  297 ++++
 website/src/pages/index.module.css                 |  316 ++++
 website/static/img/companies/factual.svg           |    1 +
 website/static/img/companies/linkedin.svg          |    1 +
 website/static/img/companies/microsoft-teams.svg   |   21 +
 website/static/img/companies/slack.svg             |    1 +
 website/static/img/companies/uber.svg              |    9 +
 website/static/img/companies/weibo.svg             |    1 +
 website/static/img/components/Broker.png           |  Bin 0 -> 16477 bytes
 website/static/img/components/ClusterLogical.png   |  Bin 0 -> 10056 bytes
 website/static/img/components/TimeBoundary.jpg     |  Bin 0 -> 34893 bytes
 website/static/img/components/components.png       |  Bin 0 -> 8582 bytes
 website/static/img/dynamic-table.png               |  Bin 0 -> 241500 bytes
 website/static/img/favicon-16x16.png               |  Bin 0 -> 1535 bytes
 website/static/img/favicon-32x32.png               |  Bin 0 -> 2576 bytes
 website/static/img/favicon-96x96.png               |  Bin 0 -> 8369 bytes
 website/static/img/favicon.ico                     |  Bin 0 -> 1150 bytes
 website/static/img/ingest-query.svg                |  321 ++++
 website/static/img/logo.svg                        |    1 +
 website/static/img/pinot-320x320.png               |  Bin 0 -> 32566 bytes
 .../static}/img/pinot-architecture.png             |  Bin
 website/static/img/pinot-components.svg            |  247 +++
 website/static/img/pinot-overview-dark.png         |  Bin 0 -> 317730 bytes
 website/static/img/pinot-overview-light.png        |  Bin 0 -> 145510 bytes
 website/static/img/pinot-overview.svg              |  247 +++
 website/static/img/pinot-query.svg                 |  277 +++
 website/static/img/pinot.png                       |  Bin 0 -> 124842 bytes
 website/static/img/pql-query.png                   |  Bin 0 -> 138225 bytes
 website/static/img/pql/pql-query-console.png       |  Bin 0 -> 301189 bytes
 website/static/img/undraw_docusaurus_mountain.svg  |  170 ++
 website/static/img/undraw_docusaurus_react.svg     |  169 ++
 website/static/img/undraw_docusaurus_tree.svg      |    1 +
 104 files changed, 8415 insertions(+)
 create mode 100755 website/.gitignore
 create mode 100755 website/README.md
 create mode 100644 website/docs/about.md
 create mode 100644 website/docs/about/features_of_pinot.md
 create mode 100644 website/docs/about/what_is_pinot.md
 create mode 100644 website/docs/about/who_use_pinot.md
 create mode 100644 website/docs/administration.md
 create mode 100644 website/docs/administration/guides/troubleshooting.md
 create mode 100644 website/docs/administration/installation/cloud/aws.md
 create mode 100644 website/docs/administration/installation/cloud/azure.md
 create mode 100644 website/docs/administration/installation/cloud/gcp.md
 create mode 100644 website/docs/administration/installation/cloud/on-premise.md
 create mode 100644 website/docs/administration/installation/containers.md
 create mode 100644 website/docs/administration/installation/containers/docker.md
 create mode 100644 website/docs/administration/installation/operating-systems/macos.md
 create mode 100644 website/docs/administration/installation/operating-systems/ubuntu.md
 create mode 100644 website/docs/administration/running_locally.md
 create mode 100644 website/docs/components.md
 create mode 100644 website/docs/components/broker.md
 create mode 100644 website/docs/components/cluster.md
 create mode 100644 website/docs/components/controller.md
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => website/docs/components/minion.md (100%)
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => website/docs/components/schema.md (100%)
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => website/docs/components/segments.md (100%)
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => website/docs/components/server.md (100%)
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => website/docs/components/tables.md (100%)
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => website/docs/components/tenants.md (100%)
 create mode 100644 website/docs/concepts.md
 create mode 100644 website/docs/concepts/pinot-architecture.md
 create mode 100644 website/docs/how-to.md
 create mode 100644 website/docs/misc.md
 create mode 100644 website/docs/misc/build-docker.md
 create mode 100644 website/docs/user-guide.md
 create mode 100644 website/docs/user-guide/clients/golang.md
 create mode 100644 website/docs/user-guide/clients/java.md
 create mode 100644 website/docs/user-guide/pql.md
 create mode 100644 website/docs/user-guide/query-pinot.md
 create mode 100644 website/docs/user-guide/response-format.md
 create mode 100644 website/docs/user-guide/rest-admin-interface.md
 create mode 100755 website/docusaurus.config.js
 create mode 100755 website/package.json
 create mode 100755 website/scripts/build-site.sh
 create mode 100644 website/scripts/publish_site.sh
 create mode 100755 website/sidebars.js
 create mode 100644 website/src/components/Alert/index.js
 create mode 100644 website/src/components/Alert/styles.css
 create mode 100644 website/src/components/BlogPostTags/index.js
 create mode 100644 website/src/components/BlogPostTags/styles.module.css
 create mode 100644 website/src/components/Changelog/index.js
 create mode 100644 website/src/components/CheckboxList/index.js
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => website/src/components/CheckboxList/styles.css (100%)
 create mode 100644 website/src/components/CodeHeader/index.js
 create mode 100644 website/src/components/CodeHeader/styles.css
 create mode 100644 website/src/components/Field/index.js
 create mode 100644 website/src/components/Fields/index.js
 create mode 100644 website/src/components/Fields/styles.css
 create mode 100644 website/src/components/Jump/index.js
 create mode 100644 website/src/components/Jump/styles.css
 create mode 100644 website/src/components/Step/index.js
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => website/src/components/Step/styles.css (100%)
 create mode 100644 website/src/components/Steps/index.js
 create mode 100644 website/src/components/Steps/styles.css
 create mode 100644 website/src/css/custom.css
 create mode 100644 website/src/exports/animatedGraph.js
 create mode 100644 website/src/exports/cloudify.js
 create mode 100644 website/src/exports/newPost.js
 create mode 100644 website/src/exports/newRelease.js
 create mode 100644 website/src/exports/repoUrl.js
 create mode 100644 website/src/pages/download.css
 create mode 100644 website/src/pages/download.js
 create mode 100644 website/src/pages/index.css
 create mode 100755 website/src/pages/index.js
 create mode 100644 website/src/pages/index.module.css
 create mode 100644 website/static/img/companies/factual.svg
 create mode 100644 website/static/img/companies/linkedin.svg
 create mode 100644 website/static/img/companies/microsoft-teams.svg
 create mode 100644 website/static/img/companies/slack.svg
 create mode 100644 website/static/img/companies/uber.svg
 create mode 100644 website/static/img/companies/weibo.svg
 create mode 100644 website/static/img/components/Broker.png
 create mode 100644 website/static/img/components/ClusterLogical.png
 create mode 100644 website/static/img/components/TimeBoundary.jpg
 create mode 100644 website/static/img/components/components.png
 create mode 100644 website/static/img/dynamic-table.png
 create mode 100644 website/static/img/favicon-16x16.png
 create mode 100644 website/static/img/favicon-32x32.png
 create mode 100644 website/static/img/favicon-96x96.png
 create mode 100644 website/static/img/favicon.ico
 create mode 100644 website/static/img/ingest-query.svg
 create mode 100644 website/static/img/logo.svg
 create mode 100644 website/static/img/pinot-320x320.png
 copy {docs => website/static}/img/pinot-architecture.png (100%)
 create mode 100644 website/static/img/pinot-components.svg
 create mode 100644 website/static/img/pinot-overview-dark.png
 create mode 100644 website/static/img/pinot-overview-light.png
 create mode 100644 website/static/img/pinot-overview.svg
 create mode 100644 website/static/img/pinot-query.svg
 create mode 100644 website/static/img/pinot.png
 create mode 100644 website/static/img/pql-query.png
 create mode 100644 website/static/img/pql/pql-query-console.png
 create mode 100755 website/static/img/undraw_docusaurus_mountain.svg
 create mode 100755 website/static/img/undraw_docusaurus_react.svg
 create mode 100755 website/static/img/undraw_docusaurus_tree.svg


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org