Nikolaos Moraitis

Results 35 issues of Nikolaos Moraitis

It would be good if we have this ability, to rotate the map in the mapper plugin

Dgraph's [expand](https://dgraph.io/docs/query-language/expand-predicates/#) function can't be surrounded with angle brackets. cc @fenos closes #17 Signed-off-by: Nikolaos Moraitis

@fenos Is there a way to `.Select()` all of the fields instead? Also, is there a way to inject `expand(_all_)` in the selection?

@fenos Since there is no godoc, it is really hard to read the library. Are there any plans for creating documentation?

I am following this documentation: https://www.krakend.io/docs/authorization/keycloak In the `Protecting endpoints with Keycloak tokens` part: ```json "extra_config": { "github.com/devopsfaith/krakend-jose/validator": { "alg": "RS256", "jwk-url": "http://KEYCLOAK:8080/auth/realms/master/protocol/openid-connect/certs", "disable_jwk_security": true } }, ``` The problem...

question

The user must have the ability to get a new package and update the glide.yaml and glide.lock without fetching the updates for all the other vendors.

Is there any dockerhub image with the latest version available? Regarding https://github.com/box/kube-applier/issues/30 the [boxinc/kube-applier/v0.2.0](https://hub.docker.com/layers/boxinc/kube-applier/v0.2.0/images/sha256-4ce0abf153f06dd121aa03fc3fd000ca78be895ab438ad7150af56d15de137c1?context=explore) was created but this holds an old version of kubectl, so the image can't work for...

What if a deployment file doesn't change but we still need to recreate the deployment because the image has changed. Does `kube-applier` supports this feature? Watch specific images and detect...

### What happened? ```go func (r *queryResolver) QueryMyInterface(ctx context.Context, filter *model.MyInterfaceFilter, order *model.MyInterfaceOrder, first *int, offset *int) ([]model.MyInterface, error) { var ifaces []model.MyInterface ifaces = append(ifaces, Test{.....}) // Test implements...

Since this plugin is with built-in Kubernetes syntax, we need also an option to ignore spaces on lists. Now the plugin forces this ```yaml my_list: - 1 - 2 -...