summaryrefslogtreecommitdiff
path: root/buildscripts/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67826 Allow IDL types to own or preserve the lifetime of underlying dataGeorge Wangensteen2022-09-262-27/+148
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-2/+3
* SERVER-68017 Constrain cluster-wide with-storage parameters to be tenant ID a...Gabriel Marks2022-09-131-1/+4
* SERVER-69388 Have IDL command constructor to init its database name field wit...Sophia Tan2022-09-091-2/+2
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-0217-206/+17
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-10/+18
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-4/+4
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2614-15/+21
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-1/+11
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-247-7/+194
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-181-1/+2
* Revert "SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of ...Jason Chan2022-08-152-148/+27
* SERVER-61822 Create new command listDatabasesForAllTenantsFernando Lisboa2022-08-111-0/+1
* SERVER-68644 Update Stable API READMEHuayu Ouyang2022-08-111-0/+4
* SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of their dataGeorge Wangensteen2022-08-022-27/+148
* SERVER-61685 Remove isTimeseriesNamespace flag for collModRui Liu2022-08-021-0/+3
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-0127-574/+957
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-294-19/+24
* SERVER-65004 Make it harder to add a stable field/change an unstable field to...Vesselina Ratcheva2022-07-285-1/+372
* SERVER-68376 make IDL-generated code compatible with boost or std optionalBilly Donahue2022-07-281-9/+6
* SERVER-67649 Teach IDL reply types to ignore generic fieldsGeorge Wangensteen2022-07-285-5/+34
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-263-19/+19
* SERVER-68155 Improve IDL struct command handlingSara Golemon2022-07-251-8/+13
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-136-48/+63
* Revert "SERVER-65459 Construct NamespaceString using tenantId on the OpMsgReq...jannaerin2022-07-126-63/+48
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-116-48/+63
* SERVER-67200 Add a new range QueryType to EncryptedFieldConfigReilly McBride2022-07-081-0/+2
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-2/+2
* SERVER-64089 Ignore checking fields in IGNORE_UNSTABLE_LIST in IDL compatibil...Vesselina Ratcheva2022-06-233-42/+540
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-0/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+28
* SERVER-65781 Run the symbolizer on CI outputMikhail Shchatko2022-05-181-7/+7
* SERVER-66093 Improve readability of IDL generated C++ codeMark Benvenuto2022-05-101-21/+32
* SERVER-66304 remove trailing space from IDL enum namesBenety Goh2022-05-091-1/+1
* SERVER-58110 IDL remove const-returning gettersBilly Donahue2022-04-292-127/+29
* SERVER-65834 Add validation for idl array parametersDidier Nadeau2022-04-281-0/+3
* SERVER-65449 Add $tenant field to IDL for commandsSophia Tan2022-04-282-96/+56
* SERVER-65672 upgrade python packages to support 3.10Robert Guo2022-04-241-1/+0
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-1/+4
* SERVER-62992 Don't validate resmoke.ini and install_dir when using subcommand...Richard Samuels2022-04-181-0/+1
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-125-15/+50
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-04-081-2/+8
* SERVER-64821 Change unstable to true for fields that are not meant to be incl...Huayu Ouyang2022-03-311-1/+9
* SERVER-62253: Generate specialized and storage cluster server parameters from...Varun Ravichandran2022-03-186-15/+83
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-0/+3
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-3/+0
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-0/+3
* SERVER-63630: Extend IDLServerParameterWithStorage to support cluster server ...Varun Ravichandran2022-03-111-2/+2
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-101-16/+10