| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9877520 commit 9fe372a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7596,7 +7596,12 @@ Missing attributes: * merge_requests_author_approval * merge_requests_disable_co | |||
| 7596 | 7596 | - **readme**: Fix Docker image reference | |
| 7597 | 7597 | ([`b9a40d8`](https://github.com/python-gitlab/python-gitlab/commit/b9a40d822bcff630a4c92c395c134f8c002ed1cb)) | |
| 7598 | 7598 | ||
| 7599 | - v1.8.0 is not available. ``` Unable to find image | ||
| 7599 | + v1.8.0 is not available. | ||
| 7600 | + ``` | ||
| 7601 | + Unable to find image 'registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0' locally | ||
| 7602 | + docker: Error response from daemon: manifest for registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 not found: manifest unknown: manifest unknown. | ||
| 7603 | + ``` | ||
| 7604 | + | ||
| 7600 | 7605 | 'registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0' locally docker: Error response from | |
| 7601 | 7606 | daemon: manifest for registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 not found: manifest | |
| 7602 | 7607 | unknown: manifest unknown. ``` | |
@@ -7928,9 +7933,12 @@ The integration tests failed because a test called 'decode()' on a string-type v | |||
| 7928 | 7933 | GitLabException class handles byte-to-string conversion already in its __init__. This commit | |
| 7929 | 7934 | removes the call to 'decode()' in the test. | |
| 7930 | 7935 | ||
| 7931 | - ``` Traceback (most recent call last): File "./tools/python_test_v4.py", line 801, in <module> | ||
| 7932 | - assert 'Retry later' in error_message.decode() AttributeError: 'str' object has no attribute | ||
| 7933 | - 'decode' ``` | ||
| 7936 | + ``` | ||
| 7937 | + Traceback (most recent call last): | ||
| 7938 | + File "./tools/python_test_v4.py", line 801, in <module> | ||
| 7939 | + assert 'Retry later' in error_message.decode() | ||
| 7940 | + AttributeError: 'str' object has no attribute 'decode' | ||
| 7941 | + ``` | ||
| 7934 | 7942 | ||
| 7935 | 7943 | - Handle empty 'Retry-After' header from GitLab | |
| 7936 | 7944 | ([`7a3724f`](https://github.com/python-gitlab/python-gitlab/commit/7a3724f3fca93b4f55aed5132cf46d3718c4f594)) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments