summaryrefslogtreecommitdiff
path: root/jstests/auth/basic_role_auth.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38875 Make tests start shards as replica sets instead of standalones a...Cheahuychou Mao2019-10-101-3/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-165/+165
* SERVER-36015: Fix lint.Daniel Gottlieb2018-08-291-1/+1
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-1/+6
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-131-1/+1
* SERVER-33882 Add requires_sharding tag to sharding testsjannaerin2018-03-141-0/+1
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+3
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-2/+25
* SERVER-27549 Print message on intentional server crash.Robert Guo2017-05-231-1/+1
* SERVER-23728 Enable the no-unused-expressions ESLint ruleEddie Louie2017-04-051-21/+16
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-137/+99
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-394/+383
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-1/+2
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-1/+2
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-261-1/+2
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-4/+7
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-5/+5
* SERVER-13191 migrate auth jstest suite to use write commands apiRandolph Tan2014-03-261-22/+23
* SERVER-10151 Re-enable the 'Test change role' section of auth/basic_role_auth...Spencer T Brody2013-11-181-13/+8
* Make sure cluster roles have access to system collections in config dbSpencer T Brody2013-11-081-1/+1
* SERVER-11555 Replace all occurrences of addUser with createUser in jstestsSpencer T Brody2013-11-061-4/+4
* SERVER-10794 Maintain backwards-compatible form of addUser for one more releaseSpencer T Brody2013-10-111-2/+2
* SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new APISpencer T Brody2013-10-061-1/+1
* SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to dropUser...Spencer T Brody2013-10-061-1/+1
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-3/+6
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-061-1/+1
* SERVER-6246 Restrict direct removes from system.users, add a shell helper to ...Spencer T Brody2013-08-011-1/+1
* SERVER-6246 Forbid direct inserts and updates to system.users collections whe...Spencer T Brody2013-07-171-2/+6
* SERVER-9233 Add jstests for role-based access controlRandolph Tan2013-04-091-0/+541