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

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


    from 2321864  Update LICENSE and NOTICE for jersey version update (#3791)
     add d8f9140  [TE] Include a detection description field to describe the 
alert (#3798)
     add 521d551  [TE] Retain create owners of anomaly functions and alerts 
(#3804)
     add ab203a9  [PINOT-7658] Moving design documents to cwiki (#3802)
     add 46f67a4  [TE] Retain status of inactive functions (#3803)
     add cd2dc04  [TE] dashboard link point to yaml if the anomaly is detected 
by new pipeline (#3805)

No new revisions were added by this update.

Summary of changes:
 docs/High-level-stream.png                         | Bin 39800 -> 0 bytes
 docs/Low-level-stream.png                          | Bin 37306 -> 0 bytes
 docs/PlanNode.png                                  | Bin 41056 -> 0 bytes
 docs/ServerSegmentCompletion.dot.png               | Bin 72968 -> 0 bytes
 docs/architecture.rst                              |   2 +-
 docs/commit-happy-path-1.png                       | Bin 22933 -> 0 bytes
 docs/commit-happy-path-2.png                       | Bin 22939 -> 0 bytes
 docs/committer-failed.png                          | Bin 15412 -> 0 bytes
 docs/controller-failed.png                         | Bin 23599 -> 0 bytes
 docs/controller-segment-completion.png             | Bin 85092 -> 0 bytes
 docs/delayed-server.png                            | Bin 21690 -> 0 bytes
 docs/expressionTree.jpg                            | Bin 12881 -> 0 bytes
 docs/expressions_udf.rst                           | 120 ---------------
 docs/index.rst                                     |  23 ---
 docs/llc.rst                                       | 164 ---------------------
 docs/multiple-server-failure.png                   | Bin 18036 -> 0 bytes
 docs/parseTree.png                                 | Bin 55136 -> 0 bytes
 docs/partition_aware_routing.rst                   | 141 ------------------
 docs/pluggable_streams.rst                         |   3 +-
 docs/schema_timespec.rst                           | 111 --------------
 docs/segment-consumer-fsm.png                      | Bin 30109 -> 0 bytes
 docs/segment-creation.png                          | Bin 9830 -> 0 bytes
 docs/segment-helix-fsm.png                         | Bin 7494 -> 0 bytes
 docs/zk-setup.png                                  | Bin 39246 -> 0 bytes
 thirdeye/thirdeye-frontend/app/models/anomalies.js |   3 +-
 .../custom/anomalies-table/dimensions/template.hbs |  12 +-
 .../datalayer/pojo/DetectionConfigBean.java        |   9 ++
 .../detection/DetectionMigrationResource.java      |  23 ++-
 .../thirdeye/detection/DetectionResource.java      |   1 +
 .../detection/LegacyAnomalyFunctionTranslator.java |   1 +
 .../detection/algorithm/DimensionWrapper.java      |   1 +
 .../algorithm/LegacyAlertFilterWrapper.java        |   1 +
 .../algorithm/LegacyDimensionWrapper.java          |   1 +
 .../detection/algorithm/LegacyMergeWrapper.java    |   1 +
 .../thirdeye/detection/algorithm/MergeWrapper.java |   1 +
 .../algorithm/RuleBasedFilterWrapper.java          |   1 +
 .../algorithm/stage/AnomalyFilterStageWrapper.java |   1 +
 .../algorithm/stage/GrouperStageWrapper.java       |   1 +
 .../finetune/GridSearchTuningAlgorithm.java        |   1 +
 .../detection/wrapper/AnomalyFilterWrapper.java    |   1 +
 .../yaml/CompositePipelineConfigTranslator.java    |   2 +-
 .../yaml/YamlDetectionConfigTranslator.java        |   4 +-
 .../detection/DetectionMigrationResourceTest.java  |   7 +-
 .../detection/DetectionPipelineTaskRunnerTest.java |   2 +
 .../yaml/YamlDetectionConfigTranslatorTest.java    |   2 +
 .../detection/migrated-detection-config-1.json     |   3 +-
 .../detection/migrated-detection-config-2.json     |   3 +-
 .../thirdeye/detection/yaml/pipeline-config-1.yaml |   1 +
 .../thirdeye/detection/yaml/pipeline-config-2.yaml |   1 +
 49 files changed, 74 insertions(+), 574 deletions(-)
 delete mode 100644 docs/High-level-stream.png
 delete mode 100644 docs/Low-level-stream.png
 delete mode 100644 docs/PlanNode.png
 delete mode 100644 docs/ServerSegmentCompletion.dot.png
 delete mode 100644 docs/commit-happy-path-1.png
 delete mode 100644 docs/commit-happy-path-2.png
 delete mode 100644 docs/committer-failed.png
 delete mode 100644 docs/controller-failed.png
 delete mode 100644 docs/controller-segment-completion.png
 delete mode 100644 docs/delayed-server.png
 delete mode 100644 docs/expressionTree.jpg
 delete mode 100644 docs/expressions_udf.rst
 delete mode 100644 docs/llc.rst
 delete mode 100644 docs/multiple-server-failure.png
 delete mode 100644 docs/parseTree.png
 delete mode 100644 docs/partition_aware_routing.rst
 delete mode 100644 docs/schema_timespec.rst
 delete mode 100644 docs/segment-consumer-fsm.png
 delete mode 100644 docs/segment-creation.png
 delete mode 100644 docs/segment-helix-fsm.png
 delete mode 100644 docs/zk-setup.png


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to