[SERVER-51372] Add "command_name" field to IDL command syntax Created: 05/Oct/20 Updated: 29/Oct/23 Resolved: 03/Nov/20 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | IDL |
| Affects Version/s: | None |
| Fix Version/s: | 4.9.0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Samyukta Lanka | Assignee: | Samyukta Lanka |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Sprint: | Repl 2020-11-02, Repl 2020-11-16 |
| Participants: |
| Description |
|
command_name: A string. Required for all IDL commands. Matches the command's canonical name returned by Command::getName(). For consistency, add it to all IDL commands, not just those in API Version 1. Today, a command's name is the same as its element name in YAML, but in the future we may have several specifications for the same command, with different API versions. Since YAML elements must have unique names, we add the "command_name" field. |
| Comments |
| Comment by Githook User [ 03/Nov/20 ] |
|
Author: {'name': 'Samy Lanka', 'email': 'samy.lanka@mongodb.com', 'username': 'lankas'}Message: |
| Comment by Githook User [ 03/Nov/20 ] |
|
Author: {'name': 'Samy Lanka', 'email': 'samy.lanka@mongodb.com', 'username': 'lankas'}Message: |