-
Notifications
You must be signed in to change notification settings - Fork 25
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: conduit-next (DRAFT) #1142
Draft
kkopanidis
wants to merge
6
commits into
main
Choose a base branch
from
v-next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
…ants actions (#1135) * refactor(chat): sendInvitation props as object * fix(chat): missing populate query param from router * fix(chat): missing search message regex matching * chore(chat): cleanups * fix(chat): router invitation token count * refactor(chat): admin route createRoom participants logs, set creator * refactor(chat): participants actions * fix(chat): router query params id types * feat(chat): router remove member from room route * fix(chat): admin route getRooms missing params * fix(chat): admin route deleteRooms missing audit-mode config check * feat(chat): admin route removeUsers/addUsers/roomInvitations/roomById * feat(chat): participants join log on invitation accept
…g inconsistencies. (#1157) * fix(authentication, authorization): teamMembers count, remove default pagination from rpc routes (#1161) * fix(authentication): count members users instead of relations * fix(authorization): remove rpc default limit * fix(admin,core,router): state publishing inconsistency * feat(grpc-sdk,hermes): round robin lb for grpc connections --------- Co-authored-by: Rena Tsagka <[email protected]>
* refactor(chat)!: admin/router missing endpoints/query params/participants actions (#1135) * refactor(chat): sendInvitation props as object * fix(chat): missing populate query param from router * fix(chat): missing search message regex matching * chore(chat): cleanups * fix(chat): router invitation token count * refactor(chat): admin route createRoom participants logs, set creator * refactor(chat): participants actions * fix(chat): router query params id types * feat(chat): router remove member from room route * fix(chat): admin route getRooms missing params * fix(chat): admin route deleteRooms missing audit-mode config check * feat(chat): admin route removeUsers/addUsers/roomInvitations/roomById * feat(chat): participants join log on invitation accept * refactor(email): add editor-design JSON email template field
… checking and module communication (#1268) * refactor(core): rework proto files to reflect changes for instanceId refactor(grpc-sdk,module-tools): implement proto changes refactor(core): rework the service registry * refactor(grpc-sdk): remove url from health probe fix(grpc-sdk): onConfig not invoked on module start * fix(forms): initialization steps * refactor(core)!: service monitoring and discovery rework * refactor(core): re-work "updateState" function in SD to properly handle new structure
* feat: update docker images to NodeJS jod(22) chore: update package.json engines to 22 chore: update dependencies refactor(sms): remove clickSend implementation due to broken vendor library refactor(authentication): remove assert and replace with "with" fix(grpc-sdk,module-tools): rollup issues with v22 resolved refactor(grpc-sdk,module-tools): remove deprecated callback option in logger feat(grpc-sdk,module-tools): introduce new option for error logging * chore: further update dependencies chore: remove deprecated "start" call form GrpcServer * feat: update ts-proto WIP commit since there are build errors * fix: ts-proto messagefns export bug (#1273) * fix: ts-proto messagefns export bug * refactor: rename protoUtils exports --------- Co-authored-by: Christina Papadogianni <[email protected]>
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.
This PR will be updated with breaking changes for the next version, probably named 0.17. Will remain a draft until we finalize changes
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
The PR fulfills these requirements:
main
branchfix #xxx
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: