Alejandro Martinez Ruiz

Results 24 comments of Alejandro Martinez Ruiz

Waiting on @3scale/operations to confirm the demise of Ruby 2.4 before upgrading.

I think the real fix to be able to support Redis Cluster is to organise the keys used by apisonator in data structures with namespacing containing associated data (ie. any...

Hi @whitingjr, those `.git` directories are the results of vendoring gems from git repositories using Bundler, so it's not a matter of upstream gems but rather us pointing to forks...

Hi, support for shallow clones in git checkouts referencing rubygems is not implemented in Bundler. There is https://github.com/rubygems/bundler/issues/4556 though, which if closed with an implementation should allow us to use...

Thoughts from a preliminary inspection: - The code applies a policy and just fills in the response to send back to the client with the actual reason the last connection...

Hi @mathianasj, it sounds like you are setting up APIs as a Product, is that right? Unfortunately, the Istio integration is not yet compatible with that (and perhaps it should...

Hi @krishvoor, we currently use CircleCI for the CI pipeline of this project, but AFAICT there is no ppc64le support there for native compilation. If you have a cross compiler...

Currently the images are automatically built by Quay when tagging releases. I don't know if quay.io supports building ppc64le directly, but if not we can have a script pick up...

@krishvoor that looks just fine, especially when paired with the job to create the multiarch image - https://github.com/razee-io/RemoteResourceS3/blob/c1e29392d4a4fa292f1f9a926ab423fd7e5e003f/.travis.yml#L115. My concern is whether the creation of the multiarch image could fail...

@rahulanand16nov I don't think it is feasible for Istio to change the cluster name format at this stage - it's been well documented for a long time. It might be...