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
efb8b00db0
Preserve tailing backslash in URL paths ( #7678 )
...
Fixes #7649
5 years ago
Praveen raj Mani
998f01fadc
Support IPv6 hosts for postgres connections ( #7168 )
...
Fixes #7145
6 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
bebaff269c
Support IPv6 in minio command line ( #6947 )
...
Fixes #6946
6 years ago
ebozduman
f16bfda2f2
Remove panic() and handle it appropriately ( #5807 )
...
This is an effort to remove panic from the source.
Add a new call called CriticialIf, that calls LogIf and exits.
Replace panics with one of CriticalIf, FatalIf and a return of error.
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