Sveinn and GitHub
108e6f92d4
updating tests to use new mc --enc flags ( #19508 )
2024-04-19 01:43:09 -07:00
Harshavardhana
d653a59fc0
fix: flaky getHostIP test
2024-04-18 19:09:56 -07:00
Harshavardhana and GitHub
9571b0825e
add configurable VRF interface and user-timeout ( #17108 )
2023-05-03 14:12:25 -07:00
ferhat elmas and GitHub
714283fae2
cleanup ignored static analysis ( #16767 )
2023-03-06 08:56:10 -08:00
Harshavardhana and GitHub
f527c708f2
run gofumpt cleanup across code-base ( #14015 )
2022-01-02 09:15:06 -08:00
Harshavardhana and GitHub
8f1fe3b761
fix: --console-address when specified endpoints missing ( #12534 )
...
Additionally upgrade console dependency for reading
environment variables properly.
2021-06-20 23:04:47 -07:00
Harshavardhana
069432566f
update license change for MinIO
...
Signed-off-by: Harshavardhana <harsha@minio.io >
2021-04-23 11:58:53 -07:00
Gaige B Paulsen and GitHub
859ef52886
update for smartos build (solaris too) ( #10378 )
2020-08-31 10:19:25 -07:00
Harshavardhana and GitHub
caad314faa
add ruleguard support, fix all the reported issues ( #10335 )
2020-08-24 12:11:20 -07:00
Anis Elleuch and GitHub
778e9c864f
Move dependency from minio-go v6 to v7 ( #10042 )
2020-07-14 09:38:05 -07:00
Harshavardhana and GitHub
5d65428b29
Handle localhost distributed setups properly ( #8577 )
...
Fixes an issue reported by @klauspost and @vadmeste
This PR also allows users to expand their clusters
from single node XL deployment to distributed mode.
2019-11-26 11:42:10 -08:00
Yao Zongyou and kannappanr
6a19d7b25a
skip checking error also on Mac in TestCheckPortAvailability ( #8343 )
2019-10-01 23:12:18 +05:30
Kanagaraj M and kannappanr
48cb271a46
include ip address while doing checkPortAvailability ( #7818 )
...
While checking for port availability, ip address should be included.
When a machine has multiple ip addresses, multiple minio instances
or some other applications can be run on same port but different
ip address.
Fixes #7685
2019-06-24 15:02:39 -07:00
Harshavardhana and kannappanr
2c0b3cadfc
Update go mod with sem versions of our libraries ( #7687 )
2019-05-29 16:35:12 -07:00
kannappanr and GitHub
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
Harshavardhana and Nitish Tiwari
bebaff269c
Support IPv6 in minio command line ( #6947 )
...
Fixes #6946
2018-12-14 13:07:46 +05:30
Harshavardhana and GitHub
4deefa3695
tests: Remove dependency on check.v1 ( #5034 )
...
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 and Dee Koder
3c836b5f34
tests: remove test cases not applicable for docker. ( #4951 )
...
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 and Harshavardhana
1978b9d8f9
Prevent minio server starting in standalone erasure mode for wrong inputs. ( #4700 )
...
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 #4686
2017-08-11 11:47:28 -07:00
A. Elleuch and Harshavardhana
b4dc6df35c
go1.8: Changes to support golang 1.8 ( #4759 )
...
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 and Harshavardhana
3c5db69ffd
Treat 0.0.0.0 as local address in --address flag ( #4386 )
2017-05-23 12:07:39 -07:00
Anis Elleuch and Harshavardhana
542f7ae42c
gateway: Reject endpoint pointing to local gateway ( #4310 )
...
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 and GitHub
952c618441
server: Fix a regression in printing startup banner. ( #4100 )
...
Octect based sorting was lost in the previous commit
de204a0a52
This PR fixes a regression - fixes #4099
2017-04-12 09:22:35 -07:00
Bala FA and Harshavardhana
de204a0a52
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00