Stefan Matting

Results 19 issues of Stefan Matting

```graphql type Deity { name: String!, children: [Deity] } type Query { deities(q: String) : [Deity] } ``` Is it possible to implement resolvers that fetch all `children` for all...

feature
scope/server

https://wearezeta.atlassian.net/browse/FS-435 ## Checklist - [ ] The **PR Title** explains the impact of the change. - [ ] The **PR description** provides context as to why the change should occur...

ok-to-test

Updated mls-test-cli dependency, and the pin nixpkgs itself. Also removed the nixpkgs pin for building the docs. This required some fiddling with rust dependencies (in particular the `ring` crate), since...

ok-to-test

This updates `cabal-run-integration.sh` to run the integeration tests for the *same* services as `make i` does. The changes in https://github.com/wireapp/wire-server/pull/2044 also run the integration tests for `cannon`, which is not...

Implements this proposal: https://github.com/UnkindPartition/tasty/issues/350

It can be hard to figure out where in a test case assertions are failing. For example if the test case has multiple call sites of a helper function that...

tasty-hunit

- Add mlsSelfConvId function - Implement endpoint wip Tracked by https://wearezeta.atlassian.net/browse/FS-925. ## Checklist - [ ] Add a new entry in an appropriate subdirectory of `changelog.d` - [ ] Read...

ok-to-test

## Summary After upgrading from `7.9.1` to `7.11.0` we noticed that concourse spawned containers that didn't have any access to the internet: When you `fly hijack` into a container and...

bug

This PR is a followup to https://github.com/wireapp/wire-server/pull/3927 adjusting the docuemtnation. It also removes tags in the `wire-server` `values.yaml` which have been made obsolete ## Checklist - [x] Add a new...

ok-to-test