chartmuseum / ui

ChartMuseum frontend UI
106 stars 42 forks source link

Logging errors from ChartMuseum, added support for organizations in CM #21

Closed fmotrifork closed 5 years ago

fmotrifork commented 5 years ago

Error logging looks like this:

ui_1           | 2019/02/11 13:14:48.817  Error received from ChartMuseum application: chart not found
ui_1           | %!(EXTRA *json.UnmarshalTypeError=json: cannot unmarshal string into Go value of type []models.Chart)

Where chart not found is the actual error from ChartMuseum.

jdolitsky commented 5 years ago

@fmotrifork thank you! Feel free to continue contributing to the project! If you have any ideas/questions just open an issue and cc me and @idobry

this LGTM. @idobry ?

fmotrifork commented 5 years ago

@idobry Any status on this?