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

Dashboard backend basic API #19987

Closed
Tracked by #20129
sleshchenko opened this issue Jun 16, 2021 · 4 comments · Fixed by eclipse-che/che-dashboard#314
Closed
Tracked by #20129

Dashboard backend basic API #19987

sleshchenko opened this issue Jun 16, 2021 · 4 comments · Fixed by eclipse-che/che-dashboard#314
Assignees
Labels
area/dashboard kind/enhancement A feature request - must adhere to the feature request template. severity/P1 Has a major impact to usage or development of the system. sprint/current
Milestone

Comments

@sleshchenko
Copy link
Member

Is your enhancement related to a problem? Please describe.

eclipse-che/che-dashboard#268 introduces static server that serves dashboard frontend resources. That is the first step to desired dashboard backend.

So, this issue is about moving to node server(https://github.com/fastify/fastify-static) that would serves static resources + provide API, the first step we need - K8s API proxy, but to simplify the stuff we may proceed with a limited APIs numbers (we have already https://github.com/JPinkney/dashboard-backend/blob/master/src/index.ts) and then migrate it to full proxy.

@sleshchenko sleshchenko added kind/enhancement A feature request - must adhere to the feature request template. severity/P1 Has a major impact to usage or development of the system. area/dashboard sprint/current labels Jun 16, 2021
@sleshchenko sleshchenko added this to the 7.33 milestone Jun 16, 2021
@sleshchenko sleshchenko modified the milestones: 7.33, 7.34 Jul 2, 2021
@l0rd
Copy link
Contributor

l0rd commented Jul 6, 2021

@sleshchenko do we have an epic or issue that explains why we are introducing a Dashboard backend?

@sleshchenko
Copy link
Member Author

@l0rd not yet. I'll create one

@sleshchenko sleshchenko mentioned this issue Jul 14, 2021
4 tasks
@sleshchenko
Copy link
Member Author

@l0rd here is Dashboard backend epic #20129

@sleshchenko
Copy link
Member Author

The basic dashboard backend is already merged into new dev branch eclipse-che/che-dashboard#314
We'll create other issues for polishing the implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard kind/enhancement A feature request - must adhere to the feature request template. severity/P1 Has a major impact to usage or development of the system. sprint/current
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants