Compare commits

..
5 Commits
Author SHA1 Message Date
bot 569deb8ca0 chore: update lodash dependency from 4.17.20 to 4.17.21 in package.json
Build / Build (push) Successful in 1m14s
2024-12-05 07:27:37 +00:00
retoor f3fa37131d refactor: replace deprecated resolver method with async query-based lookup in user handler 2024-12-05 07:25:54 +00:00
retoor ef4b7f7ece docs: add project readme with setup instructions and overview 2024-12-05 07:22:54 +00:00
retoor b20ff08b70 feat: add production-ready configuration with environment-specific settings
Implement production deployment configuration including environment variable validation, logging setup, and error handling middleware. Add Dockerfile with multi-stage build for optimized image size and docker-compose.yml for orchestration. Configure health check endpoints and graceful shutdown procedures.
2024-12-05 07:18:01 +00:00
retoor 22858c5fd7 feat: add initial project structure with core files and configuration 2024-12-05 06:35:28 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
Metadata-Version: 2.4
Metadata-Version: 2.1
Name: mololog
Version: 1.3.37
Summary: HTTP Logging service
@@ -9,7 +9,7 @@ Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests==2.32.3
Requires-Dist: aiohttp
Requires-Dist: app @ git+https://retoor.molodetz.nl/retoor/app.git
Requires-Dist: app@ git+https://retoor.molodetz.nl/retoor/app.git
# Mololog
+1 -1
View File
@@ -1,3 +1,3 @@
requests==2.32.3
aiohttp
app @ git+https://retoor.molodetz.nl/retoor/app.git
app@ git+https://retoor.molodetz.nl/retoor/app.git