summaryrefslogtreecommitdiff
path: root/buildscripts/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73138 Support IDL Variants of Multiple Structsseanzimm2023-02-0311-50/+381
* SERVER-73280 Pass CPP variable name into condition.feature_flagGabriel Marks2023-01-311-7/+2
* SERVER-68757 SERVER-68758 SERVER-69800 (1/2) Add an aggregate stage for calcu...Cheahuychou Mao2023-01-261-1/+4
* SERVER-73177 Make API compatibility check ignore access checks introduced by ...Cheahuychou Mao2023-01-236-30/+140
* SERVER-72083 Pass in tenant information when parsing ns in struct items of ID...Sophia Tan2023-01-151-11/+12
* SERVER-72060 Tenant information on IDL command field is dropped off while par...Sophia Tan2022-12-131-3/+3
* SERVER-61794 update pymongo to 4.3.3Trevor Guidry2022-12-131-3/+3
* SERVER-71314 Create bulkWrite IDL and command stubVesselina Ratcheva2022-12-061-0/+2
* SERVER-71601 Set an upper limit for bucketRoundingSeconds and bucketMaxSpanSe...Faustoleyva542022-12-021-1/+12
* SERVER-71409 Generate generic argument and reply fields as c++ structuresGeorge Wangensteen2022-11-308-219/+134
* SERVER-65809 Add min_fcv IDL option for server parametersGabriel Marks2022-11-175-8/+20
* SERVER-63104 add resmoke argument for generating all_feature_flags.txt locallyTrevor Guidry2022-11-162-16/+15
* SERVER-70963 Test API version compatibility only against reachable versionsTommaso Tocci2022-11-021-26/+32
* SERVER-69060 Guard server parameters on feature flagsSara Golemon2022-09-275-4/+20
* 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