Skip to content

Releases: ddeutils/ddeutil-observe

0.0.8

19 Jul 13:12

Choose a tag to compare

โœจ Features

  • ๐ŸŽฏ feat: update and revise color to HCL format. (#53)
  • ๐ŸŽฏ feat: add modal for create workflow button.
  • ๐ŸŽฏ feat: add display trace log.
  • ๐ŸŽฏ feat: update models that sync with workflow.
  • ๐ŸŽฏ feat: add workflow endpoints config for map workflow node.
  • ๐ŸŽฏ feat: add logout on setting.
  • ๐ŸŽฏ feat: add views for schedule route.
  • ๐ŸŽฏ feat: remove custom logging and use uvicorn instead.
  • ๐ŸŽฏ feat: add routes and views for other routes.

๐Ÿ› Bug fixes

  • โš™๏ธ fixed: fix logic of toggle theme.
  • โš™๏ธ fixed: fix logic of toggle sidebar.
  • โš™๏ธ fixed: change mapped type on models.
  • โš™๏ธ fixed: change trace schema.

โœ’๏ธ Code Changes

  • ๐Ÿšง refactored: โฌ† deps: bump python-dotenv from 1.1.0 to 1.1.1 (#58)
  • ๐Ÿšง refactored: โฌ† deps: bump ddeutil-workflow from 0.0.67 to 0.0.81 (#57)
  • ๐Ÿšง refactored: โฌ† deps: bump uvicorn from 0.34.3 to 0.35.0 (#56)
  • ๐Ÿšง refactored: โฌ† deps: bump ddeutil-workflow from 0.0.58 to 0.0.67 (#48)
  • ๐Ÿšง refactored: โฌ† deps: bump uvicorn from 0.34.2 to 0.34.3 (#47)
  • ๐Ÿšง refactored: โฌ† deps: bump sqlalchemy from 2.0.40 to 2.0.41 (#46)
  • ๐Ÿšง refactored: โฌ† deps: bump uvicorn from 0.34.0 to 0.34.2 (#44)
  • ๐Ÿšง refactored: โฌ† deps: bump ddeutil-workflow from 0.0.41 to 0.0.58 (#43)
  • ๐Ÿšง refactored: โฌ† deps: bump python-dotenv from 1.0.1 to 1.1.0 (#39)
  • ๐Ÿšง refactored: โฌ† deps: bump pytest-asyncio from 0.25.3 to 0.26.0 (#41)
  • ๐Ÿšง refactored: โฌ† deps: bump sqlalchemy from 2.0.38 to 2.0.40 (#40)
  • ๐Ÿšง refactored: โฌ† deps: bump ddeutil-workflow from 0.0.36 to 0.0.39 (#38)
  • ๐Ÿšง refactored: โฌ† deps: bump fastapi from 0.115.10 to 0.115.12 (#37)
  • ๐ŸŽจ styled: resize sidebar menu.
  • ๐ŸŽจ styled: add skeleton loading on workflow detail.

๐Ÿ“ฎ Dependencies

  • ๐Ÿ“Œ deps: update ddeutil-workflow from 0.0.35 to 0.0.36.

๐Ÿ“– Documentations

  • ๐Ÿ“„ docs: update readme file.
  • ๐Ÿ“„ docs: update docs-string on db module.

0.0.7

10 Mar 11:55

Choose a tag to compare

๐ŸŒ  Highlight Features

  • โญ hl: move static and template path to src.

โœจ Features

  • ๐ŸŽฏ feat: add dynamic active on sidebar.
  • ๐ŸŽฏ feat: move base model to models module.
  • ๐ŸŽฏ feat: add associate models support role and group.

๐Ÿ› Bug fixes

  • โš™๏ธ fixed: change log to trace.
  • โš™๏ธ fixed: change filename of model testcase that was deleted.
  • โš™๏ธ fixed: revise route module name.

โœ’๏ธ Code Changes

  • ๐ŸŽจ styled: add history metadata on workflow page.
  • ๐Ÿšง Feature: redesign uxui and authentication flow on this app (#35)
  • ๐Ÿšง refactored: โฌ† deps: bump jinja2 from 3.1.5 to 3.1.6 (#36)
  • ๐Ÿšง refactored: โฌ† deps: bump fastapi from 0.115.8 to 0.115.10 (#34)
  • ๐Ÿšง refactored: โฌ† deps: bump bcrypt from 4.2.1 to 4.3.0 (#33)
  • ๐Ÿงช tests: update associate table for role and policy.
  • ๐Ÿงช tests: models policy testcase.
  • ๐Ÿงช tests: config pytest logging level to info.
  • ๐Ÿงช tests: seperate testcase for models.
  • ๐Ÿงช tests: update fixure for database.
  • ๐Ÿงช tests: update db testcase.
  • โฉ merge: branch 'main' of https://github.com/ddeutils/ddeutil-observe.
  • ๐Ÿšง refactored: โฌ† deps: bump aiosqlite from 0.20.0 to 0.21.0 (#31)

๐Ÿงน Deprecate & Clean

  • โ™ป๏ธ clean: change | to optional and union type hint.

0.0.6

27 Feb 02:16

Choose a tag to compare

โœจ Features

  • ๐ŸŽฏ feat: remove ruff config on this project.
  • ๐ŸŽฏ feat: add config database.

๐Ÿ› Bug fixes

  • โš™๏ธ fixed: secret key does not fix value.
  • โš™๏ธ fixed: change config object from class attrs to property.

โœ’๏ธ Code Changes

  • ๐ŸŽจ styled: change format of layout.
  • ๐Ÿ“ฆ refactored: bump sqlalchemy from 2.0.36 to 2.0.38 (#30)
  • ๐Ÿšง refactored: โฌ† bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#29)
  • ๐Ÿ“ฆ refactored: bump httpx from 0.27.2 to 0.28.1 (#27)
  • ๐Ÿ“ฆ refactored: bump bcrypt from 4.2.0 to 4.2.1 (#26)
  • ๐Ÿ“ฆ refactored: bump fastapi from 0.115.6 to 0.115.8 (#25)
  • ๐Ÿ“ฆ refactored: bump jinja2 from 3.1.4 to 3.1.5
  • ๐Ÿ“ฆ refactored: bump uvicorn from 0.32.0 to 0.34.0 (#21)
  • ๐Ÿ“ฆ refactored: bump python-multipart from 0.0.12 to 0.0.20
  • ๐Ÿšง refactored: โฌ† bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.3
  • ๐Ÿ“ฆ refactored: bump fastapi from 0.115.0 to 0.115.6
  • ๐Ÿ“ฆ refactored: bump pyjwt from 2.9.0 to 2.10.1
  • ๐Ÿ“ฆ refactored: bump sqlalchemy from 2.0.35 to 2.0.36
  • ๐Ÿ“ฆ refactored: update ddeutil requirement from <0.4.0,>=0.3.8 to >=0.3.8,<0.5.0
  • ๐Ÿ“ฆ refactored: bump uvicorn from 0.31.0 to 0.32.0
  • ๐Ÿšง refactored: โฌ† bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2
  • ๐Ÿ“ฆ refactored: bump uvicorn from 0.30.6 to 0.31.0
  • ๐Ÿ“ฆ refactored: bump python-multipart from 0.0.9 to 0.0.12
  • ๐Ÿ“ฆ refactored: bump sqlalchemy from 2.0.34 to 2.0.35
  • ๐ŸŽจ styled: add media dynamic support for screen 1200px.
  • ๐ŸŽจ styled: add sidebar and toc.
  • ๐ŸŽจ styled: adjust css style for nesting format.
  • ๐ŸŽจ styled: change css style to nesting.

๐Ÿงน Deprecate & Clean

  • โ™ป๏ธ clean: add workflow logs and audits folders on gitignore.

๐Ÿ“ฆ Build & Workflow

  • ๐Ÿงฐ build: adjust clishelf config.
  • ๐Ÿงฐ build: update clishelf version from 0.2.4 to 0.2.19.

๐Ÿ“ฎ Dependencies

  • ๐Ÿ“Œ deps: update ddeutil-workflow deps for this project.
  • ๐Ÿ“Œ deps: update perf optional dependency for improve fastapi perf.
  • ๐Ÿ“Œ deps: update ddeutil[all]>=0.4.3,<0.5.0.
  • ๐Ÿ“Œ deps: update ddeutil>=0.3.8,<0.5.0.

0.0.5

23 Sep 08:04

Choose a tag to compare

โœจ Features

  • ๐ŸŽฏ feat: add title change on auth and workflow page. (2024-09-20)

โœ’๏ธ Code Changes

  • ๐ŸŽจ styled: fixed margin top of auth form. (2024-09-23)
  • ๐ŸŽจ styled: add authentication form. (2024-09-23)
  • ๐ŸŽจ styled: move all css for sidebar to its file. (2024-09-23)
  • ๐ŸŽจ styled: change main page with new sidebar and navbar. (2024-09-21)

๐Ÿ“ฆ Build & Workflow

  • ๐Ÿงฐ build: update supported python version for 3.13. (2024-09-16)

๐Ÿ“ฎ Dependencies

  • ๐Ÿ“Œ deps: update fastapi version to 0.115.0. (2024-09-20)
  • ๐Ÿ“Œ deps: update dependency that do not use yet. (2024-09-17)

v0.0.4

16 Sep 10:59

Choose a tag to compare

โœจ Features

  • ๐ŸŽฏ feat: add dynamic nav bar with current session user state. (2024-09-16)
  • ๐ŸŽฏ feat: add oauth middleware for checking this session has authorize. (2024-09-16)

๐Ÿ› Fix Bugs

  • โš™๏ธ fixed: remove access token when use fontend page. (2024-09-16)

๐Ÿ“ฎ Dependencies

  • ๐Ÿ“Œ deps: add workflows test for python version 3.13. (2024-09-16)

0.0.3

16 Sep 04:23

Choose a tag to compare

โœจ Features

  • ๐ŸŽฏ feat: seperate getting token on frontend page and api. (2024-09-15)
  • ๐ŸŽฏ feat: redirect to workflows page if user already register. (2024-09-14)
  • ๐ŸŽฏ feat: change default value of datetime that use on server side. (2024-09-14)
  • ๐ŸŽฏ feat: migrate sync database interface to full async. (2024-09-13)
  • ๐ŸŽฏ feat: add session event listener. (2024-09-12)
  • ๐ŸŽฏ feat: add verify token function on deps. (2024-09-08)

โœ’๏ธ Code Changes

  • ๐Ÿงช tests: add testcase for access and refresh token funcs. (2024-09-16)
  • ๐ŸŽจ styled: change style of sidebar. (2024-09-14)
  • ๐ŸŽจ styled: change color and pointer that use border line. (2024-09-14)
  • ๐ŸŽจ styled: add border line for debug component on frontend page. (2024-09-13)
  • ๐Ÿšง refactored: ๐Ÿ“ฆ bump sqlalchemy from 2.0.32 to 2.0.34 (2024-09-12)
  • ๐Ÿšง refactored: ๐Ÿ“ฆ bump bcrypt from 3.2.2 to 4.2.0 (2024-09-12)
  • ๐ŸŽจ styled: change html template include layer on base. (2024-09-08)

๐Ÿ—ƒ๏ธ Documents

  • ๐Ÿ“„ docs: add emoji to readme. (2024-09-13)
  • ๐Ÿ“„ docs: update readme for config values. (2024-09-09)

๐Ÿ› Fix Bugs

  • โš™๏ธ fixed: change import on workflows route. (2024-09-14)
  • โš™๏ธ fixed: merge change from remote repo. (2024-09-13)
  • โš™๏ธ fixed: logout view does not valid on remove token logic. (2024-09-08)

๐Ÿ“ฎ Dependencies

  • ๐Ÿ“Œ deps: update version of fastapi to 0.114.1. (2024-09-12)

0.0.2

08 Sep 04:02

Choose a tag to compare

โœจ Features

  • ๐ŸŽฏ feat: update logout feature that update and remove refresh tokens. (2024-09-08)
  • ๐ŸŽฏ feat: add change password botton on main page. (2024-09-08)
  • ๐ŸŽฏ feat: add checkbox on login page. (2024-09-07)
  • ๐ŸŽฏ feat: add sqlalchemy handler route. (2024-09-06)
  • ๐ŸŽฏ feat: add logout feature. (2024-09-06)
  • ๐ŸŽฏ feat: change schema of user that use name instead username. (2024-09-06)
  • ๐ŸŽฏ feat: add reset pass and logout route. (2024-09-06)
  • ๐ŸŽฏ feat: add required authen in workflwos route. (2024-09-05)
  • ๐ŸŽฏ feat: add token auth with scopes. (2024-09-05)
  • ๐ŸŽฏ feat: add api for auth route. (2024-09-05)
  • ๐ŸŽฏ feat: add register page for create user login. (2024-09-05)
  • ๐ŸŽฏ feat: add user auth route. (2024-09-05)
  • ๐ŸŽฏ feat: change base from func to subclass. (2024-09-05)
  • ๐ŸŽฏ feat: add async session. (2024-09-04)
  • ๐ŸŽฏ feat: add create release log crud func. (2024-09-03)
  • ๐ŸŽฏ feat: add crud functions on log route. (2024-09-02)
  • ๐ŸŽฏ feat: add more fields on workflow schemas. (2024-09-02)

โœ’๏ธ Code Changes

  • ๐ŸŽจ styled: add frontend layout link. (2024-09-07)
  • ๐ŸŽจ styled: change import object systex. (2024-09-07)
  • ๐Ÿšง refactored: move models and schemas single file to folder on auth component. (2024-09-07)
  • ๐ŸŽจ styled: add font on layout page. (2024-09-03)
  • ๐Ÿงช tests: add release log dummy data. (2024-09-03)
  • ๐Ÿšง refactored: merge log route to workflow route. (2024-09-03)
  • ๐Ÿšง refactored: โฌ† bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (2024-09-02)
  • ๐Ÿงช tests: add init database function for adding dummy data. (2024-09-02)

๐Ÿ—ƒ๏ธ Documents

  • ๐Ÿ“„ docs: update shields in readme for this project tracking. (2024-09-02)

๐Ÿ› Fix Bugs

  • โš™๏ธ fixed: merge token table together with backlist. (2024-09-07)

๐Ÿ“ฆ Build & Workflow

  • ๐Ÿงฐ build: add dependabot file for deps tracking by github. (2024-09-02)

๐Ÿ“ฎ Dependencies

  • ๐Ÿ“Œ deps: update fastapi version to 0.114.0. (2024-09-07)
  • ๐Ÿ“Œ deps: update fastapi to 0.113.0. (2024-09-06)
  • ๐Ÿ“Œ deps: remove passlib and use bcrypt instead. (2024-09-06)
  • ๐Ÿ“Œ deps: change jwt package from python-jose to pyjwt. (2024-09-05)

0.0.1

01 Sep 09:20

Choose a tag to compare

โœจ 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)