-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upstream main into main #25
Conversation
Clippy fix for CI
* Further improve credentials * Make clippy happy * Address review comments
* Introduce frankenstein framework * Remove inaccurate comment * Add fancy derefs * More derefs
* Remove cipher suite and version from Secret * Address review comments
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) from 1 to 2. - [Release notes](https://github.com/peaceiris/actions-mdbook/releases) - [Changelog](https://github.com/peaceiris/actions-mdbook/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-mdbook@v1...v2) --- updated-dependencies: - dependency-name: peaceiris/actions-mdbook dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: raphaelrobert <[email protected]>
Due to a recent vcpkg failure (in turn due to a bug in CMake), this PR disables interop testing with MLS++ on CI. Co-authored-by: raphaelrobert <[email protected]>
fixup build after openmls#1548
This PR allows OpenMLS to handle unknown/other proposals analogous to how extensions are handled.
* Added test for updating unknown group context extensions data --------- Co-authored-by: cameronvoell <[email protected]>
This reverts commit 7e11185.
Co-authored-by: Jan Winkelmann (keks) <[email protected]>
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
Co-authored-by: Konrad Kohbrok <[email protected]>
Add more frankenstein types
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This PR is so big! Please, split it 😊 |
This upstream merge is becoming hard to manage. Going to merge this now that everything is green and open additional PRs if we find other things that need fixed for the storage migration. |
This pulls upstream openMLS to get the latest storageAPI work here: openmls#1565.