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

Add plugin manager to Botkube #838

Closed
huseyinbabal opened this issue Nov 8, 2022 · 1 comment
Closed

Add plugin manager to Botkube #838

huseyinbabal opened this issue Nov 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@huseyinbabal
Copy link
Contributor

huseyinbabal commented Nov 8, 2022

Overview

Plugin manager is responsible for handling plugin registration based on the configuration of each plugin. We need to implement that in Botkube as described in AC

Acceptance Criteria

  • Plugin manager can accept plugin configuration with name and version.
  • Plugin manager can accept plugin configuration with name and version
  • It should download the plugin executable by using the name and version to a specified local folder before running the Botkube application
  • There should be a caching mechanism not to download same version again
  • You can see a working example here
@huseyinbabal huseyinbabal added the enhancement New feature or request label Nov 8, 2022
@huseyinbabal huseyinbabal mentioned this issue Nov 8, 2022
11 tasks
@mszostok mszostok self-assigned this Nov 15, 2022
@pkosiec pkosiec moved this to In Progress in Botkube Nov 16, 2022
@pkosiec pkosiec added this to the v0.16.0 milestone Nov 16, 2022
@pkosiec pkosiec modified the milestones: v0.16.0, v0.17.0 Nov 23, 2022
@mszostok
Copy link
Collaborator

mszostok commented Nov 28, 2022

Tasks:

@pkosiec pkosiec closed this as completed Dec 15, 2022
Repository owner moved this from In Progress to Done in Botkube Dec 15, 2022
@mszostok mszostok mentioned this issue Jan 2, 2023
1 task
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
Status: Done
Development

No branches or pull requests

3 participants