-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature - Add support for RabbitMQ source (#1911)
* feat(amqp): adding support to amqp * feat(amqp): adding support to amqp * feat(amqp): adding support to amqp Cleared unrelevant files * feat(amqp): adding support to amqp - Fixed failing tests * feat(amqp): adding support to amqp - Fixed failing tests * feat(amqp): adding support to amqp - Fixed lint - Added go_test_stub.txt * feat(amqp): adding support to amqp - Reverted docs.go * task(webhooks): add webhooks support - Update required field on host and queue * task(webhooks): add webhooks support - Fixed PR comments - Added DLQ in case of failure - Ack / Nack messages - Updated UI * feat(amqp): adding support to amqp - Reverted docs.go * feat(amqp): adding support to amqp - Reverted api/ui/build/go_test_stub.txt * feat(amqp): adding support to amqp - Cleaned files * feat(amqp): adding support to amqp - Using consume with ctx - Checking k.ctx is error and exiting function to release connections * feat(amqp): adding support to amqp - Removed check for ctx in msgs loop * task(webhooks): add webhooks support - Fixed linter --------- Co-authored-by: Nitzan Goldfeder <n88holy@gmail.com>
- Loading branch information
1 parent
b909653
commit aebfe9c
Showing
20 changed files
with
6,602 additions
and
2,670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.