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

chore: add gleequore package and adapters #849

Merged
merged 13 commits into from
Oct 28, 2024

Conversation

fmvilas
Copy link
Member

@fmvilas fmvilas commented Oct 26, 2024

Description

Adds the GleeQuore package, which will eventually become the "core" of Glee, and all the adapters. Paves the way for #795.

Copy link

changeset-bot bot commented Oct 26, 2024

🦋 Changeset detected

Latest commit: 796434a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@asyncapi/gleequore Minor
@asyncapi/glee-redis-cluster-adapter Minor
@asyncapi/glee-web-server-adapter Minor
@asyncapi/glee-socketio-adapter Minor
@asyncapi/glee-kafka-adapter Minor
@asyncapi/glee-mqtt-adapter Minor
@asyncapi/glee-shared-utils Minor
@asyncapi/glee-web-adapter Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR


# Ignore all duplicated code as it will be removed once we replace Glee's core with GleeQuore
sonar.cpd.exclusions=packages/glee/src/adapters/**/*,packages/*-adapter/**/*,packages/shared-utils/**/*,packages/gleequore/**/*
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❗ Attention: this is a temporary but important change. Since we're in an intermediate step where lots of code is duplicated, Sonar is complaining. I'm adding this here for now but should be removed once we replace Glee's core with GleeQuore.

Souvikns
Souvikns previously approved these changes Oct 28, 2024
Copy link

sonarcloud bot commented Oct 28, 2024

@fmvilas fmvilas changed the title chore: add gleequore package chore: add gleequore package and adapters Oct 28, 2024
@fmvilas
Copy link
Member Author

fmvilas commented Oct 28, 2024

/rtm

@asyncapi-bot asyncapi-bot merged commit c66dd3a into asyncapi:master Oct 28, 2024
13 checks passed
@fmvilas fmvilas deleted the add-gleequore branch October 28, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants