david may
david may
Detect when `@user.name` is in `format_output` and attempt to look up user ID to format as clickable link. Might need to consider scenario where the user wants to output `@...`...
Slack has a 4,000 character limit. Per https://api.slack.com/methods/chat.postMessage under "Formatting messages", allow the user to toggle whether messages known to contain high character count should fall back to uploading as...
Add a way for a service to be able to ping (`GET` request) the bot service to determine if it's healthy.
Currently we expose three ports, for: 1. Prometheus (8080) 1. Slack Events API Receiver (3000) 1. Slack Interactions API Receiver (4000) Consider refactoring to use a single port. Provide an...
Ensure remotes are set up and used properly; ie. avoid direct references to remote APIs outside of `/remote`
no good reason to have separate docs repo (https://github.com/target/flottbot-docs); merge into this repo. should also simplify doc changes required for feature additions/changes, etc.
see https://github.com/go-vela/.github/pull/8
see https://github.com/go-vela/worker/pull/390
see https://github.com/go-vela/.github/pull/8