cli/pkg/extensions
Andrew Feller a55f50b115 Remove Extension.FullName() from interface
- this was something I did in the original implementation of this improved extension update notification logic
- discovering other parts of the extension manager code that were working with non-prefixed extension names motivated a different approach
- the extension manager code that requires the extension be prefixed has been enhanced to use the centralized ensurePrefixed() logic, making the need for this on the extension unnecessary
2024-12-08 20:01:26 -05:00
..
extension.go Remove Extension.FullName() from interface 2024-12-08 20:01:26 -05:00
extension_mock.go gh extension install not give an error if extension already installed and a clear message (#8211) 2023-10-19 15:22:21 +02:00
manager_mock.go Enhance extension manager and tests 2024-12-08 19:40:24 -05:00