Stephane Odul

Results 140 comments of Stephane Odul

So the bug is in `jetty.sh`, the reason is related to array variables and how `restart` is implemented. When doing `restart`, `jetty.sh` will call itself in a new shell, the...

The stop command is written to be blocking for about 30s: tries 30 times, sleep 1s between each check, then do a `kill -KILL`. Most of the time this is...

Almost no entry actually. Trying to login with a different user will create 'user.create' entries from the **console** user in the audit log, but there will be no other entries,...

In AuditLog.groovy, add "flush: true" when saving. def auditLog = new AuditLog(username: username, type: type, details: details, info: info).save(flush: true)

Ideally we should be able to set this per fabric, or even better allow an agent's variables to set the timeout: - per console setting (configured in the console's regular...

Unfortunately cryptography 38 is out so PR #1124 would not be sufficient. I guess I'll file a new PR to allow at least up to 38 and I hope the...

I have read the CLA Document and I hereby sign the CLA

This was addressed in #1266.

Hi @isp1r0, We use goloang-ci-lint as part of our CI pipeline on every commit. We do use `go vet` strictly but in a bit of a more relaxed manner for...