-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove legacy #436
Remove legacy #436
Conversation
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## release #436 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 89 84 -5
Lines 3316 2959 -357
Branches 87 87
==========================================
- Hits 3316 2959 -357
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Affected projects🔎 Comparing current branch withorigin/release
|
[admin-api-client] Kudos, SonarCloud Quality Gate passed! |
[cypress-commands] Kudos, SonarCloud Quality Gate passed! |
[cypress-commands-e2e] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[admin-api-paths] Kudos, SonarCloud Quality Gate passed! |
[plugin-admin-api] Kudos, SonarCloud Quality Gate passed! |
[admin-api-client-data-provider] Kudos, SonarCloud Quality Gate passed! |
[main] Kudos, SonarCloud Quality Gate passed! |
[main-e2e] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[core] Kudos, SonarCloud Quality Gate passed! |
[plugin-inquirer-cli] Kudos, SonarCloud Quality Gate passed! |
[plugin-inquirer-cli-e2e] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[plugin-openapi] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[plugin-proxy] Kudos, SonarCloud Quality Gate passed! |
[core-e2e] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[config] Kudos, SonarCloud Quality Gate passed! |
[logger] Kudos, SonarCloud Quality Gate passed! |
[nested-collections] Kudos, SonarCloud Quality Gate passed! |
core
Removed
routesHandlers
optioncore.addRoutesHandler
methodcore.loadMocks
methodcore.loadRoutes
methodcore.onChangeMocks
methodcore.onChangeAlerts
methodcore.onChangeLogs
methodcore.restartServer
methodcore.addRouter
methodcore.removeRouter
methodcontext
property fromalerts.flat
collection itemscore.alertsApi
getter. Nowcore.alerts
can be used insteadcore.mocks
gettercore.tracer
gettercore.logs
gettermocks.selected
optionmocks.delay
optioncore.mock.current
settercore.mock.restoreRoutesVariants
methodcore.mock.customRoutesVariants
gettercore.mock.current
gettercore.mock.ids
gettercore.mock.plainMocks
gettercore.mock.plainRoutes
core.mock.plainRoutesVariants
core.mock.error
getteralerts
,config
andlogger
properties won’t be available in the core passed to the constructor. If the class has an id getter, those properties will be received in start, stop, init and register methods, but not in the constructor.type
property is mandatory in variantshandler
property in variants, which was an alias fortype
. From now, onlytype
is supported (and required, unless disabled property is true)version
property in variant handlers. From now, all handlers are considered to be defined in “v4” formatplainResponsePreview
getter in variant handlers. Now onlypreview
getter is supportedrouteVariants
orroutesVariants
properties in collections. Now, onlyroutes
is supportedloadMocks
,loadRoutes
,addAlert
,removeAlert
,core
. Now, only the core is passed as argument (with namespaced alerts, logger and config)Changed
core.alerts
getter now returns the root Alerts API, not a flat collection of alerts.Added
.cjs
filescore.mock.routes.delay
getterplugin-admin-api
Removed
Added
plugin-proxy
Changed
admin-api-client
Removed
AdminApiClient
has to be used instead. BREAKING CHANGEadmin-api-paths
Removed
main
Changed