etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

Home Page does not show any Actions #54

Closed AGirin closed 7 years ago

AGirin commented 7 years ago

I mentioned that graph Actions never shows anything:

image

Even though I acknowledged and resolved a lot of alerts.

Could that be a bug related to SQLite/MySQL differences?

kiwiz commented 7 years ago

Should be fixed via bda5541c776f50cf0d06266f25fd8337c4e8ca54. Can you confirm?

AGirin commented 7 years ago

I pulled, ran grunt prod and still see no updates there.

AGirin commented 7 years ago

Which table are you getting this from? I want to make sure it exists on my side. Maybe it is missing when we were having issues with SQLite to MySQL migration?

kiwiz commented 7 years ago

It's via the alerts and alert_logs tables. I need to set up a MySQL instance for testing this at some point.

AGirin commented 7 years ago

Yea, I see both tables.

kiwiz commented 7 years ago

@AGirin Pushed a fix via b67b26184bd5dc2eba08da7c5fa437bedd66008b.

AGirin commented 7 years ago

Confirmed - woks fine now. Thanks a lot!