Commit 96f0a34
authored
Submodule wire-server updated 56 files
- Makefile+5-5
- changelog.d/2-features/WPB-19751+3
- changelog.d/2-features/WPB-20003+1
- changelog.d/2-features/user-type+1
- changelog.d/5-internal/graceful-shutdown-gundeck+1
- charts/galley/templates/configmap.yaml+4
- charts/galley/values.yaml+4-1
- charts/gundeck/templates/deployment.yaml+5
- charts/gundeck/values.yaml+3
- docs/src/developer/reference/config-options.md+20
- docs/src/understand/configure-federation.md+190-55
- hack/bin/cabal-run-integration.sh+1-2
- integration/integration.cabal+1
- integration/test/API/Brig.hs+9
- integration/test/API/Spar.hs-2
- integration/test/Test/Apps.hs+14-2
- integration/test/Test/FeatureFlags/SimplifiedUserConnectionRequestQRCode.hs+22
- integration/test/Test/FeatureFlags/Util.hs+2-1
- integration/test/Test/UserGroup.hs+41-2
- integration/test/Testlib/Run.hs+1-4
- libs/galley-types/src/Galley/Types/Teams.hs+7
- libs/wire-api/src/Wire/API/PostgresMarshall.hs+415
- libs/wire-api/src/Wire/API/Routes/Internal/Galley.hs+1
- libs/wire-api/src/Wire/API/Routes/Public/Galley/Feature.hs+1
- libs/wire-api/src/Wire/API/Team/Feature.hs+28-1
- libs/wire-api/src/Wire/API/User.hs+46-19
- libs/wire-api/test/golden/Test/Wire/API/Golden/Generated/UserProfile_user.hs+4-2
- libs/wire-api/test/golden/Test/Wire/API/Golden/Manual/ListUsersById.hs+4-2
- libs/wire-api/test/golden/testObject_ListUsersById_user_2.json+4-2
- libs/wire-api/test/golden/testObject_ListUsersById_user_3.json+2-1
- libs/wire-api/test/golden/testObject_UserProfile_user_1.json+2-1
- libs/wire-api/test/golden/testObject_UserProfile_user_2.json+2-1
- libs/wire-api/test/unit/Test/Wire/API/User.hs+1-1
- libs/wire-api/wire-api.cabal+1
- libs/wire-subsystems/src/Wire/AppStore.hs+26-1
- libs/wire-subsystems/src/Wire/AppStore/Postgres.hs+19-8
- libs/wire-subsystems/src/Wire/AppSubsystem/Interpreter.hs+9-3
- libs/wire-subsystems/src/Wire/Postgres.hs+12
- libs/wire-subsystems/src/Wire/PostgresMarshall.hs-27
- libs/wire-subsystems/src/Wire/UserGroupStore.hs+2
- libs/wire-subsystems/src/Wire/UserGroupStore/Postgres.hs+49-30
- libs/wire-subsystems/src/Wire/UserGroupSubsystem.hs+1
- libs/wire-subsystems/src/Wire/UserGroupSubsystem/Interpreter.hs+51-28
- libs/wire-subsystems/src/Wire/UserSubsystem/Interpreter.hs+12-1
- libs/wire-subsystems/test/unit/Wire/MiniBackend.hs+12
- libs/wire-subsystems/test/unit/Wire/MockInterpreters.hs+1
- libs/wire-subsystems/test/unit/Wire/MockInterpreters/AppStore.hs+16
- libs/wire-subsystems/test/unit/Wire/MockInterpreters/UserGroupStore.hs+10-1
- libs/wire-subsystems/wire-subsystems.cabal+1-1
- services/brig/src/Brig/API/Public.hs+2-2
- services/brig/test/integration/API/User/Account.hs+2-1
- services/galley/src/Galley/API/Internal.hs+2
- services/galley/src/Galley/API/Public/Feature.hs+1
- services/galley/src/Galley/API/Teams/Features.hs+2
- services/galley/src/Galley/API/Teams/Features/Get.hs+2
- services/galley/test/integration/API/Util.hs+2-1
0 commit comments