You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2019/02/08 18:51:28 UTC

[incubator-pinot] branch pinotfs-copy-ensure-parent-dir-exist updated (f7c7d6b -> 3c6279b)

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

jlli pushed a change to branch pinotfs-copy-ensure-parent-dir-exist
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard f7c7d6b  Make different PinotFSes have the same behaviors
 discard c5d4d45  Add unit tests for copying file/dir to a non-existent file
     new 98ef340  Add maven-gpg-plugin and checksum-maven-plugin (#3776)
     new 1be4b5c  [TE] Replace response message with exceptions; Reuse notification endpoint in Create Alert (#3780)
     new cc658e4  [TE] Clean up the log messages and exceptions (#3782)
     new e9ab3b6  Add license header for codemirror/ruby.js (#3781)
     new e9d4100  Add methods toPrettyJsonString() and toSingleLineJsonString() to Schema (#3783)
     new 4937e15  fix BitmapInvertedIndexTest on Windows (#3786)
     new 103bc78  Updating README.md (#3784)
     new 881de3f  [TE] add anomaly classification to detection anomalies endpoint (#3789)
     new 0e7d657  [TE] frontend - aaronucsd/Added the new preview pills and performance header (#3792)
     new 866dfc7  Fixing jackson dependency issues with swagger (#3793)
     new c21ac1e  [TE] Fix logging bug in migration endpoint (#3794)
     new a1a7f42  [TE] Anomalies page bug fixes (#3795)
     new 2f28352  Fix some indentation for the pom files (#3797)
     new 20dbcc4  [TE] frontend - harleyjj/yaml-editor - improves yaml autocomplete (#3732)
     new 280c192  [TE] frontend - harleyjj/yaml-editor - implements simple graph for preview (#3787)
     new e121b83  [TE] frontend - harleyjj/yaml-editor - link Documentation buttons to YAML Documentation (#3800)
     new ada802e  [TE] API fix for partially migrated alerts in dashboard (#3801)
     new a93fc77  [TE] yaml - change default preview config id (#3799)
     new 2321864  Update LICENSE and NOTICE for jersey version update (#3791)
     new b3ebeb1  Add unit tests for copying file/dir to a non-existent file
     new 12adb26  Make different PinotFSes have the same behaviors
     new 3c6279b  Update API doc for PinotFS

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f7c7d6b)
            \
             N -- N -- N   refs/heads/pinotfs-copy-ensure-parent-dir-exist (3c6279b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5713 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE-binary                                     |  49 +-
 NOTICE-binary                                      | 126 +---
 README.md                                          | 167 +-----
 docs/trying_pinot.rst                              |   6 +-
 .../{LICENSE-junit.txt => LICENSE-cpl-1.0.txt}     |   0
 .../{LICENSE-aspectjrt.txt => LICENSE-epl-1.0.txt} |   0
 licenses-binary/LICENSE-epl-2.0.txt                | 637 +++++++++++++++++++++
 licenses-binary/LICENSE-mimepull.txt               |  28 +
 .../apache/pinot/common/config/CombinedConfig.java |   8 +-
 .../java/org/apache/pinot/common/data/Schema.java  |  39 +-
 .../org/apache/pinot/common/utils/SchemaUtils.java |   4 +-
 .../org/apache/pinot/common/data/SchemaTest.java   |  16 +-
 .../api/resources/PinotSchemaRestletResource.java  |   6 +-
 .../controller/api/resources/PinotTableSchema.java |   2 +-
 .../resources/static/js/lib/codemirror/ruby.js     |   3 +
 .../resources/webapp/js/lib/codemirror/ruby.js     |   3 +
 .../resources/PinotSchemaRestletResourceTest.java  |  19 +-
 .../pinot/controller/helix/ControllerTest.java     |   7 +-
 .../converter/SegmentV1V2ToV3FormatConverter.java  |   7 +-
 .../v1/creator/BitmapInvertedIndexTest.java        |   4 +-
 pinot-distribution/pinot-assembly.xml              |   2 +-
 pinot-distribution/pom.xml                         |  52 ++
 .../java/org/apache/pinot/filesystem/PinotFS.java  |  20 +-
 pinot-hadoop/pom.xml                               |  32 +-
 .../apache/pinot/hadoop/io/PinotOutputFormat.java  |   2 +-
 .../pinot/hadoop/job/SegmentCreationJob.java       |   2 +-
 pinot-server/pom.xml                               |  10 +-
 pinot-tools/pom.xml                                |   6 +-
 .../admin/command/AvroSchemaToPinotSchema.java     |   2 +-
 pinot-transport/pom.xml                            |   6 +-
 pom.xml                                            |  12 +-
 .../app/pods/components/alert-details/component.js | 555 ++++++++++++++++++
 .../app/pods/components/alert-details/template.hbs | 260 +++++++++
 .../app/pods/components/anomaly-graph/component.js |  95 +--
 .../modals/yaml-documentation/component.js         |  36 --
 .../modals/yaml-documentation/template.hbs         |  12 -
 .../app/pods/components/stats-cards/template.hbs   |  13 +-
 .../app/pods/components/yaml-editor/component.js   |  53 +-
 .../app/pods/components/yaml-editor/template.hbs   |  24 +-
 .../thirdeye-frontend/app/pods/home/index/route.js |   2 +-
 .../app/pods/self-serve/create-alert/template.hbs  |   3 +-
 thirdeye/thirdeye-frontend/app/utils/constants.js  |  67 ---
 .../pods/components/stats-cards/component-test.js  |  14 -
 .../dashboard/resources/v2/AnomaliesResource.java  |  68 +--
 .../resources/v2/UserDashboardResource.java        |   7 +
 .../dashboard/resources/v2/pojo/SearchFilters.java |  22 +-
 .../detection/DetectionMigrationResource.java      | 189 +++---
 .../thirdeye/detection/DetectionPipeline.java      |   6 +-
 .../thirdeye/detection/DetectionResource.java      |  18 +-
 .../pinot/thirdeye/detection/DetectionUtils.java   |  31 +-
 .../detection/validators/ConfigValidator.java      |  11 +-
 .../validators/DetectionAlertConfigValidator.java  |  60 +-
 .../thirdeye/detection/yaml/YamlResource.java      | 333 +++++------
 .../thirdeye/detection/yaml/YamlResourceTest.java  | 146 +++--
 .../detection/yaml/alertconfig/alert-config-1.yaml |   3 -
 .../detection/yaml/alertconfig/alert-config-2.yaml |   1 -
 .../detection/yaml/alertconfig/alert-config-3.yaml |   3 -
 .../detection/yaml/alertconfig/alert-config-4.yaml |   3 -
 58 files changed, 2215 insertions(+), 1097 deletions(-)
 rename licenses-binary/{LICENSE-junit.txt => LICENSE-cpl-1.0.txt} (100%)
 rename licenses-binary/{LICENSE-aspectjrt.txt => LICENSE-epl-1.0.txt} (100%)
 create mode 100644 licenses-binary/LICENSE-epl-2.0.txt
 create mode 100644 licenses-binary/LICENSE-mimepull.txt
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs
 delete mode 100644 thirdeye/thirdeye-frontend/app/pods/components/modals/yaml-documentation/component.js
 delete mode 100644 thirdeye/thirdeye-frontend/app/pods/components/modals/yaml-documentation/template.hbs


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