anarchist Ivanov
anarchist Ivanov
### Summary When I use `password_hash` filter with `pbkdf2_sha512` hash type, I get the following deprecation message: ``` [DEPRECATION WARNING]: Checking for unsupported password_hash passlib hashtype 'pbkdf2_sha512'. This will be...
I'm trying to set the `project` property for a build request, because I want to use that property later for tagging my virtual builders. In my configuration, the Nightly scheduler...
Hello! I'm trying to run `Triggerable` scheduler with `builderNames` parameter value that get from a property set in the `Trigger` step. When I set this property directly, everything works fine:...
Hello! I'm seeing strange behavior of builders when I send multiple changes to Buildbot. In my case, it's important to run one build per commit and work with one change...
Hello again. I need to parse JSON file generated on the worker to get several properties. Unfortunately, the file contains a very long JSON string. To do this I use...
I want to use different secrets with build steps depending on the project name. Something like ```python3 django_secrets = [( '/etc/pg_service.conf', util.Secret(util.Property('project')) )] django_factory.addSteps( django_steps, withSecrets=django_secrets ) ``` But I...
## π Bugreport When I try to add a new IMAP or SMTP server on the `Servers` page and specify a password that contains spaces, I get the message `Unable...
## π Bugreport After logging into the Cypht interface using IMAP authentication, the IMAP server is not added to the automatically generated user profile. Accordingly, the username is not recognized...
## π Bugreport After changing my account settings I can't save the changes to database. It seems really strange because I can log into the Cypht interface. So I believe...
## π Feature Hello! I didn't find a parameter for database table name prefix in the Cypht configuration. It may seem that this is not relevant today, and no one...