1
0
mirror of https://github.com/minio/mc.git synced 2025-07-14 04:40:56 +03:00

15 Commits

Author SHA1 Message Date
5f39522e69 Add response details for policy attach/detach cmd (#4602)
For internal IDP.

Also updates madmin-go to v3 as part of this change

- Temporarily disable test_admin_users until minio side fix is merged
2023-06-19 12:31:19 -07:00
456c6fde8b perf: Add --noclear flag to avoid doing cleanup (#4473) 2023-04-08 23:10:28 -07:00
1c6f4f48ab Add errors for deprecated commands (#4498) 2023-04-06 09:51:10 -07:00
252421354c update functional tests for admin_users with 'policy commands' (#4508) 2023-03-19 20:49:16 -07:00
2679713ec4 update to newer libraries (#4464) 2023-02-02 08:57:14 -08:00
52a931bfa7 Add staticcheck to CI (#4386) 2022-12-05 08:32:04 -08:00
854b4f123f Bump up madmin-go to v2 (#4382) 2022-12-01 10:41:14 -08:00
fd7142e223 update license headers to 2022 (#4360) 2022-11-14 18:38:39 -08:00
a2753bbaab Improve format of perf tests output (#4330) 2022-10-27 23:28:06 -07:00
ba5f9ac373 Upload results of perf tests to SUBNET (#4254) 2022-09-27 02:56:43 -07:00
6347b436ff Export perf test result related types (#4246)
So that they can be used by `health-analyzer` when parsing the
performance test results data.
2022-09-15 01:22:42 -07:00
5cd7ff8876 cleanup commands to use Go 'err' as 'e' (#4232)
many commands seem to have sort of had
stopped following the expected convention
in `mc` to differentiate *probe.Error.

To keep things readable this PR is the
first attempt at such a cleanup.
2022-09-06 08:03:25 -07:00
3e990e3525 Change the JSON output of mc support perf (#4198)
Change the JSON output of mc support perf

The new change will still print multiple JSON lines for each conducted
performance test but now we have a new field called 'type' field to
difference between network, drive and object tests.

This change also adds 'final' field to indicate this is the final json of a
particular performance testing.

Also, errors when conducting those tests will have a field 'err' as well
in the JSON output.
2022-08-10 08:09:05 -07:00
657b6315fc support perf to execute all speed tests (#4158)
This commit will make `mc support perf <alias>` to execute all
performance tests, networking, drive and object speed tests.

perf will only have --duration and --verbose flags.

The user can still test with 'drive', 'object', and 'net' but they will
be hidden for now along with their flags.
2022-07-23 18:58:57 -07:00
36d5749991 improve UI for netperf inspired from object perf test (#4117)
Refer for the behavior https://asciinema.org/a/501270
2022-06-13 04:17:28 -07:00