-
Notifications
You must be signed in to change notification settings - Fork 0
Mvp release for ver 1.1.0-MVP #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
…tests; remove deprecated frontend config file
…diness checks and enhanced deployment strategies
…ntend and backend tests, and refactor email route permissions
…for MVP launch, and address dev dependencies security management
…flecting the completion of MVP optimizations and deployment readiness
| echo "ℹ️ Dev dependencies with vulnerabilities: $DEV_VULNS (MVP deployment not affected)" | ||
|
|
||
| - name: Secrets Scanning | ||
| uses: gitleaks/gitleaks-action@v2 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'MVP Release Pipeline' step uses 'gitleaks/gitleaks-action' with ref 'v2', not a pinned commit hash
Uses Step
Error loading related location
Loading
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.
Changes 🏗️
Release Date: June 24, 2025
Summary
Enhancement release focused on completing OpenAI API integration testing, fixing authentication endpoints, and ensuring proper version alignment across the codebase. This version validates the core OpenAI functionality and authentication system with comprehensive testing, plus resolves critical CI/CD health check failures.
Major Improvements
Technical Enhancements
openai-config.test.jswith:Cannot find module 'helmet'error by addingnpm ciin server directoryAPI Integration Results
demo@example.com/demo123{"status":"ok","timestamp":"...","environment":"test","uptime":...}Testing Improvements
CI/CD Workflow Fixes
npm ci --no-audit --no-fundin server directory before health checkNODE_ENV=testJWT_SECRETwith 32+ character requirementPORT=3001to avoid frontend conflictsVAULT_BACKEND=in-memoryfor testingVersion Updates
package.jsonto 1.1.0-MVPpackage.jsonto 1.1.0-MVPDocumentation Updates
Deployment Readiness
Breaking Changes
None - Maintains backward compatibility while enhancing testing and validation
Migration Notes
npm test openai-config.test.jsKnown Issues
Next Version Focus
Performance Metrics
Checklist 📋
For code changes:
refer to docs/project_lifecycle/deployment/records/project.mvp-launch-checklist.md
For configuration changes:
.env.exampleis updated or already compatible with my changesExamples of configuration changes