-
Notifications
You must be signed in to change notification settings - Fork 334
Release 2021 09 08 #1744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 2021 09 08 #1744
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* document connections internals a bit better * Hi CI
…lified ids (#1703) Co-authored-by: jschaul <jschaul@users.noreply.github.com>
* Refactor RemoteError handling * Remove unused TinyLog effect
This selects a snappy branch containing a fix for a linker issue with libsnappy-1.1.9. The fix is in this PR: bos/snappy#7
* Append a newline to JSON golden tests * Pretty print golden JSON files * Make ordering of keys in JSON golden files deterministic * Update the changelog
* Limit the export of a golden test module to test objects only * Clean up JSON golden tests for AssetToken * Clean up JSON golden tests for NewAssetToken * Clean up JSON golden tests for AssetRetention * Clean up JSON golden tests for AssetSettings * Clean up JSON golden tests for AssetKey * Clean up JSON golden tests for ResumableSettings * Clean up JSON golden instances for TotalSize * Clean up JSON golden tests for ChunkSize * Clean up JSON golden tests for Offset * Clean up JSON golden tests for ResumableAsset * Clean up JOSN golden tests for TurnHost * Clean up JSON golden tests for Scheme (call configuration) * Clean up JSON golden tests for Transport * Clean up JSON golden tests for TurnURI * Reformatting of Golden.Generated for better readability * Clean up JSON golden tests for RTCIceServer * Clean up JSON golden tests for RTCConfiguration * Clean up JSON golden tests for SFTServer * Clean up JSON golden tests for ConnectionRequest * Clean up JSON golden tests for Relation * Clean up JSON golden tests for Message * Clean up JSON golden tests for UserConnection * Clean up JSON golden tests for UserConnectionList * Clean up JSON golden tests for ConnectionUpdate * Remove redundant brackets in Golden.Generated * Clean up JSON golden tests for Conversation * Fix a failing golden test for Conversation * Clean up JSON golden tests for NewConvUnmanaged * Introduce a FromJSON testing utility for failure cases * Further clean up of JSON golden tests of NewConvUnmanaged * Clean up JSON golden tests for NewConvManaged * Clean up JSON golden tests for ConversationList * Clean up JSON golden tests for 'ConversationList Convevrsation' * Clean up JSON golden tests for Access * Clean up JSON golden tests for AccessRole * Clean up JSON golden tests for ConvType * Clean up JSON golden tests for ReceiptMode * Clean up JSON golden tests for ConvTeamInfo * Update the changelog * Clean up JSON golden tests for Invite * Clean up JSON golden tests for ConversationRename * Clean up JSON golden tests for ConversationAccessUpdate * Clean up JSON golden tests for ConversationReceiptModeUpdate * Clean up JSON golden tests for ConversationMessageTimerUpdate * Clean up JSON golden tests for AddBot * Clean up JSON golden tests for AddBotResponse * Clean up JSON golden tests for RemoveBotResponse * Clean up JSON golden tests for UpdateBotPrekeys * Clean up JSON golden tests for ConversationCode * Clean up JSON golden tests for MemberUpdate * Clean up JSON golden tests for MemberUpdate * Clean up JSON golden tests for MutedStatus * Clean up JSON golden tests for OtherMember * Clean up JSON golden tests for ConvMembers * Clean up JSON golden tests for OtherMemberUpdate * Clean up JSON golden tests for RoleName * Clean up JSON golden tests for Action * Clean up JSON golden tests for ConversationRole * Clean up JSON golden tests for ConversationRoleList * Clean up JSON golden tests for TypingStatus * Clean up JSON golden tests for TypingData * Leaving JSON golden tests for CustomBackend - The types CustomBackend is made of are not JSON-tested directly and it looks like there is non-trivial logic as to what constitutes a valid CustomBackend, so I'm leaving the tests as they are * Clean up JSON golden tests for EventType * Remove redundant JSON golden tests for conversation 'Event's * Rename objects in JSON golden tests for conversation 'Event's * Rename more objects in JSON golden tests for conversation 'Event's * Add JSON golden tests for missing conversation event types * Update the changelog * Clean up JSON golden tests for SimpleMember * Remove an unused contraint in a JSON test utility * Remove unused imports in generated JSON golden tests * Clean up JSON golden tests for SimpleMembers * Clean up JSON golden tests for Member * fixup! Clean up JSON golden tests for SimpleMembers * Clean up JSON golden tests for Connect * Clean up JSON golden tests for MemberUpdateData * Clean up JSON golden tests for OtrMessage * Clean up JSON golden tests for Priority * Clean up JSON golden tests for OtrRecipients * Remove unused imports in generated JSON golden tests * Clean up JSON golden tests for NewOtrMessage * Clean up JSON golden tests for ClientMismatch * Clean up JSON golden tests for QueuedNotification * Clean up JSON golden tests for QueuedNotificationList * Leaving the PropertyKey tests as they are (missing better understanding) - The only cosmetic change is to remove redundant brackets * Clean up JSON golden tests for PropertyValue * Clean up JSON golden tests for Wire.API.Push.Token.Transport * Clean up JSON golden tests for Wire.API.Push.Token.Token * Clean up JSON golden tests for AppName * Clean up JSON golden tests for Wire.API.Push.Token.PushToken * Clean up JSON golden tests for Wire.API.Push.Token.PushTokenList * Update the changelog * More conflict resolving after merging * Remove unused imports and redundant brackets
Co-authored-by: Marko Dimjašević <marko.dimjasevic@wire.com>
The hack in #1700 does not actually seem to work in CI, and in fact it prevents log output from being displayed at all when helm test fails. The integration-test-logs.sh script is still around, and it can be used to display helm test output interactive when running tests manually in a terminal.
d8bc055 to
c94f693
Compare
julialongtin
approved these changes
Sep 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Release Notes
API Changes
POST /conversations/list/v2(Introduce new endpoint to allow fetching conversation metadata by qualified ids #1703)POST /list-conversations(Introduce new endpoint to allow fetching conversation metadata by qualified ids #1703)Features
Bug fixes and other updates
Documentation
Internal changes
Federation changes