summaryrefslogtreecommitdiff
path: root/src/mongo/shell/types.js
AgeCommit message (Expand)Author
2024-08-05SERVER-93054 Make check_metadata_consistency hook also ignore LockBusy on deb...Randolph Tan
2024-07-01SERVER-82281 Deep-merges setParameter settings of ShardingTest fixture (#23311)GrantXiao07
2024-03-01SERVER-86818 Rename our custom Map implementation to BSONAwareMapMatt Broadstone
2023-08-06SERVER-79735 Convert jstest corpus to use es modulesMatt Broadstone
2023-02-03SERVER-73514 Use globalThis for globals in javascript std librariesMatt Broadstone
2022-12-12SERVER-68710 Fix anyEq to properly compare mongo shell typesYu Jin Kang Park
2022-11-08SERVER-62329: Port simple projections tests to golden frameworkHana Pearlman
2022-09-27SERVER-69961 Add expected-actual semantics to assert.setEq argumentsRomans Kasperovics
2022-08-17SERVER-67415 Create golden-data JS suitesDavid Percy
2022-03-07SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster
2022-01-21SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy
2021-07-05SERVER-57605 Expose Decimal128 equality comparison helper to shellArun Banala
2020-08-05SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.Daniel Gottlieb
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-04-28SERVER-40866 Use JSON.stringify() to serialize string in tojson()Siyuan Zhou
2019-02-21SERVER-36957 Fix Date.prototype.tojson()Gregory Wlodarek
2017-08-22SERVER-8164 ISODate doesn't handle years less than 100 properlyDerick Rethans
2016-11-29SERVER-8308 limit tojson call depthMatt Cotter
2016-07-26SERVER-25192 Handle null properties in Object.extendTim Sogard
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-03-18SERVER-23067 Final round of JS linting and formattingMike Grundy
2016-03-09SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams
2016-02-29SERVER-22882 Remove the argumentsToArray function from the shellKamran Khan
2016-02-05SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy
2015-08-13SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson
2015-08-10SERVER-19747 print Min/MaxKey as json where neededJason Carey
2015-08-03SERVER-19672 Check that arguments to Array util methods are arraysJ Delaney
2015-07-30SERVER-19369 Add String.includes() polyfill to shellJonathan Reams
2015-07-30SERVER-19370 Shell function String.endsWith shouldn't use regexpJonathan Reams
2015-07-14SERVER-18531 Integrate SpiderMonkeyJason Carey
2015-05-01SERVER-18284 use plain Array.isArray instead of polyfillsAdam Midvidy
2014-07-29SERVER-14623 fixed shell function ObjectId.fromDate for dates before 1978-07-...Jim OLeary
2014-06-13SERVER-2459 Add excludeCollection and excludeCollectionsWithPrefix options to...Shaun Verch
2014-06-06SERVER-9790 Add this.$db || db.toString() to DBRef string representationStephen Lee
2014-06-06SERVER-12007 add shell helper to create ObjectId from DateBenety Goh
2014-05-22SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh86
2014-05-16SERVER-13707 simplify tojsonObjectBenety Goh
2013-12-03SERVER-11715 fix Array.tojson ugly outputTyler Brock
2013-03-25SERVER-9088: ensure printjson() doesn't attempt to access DB globalBen Becker
2013-03-18SERVER-7588 Improve logic for seconds and milliseconds in ISODate constructorTad Marshall
2013-03-11SERVER-7424 Use simpler regex to produce single line output in tojson()Tad Marshall
2013-03-01SERVER-8823: make printjson() and printjsononeline() available to and MapReduceBen Becker
2013-02-15SERVER-8201: clean up String trim functions for ES5Ben Becker
2013-02-03SERVER-8287: reduce excessive memory consumption by the shell's tojson() helperBen Becker
2013-01-26SERVER-8292 SERVER-7843 SERVER-7087 Make tojsonObject handle Error objectsTad Marshall
2013-01-18SERVER-8104: clean up js global objectBen Becker