-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix errors in dashboard build #12826
Conversation
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
ci-build |
`ICheMachineSourceTypes` was defined as an interface using the enum syntax. Fix this. Signed-off-by: Gerben Oolbekkink <g.j.w.oolbekkink@gmail.com>
Updated to fix merge conflicts |
ci-build |
...app/workspaces/workspace-details/workspace-overview/workspace-details-overview.controller.ts
Outdated
Show resolved
Hide resolved
FYI: After reviewing your changes, I have created one more PR for live discussion all that was additionally done during checking. As for me, build output became much better after. |
@ashumilova @olexii4 I changed the attributes in |
ci-build |
dashboard/src/components/api/workspace/che-workspace.factory.ts
Outdated
Show resolved
Hide resolved
Define the attributes property on `IWorkspaceConfig` as an interface. Signed-off-by: Gerben Oolbekkink <g.j.w.oolbekkink@gmail.com>
ci-build |
@qurben Thank you a lot for your contribution and patience for feedbacks. |
What does this PR do?
Fix errors reported by the dashboard build.
ICheMachineSourceTypes
was defined as an interface using the enumsyntax. The attributes property on
IWorkspaceConfig
is defined as a map butnot used as such on some locations.
What issues does this PR fix or reference?
#12825
Release Notes
N/A
Docs PR
N/A