-
Notifications
You must be signed in to change notification settings - Fork 79
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
Set API token in SlackNotificationConfig#getAsElement, fixes #86 #122
Conversation
@pointerxr Ok, here's the updated PR with fixed tests and a slightly more robust implementation (makes sure token is not null before attempting to |
Thanks +1 for the fast resolve |
Thank you for the quick merge! Any idea on a timeframe for a release? |
Unfortunately I don't have permissions to release a new version. Furthermore it seems that Pete, the owner, is no longer participating here. Also as I planned the refactor almost the complete codebase I do believe that I fork this project in the future and maintain it myself if Pete doesn't reply anymore. |
Ah, understood. Thanks for the heads up. |
I got some time today so I might set it up accordingly after I tried to reach Pete again to give me appropriate permissions or release it. |
Thank you so much!! |
You're welcome. Can you tell me which issues are currently most requested? I got some time left to do some of them. |
No clue :) This was the only issue that was burning us after server restarts, so glad we could get a fix in so quickly. |
For backwards-compatibility, allows configs to be read/written without a token set. Includes test updates as well.
This reverts commit 4b8cb62.