Praveen raj Mani
8700945cdf
Handle connection failures on webhook/url pings ( #8204 )
...
Properly handle connection failures while replaying events
Fixes #8194
5 years ago
Praveen raj Mani
e96f19c867
Use default ports for the schemes when dialing ( #7960 )
...
Fixes #7946
5 years ago
Praveen raj Mani
2b9b907f9c
Enable event persistence in Redis ( #7601 )
5 years ago
Praveen raj Mani
bba562235b
Enable persistent event store in elasticsearch ( #7564 )
5 years ago
Praveen raj Mani
bb871a7c31
Enable event persistence in webhook ( #7614 )
5 years ago
Praveen raj Mani
47ca411163
Enhance the event store interface to support channeling ( #7343 )
...
- Avoids code duplication across the other targets. By having a
centralized function call.
- Reduce the room for race.
6 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
e8791ae274
Remove Minio server arch, version from `Server:` header ( #7074 )
6 years ago
Pontus Leitzler
f9779b24ad
Enable default vet flags ( #6810 )
...
Enable default vet flags except experimental
6 years ago
Harshavardhana
fd1b8491db
Drain response body properly for http connection pool ( #6415 )
...
Currently Go http connection pool was not being properly
utilized leading to degrading performance as the number
of concurrent requests increased.
As recommended by Go implementation, we have to drain the
response body and close it.
6 years ago
Anis Elleuch
e8a008f5b5
Better validation of all config file fields ( #6090 )
...
Add Validate() to serverConfig to call it at server
startup and in Admin SetConfig handler to minimize
errors scenario after server restart.
6 years ago
Bala FA
650c6ee8fb
event/target/webhook: treat all 2xx as success. ( #5792 )
...
Fixes #5769
7 years ago
Bala FA
0e4431725c
make notification as separate package ( #5294 )
...
* Remove old notification files
* Add net package
* Add event package
* Modify minio to take new notification system
7 years ago