1
0
mirror of https://github.com/regclient/regclient.git synced 2025-04-18 22:44:00 +03:00

7 Commits

Author SHA1 Message Date
Brandon Mitchell
1eb1ea4b34
Feat: Refactor logging to use log/slog
This updates the regclient Go library.
Existing users of logrus will continue to work using a logrus handler to slog.
Updates to the various commands will be made in a future commit.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-11-10 17:14:57 -05:00
Brandon Mitchell
4bd605f9ef
Chore: Remove ReqPerSec in tests
This is no longer needed to speed up tests since request per second does not have a default setting.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-08-20 16:08:19 -04:00
Brandon Mitchell
16a9d83434
Remove rwfs internal package
This was used for test implementations that were better handled with t.TempDir or olareg backed by memory.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-06-26 17:21:24 -04:00
Brandon Mitchell
fee2ca4309
Fix: Enable deletion on olareg tests
olareg has a breaking change to disable deletions by default in the next release.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-06-02 11:34:28 -04:00
Brandon Mitchell
cc0ae63f8f
Replace t.Error and return with t.Fatal
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-02-27 15:33:52 -05:00
Brandon Mitchell
b45796dfb2
Upgrade olareg and close resources when done
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-01-25 10:06:31 -05:00
Brandon Mitchell
f769330d4f
Add tests for regclient.TagList and Delete
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-01-05 19:01:26 -05:00