grafana/pkg/cmd/grafana-cli/commands
Will Browne 12dc56ad0c
Plugins: Refactor plugin repository API (#69063)
* support grafana wildcard version

* undo go.mod changes

* tidy

* flesh out tests

* refactor

* add tests

* tidy naming

* undo some changes

* split interfaces

* separation

* update new signature

* simplify

* update var namings

* unexport types

* introduce opts pattern

* reorder test

* fix compat checks

* middle ground

* unexport client

* move back

* fix tests

* inline logger

* make client usable

* use fake logger

* tidy errors

* remove unused types

* fix test

* review fixes

* rework compatibility

* adjust installer

* fix tests

* opts => cfg

* remove unused var

* fix var name
2023-05-30 11:48:52 +02:00
..
commandstest Plugins: Tidy up CLI code (#67723) 2023-05-04 10:52:09 +02:00
conflict-examples [Docs] Edit terraform example and doc for file generation (#58822) 2022-11-17 05:24:07 -05:00
datamigrations Chore: Rename Id to ID in alerting models (#62777) 2023-02-02 17:22:43 +01:00
secretsmigrations Chore: Unite wire graphs for cli and server (#61143) 2023-03-17 16:36:39 +01:00
cli.go Plugins: Remove dead CLI code and use pkg/plugins for uninstall process (#67711) 2023-05-03 14:52:57 +02:00
commands.go Plugins: Tidy up CLI code (#67723) 2023-05-04 10:52:09 +02:00
conflict_user_command_test.go Chore: Remove CreateUserForTests() (#64125) 2023-03-03 11:01:23 -05:00
conflict_user_command.go Chore: Avoid unnecessary byte/string conversions (#69001) 2023-05-26 10:08:50 +00:00
install_command.go Plugins: Refactor plugin repository API (#69063) 2023-05-30 11:48:52 +02:00
listremote_command.go Plugins: Tidy up CLI code (#67813) 2023-05-08 10:58:47 +02:00
listversions_command.go Plugins: Tidy up CLI code (#67813) 2023-05-08 10:58:47 +02:00
ls_command_test.go Plugins: Tidy up CLI code (#67723) 2023-05-04 10:52:09 +02:00
ls_command.go Plugins: Tidy up CLI code (#67813) 2023-05-08 10:58:47 +02:00
remove_command.go Plugins: Tidy up CLI code (#67723) 2023-05-04 10:52:09 +02:00
reset_password_command_test.go feat(grafana-cli): allow configuring admin ID for reset-admin-password (#60603) 2022-12-21 08:24:33 -05:00
reset_password_command.go Chore: Unite wire graphs for cli and server (#61143) 2023-03-17 16:36:39 +01:00
upgrade_all_command_test.go Plugins: Tidy up CLI code (#67813) 2023-05-08 10:58:47 +02:00
upgrade_all_command.go Plugins: Tidy up CLI code (#67813) 2023-05-08 10:58:47 +02:00
upgrade_command.go Plugins: Tidy up CLI code (#67813) 2023-05-08 10:58:47 +02:00