Viktor Kuzmin
Viktor Kuzmin
It will be good to have support for building on native hosts. Currently it is possible to build almost all type of applications in containers, but continers = linux and...
Danfoss Living Connect shows E5 error on it's display after connect to homegenie. It means 'The thermostat is not receiving the expected replies from the control system' according to manuals...
Currently agola can run command only in one container - the first one. Other containers are always treated as 'service container'. This is not comfortable even for clone operation -...
TrueHD support is detected by checking 'deviceInfo.dolbyAtmos' but this flag does not indicate TrueHD support in applications. I have LG OLED C2 and it has support for Dolby TrueHD only...
We have an error: `Exception on /oauth/google_callback` Error is caused by: `psycopg2.errors.StringDataRightTruncation: value too long for type character varying(320)` And the problem is in `profile_image_url` - in log I can...
Currrently Agola uses only one container to run commands (steps) - the first one. This container is also used for 'clone' step. This is uncomfortable, cause images you need usually...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? We're using barebone dedicated servers on hetzner for our kubernetes cluster...
Update etcd rules to latest, add etcd dashboard using latest source - jsonnext mixin.
It seems that gradle becomes crazy with publishing signed artifacts in case there is 'common' artifact for different platform: https://github.com/gradle/gradle/issues/26091#issuecomment-1836156762 Removing javadoc stub fixes the problem. Also building iOS/macos artifacts...
OnAckCallback.timingOut is called on user thread to finally perform emit. If user thread differs from handleQueue thread then it may lead to concurrent modification of acks Set.