-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: IDL, Internal Code
-
None
-
Query Execution
-
Fully Compatible
-
QE 2024-09-30
As a part of SERVER-77400, we wanted to add code ownership for the IDL validation script (`buildscripts/idl/idl_check_compatibility.py`) to QO, as suggested on Slack:
This is also suggested in the stable API readme.
During review of the PR for SERVER-77400, it was suggested to leave code ownership for IDL validation script with server-programmability, but move the individual exceptions for APIs into separate files, which could be owned by the respective teams.
The review comment suggesting this is https://github.com/10gen/mongo/pull/26111#pullrequestreview-2290095459.
We agreed to do this as a follow-up to SERVER-77400, in order to unblock the original PR.
The suggestion now is to move the separate arrays/lists from the IDL validation script into separate YAML files, which then could be owned by QO. The IDL validation script could then be owned by server-programmability.
- is caused by
-
SERVER-77400 Add renameCollection command to the Stable API
- Closed