Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
parse-community
/
parse-server
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
4.8k
Star
21.4k
Code
Issues
394
Pull requests
154
Actions
Projects
Wiki
Security and quality
128
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fix: Undefined values not stripped in
directAccess
mode
- #10269
#10269
Open
yog27ray
wants to merge 31 commits into
parse-community:alpha
parse-community/parse-server:alpha
from
yog27ray:fix/directaccess-undefined-to-null
yog27ray/parse-server:fix/directaccess-undefined-to-null
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Open
fix: Undefined values not stripped in
directAccess
mode
#10269
yog27ray
wants to merge 31 commits into
parse-community:alpha
parse-community/parse-server:alpha
from
yog27ray:fix/directaccess-undefined-to-null
yog27ray/parse-server:fix/directaccess-undefined-to-null
Copy head branch name to clipboard
Commits
Commits on Mar 21, 2026
fix: strip undefined values in `ParseServerRESTController` to match HTTP mode behavior
Show description for a423f0c
faceapps
and
claude
committed
a423f0c
View commit details
Copy full SHA for a423f0c
Browse repository at this point
refactor: use JSON.parse(JSON.stringify()) instead of stripUndefined
Show description for e98ffc9
faceapps
and
claude
committed
e98ffc9
View commit details
Copy full SHA for e98ffc9
Browse repository at this point
refactor: use recursive stripUndefined instead of JSON.parse(JSON.stringify())
Show description for 5275d96
faceapps
and
claude
committed
5275d96
View commit details
Copy full SHA for 5275d96
Browse repository at this point
Commits on Mar 22, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
4385494
View commit details
Copy full SHA for 4385494
Browse repository at this point
Commits on Mar 23, 2026
test: Add HTTP mode comparison test for undefined values on update
Show description for 41223c0
faceapps
and
claude
committed
41223c0
View commit details
Copy full SHA for 41223c0
Browse repository at this point
refactor: Let HTTP layer handle JSON serialization in test
Show description for 2928931
faceapps
and
claude
committed
2928931
View commit details
Copy full SHA for 2928931
Browse repository at this point
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
07cba86
View commit details
Copy full SHA for 07cba86
Browse repository at this point
fix: strip undefined values from directAccess response to match HTTP behavior
Show description for 5910c02
faceapps
and
claude
committed
5910c02
View commit details
Copy full SHA for 5910c02
Browse repository at this point
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
32383e0
View commit details
Copy full SHA for 32383e0
Browse repository at this point
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
d26fe93
View commit details
Copy full SHA for d26fe93
Browse repository at this point
Commits on Mar 24, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
561a65a
View commit details
Copy full SHA for 561a65a
Browse repository at this point
Commits on Mar 25, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
1f19361
View commit details
Copy full SHA for 1f19361
Browse repository at this point
Commits on Mar 26, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
c2bf2c7
View commit details
Copy full SHA for c2bf2c7
Browse repository at this point
Commits on Mar 27, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
002d52c
View commit details
Copy full SHA for 002d52c
Browse repository at this point
Commits on Mar 28, 2026
fix: Use JSON.parse(JSON.stringify()) for HTTP parity, strip query params, add tests
Show description for 6bf3a11
yog27ray
and
claude
committed
6bf3a11
View commit details
Copy full SHA for 6bf3a11
Browse repository at this point
Commits on Mar 31, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
mtrezza
authored
2f9d017
View commit details
Copy full SHA for 2f9d017
Browse repository at this point
Commits on Apr 2, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
3ce7a10
View commit details
Copy full SHA for 3ce7a10
Browse repository at this point
Commits on Apr 9, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
0e8482f
View commit details
Copy full SHA for 0e8482f
Browse repository at this point
Commits on Apr 10, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
82af995
View commit details
Copy full SHA for 82af995
Browse repository at this point
Commits on Apr 12, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
mtrezza
authored
455910c
View commit details
Copy full SHA for 455910c
Browse repository at this point
Commits on Apr 13, 2026
Merge branch 'alpha' of github.com:yog27ray/parse-server into fix/directaccess-undefined-to-null
Show description for cee25d3
yog27ray
committed
cee25d3
View commit details
Copy full SHA for cee25d3
Browse repository at this point
test: add GET query params undefined stripping tests for directAccess and HTTP mode
Show description for 537c412
yog27ray
and
claude
committed
537c412
View commit details
Copy full SHA for 537c412
Browse repository at this point
Commits on Apr 16, 2026
perf: replace JSON.parse(JSON.stringify()) with in-place stripUndefined
Show description for 0e56fdf
yog27ray
committed
0e56fdf
View commit details
Copy full SHA for 0e56fdf
Browse repository at this point
Commits on May 14, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
4802acb
View commit details
Copy full SHA for 4802acb
Browse repository at this point
Commits on May 20, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
3a47380
View commit details
Copy full SHA for 3a47380
Browse repository at this point
Commits on Jun 3, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
475df0a
View commit details
Copy full SHA for 475df0a
Browse repository at this point
Commits on Aug 21, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
mtrezza
authored
6e62c66
View commit details
Copy full SHA for 6e62c66
Browse repository at this point
Commits on Sep 8, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
e8a4e18
View commit details
Copy full SHA for e8a4e18
Browse repository at this point
Commits on Sep 9, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
mtrezza
authored
afaa510
View commit details
Copy full SHA for afaa510
Browse repository at this point
Commits on Sep 10, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
b65e383
View commit details
Copy full SHA for b65e383
Browse repository at this point
Commits on Sep 22, 2026
Merge branch 'alpha' into fix/directaccess-undefined-to-null
yog27ray
authored
c1ef2ca
View commit details
Copy full SHA for c1ef2ca
Browse repository at this point
You can’t perform that action at this time.