-
Notifications
You must be signed in to change notification settings - Fork 37
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
Merge 3.2.0 #569
Merged
Merged
Merge 3.2.0 #569
Conversation
This file contains 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
Contributor
pasin
commented
Sep 6, 2024
•
edited
Loading
edited
- Merged 3.2.0 into the master branch.
- Updated LiteCore to the latest master branch to get database full sync option.
- Fixed some errors in tests.
- Disabled 2 failed tests (CBL - 6243 and CBL - 6244)
- Disabled Android Build on GH as GH Runner doesn't support the required CMake 3.28.1 yet.
- Removed iOS Build on GH as it's too slow and we already have iOS build and tests running on Jenkins.
Used LiteCore to 3.2.0-219 (554bf8f7) Used VS 1.0.0-57 Updated VectorSearchTest to 2.1.0 Updated minTrainingSize API doc Fixed API Groups
* Fixed the signature of CBL_EnableVectorSearch * Updated VS to 1.0.0-58 * Removed a test that was mistakenly committed. * Fixed and added VectorSearchTest_Cpp.cc (unofficial C++ API test) to run in CI * Add more timeout for asyc cleanup on very slow GH Action machines.
* Updated LiteCore to 3.2.0-220. * Minor API doc fix. * Fixed xcode project file refering to the old test file name.
* Implemented FullSync DatabaseConfiguration property. * No change to C++ Public API as it uses C's CBLDatabaseConfiguration directory. * Updated LiteCore to 3.2.0-223
Included the missing header files.
Updated linux-package-config so that the deb file for debian12 can be generated.
This required an intensive rebuild from the scripts downstream, and moving the result to a place that we control. Re-enable raspbian9.
pasin
force-pushed
the
merge-3.2.0
branch
8 times, most recently
from
September 12, 2024 01:46
2a9d003
to
a09a791
Compare
* Fixed build error and some errors in tests. * Disabled Failed Tests. * Updated Jenkinsfile. * Removed iOS GH Action as the tests are also verified on Jenkins. * Disabled Android GH Action as cmake 3.28.1 is not available on GH Runner yet.
Code Coverage Results:
|
velicuvlad
approved these changes
Sep 12, 2024
Made a note of the tests failing, will also check that for iOS when I merge |
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.