You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dockerfile): Remove invalid first line causing parse error (9539f77)
feat: Add Docker, docker-compose, and update requirements for production deployment (4de2bae)
feat: Add Dockerfile for containerization (fdb5e15)
fix: Import missing 'os' module in analyzer/parser.py (9a25fa5)
fix: Removed decorator-based caching and added explicit cache check/store logic in analyzer/parser.py (b395a27)
fix: Moved process_cache initialization to main block after Django setup and simplified decorator stack (ef94093)
fix: Move cache initialization inside the decorator wrapper to ensure Django is fully configured (2990e1f)
fix: Configure Django settings for standalone script execution in analyzer/parser.py (215b6fc)
fix: Add caching and profiling to log processing functions in parser.py fix: Correct cache configuration in settings.py (11e691b)
bash feat: Add caching and profiling to slow/general log processing functions (f3f5d8d)
feat: Add caching layer, performance profiling decorator, optimize DataFrame operations, and batch processing patterns for log parsing and anomaly detection algorithms (6de5fa3)
fix: Import translation function in settings.py and update languages declaration (6408ae0)
feat: Implement localization and internationalization for multiple languages (8329dfb)
Implement User Authentication: Add authentication-related settings, create authentication views and templates, update URLs for authentication views, restrict access to certain views based on user authentication (8835f04)
feat: Update README with detailed installation and usage instructions for QueryGrade application (2ee9ba1)
feat: Add anomaly detection for general logs and improve documentation (9823beb)
Add unit tests for log parsing and anomaly detection in analyzer/tests.py (a4848b5)
fix: Improve server and client validation for UploadLogForm (77b8055)
feat: Implement and integrate anomaly detection algorithm for general logs (52dc322)
fix: Update README with detailed installation instructions feat: Implement user authentication in analyzer app refactor: Enhance error handling in views.py docs: Add comments and docstrings to code test: Write unit tests for log parsing and anomaly detection chore: Review and update dependencies in requirements.txt style: Improve UI and add responsive design to templates perf: Optimize performance of log parsing algorithms ci: Set up monitoring and alerts using Prometheus and Grafana docs: Document API endpoints if exposed security: Implement security best practices for application protection i18n: Add localization and internationalization support cd: Set up CI/CD pipelines for automated testing, building, and deployment logging: Enhance logging to capture detailed information about app behavior review: Regularly review dependencies for vulnerabilities using pip-audit feedback: Collect user feedback for application improvements training: Create documentation and training materials for users community: Build a community around the project for contributions and support (533610d)