MCPcopy Create free account

hub / github.com/andrey-pohilko/registry-cli / functions

Functions110 in github.com/andrey-pohilko/registry-cli

↓ 32 callersMethodreset_return_value
(self, status_code=200, text="")
test.py:27
↓ 10 callersFunctionkeep_images_like
(image_list, regexp_list)
registry.py:723
↓ 9 callersMethodsend
(self, path, method="GET")
registry.py:238
↓ 7 callersFunctionget_tags
(all_tags_list, image_name, tags_like, plain)
registry.py:632
↓ 7 callersFunctionparse_args
(args=None)
registry.py:406
↓ 7 callersMethodparse_login
(self, login)
registry.py:202
↓ 6 callersMethodget_tag_config
(self, image_name, tag)
registry.py:363
↓ 6 callersMethodget_tag_digest
(self, image_name, tag)
registry.py:305
↓ 6 callersMethodlist_tags
(self, image_name)
registry.py:282
↓ 5 callersMethodcreate
(*args, **kw)
registry.py:234
↓ 5 callersMethoddelete_tag
(self, image_name, tag, dry_run, tag_digests_to_ignore)
registry.py:318
↓ 5 callersFunctiondelete_tags
( registry, image_name, dry_run, tags_to_delete, tags_to_keep)
registry.py:576
↓ 5 callersFunctiondelete_tags_by_age
(registry, image_name, dry_run, hours, tags_to_keep)
registry.py:648
↓ 5 callersMethodget_image_age
(self, image_name, image_config)
registry.py:377
↓ 5 callersMethodrequest
(self, method, url, **kwargs)
registry.py:59
↓ 4 callersFunctiondecode_base64
Decode base64, padding being optional. :param data: Base64 data as an ASCII byte string :returns: The decoded byte string.
registry.py:139
↓ 4 callersFunctionget_error_explanation
(context, error_code)
registry.py:154
↓ 4 callersFunctionget_newer_tags
(registry, image_name, hours, tags_list)
registry.py:674
↓ 4 callersFunctionget_ordered_tags
(registry, image_name, tags_list, order_by_date=False)
registry.py:736
↓ 4 callersMethodlist_tag_layers
(self, image_name, tag)
registry.py:347
↓ 4 callersFunctionmain_loop
(args)
registry.py:748
↓ 3 callersMethod_create
(host, login, no_validate_ssl, digest_method = "HEAD")
registry.py:219
↓ 3 callersFunctionget_datetime_tags
(registry, image_name, tags_list, plain)
registry.py:699
↓ 3 callersMethodlist_images
(self)
registry.py:266
↓ 2 callersMethodbearer_request
(self, method, url, auth, **kwargs)
registry.py:62
↓ 2 callersFunctionget_tags_like
(args_tags_like, tags_list, plain)
registry.py:619
↓ 1 callersFunction__atoi
(text)
registry.py:133
↓ 1 callersFunctionget_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
Methodcreate_mock_registry
(host, login, no_validate_ssl, digest_method="HEAD")
test.py:860
Functiondelete
(tag)
registry.py:596
Methodmock_create
(h, l, n, d="HEAD")
test.py:836
Functionnatural_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
Functionnewer
(tag)
registry.py:675
Methodreturn_mock_registry
(self, host, login, no_validate_ssl, digest_method="HEAD")
test.py:871
MethodsetUp
(self)
test.py:73
MethodsetUp
(self)
test.py:122
MethodsetUp
(self)
test.py:171
MethodsetUp
(self)
test.py:192
MethodsetUp
(self)
test.py:250
MethodsetUp
(self)
test.py:326
MethodsetUp
(self)
test.py:399
MethodsetUp
(self)
test.py:457
MethodsetUp
(self)
test.py:530
MethodsetUp
(self)
test.py:582
MethodsetUp
(self)
test.py:638
MethodsetUp
(self)
test.py:704
MethodsetUp
(self)
test.py:744
MethodsetUp
(self)
test.py:779
Methodtest_all_args
(self)
test.py:890
Methodtest_create_login
(self)
test.py:52
Methodtest_create_nologin
(self)
test.py:46
Methodtest_default_args
(self)
test.py:923
Methodtest_delete_digest_405
(self)
test.py:164
Methodtest_delete_tag_dry_run
(self)
test.py:541
Methodtest_delete_tag_ignored
(self)
test.py:560
Methodtest_delete_tag_no_digest
(self)
test.py:573
Methodtest_delete_tag_ok
(self)
test.py:545
Methodtest_delete_tags_by_age_dry_run
(self, delete_tags_patched)
test.py:691
Methodtest_delete_tags_by_age_keep_tags
(self, delete_tags_patched)
test.py:680
Methodtest_delete_tags_by_age_no_keep
(self, delete_tags_patched)
test.py:657
Methodtest_delete_tags_by_age_no_keep_with_non_utc_value
(self, delete_tags_patched)
test.py:668
Methodtest_delete_tags_digest_none
(self)
test.py:620
Methodtest_delete_tags_keep
(self)
test.py:604
Methodtest_delete_tags_no_keep
(self)
test.py:595
Methodtest_get_datetime_tags
(self)
test.py:762
Methodtest_get_digest_nexus_ok
(self)
test.py:283
Methodtest_get_digest_ok
(self)
test.py:256
Methodtest_get_non_utc_datetime_tags
(self)
test.py:769
Methodtest_get_ok
(self)
test.py:127
Methodtest_get_tag_config_ok
(self)
test.py:332
Methodtest_get_tag_digest_404
(self)
test.py:160
Methodtest_image_age_nok
(self)
test.py:437
Methodtest_image_age_ok
(self)
test.py:405
Methodtest_invalid_headers
(self)
test.py:317
Methodtest_invalid_login
(self)
test.py:66
Methodtest_invalid_status_code
(self)
test.py:139
Methodtest_invalid_status_code
(self)
test.py:312
Methodtest_invalid_status_code
(self)
test.py:380
Methodtest_keep_images_like
(self)
test.py:820
Methodtest_keep_tags
(self, delete_tags_patched, get_auth_schemes_patched)
test.py:877
Methodtest_keep_tags_by_age_keep
(self)
test.py:728
Methodtest_keep_tags_by_age_no_keep
(self)
test.py:722
Methodtest_keep_tags_by_age_no_keep_non_utc_datetime
(self)
test.py:734
Methodtest_list_images_invalid_http_response
(self)
test.py:183
Methodtest_list_images_ok
(self)
test.py:176
Methodtest_list_layers_invalid_status_code
(self)
test.py:511
Methodtest_list_layers_schema_version_1_ok
(self)
test.py:487
Methodtest_list_layers_schema_version_2_ok
(self)
test.py:463
Methodtest_list_one_tag_ok
(self)
test.py:198
Methodtest_list_one_tag_sorted
(self)
test.py:223
Methodtest_list_tags_invalid_http_response
(self)
test.py:206
Methodtest_list_tags_invalid_json
(self)
test.py:214
Methodtest_list_tags_like_various
(self)
test.py:231
Methodtest_login_args_double_colon
(self)
test.py:82
Methodtest_login_args_doublequoted
(self)
test.py:102
Methodtest_login_args_no_colon
(self)
test.py:89
Methodtest_login_args_ok
(self)
test.py:76
next →1–100 of 110, ranked by callers