1
0
mirror of https://github.com/minio/minio.git synced 2025-02-23 19:42:30 -05:00

10 Commits

Author SHA1 Message Date
Klaus Post
bbc312fce6
Add notification queue metrics () 2022-11-08 16:36:47 -08:00
Harshavardhana
21251d8c22
initialize streaming events without lazy initialization () 2022-11-07 08:01:24 -08:00
Anis Elleuch
86bb48792c
non-blocking initialization of bucket target notifications () 2022-09-27 17:23:28 -07:00
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
Aditya Manthramurthy
bc110d8055
fix: mysql notification target table creation ()
Add a generated hash column as the primary key for the key name as 
MySQL does not allow indexes on long VARCHAR columns.
2022-02-18 12:13:49 -08:00
Harshavardhana
f527c708f2
run gofumpt cleanup across code-base () 2022-01-02 09:15:06 -08:00
Klaus Post
ebd78e983f
Limit key size to 3K ()
User is reporting `Error 1071 :Specified key was too long,max key 
length is 3072 bytes`.

Regression caused by 
2021-12-22 11:41:51 -08:00
Aditya Manthramurthy
91a0e7bdaa
update mysql notification key length, character set and collation ()
fixes 
2021-10-11 17:40:11 -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