-
Notifications
You must be signed in to change notification settings - Fork 2
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
[OPTIC-RELEASE-AUTOMATION] release/v9.0.0-alpha.3 #404
Merged
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
achou11
pushed a commit
that referenced
this pull request
Dec 5, 2023
Release v9.0.0-alpha.3 Co-authored-by: achou11 <[email protected]>
tomasciccola
added a commit
that referenced
this pull request
Dec 7, 2023
* initial implementation of project.close() for now: close coreManager cores for every namespace * add `close` to Datastore, use `coreManager.close()` the close method of `Datastore` basically `.removeAllListeners()` and `close()` over the `#coreIndexer` instance. I don't if that should be enough? But looking at the class, it seems so... * add sqlite as a private field, `.close()` it on `MapeoProject.close()` * close dataStores in parallel * await #coreManager.close and dataStore promises * update multi-core-indexer to alpha8 * update lock * fix package-lock, add tests to close * fix `.getMany` test for `project.close()` * add tests for creating project after `project.close()` * * remove 'multiCoreIndexer.removeAllListener()' (the class is already removing added listeners) * comment crud test regarding closing and re-opening a project * remove cached project in manager after closing project * remove added listeners in mapeo project after close * [OPTIC-RELEASE-AUTOMATION] release/v9.0.0-alpha.3 (#404) Release v9.0.0-alpha.3 Co-authored-by: achou11 <[email protected]> * Revert "[OPTIC-RELEASE-AUTOMATION] release/v9.0.0-alpha.3 (#404)" This reverts commit a1b742e. * update flaky sync e2e test now that project.close() is implemented * const instead of let in close() method * fix: close cores after indexing is closed --------- Co-authored-by: Tomás Ciccola <[email protected]> Co-authored-by: Andrew Chou <[email protected]> Co-authored-by: optic-release-automation[bot] <94357573+optic-release-automation[bot]@users.noreply.github.com> Co-authored-by: achou11 <[email protected]> Co-authored-by: Gregor MacLennan <[email protected]>
This was referenced Apr 11, 2024
This was referenced Jun 20, 2024
This was referenced Jul 25, 2024
This was referenced Aug 21, 2024
This was referenced Aug 29, 2024
This was referenced Sep 11, 2024
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.
Optic Release Automation
This draft PR is opened by Github action optic-release-automation-action.
A new draft GitHub release v9.0.0-alpha.3 has been created.
Release author: @achou11
If you want to go ahead with the release, please merge this PR. When you merge:
The GitHub release will be published
The npm package with tag alpha will be published according to the publishing rules you have configured
The following tags will be updated to point to the latest appropriate commit: v9
If you close the PR
What's Changed
dataType.createWithDocId()
by @gmaclennan in feat: Add internaldataType.createWithDocId()
#192coreOwnership
records inIndexWriter
[1/3] by @gmaclennan in feat: handlecoreOwnership
records inIndexWriter
[1/3] #214listLocalPeers()
&local-peers
event by @gmaclennan in feat:listLocalPeers()
&local-peers
event #360$sync
API methods by @gmaclennan in feat: add$sync
API methods #361MapeoProject
andMapeoManager
by @tomasciccola in feat: dbMigrationPathOpt - add db migration path toMapeoProject
andMapeoManager
#384New Contributors
Full Changelog: https://github.com/digidem/mapeo-core-next/commits/v9.0.0-alpha.3