Carmen Tawalika

Results 30 issues of Carmen Tawalika

This PR adresses #370 - it prepares to publish actinia on pypi - wheel was manually built + pushed with this pyproject.toml to [PyPI](https://pypi.org/project/actinia-core/4.2.0/) TODOs: - the hard version pinning...

Currently, the processing part in actinia reads the config from the process queue in redis (when configured) via the `resource data container` object. This means that the config is used...

When installed in a software stack, single sign-on would be an advantage instead of a separate authentication for actinia. Therefore it would be cool to enable authentication via anoter component,...

enhancement
actinia roadmap
plugin
refactoring

The usage of recent versions of `itsdangerous` leads to following error: ``` [2022-04-28 11:54:36,723] ERROR : gunicorn.error.glogging -Exception in worker process [in /usr/lib/python3.9/site-packages/gunicorn/glogging.py:270] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/gunicorn/arbiter.py",...

There are still issues when using the STAC exporter for metadata. With the example from the [wiki page](https://github.com/mundialis/actinia-stac-plugin/wiki/Current-Status-of-STAC-Implementation#stac-exporter) posting to actinia-dev.mundialis.de with ``` "api_version": "3.1.0", "plugin_versions": { "actinia_metadata_plugin": "1.0.2", "actinia_module_plugin":...

bug

This is valid for multiple actinia repos and concerns. Often the `actinia.cfg` is affected, e.g. ``` grass_addon_path = /root/.grass7/addons/ grass_gis_base = /usr/local/grass7 ``` but other parts as well. This might...

Placeholder issue to check regularly the plugin issues: [Issues](https://github.com/search?q=org%3Aactinia-org+-project%3Aactinia-org%2F1+is%3Aopen&type=issues) [PRs (excluding renovate)](https://github.com/search?q=org%3Aactinia-org+-project%3Aactinia-org%2F1+is%3Aopen+-author%3Aapp%2Frenovate&type=pullrequests) [Discussions](https://github.com/search?q=org%3Aactinia-org+-project%3Aactinia-org%2F1+is%3Aopen+-author%3Aapp%2Frenovate&type=discussions) - Check if one should be transformed to an issue Overview: Plugins: - https://github.com/mundialis/actinia-module-plugin - https://github.com/mundialis/actinia-metadata-plugin -...

plugin
prio

Follow up from https://github.com/mundialis/actinia_core/pull/278 In the modules in `rest` folder, API docs are still defined above the HTTP methods. They should also be moved to [actinia-api](https://github.com/mundialis/actinia-api). Also move version definition...

good first issue
refactoring

It would be nice to move all actinia related repositories to a new github organization. The preferred name would be - obviously - `actinia`. Unfortunaltey, this name is already taken....

question

When the redis db is not reachable during processing, the process fails (which is ok for now from my points of view) and sometimes actinia itself is not responding anymore,...

enhancement