Skip to content

Conversation

@jjw24
Copy link
Member

@jjw24 jjw24 commented Dec 17, 2020

  • use pm update to see a list of available plugins to update
  • prompt to go to update section when user tries to install an already existing plugin but has an update pending
  • update plugin method call

@jjw24 jjw24 added the enhancement New feature or request label Dec 17, 2020
@jjw24 jjw24 self-assigned this Dec 17, 2020
taooceros
taooceros previously approved these changes Dec 18, 2020
Copy link
Member

@taooceros taooceros left a comment

Choose a reason for hiding this comment

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

Seems Great

return false;
}
})
.ToList();
Copy link
Member

@taooceros taooceros Dec 18, 2020

Choose a reason for hiding this comment

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

Actaully, we can remove the ToList() here (also the one for Installlation) to keep it as an IEnumerable to make Linq calculate the where and select method together, which should be faster (though not significant), since this result is only calculated once else where.

@jjw24
Copy link
Member Author

jjw24 commented Dec 20, 2020

done please rereview @taooceros

Copy link
Member

@taooceros taooceros left a comment

Choose a reason for hiding this comment

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

Great work!

@jjw24
Copy link
Member Author

jjw24 commented Dec 20, 2020

awesome thanks.

Do you have the ability to merge as well?

@jjw24 jjw24 merged commit 7329bdf into dev Dec 20, 2020
@jjw24 jjw24 deleted the pluginsmanager_update branch December 20, 2020 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants