-
Notifications
You must be signed in to change notification settings - Fork 19
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
332 resolve discrepencies on project branch #333
332 resolve discrepencies on project branch #333
Conversation
…correct retrieveOne method to search by 'id' instead of 'stix.id'
…itory to more accurately reflect the importation of an object/class instance as opposed to a class
…ongoose query with repository's retrieveOneByVersion method for better abstraction
…sRepository to more accurately reflect the importation of an object/class instance as opposed to a class
…uery for improved query execution
…owercase referencesRepository to more accurately reflect the importation of an object/class instance as opposed to a class; Add repository argument to ReferencesService constructor and set this.repository accordingly
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## project-orion #333 +/- ##
==============================================
Coverage 68.03% 68.03%
==============================================
Files 146 144 -2
Lines 16441 16430 -11
Branches 2013 2009 -4
==============================================
- Hits 11185 11178 -7
+ Misses 5248 5244 -4
Partials 8 8 ☔ View full report in Codecov by Sentry. |
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Closes #332
CollectionBundlesRepository
).exec()
is chained on all Mongoose queriescamelCase
objects (rather thanPascalCase
) to better reflect the importation of singelton objects as opposed to classes