You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2019/01/31 21:46:13 UTC

[incubator-pinot] branch dependency-cleanup updated (7f5d1cf -> 7a96b5c)

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

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


 discard 7f5d1cf  Remove dependencies from libraries under category X licenses.
     new 96d9c22  Update LICENSE and NOTICE files (#3722)
     new 94b34e2  Documentation review on Pinot Overview (#3762)
     new ec6a6e0  Remove unnecessary init from crypter (#3770)
     new 67c6507  Modify Makefile for docs (#3771)
     new 0f4bf85  [TE] rootcause - callgraph gui (#3769)
     new 006cba0  Pick up official release of jersey 2.28 (#3768)
     new 5f195b6  [TE] detection - yaml translation/migration changes (#3767)
     new 26f2aad  [TE] Queries for fetching detection & notification owner report (#3773)
     new 7a96b5c  Remove dependencies from libraries under category X licenses.

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   (7f5d1cf)
            \
             N -- N -- N   refs/heads/dependency-cleanup (7a96b5c)

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 5685 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:
 DISCLAIMER                                         |  12 +
 LICENSE                                            |  30 +-
 LICENSE => LICENSE-binary                          | 171 ++++-
 NOTICE                                             |  42 +-
 NOTICE-binary                                      | 445 ++++++++++++
 README.md                                          |  46 +-
 docs/Makefile                                      |   2 +-
 licenses-binary/LICENSE-angular.txt                |  21 +
 licenses-binary/LICENSE-antlr.txt                  |   8 +
 licenses-binary/LICENSE-args4j.txt                 |  19 +
 licenses-binary/LICENSE-aspectjrt.txt              |  86 +++
 .../LICENSE-azure-data-lake-store-sdk.txt          |  24 +
 licenses-binary/LICENSE-cddl-1.0.txt               | 384 +++++++++++
 licenses-binary/LICENSE-cddl-1.1.txt               | 759 +++++++++++++++++++++
 licenses-binary/LICENSE-codemirror.txt             |  21 +
 licenses-binary/LICENSE-foundation.txt             |  22 +
 licenses-binary/LICENSE-handlebars.txt             |  19 +
 licenses-binary/LICENSE-jcabi.txt                  |  27 +
 licenses-binary/LICENSE-jline.txt                  |  32 +
 licenses-binary/LICENSE-jopt-simple.txt            |  23 +
 licenses-binary/LICENSE-jquery-datatables.txt      |  12 +
 licenses-binary/LICENSE-jquery.txt                 |  20 +
 licenses-binary/LICENSE-js-beautify.txt            |   9 +
 licenses-binary/LICENSE-junit.txt                  |  88 +++
 licenses-binary/LICENSE-normalize.txt              |  21 +
 licenses-binary/LICENSE-paranamer.txt              |  28 +
 licenses-binary/LICENSE-scala.txt                  |  30 +
 licenses-binary/LICENSE-slf4j.txt                  |  21 +
 licenses-binary/LICENSE-underscore.txt             |  23 +
 licenses/LICENSE-angular.txt                       |  21 +
 licenses/LICENSE-codemirror.txt                    |  21 +
 licenses/LICENSE-foundation.txt                    |  22 +
 licenses/LICENSE-handlebars.txt                    |  19 +
 licenses/LICENSE-jquery-datatables.txt             |  12 +
 licenses/LICENSE-jquery.txt                        |  20 +
 licenses/LICENSE-js-beautify.txt                   |   9 +
 licenses/LICENSE-normalize.txt                     |  21 +
 licenses/LICENSE-underscore.txt                    |  23 +
 .../starter/helix/SegmentFetcherAndLoader.java     |   2 -
 pom.xml                                            |   4 +-
 .../rootcause-callgraph-table/component.js         | 137 ++++
 .../rootcause-callgraph-table/template.hbs         |  33 +
 .../pods/partials/rootcause/callgraph/template.hbs |  10 +
 .../app/pods/rootcause/controller.js               |  35 +-
 .../app/pods/rootcause/template.hbs                |   5 +
 .../services/rootcause-callgraph-cache/service.js  | 106 +++
 .../app/shared/callgraphTableColumns.js            |  28 +
 thirdeye/thirdeye-frontend/app/styles/app.scss     |   1 +
 .../app/styles/components/metrics-table.scss       |   7 +
 .../app/styles/components/rootcause-callgraph.scss |   7 +
 thirdeye/thirdeye-frontend/app/utils/rca-utils.js  |  37 +-
 .../detection/DetectionMigrationResource.java      |   4 +-
 .../annotation/registry/DetectionRegistry.java     |   4 +-
 .../yaml/CompositePipelineConfigTranslator.java    |  51 +-
 .../thirdeye/detection/yaml/YamlResource.java      |  55 +-
 .../tools/RunAdhocDatabaseQueriesTool.java         | 146 +++-
 56 files changed, 3157 insertions(+), 128 deletions(-)
 create mode 100644 DISCLAIMER
 copy LICENSE => LICENSE-binary (66%)
 create mode 100644 NOTICE-binary
 create mode 100644 licenses-binary/LICENSE-angular.txt
 create mode 100644 licenses-binary/LICENSE-antlr.txt
 create mode 100644 licenses-binary/LICENSE-args4j.txt
 create mode 100644 licenses-binary/LICENSE-aspectjrt.txt
 create mode 100644 licenses-binary/LICENSE-azure-data-lake-store-sdk.txt
 create mode 100644 licenses-binary/LICENSE-cddl-1.0.txt
 create mode 100644 licenses-binary/LICENSE-cddl-1.1.txt
 create mode 100644 licenses-binary/LICENSE-codemirror.txt
 create mode 100644 licenses-binary/LICENSE-foundation.txt
 create mode 100644 licenses-binary/LICENSE-handlebars.txt
 create mode 100644 licenses-binary/LICENSE-jcabi.txt
 create mode 100644 licenses-binary/LICENSE-jline.txt
 create mode 100644 licenses-binary/LICENSE-jopt-simple.txt
 create mode 100644 licenses-binary/LICENSE-jquery-datatables.txt
 create mode 100644 licenses-binary/LICENSE-jquery.txt
 create mode 100644 licenses-binary/LICENSE-js-beautify.txt
 create mode 100644 licenses-binary/LICENSE-junit.txt
 create mode 100644 licenses-binary/LICENSE-normalize.txt
 create mode 100644 licenses-binary/LICENSE-paranamer.txt
 create mode 100644 licenses-binary/LICENSE-scala.txt
 create mode 100644 licenses-binary/LICENSE-slf4j.txt
 create mode 100644 licenses-binary/LICENSE-underscore.txt
 create mode 100644 licenses/LICENSE-angular.txt
 create mode 100644 licenses/LICENSE-codemirror.txt
 create mode 100644 licenses/LICENSE-foundation.txt
 create mode 100644 licenses/LICENSE-handlebars.txt
 create mode 100644 licenses/LICENSE-jquery-datatables.txt
 create mode 100644 licenses/LICENSE-jquery.txt
 create mode 100644 licenses/LICENSE-js-beautify.txt
 create mode 100644 licenses/LICENSE-normalize.txt
 create mode 100644 licenses/LICENSE-underscore.txt
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/components/rootcause-callgraph-table/component.js
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/components/rootcause-callgraph-table/template.hbs
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/partials/rootcause/callgraph/template.hbs
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/services/rootcause-callgraph-cache/service.js
 create mode 100644 thirdeye/thirdeye-frontend/app/shared/callgraphTableColumns.js
 create mode 100644 thirdeye/thirdeye-frontend/app/styles/components/rootcause-callgraph.scss


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