Jordan Sussman
Jordan Sussman
It would be useful for enterprise users if you allowed the api url to be specified too. Thanks for providing this repo!
Steps to reproduce the deletion of team membership: 1. Apply the following terraform code ```terraform resource "opsgenie_user" "first" { username = "[email protected]" full_name = "name " role = "User" }...
> But that sounds right, when you create team via TF it manages that resource in authoritative way, this means that if anything was 'clicked' additionally it will be reset...
> I think having the optional flag "manage_members=false" (member{} is already optional anyway) and providing additional resources like team_membership{} would be the easiest for the users. > > AWS and...
Thanks @PPacent - any chance you can have someone from the team comment about "Create a [Boundary plugin](https://www.boundaryproject.io/docs/configuration/plugins) once non internal plugins are supported. Does anyone know if this will...
@ecrupper I feel like we should have the `type` be either `github-commit` or `commit-github` incase we want to add additional source code systems in the future.
@desktophero have you looked into this anymore? I'm considering spending some time to get a PoC of this going.
The original intention of this issue was to track the response headers that were returned by the `url` within the [http action](https://target.github.io/flottbot-docs/actions/http/).
@mcMickJuice - It looks like Slack does offer the functionality to determine when a emoji (reaction) has been added to a message - https://api.slack.com/events/reaction_added. It is sort of frustrating that...
> I looked through several examples and the docs and could not find an answer. How can I get this to work? Vela currently expects that the underlying [workers](https://go-vela.github.io/docs/installation/worker/) have...