Propchain-Backend - #1004
Merged
Merged
Conversation
…taChain#926 Issue MettaChain#926 - Create developer environment setup script - Add scripts/setup.sh for single-command developer onboarding - Script checks Node.js/npm/psql/redis-cli prerequisites - Creates .env from .env.example, runs npm ci, migrations, seed Issue MettaChain#925 - Add K8s health check endpoints - Add src/health/health.controller.ts with /healthz /readyz /startupz - GET /healthz: liveness probe (always 200) - GET /readyz: readiness probe (checks DB + Redis + blockchain RPC) - GET /startupz: startup probe (verifies DB + migration count) - Add HealthModule imported in AppModule Issue MettaChain#924 - ESLint rule enforcement in CI - Add --max-warnings=0 to CI lint step - Update .eslintrc.js to clean up rule configuration - Fix all 149 existing lint warnings with eslint-disable-next-line comments Issue MettaChain#919 - Data archival strategy for historical records - Add src/archive/archive.service.ts with scheduled weekly archival - Archives LoginHistory, ActivityLog, PropertyView to gzipped NDJSON - Configurable retention periods via env vars - Admin restore function and admin endpoints Also includes fixes for MettaChain#917 MettaChain#918 MettaChain#920 MettaChain#921 MettaChain#923 MettaChain#915 MettaChain#916 Closes MettaChain#919 Closes MettaChain#924 Closes MettaChain#925 Closes MettaChain#926
…5-926 feat: resolve issues MettaChain#915 MettaChain#916 MettaChain#917 MettaChain#918 – Prometheus metrics, DB health, query logging, soft-delete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #915
Closes #918
Closes #917
Closes #916