-
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
feat: remove project.ready() #392
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d687f1d - Browse repository at this point
Copy the full SHA d687f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a77e2 - Browse repository at this point
Copy the full SHA 74a77e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e301c85 - Browse repository at this point
Copy the full SHA e301c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae371fd - Browse repository at this point
Copy the full SHA ae371fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdf39f - Browse repository at this point
Copy the full SHA ccdf39fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a52254b - Browse repository at this point
Copy the full SHA a52254bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50698e6 - Browse repository at this point
Copy the full SHA 50698e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae35e9c - Browse repository at this point
Copy the full SHA ae35e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be64a3d - Browse repository at this point
Copy the full SHA be64a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2020e - Browse repository at this point
Copy the full SHA ee2020eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd25da - Browse repository at this point
Copy the full SHA 0cd25daView commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 395345d - Browse repository at this point
Copy the full SHA 395345dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7963a3e - Browse repository at this point
Copy the full SHA 7963a3eView commit details -
For now this simplifies the API (because we are only supporting local sync, not remote sync over the internet) to: - `project.$sync.getState()` - `project.$sync.start()` - `project.$sync.stop()` - Events - `sync-state` It's currently not possible to stop local discovery, nor is it possible to stop sync of the metadata namespaces (auth, config, blobIndex). The start and stop methods stop the sync of the data and blob namespaces. Fixes #134. Stacked on #360, #358 and #356.
Configuration menu - View commit details
-
Copy full SHA for 9bff9ac - Browse repository at this point
Copy the full SHA 9bff9acView commit details -
feat: Add project.$waitForInitialSync() method
Fixes Add project method to download auth + config cores #233 Rather than call this inside the `client.addProject()` method, instead I think it is better for the API consumer to call `project.$waitForInitialSync()` after adding a project, since this allows the implementer to give user feedback about what is happening.
Configuration menu - View commit details
-
Copy full SHA for 1c0dc6b - Browse repository at this point
Copy the full SHA 1c0dc6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4fad2 - Browse repository at this point
Copy the full SHA 1f4fad2View commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d00bf10 - Browse repository at this point
Copy the full SHA d00bf10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 989b429 - Browse repository at this point
Copy the full SHA 989b429View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbda3f0 - Browse repository at this point
Copy the full SHA bbda3f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a32989 - Browse repository at this point
Copy the full SHA 0a32989View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc7a7c3 - Browse repository at this point
Copy the full SHA dc7a7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1895679 - Browse repository at this point
Copy the full SHA 1895679View commit details -
This was a big lift, but necessary to be able to debug sync issues since temporarily adding console.log statements was too much work, and debugging requires knowing the deviceId associated with each message.
Configuration menu - View commit details
-
Copy full SHA for 763b57b - Browse repository at this point
Copy the full SHA 763b57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb1072 - Browse repository at this point
Copy the full SHA 2fb1072View commit details -
fix: Add new cores to the indexer (!!!)
This caused a day of work: a bug from months back
Configuration menu - View commit details
-
Copy full SHA for b5f1a00 - Browse repository at this point
Copy the full SHA b5f1a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fb8ad - Browse repository at this point
Copy the full SHA d3fb8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c4d32 - Browse repository at this point
Copy the full SHA 32c4d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe01caa - Browse repository at this point
Copy the full SHA fe01caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a47b56 - Browse repository at this point
Copy the full SHA 5a47b56View commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9921f66 - Browse repository at this point
Copy the full SHA 9921f66View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6dfa0d6 - Browse repository at this point
Copy the full SHA 6dfa0d6View commit details
Commits on Nov 10, 2023
-
Removes old replication code attached to CoreManager Still needs tests to be updated
Configuration menu - View commit details
-
Copy full SHA for 68455be - Browse repository at this point
Copy the full SHA 68455beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7513788 - Browse repository at this point
Copy the full SHA 7513788View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58bbaf - Browse repository at this point
Copy the full SHA f58bbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6a081 - Browse repository at this point
Copy the full SHA 8c6a081View commit details -
Merge branch 'chore/add-logging' into feat/initial-download
* chore/add-logging: chore: Add debug logging
Configuration menu - View commit details
-
Copy full SHA for 3bad62a - Browse repository at this point
Copy the full SHA 3bad62aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a63746 - Browse repository at this point
Copy the full SHA 8a63746View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed69a78 - Browse repository at this point
Copy the full SHA ed69a78View commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7300da3 - Browse repository at this point
Copy the full SHA 7300da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2eda92 - Browse repository at this point
Copy the full SHA b2eda92View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2224f2b - Browse repository at this point
Copy the full SHA 2224f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97df1c0 - Browse repository at this point
Copy the full SHA 97df1c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5e8d6 - Browse repository at this point
Copy the full SHA bc5e8d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b473c - Browse repository at this point
Copy the full SHA c1b473cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07cac79 - Browse repository at this point
Copy the full SHA 07cac79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3407e0c - Browse repository at this point
Copy the full SHA 3407e0cView commit details -
Merge branch 'fix/local-peers' into feat/initial-download
* fix/local-peers: new tests for duplicate connections fixed fake timers implementation for tests send invite to non-existent peer fix stream close before channel open fix: handle duplicate connections to LocalPeers fix: fix writing to blob store when also calculating content hash (#370) integrate icon plugin into MediaServer (#369) chore: Add debug logging (#373)
Configuration menu - View commit details
-
Copy full SHA for 6174ce0 - Browse repository at this point
Copy the full SHA 6174ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8387f84 - Browse repository at this point
Copy the full SHA 8387f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a886b8 - Browse repository at this point
Copy the full SHA 6a886b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d50fcea - Browse repository at this point
Copy the full SHA d50fceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf1941 - Browse repository at this point
Copy the full SHA 5bf1941View commit details
Commits on Nov 16, 2023
-
fix: only request a core key from one peer
Reduces the number of duplicate requests for the same keys.
Configuration menu - View commit details
-
Copy full SHA for 34d2d34 - Browse repository at this point
Copy the full SHA 34d2d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 158ac7c - Browse repository at this point
Copy the full SHA 158ac7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 687b9bc - Browse repository at this point
Copy the full SHA 687b9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6225fe - Browse repository at this point
Copy the full SHA e6225feView commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a912ede - Browse repository at this point
Copy the full SHA a912edeView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bbfe301 - Browse repository at this point
Copy the full SHA bbfe301View commit details -
fix: don't open cores in sparse mode
Turns out this changes how core.length etc. work, which confuses things
Configuration menu - View commit details
-
Copy full SHA for ea442a3 - Browse repository at this point
Copy the full SHA ea442a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f0dff - Browse repository at this point
Copy the full SHA 72f0dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a07c278 - Browse repository at this point
Copy the full SHA a07c278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 800d136 - Browse repository at this point
Copy the full SHA 800d136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3afafbb - Browse repository at this point
Copy the full SHA 3afafbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca60188 - Browse repository at this point
Copy the full SHA ca60188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 420e21a - Browse repository at this point
Copy the full SHA 420e21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd349d - Browse repository at this point
Copy the full SHA 5cd349dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04520f6 - Browse repository at this point
Copy the full SHA 04520f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e388e - Browse repository at this point
Copy the full SHA 53e388eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41895a7 - Browse repository at this point
Copy the full SHA 41895a7View commit details -
remote peer-sync-controller unit test
This is now tested in e2e tests
Configuration menu - View commit details
-
Copy full SHA for 7df2c73 - Browse repository at this point
Copy the full SHA 7df2c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1133e75 - Browse repository at this point
Copy the full SHA 1133e75View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d7c251 - Browse repository at this point
Copy the full SHA 5d7c251View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f8a1b - Browse repository at this point
Copy the full SHA a2f8a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd89ec4 - Browse repository at this point
Copy the full SHA cd89ec4View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1f67ba8 - Browse repository at this point
Copy the full SHA 1f67ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ffe92 - Browse repository at this point
Copy the full SHA 83ffe92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0c71b - Browse repository at this point
Copy the full SHA 4b0c71bView commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d560d0a - Browse repository at this point
Copy the full SHA d560d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6896021 - Browse repository at this point
Copy the full SHA 6896021View commit details
Commits on Nov 28, 2023
-
Merge branch 'main' into feat/remove-project-ready
* main: feat: integrate sync and project invites (#362)
Configuration menu - View commit details
-
Copy full SHA for 3e5bde8 - Browse repository at this point
Copy the full SHA 3e5bde8View commit details