Commit Graph

11 Commits

Author SHA1 Message Date
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mike Grundy
3bed8596d1 SERVER-22341 fix jslint errors in jstests/core with eslint --fix
Conflicts:
	jstests/core/count_hint.js
2016-02-09 13:41:02 -05:00
David Storch
ffdb57ed20 SERVER-17544 remove $-prefixed find options from jstests and comments
Since the format for passing these options is different for the find command, these options should be specified
using the DBQuery helpers.
2015-07-23 19:51:04 -04:00
David Storch
391b1121e3 SERVER-14742 delete old explain and turn on explain 2.0 2014-09-03 09:46:33 -04:00
David Storch
7ffac7f351 SERVER-14407 replace Runner with PlanExecutor 2014-07-22 09:24:11 -04:00
David Storch
10d8b3d798 SERVER-13337 support queries with projections in the idhack runner 2014-05-01 09:17:40 -04:00
Benety Goh
8d72b72643 SERVER-12902 extended ID hack to support {_id: 1} projection 2014-03-06 20:20:06 -05:00
Benety Goh
b6b2fdf5c2 SERVER-12902 disallow queries with projections for id hack 2014-03-06 20:20:06 -05:00
Benety Goh
91886492a3 SERVER-12918 fixed skip() with equality queries on _id 2014-03-05 09:17:28 -05:00
Randolph Tan
5595b94560 SERVER-12127 migrate js tests to jscore suite when not related to writes
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
2014-02-28 16:26:33 -05:00