Skip to content
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

CBL-5461 : Remove ios submodule from ios-ee repo #3245

Merged
merged 3 commits into from
Mar 4, 2024
Merged

CBL-5461 : Remove ios submodule from ios-ee repo #3245

merged 3 commits into from
Mar 4, 2024

Conversation

pasin
Copy link
Contributor

@pasin pasin commented Mar 2, 2024

We don't really need couchbase-lite-ios submodule inside couchbase-lite-ios-ee repo as in build we always checkout couchbase-lite-ios submodule to the top of the master or release branch.

The reason that we have the submodule is to try to keep CE and EE repo in sync which turns out to be an unnecessary unproductivity task. We are now removing the ios submdoule from the ee repo now so that we don’t need to make them in-sync anymore.

Plus : Move download_vector_search_extension.sh script to ee repo.
Plus : Minor fix to the encryption key property in CBLDatabaseConfiguration.m to add check readonly.
Note : Need to work on updating beryllium build manifest and script in jenkins's configuration before merge.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the env var PRODUCT is not needed anymore in this case, so it should be removed

We don't really need couchbase-lite-ios submodule inside couchbase-lite-ios-ee repo as in build we always checkout couchbase-lite-ios submodule to the top of the master or release branch.

The reason that we have the submodule is to try to keep CE and EE repo in sync which turns out to be an unnecessary unproductivity task. We are now removing the ios submdoule from the ee repo now so that we don’t need to make them in-sync anymore.

Plus : move download_vector_search_extension.sh script to ee repo.
Plus : Minor fix to the encryption key property in CBLDatabaseConfiguration.m to add check readonly.
@pasin pasin merged commit 48f40a4 into master Mar 4, 2024
9 checks passed
@pasin pasin deleted the CBL-5461 branch March 4, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants