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
Accelerator
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 }}
aamining
/
mongoose
Public
forked from
Automattic/mongoose
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mongoose
test
on
v1.x
User selector
All users
All time
Commit history
Commits on Aug 22, 2011
ws
aheckmann
committed
b68e4cf
View commit details
Copy full SHA for b68e4cf
View code at this point
Browse repository at this point
fixing bug where instantiating a new model directly with a hydrating object that includes non-schema attributes would prevent validation
Show description for 11ae7ea
jmreidy
authored and
aheckmann
committed
11ae7ea
View commit details
Copy full SHA for 11ae7ea
View code at this point
Browse repository at this point
Commits on Aug 19, 2011
add failing connection test
aheckmann
committed
c00089c
View commit details
Copy full SHA for c00089c
View code at this point
Browse repository at this point
Commits on Aug 17, 2011
add connection#open tests
aheckmann
committed
91263d9
View commit details
Copy full SHA for 91263d9
View code at this point
Browse repository at this point
add failing test; positional array querying
Show description for 16e5aa0
aheckmann
committed
16e5aa0
View commit details
Copy full SHA for 16e5aa0
View code at this point
Browse repository at this point
fix auto_reconnect tests for v1.x
aheckmann
committed
3f2a447
View commit details
Copy full SHA for 3f2a447
View code at this point
Browse repository at this point
Commits on Aug 13, 2011
refactor options passing / add test
Show description for aa516cb
aheckmann
committed
aa516cb
View commit details
Copy full SHA for aa516cb
View code at this point
Browse repository at this point
Commits on Aug 11, 2011
fixed casting to remove Object.defineProperty
Show description for 00db0aa
aheckmann
committed
00db0aa
View commit details
Copy full SHA for 00db0aa
View code at this point
Browse repository at this point
Commits on Aug 10, 2011
fixed; can query/update with documents with subdocs
Show description for 74246e6
aheckmann
committed
74246e6
View commit details
Copy full SHA for 74246e6
View code at this point
Browse repository at this point
add failing test for #454
aheckmann
committed
6989f0b
View commit details
Copy full SHA for 6989f0b
View code at this point
Browse repository at this point
Commits on Aug 6, 2011
add another failing subdoc test
aheckmann
committed
a55d057
View commit details
Copy full SHA for a55d057
View code at this point
Browse repository at this point
Commits on Aug 5, 2011
fixed; ObjectIds were always marked modified
aheckmann
committed
02ac791
View commit details
Copy full SHA for 02ac791
View code at this point
Browse repository at this point
Commits on Aug 3, 2011
fixed; do not apply setters when doc returned from db
Show description for 35e8da1
aheckmann
committed
35e8da1
View commit details
Copy full SHA for 35e8da1
View code at this point
Browse repository at this point
Commits on Jul 30, 2011
failing test; subdoc#id fails with custom _id
Show description for 5c938ad
aheckmann
committed
5c938ad
View commit details
Copy full SHA for 5c938ad
View code at this point
Browse repository at this point
Commits on Jul 29, 2011
failing test; query subdoc array with $ne: null
aheckmann
committed
21d599f
View commit details
Copy full SHA for 21d599f
View code at this point
Browse repository at this point
failing test; subdocument remove() after modification
Show description for 9fe18e7
aheckmann
committed
9fe18e7
View commit details
Copy full SHA for 9fe18e7
View code at this point
Browse repository at this point
Commits on Jul 26, 2011
Revert "fixed; getters are no longer circular refs to itself"
Show description for ce924ad
aheckmann
committed
ce924ad
View commit details
Copy full SHA for ce924ad
View code at this point
Browse repository at this point
add $all support to Number
aheckmann
committed
666d903
View commit details
Copy full SHA for 666d903
View code at this point
Browse repository at this point
failing test: can't use $all with String
aheckmann
committed
bdb1f44
View commit details
Copy full SHA for bdb1f44
View code at this point
Browse repository at this point
fixed; getters are no longer circular refs to itself
Show description for 90772d1
aheckmann
committed
90772d1
View commit details
Copy full SHA for 90772d1
View code at this point
Browse repository at this point
Commits on Jul 25, 2011
fix test for #389
aheckmann
committed
0f3308b
View commit details
Copy full SHA for 0f3308b
View code at this point
Browse repository at this point
undefined is disallowed in String enum
aheckmann
committed
bb6d9ff
View commit details
Copy full SHA for bb6d9ff
View code at this point
Browse repository at this point
Commits on Jul 24, 2011
fix use of null in String enum
Show description for 0c6e2df
aheckmann
committed
0c6e2df
View commit details
Copy full SHA for 0c6e2df
View code at this point
Browse repository at this point
failing test for null in String enum
aheckmann
committed
46899d1
View commit details
Copy full SHA for 46899d1
View code at this point
Browse repository at this point
Commits on Jul 20, 2011
failing test; Schema with other contexts objects
Show description for 9d16fd3
aheckmann
committed
9d16fd3
View commit details
Copy full SHA for 9d16fd3
View code at this point
Browse repository at this point
Commits on Jul 18, 2011
added; sparse index support to schemas
Show description for 6ed6d04
aheckmann
committed
6ed6d04
View commit details
Copy full SHA for 6ed6d04
View code at this point
Browse repository at this point
Commits on Jul 16, 2011
failing test; validation scope not set #418
aheckmann
committed
9490e95
View commit details
Copy full SHA for 9490e95
View code at this point
Browse repository at this point
Commits on Jul 13, 2011
failing test; MongooseArray#indexOf can't find ObjectIds
aheckmann
committed
5b32141
View commit details
Copy full SHA for 5b32141
View code at this point
Browse repository at this point
Commits on Jul 12, 2011
failing test; Object.keys on MongooseArray
aheckmann
committed
aca544e
View commit details
Copy full SHA for aca544e
View code at this point
Browse repository at this point
add test recreating .findOne failure in native V0.9.6.6
aheckmann
committed
d6a367d
View commit details
Copy full SHA for d6a367d
View code at this point
Browse repository at this point
Commits on Jul 11, 2011
add test showing workaround for #402
Show description for 698388f
aheckmann
committed
698388f
View commit details
Copy full SHA for 698388f
View code at this point
Browse repository at this point
update tests now that invalid ObjectIds throw
Show description for 3030fc0
aheckmann
committed
3030fc0
View commit details
Copy full SHA for 3030fc0
View code at this point
Browse repository at this point
add test case for GH-407
aheckmann
committed
65e047a
View commit details
Copy full SHA for 65e047a
View code at this point
Browse repository at this point
Commits on Jul 7, 2011
better failing test message
aheckmann
committed
460e712
View commit details
Copy full SHA for 460e712
View code at this point
Browse repository at this point
Commits on Jul 6, 2011
added; Query#slaveOk() support
aheckmann
committed
ee80882
View commit details
Copy full SHA for ee80882
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.