-
Notifications
You must be signed in to change notification settings - Fork 292
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: Improve repositories folder structure #18235
Open
przemvs
wants to merge
13
commits into
dev
Choose a base branch
from
feat/improve-repositories-structure
base: dev
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.
Open
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
aweiss-dev
approved these changes
Oct 30, 2024
thisisamir98
approved these changes
Oct 30, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #18235 +/- ##
==========================================
+ Coverage 46.50% 46.54% +0.03%
==========================================
Files 804 818 +14
Lines 25857 25887 +30
Branches 5882 5879 -3
==========================================
+ Hits 12024 12048 +24
- Misses 12327 12333 +6
Partials 1506 1506 |
* feat: Move AudioRepository to new folder structure * fix test factory path
* feat: Move AudioRepository to new folder structure * feat: Move Backup & Cache Repository to new folder structure * fix path for cache repository
* feat: Move AudioRepository to new folder structure * feat: Move Backup & Cache Repository to new folder structure * feat: Move CallingRepository to new folder structure
otto-the-bot
added
comp: calling
comp: infrastructure
👕 size: XL
and removed
👕 size: M
labels
Oct 30, 2024
* feat: Move AudioRepository to new folder structure * feat: Move Backup & Cache Repository to new folder structure * feat: Move CallingRepository to new folder structure * feat: Move ClientRepository to new folder structure
* feat: Move AudioRepository to new folder structure * feat: Move Backup & Cache Repository to new folder structure * feat: Move CallingRepository to new folder structure * feat: Move ClientRepository to new folder structure * feat: Move ConnectionRepository to new folder structure
otto-the-bot
added
👕 size: XXL
and removed
comp: calling
comp: infrastructure
👕 size: XL
labels
Oct 31, 2024
* feat: Move ConversationRepository to new folder structure * feat: Move GiphyRepository to new folder structure
* feat: Move ConversationRepository to new folder structure * feat: Move GiphyRepository to new folder structure * feat: Move EventRepository to new folder structure * feat: Move IntegrationRepository to new folder structure (#18247) * feat: Move IntegrationRepository to new folder structure * feat: Move MediaRepository to new folder structure (#18248)
… folder structure (#18249) * feat: Move Notification & Permission & Properties Repositories to new folder structure * feat: Move Search and Self Repository to new folder structure (#18251) * feat: Move Search and Self Repository to new folder structure * feat: Move StorageRepository to new folder structure (#18252) * feat: Move StorageRepository to new folder structure * feat: Move TrackingRepository to new folder structure (#18268)
* feat: Move Notification & Permission & Properties Repositories to new folder structure * feat: Move Search and Self Repository to new folder structure * feat: Move StorageRepository to new folder structure * feat: Move TrackingRepository to new folder structure * feat: Move UserRepository to new folder structure * feat: Move TeamRepository to new folder structure (#18270)
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
Description
Checklist