Skip to content

Tags: podverse/metaboost

Tags

0.1.15-staging.1

Toggle 0.1.15-staging.1's commit message
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.

0.1.15-staging.0

Toggle 0.1.15-staging.0's commit message
chore: bump version to 0.1.15

0.1.14-staging.2

Toggle 0.1.14-staging.2's commit message
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.

0.1.14-staging.1

Toggle 0.1.14-staging.1's commit message
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.

0.1.14-staging.0

Toggle 0.1.14-staging.0's commit message
chore: bump version to 0.1.14

0.1.13-staging.0

Toggle 0.1.13-staging.0's commit message
chore: bump version to 0.1.13

0.1.12-staging.0

Toggle 0.1.12-staging.0's commit message
chore: bump version to 0.1.12

0.1.11-staging.0

Toggle 0.1.11-staging.0's commit message
chore: bump version to 0.1.11

0.1.10-staging.0

Toggle 0.1.10-staging.0's commit message
chore: bump version to 0.1.10

0.1.9-staging.2

Toggle 0.1.9-staging.2's commit message
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.