-
Notifications
You must be signed in to change notification settings - Fork 22
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
Refactored recent activity service for improved structure and asynchronicity #320
base: project-orion
Are you sure you want to change the base?
Refactored recent activity service for improved structure and asynchronicity #320
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## project-orion #320 +/- ##
=================================================
+ Coverage 67.68% 73.05% +5.36%
=================================================
Files 138 154 +16
Lines 17692 18446 +754
Branches 2233 3043 +810
=================================================
+ Hits 11975 13475 +1500
+ Misses 5710 4964 -746
Partials 7 7 ☔ View full report in Codecov by Sentry. |
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Quality Gate passedIssues Measures |
…e-for-improved-structure-and-asynchronicity
* Add new relationships-repository module * Refactor functional to OOP * Refactor callbacks to promises
Resolved the following linting errors: * Error: 6:9 error 'BadlyFormattedParameterError' is assigned a value but never used no-unused-vars * Error: 6:54 error 'DuplicateIdError' is assigned a value but never used no-unused-vars * Error: 26:5 error Expected 'this' to be used by class method '_buildQuery' class-methods-use-this * Error: 55:5 error Expected 'this' to be used by class method '_buildAggregation' class-methods-use-this * Error: 71:5 error Expected 'this' to be used by class method '_addLookupStages' class-methods-use-this * Error: 92:5 error Expected 'this' to be used by class method '_applyFilters' class-methods-use-this
Resolved the following linting errors in pagination-async.js: * Error: 27:5 error Expected blank line between class members lines-between-class-members * Error: 45:5 error Expected blank line between class members lines-between-class-members * Error: 144:35 error Unexpected parentheses around single function argument arrow-parens
No description provided.