arasHi87/FastAPI-Template

Bugs and some changes

Closed this issue · 0 comments

This issue documents the currently known bugs and some minor features that need to be implemented.

Bugs

  • CI trigger conditions don't work, release flow should only apply when the master branch push and integration flow are successful, but now it runs no matter what happens.
  • CI deploy job doesn't work now
  • Bandit doesn't work now

Feature

  • upgrade CI runner image version
  • add create_at and update_at field for base model
  • extract common testing function
  • migrate all config from setup.cfg to pyproject.toml (flake8 not support tool file now)