actinia-core icon indicating copy to clipboard operation
actinia-core copied to clipboard

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zen...

Results 79 actinia-core issues
Sort by recently updated
recently updated
newest added

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

This is a follow up from the excellent #280. I think the security might even be improved by the following PR. I'd really like a review from @anikaweinmann or @mmacata...

After a new deployment, certain endpoints and PCs should be tested automatically (or via script).

enhancement
cicd

Hi, I'm testing export options and found 2 actinia endpoints to do so which minimum requirement is role:user. However, when I run them with `curl` I get the following: ```...

documentation
prio

Hi all, is there a possibility to run an Actinia Docker container together with a recent GRASS GIS (last commit of GRASS GIS main repository)? There is already a Docker...

documentation

Old style, e.g. ``` {'1': {'module': 'exporter', 'interface-description': True}} ``` is still used a lot within actinia-core code itself. To be able to drop support for old style, this needs...

actinia roadmap
breaking change
refactoring

When requesting the resources endpoint (e.g. http://127.0.0.1:8088/api/v1/resources/demouser/resource_id-6e5a5224-2cf1-4aaf-b7d4-a006bccd3556), it currently leads to `500 - Internal Server Error` when entries are contained which were created with actinia < 1.0.0. The reason is...

bug

and rename classes, methods + modules if more meaningfull name is possible.

actinia roadmap
breaking change
WIP
refactoring

and rename classes, methods + modules if more meaningfull name is possible.

actinia roadmap
WIP
refactoring

With the current actinia logging implementation, log messages are passed to `redis_fluentd_logger_base` where they are initially logged. This way, it always logs as source e.g. `/usr/lib/python3.8/site-packages/actinia_core-0.99.5.post0.dev18+g4d82691.dirty-py3.8.egg/actinia_core/resources/common/redis_fluentd_logger_base.py:104` instead of where the...

enhancement
refactoring