1
0
mirror of https://github.com/minio/minio.git synced 2025-03-23 22:14:14 -04:00

10 Commits

Author SHA1 Message Date
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Harshavardhana
bebaff269c Support IPv6 in minio command line ()
Fixes 
2018-12-14 13:07:46 +05:30
Harshavardhana
4deefa3695 tests: Remove dependency on check.v1 ()
This PR addresses a long standing dependency on
`gopkg.in/check.v1` project used for our tests.
All tests are re-written to use the go default
testing framework instead.

There was no reason for us to use an external
package where Go tools are sufficient for this.
2017-10-10 02:14:42 -07:00
Bala FA
3c836b5f34 tests: remove test cases not applicable for docker. ()
When running `make test` in docker, two test cases cause hanging.
This Patch fixes the problem by removing those test cases.

Thanks to @ws141 for identifying the problem.
2017-09-27 13:51:26 -07:00
Dee Koder
1978b9d8f9 Prevent minio server starting in standalone erasure mode for wrong inputs. ()
It is possible at times due to a typo when distributed mode was intended
a user might end up starting standalone erasure mode causing confusion.
Add code to check this based on some standard heuristic guess work and
report an error to the user.

Fixes 
2017-08-11 11:47:28 -07:00
A. Elleuch
b4dc6df35c go1.8: Changes to support golang 1.8 ()
QuirkConn is added to replace net.Conn as a workaround to a golang bug:
https://github.com/golang/go/issues/21133
2017-08-06 11:27:33 -07:00
Krishnan Parthasarathi
3c5db69ffd Treat 0.0.0.0 as local address in --address flag () 2017-05-23 12:07:39 -07:00
Anis Elleuch
542f7ae42c gateway: Reject endpoint pointing to local gateway ()
Show an error when the user enters an endpoint url pointing
to the gateway server itself.
2017-05-16 21:13:29 -07:00
Harshavardhana
952c618441 server: Fix a regression in printing startup banner. ()
Octect based sorting was lost in the previous commit

de204a0a52e6b13fec2d25b73102239891e6de35

This PR fixes a regression - fixes 
2017-04-12 09:22:35 -07:00
Bala FA
de204a0a52 Add extensive endpoints validation () 2017-04-11 15:44:27 -07:00