-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
QE 2024-09-16, QE 2024-09-30, QE 2024-10-14, QE 2024-10-28, QE 2024-11-11, QE 2024-11-25
Once SERVER-91546, SERVER-92809, and SERVER-92808 are complete we expect that code ownership to be established at a team level for all query-owned files. However, the code base is big enough that it seems likely that some files may have slipped through the cracks. The task for this ticket is to quickly audit files that remain unowned and see if any should be owned by query.
There is a codeowners nodejs package which may be useful for this purpose. Once it is installed, a command like codeowners audit --unowned should list unowned files in the working directory.