summaryrefslogtreecommitdiff
path: root/src/mongo/shell/types.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73514 Use globalThis for globals in javascript std librariesMatt Broadstone2023-02-031-2/+3
* SERVER-68710 Fix anyEq to properly compare mongo shell typesYu Jin Kang Park2022-12-121-1/+1
* SERVER-62329: Port simple projections tests to golden frameworkHana Pearlman2022-11-081-6/+7
* SERVER-69961 Add expected-actual semantics to assert.setEq argumentsRomans Kasperovics2022-09-271-0/+4
* SERVER-67415 Create golden-data JS suitesDavid Percy2022-08-171-3/+10
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-1/+1
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-0/+2
* SERVER-57605 Expose Decimal128 equality comparison helper to shellArun Banala2021-07-051-0/+4
* SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.Daniel Gottlieb2020-08-051-1/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-18/+17
* SERVER-40866 Use JSON.stringify() to serialize string in tojson()Siyuan Zhou2019-04-281-41/+2
* SERVER-36957 Fix Date.prototype.tojson()Gregory Wlodarek2019-02-211-0/+14
* SERVER-8164 ISODate doesn't handle years less than 100 properlyDerick Rethans2017-08-221-27/+20
* SERVER-8308 limit tojson call depthMatt Cotter2016-11-291-9/+28
* SERVER-25192 Handle null properties in Object.extendTim Sogard2016-07-261-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+1
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-181-2/+2
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-200/+206
* SERVER-22882 Remove the argumentsToArray function from the shellKamran Khan2016-02-291-1/+1
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-77/+77
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+11
* SERVER-19747 print Min/MaxKey as json where neededJason Carey2015-08-101-5/+3
* SERVER-19672 Check that arguments to Array util methods are arraysJ Delaney2015-08-031-0/+32
* SERVER-19369 Add String.includes() polyfill to shellJonathan Reams2015-07-301-0/+8
* SERVER-19370 Shell function String.endsWith shouldn't use regexpJonathan Reams2015-07-301-1/+1
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-1/+3
* SERVER-18284 use plain Array.isArray instead of polyfillsAdam Midvidy2015-05-011-6/+0
* SERVER-14623 fixed shell function ObjectId.fromDate for dates before 1978-07-...Jim OLeary2014-07-291-3/+1
* SERVER-2459 Add excludeCollection and excludeCollectionsWithPrefix options to...Shaun Verch2014-06-131-0/+1
* SERVER-9790 Add this.$db || db.toString() to DBRef string representationStephen Lee2014-06-061-2/+7
* SERVER-12007 add shell helper to create ObjectId from DateBenety Goh2014-06-061-0/+33
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-3/+3
* SERVER-13707 simplify tojsonObjectBenety Goh2014-05-161-13/+10
* SERVER-11715 fix Array.tojson ugly outputTyler Brock2013-12-031-9/+13
* SERVER-9088: ensure printjson() doesn't attempt to access DB globalBen Becker2013-03-251-1/+5
* SERVER-7588 Improve logic for seconds and milliseconds in ISODate constructorTad Marshall2013-03-181-3/+23
* SERVER-7424 Use simpler regex to produce single line output in tojson()Tad Marshall2013-03-111-1/+1
* SERVER-8823: make printjson() and printjsononeline() available to and MapReduceBen Becker2013-03-011-0/+8
* SERVER-8201: clean up String trim functions for ES5Ben Becker2013-02-151-6/+16
* SERVER-8287: reduce excessive memory consumption by the shell's tojson() helperBen Becker2013-02-031-12/+29
* SERVER-8292 SERVER-7843 SERVER-7087 Make tojsonObject handle Error objectsTad Marshall2013-01-261-0/+4
* SERVER-8104: clean up js global objectBen Becker2013-01-181-0/+598