OAuth2 Token refresh implemented #524
Annotations
23 errors and 2 warnings
Tests (3.8, pypi, postgresql13):
invenio_oauthclient/models.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/models.py:187 in public method `refresh_access_token`:
D202: No blank lines allowed after function docstring (found 1)
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/models.py:187 in public method `refresh_access_token`:
D400: First line should end with a period (not 'n')
|
Tests (3.8, pypi, postgresql13):
invenio_oauthclient/alembic/__init__.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/alembic/__init__.py:1 at module level:
D104: Missing docstring in public package
|
Tests (3.8, pypi, postgresql13):
invenio_oauthclient/alembic/7def990b852e_add_expires_at_and_refresh_token_to_.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/alembic/7def990b852e_add_expires_at_and_refresh_token_to_.py:8 at module level:
D400: First line should end with a period (not 'n')
|
Tests (3.8, pypi, postgresql13):
invenio_oauthclient/handlers/token.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/handlers/token.py:120 in public function `make_expiration_time`:
D103: Missing docstring in public function
|
Tests (3.8, pypi, postgresql13)
Process completed with exit code 1.
|
Tests (3.7, pypi, postgresql13)
The job was canceled because "_3_8_pypi_postgresql13" failed.
|
Tests (3.7, pypi, postgresql13):
invenio_oauthclient/models.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/models.py:187 in public method `refresh_access_token`:
D202: No blank lines allowed after function docstring (found 1)
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/models.py:187 in public method `refresh_access_token`:
D400: First line should end with a period (not 'n')
|
Tests (3.7, pypi, postgresql13):
invenio_oauthclient/alembic/__init__.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/alembic/__init__.py:1 at module level:
D104: Missing docstring in public package
|
Tests (3.7, pypi, postgresql13):
invenio_oauthclient/alembic/7def990b852e_add_expires_at_and_refresh_token_to_.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/alembic/7def990b852e_add_expires_at_and_refresh_token_to_.py:8 at module level:
D400: First line should end with a period (not 'n')
|
Tests (3.7, pypi, postgresql13):
invenio_oauthclient/handlers/token.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/handlers/token.py:120 in public function `make_expiration_time`:
D103: Missing docstring in public function
|
Tests (3.7, pypi, postgresql13)
The operation was canceled.
|
Tests (3.9, pypi, postgresql13)
The job was canceled because "_3_8_pypi_postgresql13" failed.
|
Tests (3.9, pypi, postgresql13):
invenio_oauthclient/models.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/models.py:187 in public method `refresh_access_token`:
D202: No blank lines allowed after function docstring (found 1)
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/models.py:187 in public method `refresh_access_token`:
D400: First line should end with a period (not 'n')
|
Tests (3.9, pypi, postgresql13):
invenio_oauthclient/alembic/__init__.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/alembic/__init__.py:1 at module level:
D104: Missing docstring in public package
|
Tests (3.9, pypi, postgresql13):
invenio_oauthclient/alembic/7def990b852e_add_expires_at_and_refresh_token_to_.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/alembic/7def990b852e_add_expires_at_and_refresh_token_to_.py:8 at module level:
D400: First line should end with a period (not 'n')
|
Tests (3.9, pypi, postgresql13):
invenio_oauthclient/handlers/token.py#L1
pydocstyle-check
/home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/handlers/token.py:120 in public function `make_expiration_time`:
D103: Missing docstring in public function
|
Tests (3.9, pypi, postgresql13)
The operation was canceled.
|
Tests (3.9, pypi, mysql8)
The job was canceled because "_3_8_pypi_postgresql13" failed.
|
Tests (3.9, pypi, mysql8)
The operation was canceled.
|
Tests (3.7, pypi, mysql8)
The job was canceled because "_3_8_pypi_postgresql13" failed.
|
Tests (3.7, pypi, mysql8)
The operation was canceled.
|
Tests (3.8, pypi, mysql8)
The job was canceled because "_3_8_pypi_postgresql13" failed.
|
Tests (3.8, pypi, mysql8)
The operation was canceled.
|
Tests (3.8, pypi, postgresql13)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tests (3.8, pypi, postgresql13)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|