index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
shell
/
types.js
Age
Commit message (
Expand
)
Author
2024-08-05
SERVER-93054 Make check_metadata_consistency hook also ignore LockBusy on deb...
Randolph Tan
2024-07-01
SERVER-82281 Deep-merges setParameter settings of ShardingTest fixture (#23311)
GrantXiao07
2024-03-01
SERVER-86818 Rename our custom Map implementation to BSONAwareMap
Matt Broadstone
2023-08-06
SERVER-79735 Convert jstest corpus to use es modules
Matt Broadstone
2023-02-03
SERVER-73514 Use globalThis for globals in javascript std libraries
Matt Broadstone
2022-12-12
SERVER-68710 Fix anyEq to properly compare mongo shell types
Yu Jin Kang Park
2022-11-08
SERVER-62329: Port simple projections tests to golden framework
Hana Pearlman
2022-09-27
SERVER-69961 Add expected-actual semantics to assert.setEq arguments
Romans Kasperovics
2022-08-17
SERVER-67415 Create golden-data JS suites
David Percy
2022-03-07
SERVER-61008 Upgrade vendorized mozjs to esr91.3
Justin Seyster
2022-01-21
SERVER-59163 Allow creating partial indexes on time-series collections
David Percy
2021-07-05
SERVER-57605 Expose Decimal128 equality comparison helper to shell
Arun Banala
2020-08-05
SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.
Daniel Gottlieb
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-04-28
SERVER-40866 Use JSON.stringify() to serialize string in tojson()
Siyuan Zhou
2019-02-21
SERVER-36957 Fix Date.prototype.tojson()
Gregory Wlodarek
2017-08-22
SERVER-8164 ISODate doesn't handle years less than 100 properly
Derick Rethans
2016-11-29
SERVER-8308 limit tojson call depth
Matt Cotter
2016-07-26
SERVER-25192 Handle null properties in Object.extend
Tim Sogard
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-03-18
SERVER-23067 Final round of JS linting and formatting
Mike Grundy
2016-03-09
SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...
Jonathan Abrahams
2016-02-29
SERVER-22882 Remove the argumentsToArray function from the shell
Kamran Khan
2016-02-05
SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fix
Mike Grundy
2015-08-13
SERVER-19627 Add Decimal128 type support to mongo shell
Raymond Jacobson
2015-08-10
SERVER-19747 print Min/MaxKey as json where needed
Jason Carey
2015-08-03
SERVER-19672 Check that arguments to Array util methods are arrays
J Delaney
2015-07-30
SERVER-19369 Add String.includes() polyfill to shell
Jonathan Reams
2015-07-30
SERVER-19370 Shell function String.endsWith shouldn't use regexp
Jonathan Reams
2015-07-14
SERVER-18531 Integrate SpiderMonkey
Jason Carey
2015-05-01
SERVER-18284 use plain Array.isArray instead of polyfills
Adam Midvidy
2014-07-29
SERVER-14623 fixed shell function ObjectId.fromDate for dates before 1978-07-...
Jim OLeary
2014-06-13
SERVER-2459 Add excludeCollection and excludeCollectionsWithPrefix options to...
Shaun Verch
2014-06-06
SERVER-9790 Add this.$db || db.toString() to DBRef string representation
Stephen Lee
2014-06-06
SERVER-12007 add shell helper to create ObjectId from Date
Benety Goh
2014-05-22
SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"
daveh86
2014-05-16
SERVER-13707 simplify tojsonObject
Benety Goh
2013-12-03
SERVER-11715 fix Array.tojson ugly output
Tyler Brock
2013-03-25
SERVER-9088: ensure printjson() doesn't attempt to access DB global
Ben Becker
2013-03-18
SERVER-7588 Improve logic for seconds and milliseconds in ISODate constructor
Tad Marshall
2013-03-11
SERVER-7424 Use simpler regex to produce single line output in tojson()
Tad Marshall
2013-03-01
SERVER-8823: make printjson() and printjsononeline() available to and MapReduce
Ben Becker
2013-02-15
SERVER-8201: clean up String trim functions for ES5
Ben Becker
2013-02-03
SERVER-8287: reduce excessive memory consumption by the shell's tojson() helper
Ben Becker
2013-01-26
SERVER-8292 SERVER-7843 SERVER-7087 Make tojsonObject handle Error objects
Tad Marshall
2013-01-18
SERVER-8104: clean up js global object
Ben Becker