Skip to content

Logs Page, Request UI Enhancements, and Core Bugfixes#47

Open
vgibilmanno wants to merge 24 commits into
doganarif:mainfrom
vgibilmanno:feature/various-features
Open

Logs Page, Request UI Enhancements, and Core Bugfixes#47
vgibilmanno wants to merge 24 commits into
doganarif:mainfrom
vgibilmanno:feature/various-features

Conversation

@vgibilmanno
Copy link
Copy Markdown

Pull Request

Description

Add QoL improvements, some bugfixes and a new Logs page where users can see logs done by the application via the python logging module

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Test coverage improvement

Related Issue

No related issue

Changes Made

  • add pagination to requests page
  • pass filter of tabs in requests page to api
  • tabs in requests page now show "All requests", "Successful" etc. count from the DB instead of just showing the count of the current window when no filter is applied
  • add health check and update connection state in the ui
  • add logs page where users can see all log entries that were done by the python logging module
  • fix support for custom dashboard path
  • fix transaction in transaction bug
  • fix dialect specific date function in tracing
  • add missing translations

Testing

Manual testing of the UI, backend and unit tests. Tests currently are at 83% coverage. Previously they were at 84%

  • All existing tests pass
  • New tests added for new functionality
  • Manual testing completed
  • Test coverage >= 90%

Checklist

  • My code follows the project's code style
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant