molexx

Results 14 issues of molexx

When we ssh into the manager to deploy a service we connect into the `shell-aws` container as the `docker` user. Attempts to pull an image from here fail, it seems...

On applying the suggested `@EnableSniffy` to spring-boot the widget has appeared on top of the Swagger-UI served from springfox within the spring boot app. Swagger-UI uses AJAX to send HTTP...

Implements functionality requested in #13 The new attribute's expression must resolve to false to have any effect, backward compatibility is maintained for projects that don't mention the attribute.

What's the suggested way to add mutations please? I'd like to add support for creating and updating JPA entities.

question

Fragments worked fine a little while ago in 0.3.x but in 0.4 seem to have a broken transaction scope. On master 510c5bf , this query works fine: ``` query {...

bug

- Please can defaultMaxResults, defaultFetchSize and defaultPageLimitSize be documented - it's a bit confusing working out the differences between them. - if defaultPageLimitSize is greater than defaultMaxResults, defaultMaxResults is used....

question

Do all clients need to inspect the schema at runtime? If not would it be possible to optionally not expose the schema? If so I'd probably want to do that...

feature request

If an exception is thrown in a method annotated with `@GraphQLField` the GraphQL response's `errors` block contains a message about InvocationTargetException, which isn't very useful as it gives no information...

If a port of 0 is passed in the mappings then docker allocates a free port, but trying to use 0 in dockerRun results in error 'Port must be in...

Allow the caller to specify which domain(s?) a pin should apply to. This would allow pinning to be set process-wide using HttpsURLConnection.setDefaultSSLSocketFactory() so that all HttpsURLConnections made by the app,...