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 a "Plugin Registry API" to retrieve the list of plugins #10745

Closed
skabashnyuk opened this issue Aug 13, 2018 · 4 comments
Closed

Add a "Plugin Registry API" to retrieve the list of plugins #10745

skabashnyuk opened this issue Aug 13, 2018 · 4 comments
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@skabashnyuk
Copy link
Contributor

Description

Since now metha.yaml are served by apache and we don't want to introduce some API server
we decided to create index.json file with a list of all existed plugins and editors.

@skabashnyuk skabashnyuk added the kind/task Internal things, technical debt, and to-do tasks to be performed. label Aug 13, 2018
@l0rd l0rd mentioned this issue Aug 13, 2018
57 tasks
@skabashnyuk
Copy link
Contributor Author

@garagatyi @ashumilova @evidolob
are you ok with such content of index.json

[
  {
    "name": "che-dummy-plugin",
    "version": "0.0.1"
  },
  {
    "name": "che-editor-theia",
    "version": "1.0.0"
  },
  {
    "name": "che-service-plugin",
    "version": "0.0.1"
  }
]

@garagatyi
Copy link

I'm ok with this solution

@benoitf
Copy link
Contributor

benoitf commented Aug 14, 2018

I would say that the type is missing. (Che plugin or che editor)

@garagatyi
Copy link

Yes, you are right. I created an issue for that #10781

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

3 participants