Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parts DataTable now working with dummy data via API callbacks #69

Merged
merged 1 commit into from
May 24, 2021

Commits on May 24, 2021

  1. Parts DataTable now working with dummy data via API callbacks

    fixing test actions (+2 squashed commits)
    Squashed commits:
    [4bb5a7c] Fixes failing tests on action as poetry not installing pytest
    [e211c5c] Parts DataTable now working with dummy data via API callbacks
    
    fixed broken reports page (+12 squashed commits)
    Squashed commits:
    [06da556] updated dependencies due to dependabot updates
    
    added PRs to changelog
    [9adc02c] Bump pyjwt from 1.7.1 to 2.1.0
    
    Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.1.0.
    - [Release notes](https://github.com/jpadilla/pyjwt/releases)
    - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
    - [Commits](jpadilla/pyjwt@1.7.1...2.1.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    [3018fbf] Bump fastapi from 0.63.0 to 0.64.0
    
    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.63.0 to 0.64.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](tiangolo/fastapi@0.63.0...0.64.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    [c6fc277] Bump aiofiles from 0.6.0 to 0.7.0
    
    Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/Tinche/aiofiles/releases)
    - [Commits](Tinche/aiofiles@v0.6.0...v0.7.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    [ce0422a] Bump pytest-asyncio from 0.14.0 to 0.15.1
    
    Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.14.0 to 0.15.1.
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v0.14.0...v0.15.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    [a332e5f] Bump python-slugify from 4.0.1 to 5.0.2
    
    Bumps [python-slugify](https://github.com/un33k/python-slugify) from 4.0.1 to 5.0.2.
    - [Release notes](https://github.com/un33k/python-slugify/releases)
    - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
    - [Commits](un33k/python-slugify@4.0.1...5.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    [20775f2] Bump abatilo/actions-poetry from 2.1.0 to 2.1.2
    
    Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.0 to 2.1.2.
    - [Release notes](https://github.com/abatilo/actions-poetry/releases)
    - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
    - [Commits](abatilo/actions-poetry@v2.1.0...v2.1.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    [ee0a378] Bump mindsers/changelog-reader-action from 1 to 2
    
    Bumps [mindsers/changelog-reader-action](https://github.com/mindsers/changelog-reader-action) from 1 to 2.
    - [Release notes](https://github.com/mindsers/changelog-reader-action/releases)
    - [Changelog](https://github.com/mindsers/changelog-reader-action/blob/master/CHANGELOG.md)
    - [Commits](mindsers/changelog-reader-action@v1...v2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    [95450f6] Update Changelog for PR
    [bdb7a8b] Bump heinrichreimer/github-changelog-generator-action from 2.1.1 to 2.2
    
    Bumps [heinrichreimer/github-changelog-generator-action](https://github.com/heinrichreimer/github-changelog-generator-action) from 2.1.1 to 2.2.
    - [Release notes](https://github.com/heinrichreimer/github-changelog-generator-action/releases)
    - [Commits](heinrichreimer/action-github-changelog-generator@v2.1.1...v2.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    [91dd042] parts datatable api now working with dummy data and made async
    [370e039] basic service tests
    
    start of datatable api
    start of data table implementation in templates
    madeinoz67 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    861fd71 View commit details
    Browse the repository at this point in the history