This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch incubating-disclaimer in repository https://gitbox.apache.org/repos/asf/otava.git
commit 79a1ca4afc28cf6e08281ebcd3c5a0b877096ee7 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Mar 29 11:48:06 2025 -0700 Add incubation disclaimer --- DISCLAIMER.txt | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt new file mode 100644 index 0000000..1f9de43 --- /dev/null +++ b/DISCLAIMER.txt @@ -0,0 +1,10 @@ +Apache Otava (incubating) is an effort undergoing incubation at the Apache +Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. diff --git a/README.md b/README.md index 75b7e4d..be05f79 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Otava – Change Detection for Continuous Performance Engineering =============================================================== -Otava performs statistical analysis of performance test results stored +Apache Otava (incubating) performs statistical analysis of performance test results stored in CSV files, PostgreSQL, BigQuery, or Graphite database. It finds change-points and notifies about possible performance regressions.
