summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/role_graph_update.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-281-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32348 Make UpdateDriver::parse() throw an exception instead of returni...Minji2018-06-291-3/+1
* SERVER-34822: Make role graph ignore irrelevant createIndexesSpencer Jackson2018-05-301-1/+2
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-1/+1
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-8/+3
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+2
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-0/+1
* SERVER-30398 setFeatureCompatibilityVersion shouldn't disable custom rolesSara Golemon2017-07-301-0/+6
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-1/+1
* SERVER-29179 Extend the role document parser to parse authenticationRestrictionsSara Golemon2017-07-231-3/+32
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-2/+12
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-1/+4
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+3
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-4/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-235/+223
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-1/+2
* SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAMEAmalia Hawkins2014-07-221-1/+1
* SERVER-14426 Add a StringData method to BSONElementSpencer T Brody2014-07-021-4/+3
* SERVER-13084: remove NamespaceDetails::emptyCappedCollection and replace with...Eliot Horowitz2014-04-031-1/+1
* SERVER-12704: cleanup updatedriver optionsScott Hernandez2014-02-121-1/+0
* SERVER-12042 Add support for command oplog entries previously unhandled by Ro...Andy Schwerin2013-12-121-1/+4
* SERVER-11709 RoleGraph should ignore oplog entries for the applyOps command.Andy Schwerin2013-11-151-0/+5
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-3/+2
* SERVER-10670 Make addRoleFromDocument and handleLogOp members of RoleGraph.Andy Schwerin2013-10-061-0/+331