Camila Belo
7a72ec899b
refactor: apply review suggestions
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-08-27 10:49:03 +02:00
Camila Belo
cd38da88ba
refactor: convert discovery services into feature loaders
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-08-26 12:05:25 +02:00
Patrik Oldsberg
92c2779172
Merge pull request #26106 from gashcrumb/feature-compat-wrapper-fix
...
backend-dynamic-feature-service: expand type check
2024-08-21 11:38:55 +02:00
Stan Lewis
e27f889d12
backend-dynamic-feature-service: expand type check
...
This change caters for backend dynamic plugins that have been wrapped by
BackendFeatureCompatWrapper by expanding the allowed types for the
default export of a dynamic plugin to also be a function.
Signed-off-by: Stan Lewis <gashcrumb@gmail.com >
2024-08-20 11:16:56 -04:00
Fredrik Adelöw
9080f57970
remove service compat too
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-08-20 13:26:25 +02:00
Camila Belo
fc24d9ebf0
refactor: stop using backend-tasks in packages and plugins
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-08-19 15:48:21 +02:00
Johan Haals
38f3827e5a
Remove deprecated UrlReaders and update usages
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2024-08-15 13:28:21 +02:00
Johan Haals
5cee28573e
Delete WinstonLogger from backend-defaults, instead import from backend-defaults
...
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2024-08-14 14:32:04 +02:00
Johan Haals
f24ba909bf
backend-app-api: Move deprecated loadBackendConfig to backend-common
...
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2024-08-14 14:32:03 +02:00
Camila Belo
d45026fbf1
fix(backend-dynamic-feature-service): fix root lifecycle service factory import
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2024-08-14 14:32:02 +02:00
Johan Haals
24bed62544
backend-app-api: Remove deprecated service implementations
...
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2024-08-14 14:32:02 +02:00
Fredrik Adelöw
78a0b086d2
Make createBackendPlugin and createBackendModule return BackendFeature instead of () => BackendFeature
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-13 15:56:24 +02:00
Adam Harvey
f6e2d96a1c
chore: Fix typo in error logging
...
Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com >
2024-05-15 23:46:54 -04:00
Camila Belo
d229dc49ad
refator(backend-common): extract path utilities to plugin api
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-05-13 13:23:45 +02:00
Beth Griggs
b611fd02a4
fix: handle lost+found directory in plugin scanner
...
Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com >
2024-04-17 15:56:26 +01:00
blam
82ff03e16f
chore: update types
...
Signed-off-by: blam <ben@blam.sh >
2024-04-16 11:46:35 +02:00
Patrick Jungermann
52479092dc
feat(events): add events: EventsService to LegacyPluginEnvironment
...
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2024-02-26 12:28:43 +01:00
David Festal
2fb527dd34
Fix review comments: remove schemaDiscovery service
...
Signed-off-by: David Festal <dfestal@redhat.com >
2024-02-12 19:52:03 +01:00
David Festal
84fcbc49d6
Fix review comment: don't use ConfigSchemaPackageEntry nor make it public.
...
Signed-off-by: David Festal <dfestal@redhat.com >
2024-02-06 19:22:32 +01:00
David Festal
62ba5f4044
Fix review comments: more information in schemaLocator
...
Signed-off-by: David Festal <dfestal@redhat.com >
2024-02-06 18:11:23 +01:00
David Festal
d7adbbf455
Support external config schemas in the backend.
...
Signed-off-by: David Festal <dfestal@redhat.com >
2024-02-06 18:11:23 +01:00
David Festal
8723c5a4da
Fix wrong alpha support in dynamic plugins support
...
The `alpha` sub-package should not be required for the dynamic plugins to be loaded under the new backend system.
Signed-off-by: David Festal <dfestal@redhat.com >
2024-01-25 16:39:51 +01:00
David Festal
eb81f4228a
Rename backend-plugin-manager package and make it public
...
Signed-off-by: David Festal <dfestal@redhat.com >
2024-01-10 19:01:49 +01:00