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

Fix errors in dashboard build #12826

Merged
merged 2 commits into from
Mar 25, 2019
Merged

Conversation

qurben
Copy link
Contributor

@qurben qurben commented Mar 4, 2019

What does this PR do?

Fix errors reported by the dashboard build.

ICheMachineSourceTypes was defined as an interface using the enum
syntax. The attributes property on IWorkspaceConfig is defined as a map but
not used as such on some locations.

What issues does this PR fix or reference?

#12825

Release Notes

N/A

Docs PR

N/A

@che-bot
Copy link
Contributor

che-bot commented Mar 4, 2019

Can one of the admins verify this patch?

2 similar comments
@che-bot
Copy link
Contributor

che-bot commented Mar 4, 2019

Can one of the admins verify this patch?

@che-bot
Copy link
Contributor

che-bot commented Mar 4, 2019

Can one of the admins verify this patch?

@ashumilova
Copy link
Contributor

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>
@qurben
Copy link
Contributor Author

qurben commented Mar 7, 2019

Updated to fix merge conflicts

@ashumilova
Copy link
Contributor

ci-build

@olexii4
Copy link
Contributor

olexii4 commented Mar 21, 2019

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.
#12955

@ashumilova
Copy link
Contributor

@qurben seems this PR #12955 solves your issue as well

@qurben
Copy link
Contributor Author

qurben commented Mar 22, 2019

@ashumilova @olexii4 I changed the attributes in IWorkspaceConfig to be an interface instead of a map. I think this makes more sense as this way the attributes are specified explicitely.

@olexii4
Copy link
Contributor

olexii4 commented Mar 22, 2019

ci-build

Define the attributes property on `IWorkspaceConfig` as an interface.

Signed-off-by: Gerben Oolbekkink <g.j.w.oolbekkink@gmail.com>
@ashumilova
Copy link
Contributor

ci-build

@ashumilova ashumilova merged commit e689a32 into eclipse-che:master Mar 25, 2019
@ashumilova
Copy link
Contributor

@qurben Thank you a lot for your contribution and patience for feedbacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants