Chore: Move Federation from app folder to server#28267
Merged
MarcosSpessatto merged 11 commits intoMar 7, 2023
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## feat/federation-6.1 #28267 +/- ##
======================================================
Coverage ? 44.90%
======================================================
Files ? 771
Lines ? 14984
Branches ? 2091
======================================================
Hits ? 6728
Misses ? 7958
Partials ? 298
Flags with carried forward coverage won't be shown. Click here to find out more. |
added 2 commits
March 4, 2023 11:35
…e/move-federation-from-app-to-server
added 4 commits
March 6, 2023 14:42
….com:RocketChat/Rocket.Chat into chore/convert-federation-to-internal-service
…e/move-federation-from-app-to-server
lmauromb
approved these changes
Mar 7, 2023
added 2 commits
March 7, 2023 10:04
pierre-lehnen-rc
approved these changes
Mar 7, 2023
Base automatically changed from
chore/convert-federation-to-internal-service
to
feat/federation-6.1
March 7, 2023 16:32
gabriellsh
added a commit
that referenced
this pull request
Mar 23, 2023
…ketChat/Rocket.Chat into matrixSearchTestBranch * 'feat/federation-public-room-search-2' of github.com:RocketChat/Rocket.Chat: tests: fix e2e tests tests: fix e2e tests fix: small tweaks fix: create dm users before join the room tests: add unit tests + small tweaks fix: fix invite links button logic chore: fix lint feat: support to join public rooms(join, UI, invite link) feat: support for public room search (WIP) Chore: Improve Federation folder naming and file naming (#28295) Chore: Move Federation from app folder to server (#28267) Chore: Convert Federation to internal service (#28263) [FIX] Fix e2e tests based on selector changes made in the latest release (#28158)
This file contains hidden or 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
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.
Proposed changes (including videos or screenshots)
Depends on #28263
This PR's goal is to move all the Federation code from the
app/federation-v2folder ("legacy-mode") to the new Services approach. This helps us to keep with the guidelines proposed by the engineering team, besides giving us better flexibility in the near future if we want to move the service to the MS architecture.Part of Jira: FED-90
Issue(s)
Steps to test or reproduce
Further comments