This is an automated email from the ASF dual-hosted git repository.
Gerrrr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/otava-playground.git
from 512ef87 Merge pull request #6 from apache/params-per-algorithm-flavour
add b85a794 Add ASF headers
new 6f23140 Merge pull request #2 from apache/add-asf-headers
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
DISCLAIMER.txt | 10 ++++++++++
NOTICE | 5 +++++
README.md | 17 +++++++++++++++++
docs/api.md | 17 +++++++++++++++++
docs/benchmark.md | 17 +++++++++++++++++
docs/conf.py | 16 ++++++++++++++++
docs/development.md | 17 +++++++++++++++++
docs/generators.md | 17 +++++++++++++++++
docs/index.md | 17 +++++++++++++++++
docs/visualizer.md | 17 +++++++++++++++++
pyproject.toml | 16 ++++++++++++++++
scripts/take_screenshots.py | 16 ++++++++++++++++
src/otava_test_data/__init__.py | 16 ++++++++++++++++
src/otava_test_data/cli.py | 16 ++++++++++++++++
src/otava_test_data/generators/__init__.py | 16 ++++++++++++++++
src/otava_test_data/generators/advanced.py | 16 ++++++++++++++++
src/otava_test_data/generators/basic.py | 16 ++++++++++++++++
src/otava_test_data/generators/combiner.py | 16 ++++++++++++++++
src/otava_test_data/tests/__init__.py | 16 ++++++++++++++++
src/otava_test_data/tests/test_generators.py | 16 ++++++++++++++++
src/otava_test_data/tests/test_otava_integration.py | 16 ++++++++++++++++
src/otava_test_data/web/__init__.py | 16 ++++++++++++++++
src/otava_test_data/web/main.py | 16 ++++++++++++++++
src/otava_test_data/web/static/css/style.css | 16 ++++++++++++++++
src/otava_test_data/web/static/js/app.js | 16 ++++++++++++++++
src/otava_test_data/web/templates/index.html | 16 ++++++++++++++++
tasks.py | 16 ++++++++++++++++
27 files changed, 422 insertions(+)
create mode 100644 DISCLAIMER.txt
create mode 100644 NOTICE