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

[OPTIC-RELEASE-AUTOMATION] release/v9.0.0-alpha.3 #404

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

optic-release-automation[bot]
Copy link
Contributor

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

  • The new draft release will be deleted and nothing will change

What's Changed

New Contributors

Full Changelog: https://github.com/digidem/mapeo-core-next/commits/v9.0.0-alpha.3

@achou11 achou11 merged commit e3695da into main Dec 5, 2023
4 of 7 checks passed
@achou11 achou11 deleted the release/v9.0.0-alpha.3 branch December 5, 2023 17:51
achou11 pushed a commit that referenced this pull request Dec 5, 2023
Release v9.0.0-alpha.3

Co-authored-by: achou11 <actions@users.noreply.github.com>
achou11 added a commit that referenced this pull request Dec 5, 2023
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 <actions@users.noreply.github.com>

* 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 <tciccola@digital-democracy.com>
Co-authored-by: Andrew Chou <andrewchou@fastmail.com>
Co-authored-by: optic-release-automation[bot] <94357573+optic-release-automation[bot]@users.noreply.github.com>
Co-authored-by: achou11 <actions@users.noreply.github.com>
Co-authored-by: Gregor MacLennan <gmaclennan@digital-democracy.org>
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.

1 participant