Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrey-pohilko/registry-cli
/ functions
Functions
110 in github.com/andrey-pohilko/registry-cli
⨍
Functions
110
◇
Types & classes
24
↳
Endpoints
7
↓ 32 callers
Method
reset_return_value
(self, status_code=200, text="")
test.py:27
↓ 10 callers
Function
keep_images_like
(image_list, regexp_list)
registry.py:723
↓ 9 callers
Method
send
(self, path, method="GET")
registry.py:238
↓ 7 callers
Function
get_tags
(all_tags_list, image_name, tags_like, plain)
registry.py:632
↓ 7 callers
Function
parse_args
(args=None)
registry.py:406
↓ 7 callers
Method
parse_login
(self, login)
registry.py:202
↓ 6 callers
Method
get_tag_config
(self, image_name, tag)
registry.py:363
↓ 6 callers
Method
get_tag_digest
(self, image_name, tag)
registry.py:305
↓ 6 callers
Method
list_tags
(self, image_name)
registry.py:282
↓ 5 callers
Method
create
(*args, **kw)
registry.py:234
↓ 5 callers
Method
delete_tag
(self, image_name, tag, dry_run, tag_digests_to_ignore)
registry.py:318
↓ 5 callers
Function
delete_tags
( registry, image_name, dry_run, tags_to_delete, tags_to_keep)
registry.py:576
↓ 5 callers
Function
delete_tags_by_age
(registry, image_name, dry_run, hours, tags_to_keep)
registry.py:648
↓ 5 callers
Method
get_image_age
(self, image_name, image_config)
registry.py:377
↓ 5 callers
Method
request
(self, method, url, **kwargs)
registry.py:59
↓ 4 callers
Function
decode_base64
Decode base64, padding being optional. :param data: Base64 data as an ASCII byte string :returns: The decoded byte string.
registry.py:139
↓ 4 callers
Function
get_error_explanation
(context, error_code)
registry.py:154
↓ 4 callers
Function
get_newer_tags
(registry, image_name, hours, tags_list)
registry.py:674
↓ 4 callers
Function
get_ordered_tags
(registry, image_name, tags_list, order_by_date=False)
registry.py:736
↓ 4 callers
Method
list_tag_layers
(self, image_name, tag)
registry.py:347
↓ 4 callers
Function
main_loop
(args)
registry.py:748
↓ 3 callers
Method
_create
(host, login, no_validate_ssl, digest_method = "HEAD")
registry.py:219
↓ 3 callers
Function
get_datetime_tags
(registry, image_name, tags_list, plain)
registry.py:699
↓ 3 callers
Method
list_images
(self)
registry.py:266
↓ 2 callers
Method
bearer_request
(self, method, url, auth, **kwargs)
registry.py:62
↓ 2 callers
Function
get_tags_like
(args_tags_like, tags_list, plain)
registry.py:619
↓ 1 callers
Function
__atoi
(text)
registry.py:133
↓ 1 callers
Function
get_auth_schemes
Returns list of auth schemes(lowcased) if www-authenticate: header exists returns None if no header found - www-authenticate: basic
registry.py:165
Method
__init__
(self, status_code=200, text="")
test.py:16
Method
__init__
(self, return_value=ReturnValue())
test.py:23
Method
__init__
(self)
registry.py:192
Method
create_mock_registry
(host, login, no_validate_ssl, digest_method="HEAD")
test.py:860
Function
delete
(tag)
registry.py:596
Method
mock_create
(h, l, n, d="HEAD")
test.py:836
Function
natural_keys
alist.sort(key=natural_keys) sorts in human order http://nedbatchelder.com/blog/200712/human_sorting.html (See Toothy's implementation in
registry.py:126
Function
newer
(tag)
registry.py:675
Method
return_mock_registry
(self, host, login, no_validate_ssl, digest_method="HEAD")
test.py:871
Method
setUp
(self)
test.py:73
Method
setUp
(self)
test.py:122
Method
setUp
(self)
test.py:171
Method
setUp
(self)
test.py:192
Method
setUp
(self)
test.py:250
Method
setUp
(self)
test.py:326
Method
setUp
(self)
test.py:399
Method
setUp
(self)
test.py:457
Method
setUp
(self)
test.py:530
Method
setUp
(self)
test.py:582
Method
setUp
(self)
test.py:638
Method
setUp
(self)
test.py:704
Method
setUp
(self)
test.py:744
Method
setUp
(self)
test.py:779
Method
test_all_args
(self)
test.py:890
Method
test_create_login
(self)
test.py:52
Method
test_create_nologin
(self)
test.py:46
Method
test_default_args
(self)
test.py:923
Method
test_delete_digest_405
(self)
test.py:164
Method
test_delete_tag_dry_run
(self)
test.py:541
Method
test_delete_tag_ignored
(self)
test.py:560
Method
test_delete_tag_no_digest
(self)
test.py:573
Method
test_delete_tag_ok
(self)
test.py:545
Method
test_delete_tags_by_age_dry_run
(self, delete_tags_patched)
test.py:691
Method
test_delete_tags_by_age_keep_tags
(self, delete_tags_patched)
test.py:680
Method
test_delete_tags_by_age_no_keep
(self, delete_tags_patched)
test.py:657
Method
test_delete_tags_by_age_no_keep_with_non_utc_value
(self, delete_tags_patched)
test.py:668
Method
test_delete_tags_digest_none
(self)
test.py:620
Method
test_delete_tags_keep
(self)
test.py:604
Method
test_delete_tags_no_keep
(self)
test.py:595
Method
test_get_datetime_tags
(self)
test.py:762
Method
test_get_digest_nexus_ok
(self)
test.py:283
Method
test_get_digest_ok
(self)
test.py:256
Method
test_get_non_utc_datetime_tags
(self)
test.py:769
Method
test_get_ok
(self)
test.py:127
Method
test_get_tag_config_ok
(self)
test.py:332
Method
test_get_tag_digest_404
(self)
test.py:160
Method
test_image_age_nok
(self)
test.py:437
Method
test_image_age_ok
(self)
test.py:405
Method
test_invalid_headers
(self)
test.py:317
Method
test_invalid_login
(self)
test.py:66
Method
test_invalid_status_code
(self)
test.py:139
Method
test_invalid_status_code
(self)
test.py:312
Method
test_invalid_status_code
(self)
test.py:380
Method
test_keep_images_like
(self)
test.py:820
Method
test_keep_tags
(self, delete_tags_patched, get_auth_schemes_patched)
test.py:877
Method
test_keep_tags_by_age_keep
(self)
test.py:728
Method
test_keep_tags_by_age_no_keep
(self)
test.py:722
Method
test_keep_tags_by_age_no_keep_non_utc_datetime
(self)
test.py:734
Method
test_list_images_invalid_http_response
(self)
test.py:183
Method
test_list_images_ok
(self)
test.py:176
Method
test_list_layers_invalid_status_code
(self)
test.py:511
Method
test_list_layers_schema_version_1_ok
(self)
test.py:487
Method
test_list_layers_schema_version_2_ok
(self)
test.py:463
Method
test_list_one_tag_ok
(self)
test.py:198
Method
test_list_one_tag_sorted
(self)
test.py:223
Method
test_list_tags_invalid_http_response
(self)
test.py:206
Method
test_list_tags_invalid_json
(self)
test.py:214
Method
test_list_tags_like_various
(self)
test.py:231
Method
test_login_args_double_colon
(self)
test.py:82
Method
test_login_args_doublequoted
(self)
test.py:102
Method
test_login_args_no_colon
(self)
test.py:89
Method
test_login_args_ok
(self)
test.py:76
next →
1–100 of 110, ranked by callers