This is an automated email from the ASF dual-hosted git repository.
asorokoumov pushed a change to branch add-missing-configs
in repository https://gitbox.apache.org/repos/asf/otava.git
omit 2036132 Add missing config files in examples
add 484aaef Fix config parsing (#91)
add cb11830 Reduce Docker image size (#89)
add 36cd1cb Run Docker build in CI (#90)
add f8badc0 Add missing config files in examples
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 (2036132)
\
N -- N -- N refs/heads/add-missing-configs (f8badc0)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/python-app.yml | 25 +++++++++
Dockerfile | 49 ++++++++++++-----
docs/CSV.md | 2 +-
examples/csv/docker-compose.yaml | 3 +-
examples/csv/otava.yaml | 27 ----------
examples/graphite/docker-compose.yaml | 11 ++--
examples/graphite/otava.yaml | 48 -----------------
examples/postgresql/docker-compose.yaml | 7 ++-
examples/postgresql/otava.yaml | 94 ---------------------------------
otava/bigquery.py | 2 +
otava/config.py | 15 +++++-
otava/grafana.py | 2 +
otava/graphite.py | 2 +
otava/main.py | 1 +
otava/postgres.py | 2 +
otava/slack.py | 2 +
tests/config_test.py | 78 ++++++++++++++++++++++++++-
tox.ini | 2 +-
18 files changed, 173 insertions(+), 199 deletions(-)
delete mode 100644 examples/csv/otava.yaml
delete mode 100644 examples/graphite/otava.yaml
delete mode 100644 examples/postgresql/otava.yaml