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

Merging develop back in to project-orion #354

Open
wants to merge 6 commits into
base: project-orion
Choose a base branch
from

Conversation

elucchesileon
Copy link

No description provided.

// - Use the last document in each group (according to the value of stix.modified)
// - Then apply query, skip and limit options
const aggregation = [
{ $sort: { 'stix.id': 1, 'stix.modified': 1 } },
Copy link
Author

Choose a reason for hiding this comment

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

The only reason that AssetsRepository has its own retrieveAll function is because of this line. It pulls the last modified document vs. the first modified document in BaseRepository.
Could I convert it to an option instead to avoid so much duplication of code?

includeIdentities: false,
lastUpdatedBy: options.lastUpdatedBy
};
const relationships = await AttackObjectsService.relationshipsService.retrieveAll(relationshipsOptions);
Copy link
Author

Choose a reason for hiding this comment

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

Pointing this out as another place to focus - I moved this from the AttackObjectsRepository since it shouldn't be calling any services. But I'm not sure if I did it correctly.

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.

1 participant