Mike Baranski
Mike Baranski
I have some repositories and relations setup and it does not seem like MockMVC works with the text/uri-list PUT correctly. I have it working with TestRestTemplates in a test where...
### Use case I want to define an interface for each DAO to implement, and have 2 issues: 1. Cannot provide `override` methods for DAO, only for RECORD and POJO...
`docker service inspect --format 'table {{.Spec.Name}}\t{{range .Endpoint.VirtualIPs}}{{.Addr}} {{end}}' $(docker service ls -q) ` This is not printing a table, it's printing: > container1\t10.0.2.3 107.2.30.4 > > container2\t10.0.2.5 107.2.30.8 > >...
I'm getting an error on TravisCI with jruby 1.7.25, but jruby: ` Gem::LoadError: You have already activated jar-dependencies 0.3.5, but your Gemfile requires jar-dependencies 0.3.9. Prepending `bundle exec` to your...
### The doc issue The page here: https://orkes.io/content/reference-docs/operators/do-while#examples has an invalid do-while config that fails with `failed with status: FAILED and reason: 'Missing HTTP request. Task input MUST have a...
### The feature, motivation and pitch When writing idempotent workflows, we often will do a GET on a resource to see if it exists and branch based on the result...
…This addresses https://github.com/conductor-oss/conductor/issues/542 and https://github.com/orgs/conductor-oss/discussions/394 Pull Request type ---- - [ a] Bugfix - [X ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ]...