Tags: podverse/metaboost
Tags
feat: remove trust tier management from user workflows - Eliminated the `trustTierId` from user-related schemas, controllers, and forms to streamline user management. - Updated database schema by dropping the `trust_tier_id` column from `user_trust_settings`. - Adjusted related files and components to reflect the removal of trust tier logic, ensuring a focus on membership tier and expiry for eligibility. - Regenerated linear baseline snapshots to align with the new schema changes.
fix: update E2E environment variables for Playwright tests - Set `API_RELEASE=test-release` in `buildE2eWebApiEnv` to ensure compatibility with API startup validation. - Added `MANAGEMENT_API_RELEASE=test-release` in management-web Playwright configuration for consistency. - Extended tests in `playwright.e2e-server-env.test.ts` to assert the presence of the release variable. - Updated documentation to reflect these changes and decisions made during the session.
chore: update readiness and liveness probe configurations in kustomiz… …ation files - Changed readiness and liveness probe configurations from tcpSocket to httpGet for both management-web and web kustomization files to align with updated standards.
feat: add npm-audit skill for managing vulnerabilities - Introduced a new skill for handling npm audit vulnerabilities, detailing the investigation process, decision-making for fixes vs. allowlisting, and maintaining allowlist consistency across release scripts. - Included comprehensive steps for understanding vulnerabilities, tracing dependency chains, and documenting rationale for allowlisting. - Enhanced the overall documentation structure for better clarity and usability.
PreviousNext