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

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


    from 2379791  Move scalar function from commons to plugins package (#6064)
     add 26f6019  [TE] ThirdEye Coordinator skeleton stub (#6065)

No new revisions were added by this update.

Summary of changes:
 thirdeye/pom.xml                                   |  7 ++++
 .../thirdeye-coordinator/config/coordinator.yaml   | 32 ++++++++++++++
 thirdeye/thirdeye-coordinator/pom.xml              | 23 ++++++++++
 .../org/apache/pinot/thirdeye/ThirdEyeServer.java  | 47 +++++++++++++++++++++
 .../thirdeye/ThirdEyeServerConfiguration.java      | 20 +++++++++
 .../pinot/thirdeye/ThirdEyeServerModule.java       | 17 ++++++++
 .../pinot/thirdeye/resources/ApiResource.java      | 27 ++++++++++++
 .../thirdeye/resources/ApplicationResource.java    | 49 ++++++++++++++++++++++
 .../pinot/thirdeye/resources/AuthResource.java     | 23 ++++++++++
 .../pinot/thirdeye/resources/RootResource.java     | 34 +++++++++++++++
 .../pinot/thirdeye/ThirdEyeServerModuleTest.java   | 21 ++++++++++
 .../pinot/thirdeye/resources/AuthResourceTest.java | 14 +++++++
 thirdeye/thirdeye-dist/src/main/assembly/dist.xml  | 14 ++++---
 thirdeye/thirdeye-dist/src/main/bash/thirdeye.sh   | 16 +++++--
 14 files changed, 334 insertions(+), 10 deletions(-)
 create mode 100644 thirdeye/thirdeye-coordinator/config/coordinator.yaml
 create mode 100644 
thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/ThirdEyeServer.java
 create mode 100644 
thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/ThirdEyeServerConfiguration.java
 create mode 100644 
thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/ThirdEyeServerModule.java
 create mode 100644 
thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/resources/ApiResource.java
 create mode 100644 
thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/resources/ApplicationResource.java
 create mode 100644 
thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/resources/AuthResource.java
 create mode 100644 
thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/resources/RootResource.java
 create mode 100644 
thirdeye/thirdeye-coordinator/src/test/java/org/apache/pinot/thirdeye/ThirdEyeServerModuleTest.java
 create mode 100644 
thirdeye/thirdeye-coordinator/src/test/java/org/apache/pinot/thirdeye/resources/AuthResourceTest.java


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

Reply via email to