-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Merging] passing in nil
in MergeDevWorkspaceTemplateSpec causes panic
#295
Labels
area/devworkspace
Improvent or additions to the DevWorkspaces CRD
Comments
amisevsk
added
the
area/devworkspace
Improvent or additions to the DevWorkspaces CRD
label
Jan 11, 2021
3 tasks
amisevsk
added a commit
to amisevsk/devworkspace-api
that referenced
this issue
Jan 15, 2021
These tests are expected to fail due to devfile#295 Signed-off-by: Angel Misevski <amisevsk@redhat.com>
amisevsk
added a commit
to amisevsk/devworkspace-api
that referenced
this issue
Jan 15, 2021
These tests are expected to fail due to devfile#295 Signed-off-by: Angel Misevski <amisevsk@redhat.com>
amisevsk
added a commit
to amisevsk/devworkspace-api
that referenced
this issue
Jan 15, 2021
These tests are expected to fail due to devfile#295 Signed-off-by: Angel Misevski <amisevsk@redhat.com>
amisevsk
added a commit
to amisevsk/devworkspace-api
that referenced
this issue
Jan 20, 2021
These tests are expected to fail due to devfile#295 Signed-off-by: Angel Misevski <amisevsk@redhat.com>
amisevsk
added a commit
that referenced
this issue
Jan 21, 2021
These tests are expected to fail due to #295 Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Passing
nil
forparentFlattenedContent
orpluginFlattenedContent
inoverriding.MergeDevWorkspaceTemplateSpec
causes a panic due to nil pointer.Stacktrace:
Expected behavior
Nil check should be done, and that component should be skipped
The text was updated successfully, but these errors were encountered: