Roy Sindre Norangshol
Roy Sindre Norangshol
Incase something fails, you should be able to just enter the container commit to easier debug what is going wrong with your build.
"docker-rpmbuild" in same directory as spec to fill in all the required arguments for building the spec. Ie .spec should check for config in .docker-rpmbuild to feed docker-rpmbuild with arguments.
``` {u'status': u'Pulling repository docker.example.net:5000/centos'} {u'errorDetail': {u'message': u'Error: image centos not found'}, u'error': u'Error: image centos not found'} ``` Should throw an PackagerException if error is found.
ie it doesn't find `Gmagick->getImageBlob()` etc.
This feature is useful for mobile clients. This allows us to provide an endpoint via configuration containing specific labels we want to have appended on metrics sent from the client....
https://github.com/jhannes/fluent-jdbc/blob/main/src/main/java/org/fluentjdbc/opt/junit/DbContextRule.java needs to be converted to something like this: ```java public class DbContextExtension extends DbContext implements BeforeEachCallback, AfterEachCallback { val DbContextConnection ignoredConnection // Constructors is bad most likley, need to...
Bodies may exist but not contain valid form params for some requests, and we should handle trying to read params from those requests gracefully. "backport" of https://github.com/javalin/javalin/pull/2245 for javalin 3x.
This adds allow-forms to the iframe sandbox. > Blocked form submission to '' because the form's frame is sandboxed and the 'allow-forms' permission is not set. This allow's us to...
This provides the ability to configure iframe sandbox permissions pr lense. This allows the operator of the prow installation to define which permissions it trust to each lense. PR comes...
WIP: This is a try 2 after this caused things to go boooom ( https://github.com/kubernetes-sigs/prow/pull/371 , https://github.com/kubernetes-sigs/prow/issues/369 ) and natural follow up for https://github.com/kubernetes-sigs/prow/pull/296/files This is not ready for review,...