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/02/07 22:20:04 UTC

[incubator-pinot] branch license-notice-update updated (dd7ed7f -> 3b25d5e)

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

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


 discard dd7ed7f  Update LICENSE and NOTICE for jersey version update New jersey version now adops EPL 2.0 license (previously CDDL). This pr addresses the required change in LICENSE, NOTICE.
     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 3b25d5e  Update LICENSE and NOTICE for jersey version update New jersey version now adops EPL 2.0 license (previously CDDL). This pr addresses the required change in LICENSE, NOTICE.

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   (dd7ed7f)
            \
             N -- N -- N   refs/heads/license-notice-update (3b25d5e)

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 5704 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:
 NOTICE-binary                                      |   2 +-
 pinot-server/pom.xml                               |   6 +
 .../app/pods/components/alert-details/component.js | 217 +++++++++++++++++++++
 .../app/pods/components/alert-details/template.hbs |  46 +++++
 .../app/pods/components/stats-cards/template.hbs   |  13 +-
 .../app/pods/components/yaml-editor/component.js   |  14 +-
 .../app/pods/components/yaml-editor/template.hbs   |  12 +-
 .../thirdeye-frontend/app/pods/home/index/route.js |   2 +-
 .../app/pods/self-serve/create-alert/template.hbs  |   3 +-
 .../pods/components/stats-cards/component-test.js  |  14 --
 .../dashboard/resources/v2/AnomaliesResource.java  |  68 +++----
 .../dashboard/resources/v2/pojo/SearchFilters.java |  22 ++-
 .../detection/DetectionMigrationResource.java      |   2 +-
 .../thirdeye/detection/DetectionResource.java      |   8 +-
 .../pinot/thirdeye/detection/DetectionUtils.java   |  31 +--
 .../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 -
 19 files changed, 360 insertions(+), 110 deletions(-)
 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


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