Open
Conversation
ci: Add ...globals.jest to eslint.config.mjs
…into db-script
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.1...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Ts.project manager list
Correct db casing
HandleAuth.jsx - Replaced HTML with MUI and fixed CSS - hackforla#1640
- Add scripts to /backend/package.json
- Requires flags
-- accepts flag --mock
-- accepts flags for each db row eg
-- cloneOrSyncCollections: --projects, --recurring-events
-- clearDevCollections: --projects, --recurring-events, events, checkins
get rid of redundant field in models + user tests
…rring-checkin-bulk Fix: prevent cron worker OOM by batching recurring check-in and creation operations
Fixed two syntax errors in the frontend production Dockerfile that were masked by earlier build failures: 1. Line 6: COPY command syntax error - Changed: COPY --chown=node:node package.json package.json ./ - To: COPY --chown=node:node package*.json ./ - The original attempted to copy package.json twice (invalid syntax) - Now uses glob pattern to properly copy package.json and package-lock.json if present - Matches the pattern used in backend/Dockerfile.prod:5 2. Lines 15-16: Missing equals signs in ARG and ENV directives - Changed: ARG CUSTOM_REQUEST_HEADER nAb3kY-S%qE#4!d - To: ARG CUSTOM_REQUEST_HEADER=nAb3kY-S%qE#4!d - Changed: ENV REACT_APP_CUSTOM_REQUEST_HEADER $CUSTOM_REQUEST_HEADER - To: ENV REACT_APP_CUSTOM_REQUEST_HEADER=$CUSTOM_REQUEST_HEADER - Ensures proper Dockerfile syntax compliance These errors were present in the original file but were not caught because the build was failing earlier due to code issues (duplicate object keys and missing exports) that have been fixed in PR hackforla#2086. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
…via authcontext. AuthZ code builds on shared/roles and shared/authorizationUtils for a single source of truth for roles/accessLevels
…dmin(), hasMinimumRole(), or hasAnyRole() to showcase flexibility/options, also and adding comments to code
…s also been refactored for easier readability. Fixing expiresAt bug by adding expiresAt to json response to verify-signin. Also commenting out auth restrictions at PM level for no impact to current app.
Remove dependency on ProjectForm's StyledButton component and use MUI Button directly, fixing incorrect sx/size prop usage.
…i-button hotfix
Replace ESLint and Prettier with Biome
…project-mui refactor(edit-project): Standardize MUI & Fix Modal Ripples (hackforla#1703)
…ring Merge vrms/development into refactor-permission-management, preserving the useAuth hook pattern (isAdmin, isSuperAdmin, hasAnyRole, hasMinimumRole) and ROLES constants throughout. Keep development's active cron workers, async/await server init, and new UI features (EditProjectMembers, TitledBoxIFrame). Accept development's yarn.lock.
…gement Refactor permission management
- Update mongodb-memory-server from 6.9.0 to 8.2.3 - Update Jest from 26.4.0 to 29.7.0 (required for node: protocol) - Update setup-test.js for mongodb-memory-server v8 API changes - Fix all test files to use async/await instead of async/done pattern - Add beforeEach cleanup to user.test.js for test isolation - Fix ESLint config to prevent parent directory conflicts Resolves hackforla#751
…tle caching, and commit tracking - Python skill (verify_stale_issue.py) with issue type detection - Bash implementations for single and batch issue verification - Label-based scope detection (dev vs non-dev roles) - Title consistency caching system - Git commit history analysis for PR tracking - Decision tree logic for issue verdict categorization
Update mongodb-memory-server to 8.2.3
…gement fix: rename TOKEN_SECRET to JWT_SECRET across backend, small fixes
…gement syntax error on authutil
Node 18 is end-of-life. Update .nvmrc to designate Node 24. Fixes hackforla#2128
|
Important Review skippedToo many files! This PR contains 255 files, which is 105 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (22)
📒 Files selected for processing (255)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
.nvmrcfrom Node 18 to Node 24Fixes hackforla#2128
Test plan
nvm useand confirm local dev server starts