|
a221e1d226
|
Plugins: Standardize Golang enum naming convention (#69449)
* standardize enum pattern
* fix up
|
2023-06-08 12:21:19 +02:00 |
|
|
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 |
|
|
739c7f1c68
|
Plugins: Simplify plugin file removal (#66115)
* make explicit class check when attempting to remove plugin
* simplify plugin file tracking
* fix test
* apply feedback
* fix linter
|
2023-04-20 11:52:59 +02:00 |
|
|
ee2dd62a1f
|
Plugins: Refactor loader + finder to support multiple sourcing methods (#64735)
* it's cdn time
* tidy body closing
* auto signed
* fix close
* update log name
* remove comments
|
2023-03-20 14:35:49 +01:00 |
|
|
ec82719372
|
Plugins: Introduce plugin package specific logger (#62204)
* refactor
* implement with infra log for now
* undo moving
* update package name
* update name
* fix tests
* update pretty signature
* update naming
* simplify
* fix typo
* delete comment
* fix import
* retrigger
|
2023-02-28 16:10:27 +01:00 |
|
|
76233f9997
|
Plugins: Unexport PluginDir field from PluginDTO (#59190)
* unexport pluginDir from dto
* more err checks
* tidy
* fix tests
* fix dboard file tests
* fix import
* fix tests
* apply PR feedback
* combine interfaces
* fix logs and clean up test
* filepath clean
* use fs.File
* rm explicit type
|
2022-12-02 13:46:55 +01:00 |
|
|
d0d8544ded
|
Plugins: Create single point of entry for adding / removing plugins (#55463)
* split out plugin manager
* remove whitespace
* fix tests
* split up tests
* updating naming conventions
* simplify manager
* tidy
* explorations
* fix build
* tidy
* fix tests
* add logger helper
* pass the tests
* tidying
* fix tests
* tidy and re-add test
* store depends on loader
* enrich tests
* fix test
* undo gomod changes
|
2022-09-23 14:27:01 +02:00 |
|