1
0
mirror of https://github.com/minio/minio.git synced 2025-02-25 12:29:15 -05:00

11 Commits

Author SHA1 Message Date
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