Josiah Hayes

Results 6 comments of Josiah Hayes

I have this same issue running Semaphore in Docker containers. I set the config.json value email_alert to true and also turned it on at the project and user levels, but...

@moshgit Thanks, I've added alerts to everyone in the team and it is currently working. 👍 I rebuilt the whole project though, so it's hard to say if that was...

I've already made the necessary changes in my local dev branch. Waiting for approval to make a PR. I'd really like this to get looked at, maybe I can buy...

@fiftin For the alert mechanism, it can be refactored to build a general alert struct and passed it to a generalized method for sending the alert. The specific alert template...

@fiftin what do you think of this for the scope: - create generalized sendAlert method - remove messengers from setup script - refactor messenger configs to be nested under "alerts"...

@fiftin Should I create a fork for this and use that in a pull request? Is that the proper procedure in this case?