refactor: rename aiAssisted configuration namespace to duo
Description
Follows from feat: rename aiAssisted configuration namespace... (!1847 - merged), where our configuration namespace was updated from gitlab.aiAssistedCodeSuggestions
to gitlab.duoCodeSuggestions
.
This MR does a bunch of Refactor->Renames to update various values in the codebase to match the new naming, so we have consistency with the docs/config names. All instances of aiAssistedCodeSuggestions are now duoCodeSuggestions, AI_ASSISTED_CODE_SUGGESTIONS are now DUO_CODE_SUGGESTIONS etc.
Related Issues
Resolves #1459 (closed)
How has this been tested?
Smoke tested extension, configured various code suggestions settings to verify changes apply as expected.
Screenshots (if appropriate)
No visual changes
What CHANGELOG entry will this MR create?
-
fix:
Bug fix fixes - a user-facing issue in production - included in changelog -
feature:
New feature - a user-facing change which adds functionality - included in changelog -
BREAKING CHANGE:
(fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog -
None - other non-user-facing changes
Closes #1459 (closed)
Edited by Elwyn Benson