Praveen raj Mani
322385f1b6
fix: only show active/available ARNs in server startup banner ( #9392 )
2020-04-21 09:38:32 -07:00
Harshavardhana
9054ce73b2
fix: deprecate skyring/uuid and use maintained google/uuid ( #9340 )
2020-04-14 02:40:05 -07:00
Ashish Kumar Sinha
24fb1bf258
New Admin Info ( #8497 )
2019-12-11 14:27:03 -08:00
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.
2019-04-10 18:16:01 +05:30
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
Pontus Leitzler
f9779b24ad
Enable default vet flags ( #6810 )
...
Enable default vet flags except experimental
2018-11-14 10:23:44 -08:00
Anis Elleuch
9439dfef64
Use defer style to stop tickers to avoid current/possible misuse ( #5883 )
...
This commit ensures that all tickers are stopped using defer ticker.Stop()
style. This will also fix one bug seen when a client starts to listen to
event notifications and that case will result a leak in tickers.
2018-05-04 10:43:20 -07:00
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.
2018-04-19 17:24:43 -07:00
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
2018-03-15 13:03:41 -07:00