Ludovit Mikula
Ludovit Mikula
Yes I am aware about the import/export of one query library, however that's not very practical. I can see the problem with leaked credentials, but this could be handled by...
Yes! That would be definitely helpful. Even more if exposed via an API endpoint :) (but would help a lot even without it)
Yes, it is definitely something we will do. I will have a look into it shortly.
We have now introduced automated builds which already create multiarch images. Current **latest** and **dev** images are already multiarch and from next release also the release images will be multiarch.
Yes you're right. In the all in one image only the services run as non-root user. supervisord and nginx can run as non-root user too, I will have a look...
Closed in favor of editingUserId PR #1113
No, this is about the default query timeout when you don't set anything in UI: query -> advanced See [here](https://github.com/lowcoder-org/lowcoder/blob/main/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/query/util/QueryTimeoutUtils.java#L19) and its usage.
As Falk mentioned, adding BASE_URL into the code is not enough in our case. The code is compiled into static files, so once it is generated, the variable will not...
Building the frontend image on startup would take really long time. It's quite a heavy process. What might be doable, is to generate a placeholder in the static files, something...
@nachogrj yes, that's what I meant. Currently am not aware of another solution.