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

Monorepo #56

Draft
wants to merge 427 commits into
base: develop
Choose a base branch
from
Draft

Monorepo #56

wants to merge 427 commits into from

Conversation

kennyek
Copy link
Contributor

@kennyek kennyek commented Feb 4, 2024

Note: I have tagged the current state of the repo as the current package version, in case we would want to reverse this.

Merge git repos to keep git history for viewdb repos according to the guide by Graham F. Scott.

Since when we update ViewDB, we want to update the persistence stores as well.

  • Will ease the testing across the libraries to make sure nothing breaks in e.g. the remote persistence store when something is updated in the core viewdb library.
  • Will ensure types are up to date when the libraries are migrated to TypeScript.

Thoughts:

  • Should we add kuery to this repo as well? Since we would want to update viewdb when kuery is updated. Though kuery is kind of its own thing, it's fairly related.
  • Strategy for versioning & publishing needs to be included. I'm considering beachball for this,
  • We could add GitHub workflows for:
    • Testing & linting (& type checking in the future) on a PR
      • Additionally, validate the versions if using beachball
    • Publish on merge (requires that we configure an NPM token secret)

tbruun and others added 30 commits May 30, 2017 17:21
added better way to retrieve mongo url
fixes issue where async destroy method would not finish before settin…
bump kuery for $nin operator support
adds global limit to SocketServer in order to enforce limit on client…
identity query needs to check if subquery is of type string
Changes from throttle to debounce. Works better when there are lots o…
Reverts previous "fix". (It was never published)
henriknatzen and others added 30 commits May 26, 2023 08:07
* Recreate Kuery of missing

* Bump version

* Moved kuery init

* Remove init from check query
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.

None yet