Skip to content

OAuth2 Token refresh implemented #523

OAuth2 Token refresh implemented

OAuth2 Token refresh implemented #523

Triggered via pull request May 14, 2024 12:34
Status Failure
Total duration 2m 21s
Artifacts

tests.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

19 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/handlers/refresh.py#L1
pydocstyle-check /home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/handlers/refresh.py:21 in public function `refresh_access_token`: D205: 1 blank line required between summary line and description (found 0) /home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/handlers/refresh.py:21 in public function `refresh_access_token`: 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.8, pypi, mysql8)
The job was canceled because "_3_8_pypi_postgresql13" failed.
Tests (3.8, pypi, mysql8)
The operation was canceled.
Tests (3.7, pypi, postgresql13)
The job was canceled because "_3_8_pypi_postgresql13" failed.
Tests (3.7, pypi, postgresql13)
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.9, pypi, mysql8)
The job was canceled because "_3_8_pypi_postgresql13" failed.
Tests (3.9, pypi, mysql8)
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/handlers/refresh.py#L1
pydocstyle-check /home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/handlers/refresh.py:21 in public function `refresh_access_token`: D205: 1 blank line required between summary line and description (found 0) /home/runner/work/invenio-oauthclient/invenio-oauthclient/invenio_oauthclient/handlers/refresh.py:21 in public function `refresh_access_token`: 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.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/