Flask-MonitoringDashboard
Flask-MonitoringDashboard copied to clipboard
Automatically monitor the evolving performance of Flask/Python web services.
**Describe the bug** User creation fails when using a version of the [Werkzeug dependency >= v3.0.0](https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-0) Flask-MonitoringDashboard uses generate_password_hash, which has switched to defaulting to scrypt in werkzeug.security. This results...
I upgraded my server to latest ubuntu 24 and python 3.12 and latest Flask from earlier where I was using Flask 1.1.1 on ubuntu 18 with Flask_monitoringdashboard 3.1.0. I upgraded...
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
image shows that initially they're not sorted. also, clicking on the header of the table does not sort.
Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...
datetime.datetime.utcnow() is deprecated in favor of datetime.datetime.now(datetime.UTC) Fixed where this is referenced in the code.
It looks to be called directly in these files /.venv/lib64/python3.12/site-packages/flask_monitoringdashboard/core/timezone.py:13: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC:...
================================================ warnings summary ================================================= tests/api/test_endpoint.py::test_set_rule_post[1] /Users/gh/Flask-MonitoringDashboard/tests/api/test_endpoint.py:129: LegacyAPIWarning: The Query.get() method is considered legacy as of the 1.x series of SQLAlchemy and becomes a legacy construct in 2.0. The method is...
**Describe the bug** Live demo link in readme is broken **To Reproduce** Steps to reproduce the behavior: 1. Go to https://fmd-master.herokuapp.com/ **Expected behavior** Show a live demo working correctly **Desktop...