Jascha Beste

Results 115 comments of Jascha Beste

I've just published 0.5. There is two features missing from this list, which I hope to get to somewhat soon, but I will also invest some effort into a larger...

@kolaente the timescaledb docker image actually doesn't contain pgai. Only the ha image does. Installing it on an alpine image and keeping things slim with multiple versions proved quite difficult....

I removed any other changes and just kept the little env var change that should allow us to slightly simplify the docker-compose quickstart by leaving out the extra argument.

Yeh good point it should be on MariaDB as well. Also planning to put it into postgres eventually. Everything super beta right now. Will improve soon!

Backend tests are flank (see #172) If you figure out why that's the case I'm happy about any hints haha, but don't worry about them failing if it's just the...

Hey, I just merged #228 which is based on these changes. There is still quite a lot of cleanup missing (mainly tests and the UI could use a loading screen)...

Hey Max, Deleting users is not implemented right now. I've been running under the assumption that if you use Kviklet seriously you set up SSO and deleting the user in...

Yes this is intentional. Otherwise any user could change and break the webhook when in reality it's something someone should set up once and then you can hopefully forget about...

Oh okay. If I understand youre use case right, what you would need is a way to alert different users depending on what connections they have access to. That makes...

The matcher used for the ids under the hood is: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/AntPathMatcher.html So I don't think what you are trying to do will work (it only supports *, ** and ?)....