Spencer Jackson
21bcf6b127
SERVER-21724 Let backup role read system.profile
2015-12-15 15:59:58 -05:00
Misha Tyulenev
730e2cfca8
SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to internal user only
2015-11-03 18:07:33 -05:00
Andreas Nilsson
fa24b6adab
SERVER-20460 Make listIndexes authz check backwards compat
2015-09-23 13:20:58 -04:00
Andreas Nilsson
90d9a09c18
SERVER-20364 Let find privilege -> killCursor privilege
2015-09-16 14:22:27 -04:00
Andreas Nilsson
d9a98b8517
SERVER-19721 Restore the authSchemaUpgrade command
...
Fixed mongos rebase error for catalogManager(txn)
2015-09-08 10:47:48 -04:00
matt dannenberg
650871daad
Revert "SERVER-20134 Restore the authSchemaUpgrade command"
...
This reverts commit 7a3fa1f56d .
2015-09-08 04:25:43 -04:00
Andreas Nilsson
7a3fa1f56d
SERVER-20134 Restore the authSchemaUpgrade command
2015-09-07 20:50:11 -04:00
Benety Goh
769ef392ff
SERVER-19940 extended auth checking for find and getMore commands to allow use of term only from internal clients.
...
The term field was added to the find/getMore commands to support replication protocol version 1 and is meant to be used by replica set nodes to communicate metadata to their sync sources.
2015-09-04 11:21:38 -04:00
James Wahlin
ae9df7fb11
SERVER-2227 Addition of index usage statistics
2015-09-03 16:20:17 -04:00
Spencer T Brody
2d8d8c8cce
SERVER-19640 Correctly parse namespace in sharded dataSize command
2015-08-19 12:08:13 -04:00
Merry Mou
8fbd2f5bf9
SERVER-19131 Give clusterManager role privileges to config.tags
2015-08-14 16:10:08 -04:00
Merry Mou
9127eb85f6
SERVER-15893 Add validate privileges to root role.
2015-08-14 14:26:52 -04:00
David Storch
67b5319f3f
SERVER-17544 enable authorization tests for find/getMore commands on mongos
2015-08-11 09:44:35 -04:00
Qingyang Chen
9dcfc9cc63
SERVER-16398 Remove support for "cursorInfo" command
2015-08-05 14:59:43 -04:00
James Cohan
155ce241ac
SERVER-19398 Reset db and collection names in authorization tests
2015-07-31 17:14:47 -04:00
James Wahlin
13b7fba6b8
SERVER-19504 Remove indexStats command artifacts
2015-07-22 14:17:20 -04:00
David Storch
b8f0f273d8
SERVER-5811 implement the killCursors command for mongod
...
Implementing the killCursors command in mongos and the mongo shell is further work.
2015-06-23 14:16:18 -04:00
Adam Midvidy
1991daaff1
SERVER-7775 add currentOp command
2015-04-13 10:14:12 -04:00
Adam Midvidy
d6cd29d1fc
SERVER-7775 add killOp command
2015-04-06 18:49:59 -04:00
David Storch
93bc8652f4
SERVER-17764 extend commands authorization test for find and getMore commands
2015-04-02 16:28:49 -04:00
Andreas Nilsson
1fc9d37170
SERVER-17529 Let find on system.namespaces imply listCollections
2015-03-27 11:16:32 -04:00
Adam Midvidy
8a805598bb
SERVER-7775 refactor fsyncUnlock to execute through standard command path
2015-03-26 14:20:38 -04:00
Adam Midvidy
5e7aa5c9ef
Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command path"
...
This reverts commit 5c48ea0d3f .
2015-03-25 19:06:49 -04:00
Adam Midvidy
5c48ea0d3f
SERVER-7775 refactor fsyncUnlock to execute through standard command path
2015-03-25 15:00:03 -04:00
alabid
9c0417f668
SERVER-16797 Remove support for touch command in WiredTiger storage engine.
...
Closes #906
Signed-off-by: Benety Goh <benety@mongodb.com >
2015-01-15 10:33:42 -05:00
Jason Rassi
0aa409c0f7
SERVER-16659 listColls/listIndexes: empty cursor obj no longer needed
2015-01-15 05:41:10 -05:00
Andreas Nilsson
fc2f13fc2e
SERVER-16780 Add cleanupOrphaned to commands_lib.js
2015-01-12 12:09:44 -05:00
Mark Benvenuto
4580fe1b3e
SERVER-16061: remove "text" command
2014-12-30 11:52:20 -05:00
Tyler Brock
de16932890
SERVER-16518 listIndexes response changed to cursor object form
...
As a temporary compatibility measure, the legacy behavior is preserved
if the "cursor" option is not sent with the command. This
compatibility layer will be removed as part of work for the parent
ticket.
2014-12-16 14:36:30 -05:00
Andreas Nilsson
dce1d2f0ba
SERVER-16054 Disable currentOpCtx test for mongos
2014-11-13 10:42:39 -05:00
Andreas Nilsson
f91a45e1c0
SERVER-16054 Add currentOpCtx to the auth test suite
2014-11-12 16:04:59 -05:00
Amalia Hawkins
85b7323b98
SERVER-15453: Fix privileges for actions "listIndexes" and
...
"listCollections" vis-a-vis builtin roles.
2014-10-13 15:06:33 -04:00
Kaloian Manassiev
4868624655
SERVER-15440 Remove the closeAllDatabases command and tests
2014-10-03 08:30:19 -04:00
Scott Hernandez
2573c47e17
SERVER-14604: Add replSetGetConfig command
2014-07-28 17:40:45 -04:00
Spencer T Brody
ef9cebb511
Revert "SERVER-14604: Add replSetGetConfig command"
...
This reverts commit 172d4f6f8b .
2014-07-28 15:24:50 -04:00
Scott Hernandez
172d4f6f8b
SERVER-14604: Add replSetGetConfig command
2014-07-28 13:48:14 -04:00
Amalia Hawkins
1b4b52a9d4
SERVER-12621 narrow the localhost exception when auth is enabled
2014-05-22 20:29:39 -04:00
Randolph Tan
0dabee8227
SERVER-13741 Migrate remaining tests to use write commands
2014-05-15 14:04:11 -04:00
David Storch
7238072660
Revert "SERVER-13741 Migrate remaining tests to use write commands"
...
This reverts commit 87dc3ae516 .
2014-05-06 19:00:56 -04:00
Randolph Tan
87dc3ae516
SERVER-13741 Migrate remaining tests to use write commands
2014-05-06 16:32:44 -04:00
Randolph Tan
3fd39a9fe0
SERVER-13704 write commands handles ClockSkewException differently from legacy writes
2014-05-01 16:45:31 -04:00
Amalia Hawkins
24aeb85159
SERVER-13727 add collStats permission to builtin backup role
2014-04-28 17:01:28 -04:00
Mathias Stearn
bced3d215a
SERVER-13555 remove indexStats from auth command tests
2014-04-26 01:47:45 -04:00
Eliot Horowitz
78acc64523
SERVER-13084: move compact details down into RecordStore layer
2014-04-14 00:23:08 -04:00
Spencer T Brody
7700d67c74
SERVER-12857 Add test of access control for createIndexes command
2014-03-06 13:35:38 -05:00
Spencer T Brody
bb56b28f21
SERVER-12369 Update test now that backup and restore roles can run getParameter
2014-01-30 14:13:12 -05:00
Benety Goh
b84ad8285b
SERVER-12519 renamed admin hints to index filters
2014-01-29 14:32:41 -05:00
Benety Goh
9b94912fe8
SERVER-8871 admin hints
2014-01-15 16:35:44 -05:00
Benety Goh
53a4b444ce
SERVER-5470 updated plan cache commands per updated spec
2014-01-15 09:50:39 -05:00
Spencer T Brody
c3aff7ead0
SERVER-12035 Allow clusterMonitor role to get the current profiling level
2014-01-08 18:18:13 -05:00