-
Notifications
You must be signed in to change notification settings - Fork 128
Remove the Firestore Snappy patch #932
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
Closed
Closed
Changes from 36 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
83306fd
firestore.cmake: remove the snappy patch and just update the leveldb …
dconeybe 346a4a4
REVERT ME: Pin firebase-ios-sdk to https://github.com/firebase/fireba…
dconeybe e8f77a4
Merge branch 'main' into dconeybe/SnappyPatchRevert
jonsimantov 6557527
Merge branch 'main' into dconeybe/SnappyPatchRevert
dconeybe 12bc437
Merge remote-tracking branch 'origin/main' into SnappyPatchRevert
dconeybe 57d03a9
firestore.cmake: updated pinned firebase-ios-sdk to HEAD now that the…
dconeybe bdcbbbc
CMakeLists.txt: set(RE2_BUILD_TESTING OFF CACHE BOOL "")
dconeybe c9dbc89
Merge remote-tracking branch 'origin/main' into SnappyPatchRevert
dconeybe ce9ca4f
firestore.cmake: update pinned commit to https://github.com/firebase/…
dconeybe c834bc6
firestore.cmake: update pinned commit to https://github.com/firebase/…
dconeybe b39452a
cherry-pick bundle_test.cc: Disable LoadBundleWithDocumentsAlreadyPul…
dconeybe f8e38b1
bundle_test.cc: disable ALL of the tests
dconeybe 61d6ff9
Support git longpaths (#967)
wu-hui 2a481ec
firestore.cmake: update pinned commit to HEAD, now that the fixes in …
dconeybe 1880093
integration_tests.yml: explicitly install java so that we get a new e…
dconeybe a88bcb0
integration_tests.yml: install java 8 for the test run, overriding ja…
dconeybe ea31746
leveldb.cmake: add URL_HASH to improve security
dconeybe bbe4b3f
Merge remote-tracking branch 'origin/main' into LevelDbUrlHash
dconeybe 04b5d8f
Merge remote-tracking branch 'origin/main' into SnappyPatchRevert
dconeybe 0848e7a
Revert "bundle_test.cc: disable ALL of the tests"
dconeybe 14b574a
Revert "cherry-pick bundle_test.cc: Disable LoadBundleWithDocumentsAl…
dconeybe 0c78a7b
Merge remote-tracking branch 'origin/dconeybe/LevelDbUrlHash' into Sn…
dconeybe ca9eb56
Merge branch 'main' into dconeybe/SnappyPatchRevert
dconeybe 1dfa36f
Update iOS dependencies - Tue May 31 2022
94b5f05
CMakeLists.txt: set(RE2_BUILD_TESTING OFF CACHE BOOL "")
dconeybe 23e1096
Merge remote-tracking branch 'origin/workflow/auto-update-deps-111-20…
dconeybe 2589c43
firestore.cmake: bump pinned commit
dconeybe 895126f
value_util.cc: Fix MaxValue() to no longer use designated initializat…
dconeybe 59db396
Merge branch 'main' into workflow/auto-update-deps-111-20220531-181942
dconeybe daa6c72
Merge remote-tracking branch 'origin/workflow/auto-update-deps-111-20…
dconeybe 3888037
firestore.cmake: bump pinned commit
dconeybe a0a0f30
Merge remote-tracking branch 'origin/main' into SnappyPatchRevert
dconeybe 655b7b6
Merge remote-tracking branch 'origin/main' into SnappyPatchRevert
dconeybe f033074
Merge remote-tracking branch 'origin/main' into SnappyPatchRevert
dconeybe 6a7e47d
replace the fancy python script with a simple patch
dconeybe 5e75846
leveldb.cmake: fix comment: firestore.patch -> firestore.patch.txt
dconeybe e145df3
Merge remote-tracking branch 'origin/main' into SnappyPatchRevert
dconeybe 68d3768
Update iOS dependencies - Wed Jun 22 2022
1f15efb
Merge remote-tracking branch 'origin/workflow/auto-update-deps-116-20…
dconeybe 1fcbbeb
remove pinned firebase-ios-sdk commit
dconeybe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| diff --git a/cmake/external/leveldb.cmake b/cmake/external/leveldb.cmake | ||
| index 920bf2928..c5c9cc7ee 100644 | ||
| --- a/cmake/external/leveldb.cmake | ||
| +++ b/cmake/external/leveldb.cmake | ||
| @@ -24,7 +24,10 @@ if(TARGET leveldb) | ||
| return() | ||
| endif() | ||
|
|
||
| -set(version 1.22) | ||
| +# This version must be kept in sync with cmake/external/leveldb.cmake | ||
| +# in the firebase-cpp-sdk. If this version ever changes then make sure | ||
| +# to update leveldb.cmake in the firebase-cpp-sdk accordingly. | ||
| +set(version 1.23) | ||
|
|
||
| ExternalProject_Get_property(snappy SOURCE_DIR) | ||
| set(snappy_source_dir "${SOURCE_DIR}") | ||
| @@ -39,7 +42,7 @@ ExternalProject_Add( | ||
| DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR} | ||
| DOWNLOAD_NAME leveldb-${version}.tar.gz | ||
| URL https://github.com/google/leveldb/archive/${version}.tar.gz | ||
| - URL_HASH SHA256=55423cac9e3306f4a9502c738a001e4a339d1a38ffbee7572d4a07d5d63949b2 | ||
| + URL_HASH SHA256=9a37f8a6174f09bd622bc723b55881dc541cd50747cbd08831c2a82d620f6d76 | ||
|
|
||
| PREFIX ${PROJECT_BINARY_DIR} | ||
|
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't GIT_TAG be ${version}, which will be updated to 9.2.0 or whatever when the time comes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh yes, this particular part of the PR will be reverted. It's just here so I can test again the HEAD of the firebase-ios-sdk.