bkeroackdsc

Results 25 issues of bkeroackdsc

Currently the MonitorBuild RPC does not support graceful stops. We should consider implementing a wait for the monitored build to finish when a SIGTERM is received.

Allow user to specify in BuildRequest an array of regexps that will be run against the build output if the build fails. If matches are found, retry the build.

Push messages from Docker engine are extremely verbose and not very useful (almost all are graphical progress bar updates). - Make them opt-in/out at the API level? - Filter clientside...

End/Discard ops were being misencoded with incorrect stack depths which caused stack underflows that manifested as `vm.ctx.stack` slice index out of bounds runtime panics. [Test case wasm](https://dsc-misc.s3.amazonaws.com/wagon-test.wasm) (execute the exported...

PostgreSQL does not allow `CREATE INDEX CONCURRENTLY` within a transaction.

Similar to #8 it looks like the OR boolean operator (`||`) is not supported either.

As far as I can tell, this doesn't work: ``` Path(`/foo/`) && !Host(`bar.`) ``` Removing the negation ("!") allows it to work. It'd be great if negation were allowed in...

After reading the documentation, I'm not clear on what would happen if an incoming request matches the routes associated with multiple frontends. Is it possible to set up some priority...

Hi, It says in the documentation that vulcand can transparently decrypt data stored in the backend, however it's not clear to me how this can be used to serve arbitrary...

Version 0.5 Example: ```bash gof3r put -b "mybucket" -k "ThuDec1519:13:41UTC2016.tar" < "/tmp/file.tar" panic: runtime error: slice bounds out of range goroutine 1 [running]: github.com/rlmcpherson/s3gof3r.(*signer).buildCanonicalString(0xc8200452d8) /Users/rm/src/github.com/rlmcpherson/s3gof3r/sign.go:120 +0x4fb github.com/rlmcpherson/s3gof3r.(*signer).sign(0xc8200452d8) /Users/rm/src/github.com/rlmcpherson/s3gof3r/sign.go:66 +0x63 github.com/rlmcpherson/s3gof3r.(*Bucket).Sign(0xc82000e980,...