1
0
mirror of https://github.com/minio/minio.git synced 2025-03-18 09:48:30 -04:00

9 Commits

Author SHA1 Message Date
ferhat elmas
714283fae2
cleanup ignored static analysis () 2023-03-06 08:56:10 -08:00
ferhat elmas
3423028713
cleanup Go linter settings () 2023-03-04 20:57:35 -08:00
Klaus Post
ff12080ff5
Remove deprecated io/ioutil () 2022-09-19 11:05:16 -07:00
Klaus Post
c22f3ca7a8
fix: S3 Select CSV -> JSON with variable field count ()
When there are fewer fields than expected, output fewer fields.
2022-09-12 17:00:59 -07:00
Klaus Post
88fd1cba71
select: add MISSING operator support ()
Probably not full support, but for regular checks it should work.

Fixes 
2022-02-25 12:31:19 -08:00
Harshavardhana
f527c708f2
run gofumpt cleanup across code-base () 2022-01-02 09:15:06 -08:00
Harshavardhana
661b263e77
add gocritic/ruleguard checks back again, cleanup code. ()
- remove some duplicated code
- reported a bug, separately fixed in 
- using strings.ReplaceAll() when needed
- using filepath.ToSlash() use when needed
- remove all non-Go style comments from the codebase

Co-authored-by: Aditya Manthramurthy <donatello@users.noreply.github.com>
2021-11-16 09:28:29 -08:00
Klaus Post
5a64003f6f
select: Return null for non-exiting column indexes ()
Fixes 
2021-09-13 09:13:25 -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