Skip to content

0.0.1

Choose a tag to compare

@korawica korawica released this 01 Sep 09:20
· 162 commits to main since this release

โœจ Features

  • ๐ŸŽฏ feat: add searching workflows and display table. (2024-08-31)
  • ๐ŸŽฏ feat: add filter sqlite db files in gitignore. (2024-08-31)
  • ๐ŸŽฏ feat: add logs router. (2024-08-31)
  • ๐ŸŽฏ feat: add logging function to utils module. (2024-08-30)
  • ๐ŸŽฏ feat: add muti-templating folders for apiroute. (2024-08-29)
  • ๐ŸŽฏ feat: add static and midleware in fastapi application. (2024-08-27)
  • ๐ŸŽ‰ init: add the first initial code. (2024-08-09)

โœ’๏ธ Code Changes

  • ๐Ÿšง refactored: change name of pipline to workflow. (2024-09-01)
  • ๐Ÿงช tests: add pytest runner on pre-commit. (2024-08-31)
  • ๐Ÿงช tests: add testcase for workflow schemas. (2024-08-31)
  • ๐ŸŽจ styled: add main file structures for router. (2024-08-29)
  • ๐Ÿšง refactored: Initial commit (2024-07-25)

๐Ÿ—ƒ๏ธ Documents

  • ๐Ÿ“„ docs: update readme for config topic. (2024-09-01)
  • ๐Ÿ“„ docs: update description of this project package. (2024-08-26)

๐Ÿ› Fix Bugs

  • โš™๏ธ fixed: remove init on namespace package. (2024-09-01)
  • โš™๏ธ fixed: change models on workflows and logs. (2024-08-31)

๐Ÿ“ฆ Build & Workflow

  • ๐Ÿงฐ build: add public workflow. (2024-09-01)

๐Ÿ“ฎ Dependencies

  • ๐Ÿ“Œ deps: add httpx package for testing fastapi. (2024-09-01)
  • ๐Ÿ“Œ deps: renove fasthtml pakcage and use fastapi instead. (2024-08-27)
  • ๐Ÿ“Œ deps: update fasthtml dependency to 0.4.5. (2024-08-24)
  • ๐Ÿ“Œ deps: update python-fasthtml to 0.3.3. (2024-08-12)
  • ๐Ÿ“Œ deps: update python version that was supported with fasthtml. (2024-08-09)