1
0
mirror of https://github.com/minio/minio.git synced 2025-04-25 12:34:03 -04:00

7 Commits

Author SHA1 Message Date
Harshavardhana
5e763b71dc
use logger.LogOnce to reduce printing disconnection logs ()
fixes 

- re-use net/url parsed value for http.Request{}
- remove gosimple, structcheck and unusued due to https://github.com/golangci/golangci-lint/issues/2649
- unwrapErrs upto leafErr to ensure that we store exactly the correct errors
2022-07-27 09:44:59 -07:00
Harshavardhana
f527c708f2
run gofumpt cleanup across code-base () 2022-01-02 09:15:06 -08:00
Harshavardhana
08f4a0a816
fix: make sure esClient is allocated before use () 2021-11-22 12:46:46 -08:00
Klaus Post
9f652708ee
Fix Elastic crash with no index ()
Removed naked assert.

Fixes 
2021-10-11 10:07:38 -07:00
Aditya Manthramurthy
1fa0553c71
Remove support for elasticsearch versions < 7.x () 2021-09-21 12:57:10 -07:00
Harshavardhana
da74e2f167
move internal/net to pkg/net package () 2021-06-14 14:54:37 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00