-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: automerge/automerge-repo-swift
base: 0.2.0
head repository: automerge/automerge-repo-swift
compare: 0.3.0
- 13 commits
- 26 files changed
- 3 contributors
Commits on May 20, 2024
-
Use TaskGroup to wait on network activating or retry timeout, whichev…
…er is first (#102) * Add NWPathMonitor logic to WebSocketProvider retries * Add NWPathMonitor logic to WebSocketProvider retries (using group) * Remove inadvertent comment changes * Return proper success * Cleanup comments
Configuration menu - View commit details
-
Copy full SHA for c24502c - Browse repository at this point
Copy the full SHA c24502cView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6735642 - Browse repository at this point
Copy the full SHA 6735642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f632dc - Browse repository at this point
Copy the full SHA 6f632dcView commit details -
close one bug, open another - 0.2% failure on DocumentID conversions …
…to string and back
Configuration menu - View commit details
-
Copy full SHA for aa031c0 - Browse repository at this point
Copy the full SHA aa031c0View commit details -
forked and updated dependency on Base58Swift due to lack of updates i…
…n upstream project with fix easily available
Configuration menu - View commit details
-
Copy full SHA for c8f441b - Browse repository at this point
Copy the full SHA c8f441bView commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3de6fb4 - Browse repository at this point
Copy the full SHA 3de6fb4View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4198fc - Browse repository at this point
Copy the full SHA f4198fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6b01d - Browse repository at this point
Copy the full SHA 0e6b01dView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1ae1f0 - Browse repository at this point
Copy the full SHA f1ae1f0View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4528511 - Browse repository at this point
Copy the full SHA 4528511View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74e837e - Browse repository at this point
Copy the full SHA 74e837eView commit details
Commits on Jul 4, 2024
-
reproduction of issue 106: no history available when repo.find() is i…
…nvoked and the repo has a storage provider (#113) * reproduction of issue #106 * adding test from Jesse showing failure to initiate and automatically sync on two independent imports * explicitly initiate a sync on create, import, or clone with all connected peers * replacing integration test helper with upstream utility method * renaming test classes to distinguish more easily between single and dual client tests * fixing mismatched assumptions about documents being created automatically vs reporting they don't exist * updating tests to align with changed behaviors for sync on create/import/clone * in the scenario where a document is sync'd on creation, and a peer is connected, the other peer will have a record of the document to return an immediate result on find(), but the contents won't be completely up to date until the sync has processed. * The updated tests (unit and integration) verify that a sync happens, but there's no clear indicator of "I'm up to date with all my peers" right now.
Configuration menu - View commit details
-
Copy full SHA for c3211ed - Browse repository at this point
Copy the full SHA c3211edView commit details -
updating sync-on-create to obey repository preferences from sharePoli…
…cy (#114) * updating sync-on-create to obey repository preferences from sharePolicy * add test to verify non-sharing on find from readonly repo * fix test comment
Configuration menu - View commit details
-
Copy full SHA for 875bdb0 - Browse repository at this point
Copy the full SHA 875bdb0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.2.0...0.3.0