convoy icon indicating copy to clipboard operation
convoy copied to clipboard

The Cloud Native Webhooks Gateway

Results 161 convoy issues
Sort by recently updated
recently updated
newest added

Allow different options for ingesting events asides HTTP. - [ ] Add Support for a new `convoy ingest` process - [ ] Add Support for SQS Sources - [ ]...

component/api
component/core

![image](https://user-images.githubusercontent.com/5263355/187422876-fee62789-bc7c-4464-ada5-ea9b0ff3bdd7.png)

This is the beginning of unit tests for Convoy UI

Image of current error response: ![Screenshot 2022-08-26 at 12 59 35 PM](https://user-images.githubusercontent.com/5220101/186898998-67ae6432-56a8-46d2-979a-1fee35f2761c.png)

This is how it looks on Firefox ![image](https://user-images.githubusercontent.com/5263355/186654043-2d8a3dae-35ab-4aa0-b195-a0f127db5299.png) This is how it should look (Chromium based browsers) ![image](https://user-images.githubusercontent.com/5263355/186654286-78521cd1-1e9c-45e9-927f-2ce7c3729ccb.png)

bug
component/dashboard-ui

I have added the database connection details in convoy file and configured but the data is not stored in postgres DB.

Re-implementation of endpoint rate limits (token bucket) using PostgreSQL stored procedures. Allows one to specify arbitrary token bucket sizes (specified in seconds). Fixes #1927

### Is your feature request related to a problem? Please describe. Somewhat a problem for me but maybe for others as I am not able to adjust the ingres webhook...

### Describe the bug Setting a rate limit on the endpoint does not take effect ### To Reproduce Steps to reproduce the behavior: 1. Create an incoming webhooks project 2....

bug