This is an automated email from the ASF dual-hosted git repository.
asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git
The following commit(s) were added to refs/heads/master by this push:
new 0e9167d Add incubation disclaimer (#43)
0e9167d is described below
commit 0e9167d8ba4e20ffa069289ba53c30a36b70c883
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Wed Apr 2 18:11:09 2025 -0700
Add incubation disclaimer (#43)
---
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.