1
0
mirror of https://github.com/minio/minio.git synced 2025-02-03 09:55:59 -05:00

21 Commits

Author SHA1 Message Date
Klaus Post
3ffeabdfcb
Fix govet+staticcheck issues ()
This is better: https://github.com/golang/go/issues/60529
2024-08-14 10:11:51 -07:00
Anis Eleuch
2ec1f404ac
info: Always refresh the root disk status ()
Add root drive status in the disk info cache function, so unmounting a
drive without restarting a local node reflects the correct value.
2024-07-02 13:41:29 -07:00
Poorna
31e8f7c525
Small reformatting of startup message ()
Also changing User-Agent format
2024-03-08 19:07:08 -08:00
ferhat elmas
714283fae2
cleanup ignored static analysis () 2023-03-06 08:56:10 -08:00
Anis Elleuch
f37a5b6dae
Add CPU info in the check update user-agent () 2023-01-23 08:07:55 -08:00
Klaus Post
ff12080ff5
Remove deprecated io/ioutil () 2022-09-19 11:05:16 -07:00
Harshavardhana
5ac6d91525
support 'admin update' for hotfix versions ()
hotfixed versions are rejected as invalid,
allow `mc admin update` from hotfix repos.
2022-07-15 16:00:34 -07:00
Harshavardhana
d087e28dce
start using t.SetEnv instead of os.Setenv () 2022-04-23 15:33:45 -07:00
Anis Elleuch
1f92fc3fc0
Always check for root disks unless MINIO_CI_CD is set ()
The current code considers a pool with all root disks to be as part
of a testing environment even if there are other pools with mounted
disks. This will result to illegitimate writing in root disks.

Fix this by simplifing the logic: require MINIO_CI_CD in order to skip
root disk check.
2022-02-13 15:42:07 -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
Harshavardhana
f486cfae86 point all docs for containers to quay.io 2021-09-01 18:48:26 -07:00
Harshavardhana
2ce60d772b
fix: update README.md for new release ()
rename all 'docker run' commands to 'podman run'

fixes 
2021-07-07 18:07:29 -07:00
Harshavardhana
069432566f update license change for MinIO
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
Harshavardhana
641e564b65
fips build tag uses relevant binary link for updates ()
This code is necessary for `mc admin update` command
to work with fips compiled binaries, with fips tags
the releaseInfo will automatically point to fips
specific binaries.
2021-04-08 09:51:11 -07:00
Harshavardhana
caad314faa
add ruleguard support, fix all the reported issues () 2020-08-24 12:11:20 -07:00
Harshavardhana
3a73f1ead5
refactor server update behavior () 2020-07-23 08:03:31 -07:00
Harshavardhana
4915433bd2
Support bucket versioning ()
- Implement a new xl.json 2.0.0 format to support,
  this moves the entire marshaling logic to POSIX
  layer, top layer always consumes a common FileInfo
  construct which simplifies the metadata reads.
- Implement list object versions
- Migrate to siphash from crchash for new deployments
  for object placements.

Fixes 
2020-06-12 20:04:01 -07:00
Harshavardhana
e45c90060f
remove references for deprecated dockerfiles and deployment styles () 2020-05-22 08:40:59 -07:00
Harshavardhana
63c3114657 fix: doc notifications formatting issues () 2019-12-17 17:34:17 -08:00
Harshavardhana
83d4c5763c
Decouple ServiceUpdate to ServerUpdate to be more native ()
The change now is to ensure that we take custom URL as
well for updating the deployment, this is required for
hotfix deliveries for certain deployments - other than
the community release.

This commit changes the previous work d65a2c672518a8af5f37f07c3abf18222df1839a
with newer set of requirements.

Also deprecates PeerUptime()
2019-08-28 15:04:43 -07:00