On Mon, Aug 9, 2021 at 4:05 PM Martin Necas <mnecas(a)redhat.com> wrote:
just bit summary of few changes in ovirt-engine-sdk repo [1]. There
was the decision to split the SDK generator and the python SDK itself. So we created a new
repository on GitHub called python-ovirt-engine-sdk4 [2].
We switched from Travis CI to GitHub Actions, because Travis no longer supported .org
domain where we had our tests. The GitHub Actions automatically builds the SDK and pushes
it to the new repo similar to the Go SDK.
There were some issues with the documentation generator [3] so we switched to the new
version of pdoc [4].
We migrated the SDK examples because the examples have nothing to do with the generator
itself moved it to the new repository [6].
The examples and the generator are different parts of the python sdk. Why
do we need to add another repository? We already have too many repositories.
With this change we lose all the history from the sdk examples, and we
break all the links to the example scripts. Try this search:
https://www.google.co.il/search?q=upload_disk.py
Why was this not discussed here before the change?
Nir