Andreas Marschke
Andreas Marschke
@fiftin It would be awesome if you could help me get this over the line as I'm currently hitting some issues with boltdb and updating the objects. I believe part...
@fiftin It is finally ready for review. I will work on the merge conflicts sooner rather than later
@fiftin I updated the PR with some UI polish and backend fixes for the boltdb version of it. I'm trying to figure out what's wrong on the CI, if you...
Notifications/Pushes/Webhooks _from_ your Ansible Playbooks should be solved differently. This changeset is not to send webhooks ourselves. I suggest researching means of doing so at the end of your playbooks...
@RustinCassiem Sadly not. I'm struggling to figure out all the problems with the API testing using dredd. As you can see the integration tests are failing. If you could give...
> I don't understand what this Webhooks do. Is it alternative of Semaphore API? What reason to use Webhooks instead of call Semaphore API? > > In the traditional sense,...
> My goal is to keep the Semaphore as simple as possible - both code and interface. Thanks to this approach, the Semaphore didn't turn into AWX. The complication must...
> Endpoint `/endpoint` should be joined to project like `/projects/1/integrations/endpoint` because Semaphore can have a lot of users and projects (for example we have [Semaphore Cloud](https://cloud.semui.co)). So `GetAllIntegrationExtractors` can return...
> Also we should add request verification by token or secret: > > * for GitHub: https://docs.github.com/en/webhooks/using-webhooks/validating-webhook-deliveries > * for GitLab: https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#validate-payloads-by-using-a-secret-token This was what I wanted to achieve with...
@fiftin Do you want to also do the UI Update to expose the AuthMethod in the Integration? Otherwise I'd take a stab at that, while it would be good to...