Tomaz Muraus

Results 36 issues of Tomaz Muraus

Update documentation for v0.3 (support for different database backends)

Ability to log successful and failed authentications to a database.

core

LDAP database backend

backends

## Problem Description Right now when you start the app, two non-daemon / "blocking" threads are started - check ffmpeg and "init casts". Those two threads "block" the main GUI...

This pull request includes two changes: 1. Add missing dependency to ``setup.py`` and ``requirements.txt`` This pull request adds missing ``pygobject`` dependency to the setup.py file. This dependency is needed to...

I was debugging an Orquesta flow and I initially thought it was a bug in Orquesta (due to the error message), but it turns out that the bug is related...

enhancement
workflows: orquesta

We should add ability to grant permissions on all resources of a specific type to the RBAC permission assignment files. Right now, user can already grant permissions on the pack...

enhancement
RBAC

Right now, JSON schema validation is quite slow. This is primarily noticable when registering a pack with a lot of resources / actions. To put things into context - with...

enhancement
performance

### Summary This pull request updates bot code to log the actual received message content inside the event handler. Keep in mind that the code is not the final version....

Currently instructions tell user to disable ``SELinux`` on host in case they want to run the docker compose setup. Imo, that should be the last resort and it's not the...

enhancement