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

Add Nordeck's Synapse Guest Module #3

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

AndrewFerr
Copy link
Member

Imports https://github.com/nordeck/element-web-modules/tree/main/packages/synapse-guest-module

The initial import was done with git subtree:

git remote add -t main -f nordeck [email protected]:nordeck/element-web-modules.git
git checkout @nordeck/[email protected]
git subtree split -P packages/synapse-guest-module -b nordeck_synapse-guest-module
git checkout -b af/nordeck-synapse-guest-module main
git subtree add -P modules/restricted-guests/synapse nordeck_synapse-guest-module --squash

@AndrewFerr AndrewFerr requested a review from a team as a code owner February 5, 2025 16:17
@@ -0,0 +1,18 @@
# Copyright 2023 Nordeck IT + Consulting GmbH
# Copyright 2025 New Vector Ltd.
Copy link
Member

Choose a reason for hiding this comment

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

Does this not need dual-licensing for the Element Commercial License? https://github.com/element-hq/element-modules/tree/main/packages/element-web-module-api#copyright--license

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point, I believe it does

Copy link
Member

@t3chguy t3chguy left a comment

Choose a reason for hiding this comment

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

Could we get some GHA CI to run the tests and an entry in the CODEOWNERS file for **/synapse/*

@AndrewFerr
Copy link
Member Author

Note that upstream doesn't have SonarCloud codecov checks, so naturally the coverage on the Synapse module will fail.

Should we add something for this, or would it make more sense to do what Synapse does and use coverage?

Copy link
Member

@t3chguy t3chguy left a comment

Choose a reason for hiding this comment

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

Should we add something for this, or would it make more sense to do what Synapse does and use coverage?

Given tests are here, it'd be great to wire them up to Sonar coverage. I don't think we need to hit any specific bar but it'd be good to have insight as to what level of coverage exists

.github/CODEOWNERS Outdated Show resolved Hide resolved
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.

2 participants