-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Comparing changes
Open a pull request
base repository: Automattic/mongoose
base: 7a908682f183f8bb8d576c2cea864b022c022dcb
head repository: Automattic/mongoose
compare: 29f57c12caee006f2434a0ef9b21aace9b30fdcf
Commits on Jun 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5552107 - Browse repository at this point
Copy the full SHA 5552107View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1b7bb5 - Browse repository at this point
Copy the full SHA a1b7bb5View commit details
Commits on Jun 7, 2023
-
Merge pull request #13476 from Automattic/vkarpov15/gh-13453
fix(cursor): allow find middleware to modify query cursor options
Configuration menu - View commit details
-
Copy full SHA for f7c6d3e - Browse repository at this point
Copy the full SHA f7c6d3eView commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a6b0dd - Browse repository at this point
Copy the full SHA 3a6b0ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a28933e - Browse repository at this point
Copy the full SHA a28933eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35e59eb - Browse repository at this point
Copy the full SHA 35e59ebView commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f143485 - Browse repository at this point
Copy the full SHA f143485View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 305ce4f - Browse repository at this point
Copy the full SHA 305ce4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9616af7 - Browse repository at this point
Copy the full SHA 9616af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f264a8 - Browse repository at this point
Copy the full SHA 4f264a8View commit details -
test: fix flakey tests, remove test for #9597 because it affects glob…
…al state and fails intermittently on deno
Configuration menu - View commit details
-
Copy full SHA for 688da8f - Browse repository at this point
Copy the full SHA 688da8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9eb8ab - Browse repository at this point
Copy the full SHA e9eb8abView commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69405b2 - Browse repository at this point
Copy the full SHA 69405b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc4c9a - Browse repository at this point
Copy the full SHA dcc4c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ebe80 - Browse repository at this point
Copy the full SHA b8ebe80View commit details
Commits on Jul 17, 2023
-
Merge pull request #13614 from Automattic/vkarpov15/gh-13191-2
perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate()
Configuration menu - View commit details
-
Copy full SHA for 895bc32 - Browse repository at this point
Copy the full SHA 895bc32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20b030e - Browse repository at this point
Copy the full SHA 20b030eView commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b09cb1 - Browse repository at this point
Copy the full SHA 1b09cb1View commit details -
Merge pull request #13637 from Automattic/IslandRhythms/gh-13364-back…
…port backported gh-13364
Configuration menu - View commit details
-
Copy full SHA for 0d17ccb - Browse repository at this point
Copy the full SHA 0d17ccbView commit details
Commits on Jul 28, 2023
-
fix(schema): make
Schema.prototype.clone()
avoid creating different…… copies of subdocuments and single nested paths underneath single nested paths
Configuration menu - View commit details
-
Copy full SHA for d012888 - Browse repository at this point
Copy the full SHA d012888View commit details
Commits on Aug 1, 2023
-
Merge pull request #13671 from Automattic/vkarpov15/gh-13626
fix(schema): make `Schema.prototype.clone()` avoid creating different copies of subdocuments and single nested paths underneath single nested paths
Configuration menu - View commit details
-
Copy full SHA for 622fa1c - Browse repository at this point
Copy the full SHA 622fa1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9f1b3 - Browse repository at this point
Copy the full SHA 1a9f1b3View commit details -
Merge pull request #13682 from Automattic/vkarpov15/gh-13626-2
fix(document): correctly set index when casting subdocs for validation re: #13626
Configuration menu - View commit details
-
Copy full SHA for d5784d8 - Browse repository at this point
Copy the full SHA d5784d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5b7d5 - Browse repository at this point
Copy the full SHA be5b7d5View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c520587 - Browse repository at this point
Copy the full SHA c520587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5adfb - Browse repository at this point
Copy the full SHA 6f5adfbView commit details
Commits on Aug 6, 2023
-
Merge pull request #13701 from JavaScriptBach/backport-bulkwrite
Backport empty bulkwrite fix #13684 to Mongoose v6
Configuration menu - View commit details
-
Copy full SHA for d4a1080 - Browse repository at this point
Copy the full SHA d4a1080View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ae1367 - Browse repository at this point
Copy the full SHA 0ae1367View commit details -
Configuration menu - View commit details
-
Copy full SHA for bab0e9e - Browse repository at this point
Copy the full SHA bab0e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 557a472 - Browse repository at this point
Copy the full SHA 557a472View commit details -
Merge pull request #13723 from Automattic/IslandRhythms/backport-13515
backport pull 13515
Configuration menu - View commit details
-
Copy full SHA for c1109ac - Browse repository at this point
Copy the full SHA c1109acView commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0604133 - Browse repository at this point
Copy the full SHA 0604133View commit details
Commits on Aug 22, 2023
-
fix(document): correctly handle inclusive/exclusive projections when …
…applying subdocument defaults Fix #13720
Configuration menu - View commit details
-
Copy full SHA for 44f3f0d - Browse repository at this point
Copy the full SHA 44f3f0dView commit details -
Merge pull request #13763 from Automattic/vkarpov15/gh-13720
fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults
Configuration menu - View commit details
-
Copy full SHA for 0229ffd - Browse repository at this point
Copy the full SHA 0229ffdView commit details -
fix(model): make Model.bulkWrite() with empty array and ordered false…
… not throw an error Fix #13664
Configuration menu - View commit details
-
Copy full SHA for 17c31b7 - Browse repository at this point
Copy the full SHA 17c31b7View commit details
Commits on Aug 24, 2023
-
Merge pull request #13770 from Automattic/vkarpov15/gh-13664-2
fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error
Configuration menu - View commit details
-
Copy full SHA for 4f79ce2 - Browse repository at this point
Copy the full SHA 4f79ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec74347 - Browse repository at this point
Copy the full SHA ec74347View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb34bd3 - Browse repository at this point
Copy the full SHA eb34bd3View commit details
Commits on Oct 5, 2023
-
6.x populate.md: fix edit whoopsie scrapping a line a setting half of…
… the document in an unclosed code tag See https://mongoosejs.com/docs/6.x/docs/populate.html#dynamic-ref
Configuration menu - View commit details
-
Copy full SHA for 5822732 - Browse repository at this point
Copy the full SHA 5822732View commit details -
Merge pull request #13936 from ronjouch/patch-1
6.x/populate.md: fix edit whoopsie scrapping a line, and setting half of this doc in unclosed code tag
Configuration menu - View commit details
-
Copy full SHA for 917f2ff - Browse repository at this point
Copy the full SHA 917f2ffView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb668b1 - Browse repository at this point
Copy the full SHA cb668b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae97d1 - Browse repository at this point
Copy the full SHA 0ae97d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea85361 - Browse repository at this point
Copy the full SHA ea85361View commit details
Commits on Oct 8, 2023
-
Merge pull request #13940 from k-chop/backport-to-6-ismodified-acccep…
…t-string-of-keys Backport document.isModified fix #13674 to 6.x
Configuration menu - View commit details
-
Copy full SHA for 4dcc0d8 - Browse repository at this point
Copy the full SHA 4dcc0d8View commit details -
Merge pull request #13945 from hasezoey/backport-13911-6x
Backport to 6.x: correctly handle global applyPluginsToChildSchemas option
Configuration menu - View commit details
-
Copy full SHA for 29b09d3 - Browse repository at this point
Copy the full SHA 29b09d3View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6586bf2 - Browse repository at this point
Copy the full SHA 6586bf2View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c9eb3c - Browse repository at this point
Copy the full SHA 7c9eb3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb1f5d - Browse repository at this point
Copy the full SHA fbb1f5dView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be441a0 - Browse repository at this point
Copy the full SHA be441a0View commit details
Commits on Nov 5, 2023
-
fix(ChangeStream): correctly handle
hydrate
option when using chang……e stream as stream instead of iterator Fix #14049
Configuration menu - View commit details
-
Copy full SHA for 70a1a6f - Browse repository at this point
Copy the full SHA 70a1a6fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7a908682f183f8bb8d576c2cea864b022c022dcb...29f57c12caee006f2434a0ef9b21aace9b30fdcf