-
Notifications
You must be signed in to change notification settings - Fork 8
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
Never add meta-data to sdk-mock and visualize meta-data in JSON format on CI #88
Conversation
Separate sdk and sdk-mock plugins for different configuration
@@ -14,8 +14,6 @@ on: | |||
jobs: | |||
sdk-build: | |||
runs-on: ubuntu-latest | |||
if: > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This restriction was meaningless.
class SdkMockPlugin : BaseSdkPlugin() { | ||
override fun createSdkExtension(): SdkExtension { | ||
return SdkExtensionImpl( | ||
displayName = "DeployGate SDK Mock", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inlined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The current sdk-mock doesn't contain meta-data, however, they would be accidentally included due to human errors. We should make sure that meta-data should appear only in sdk. And also, it should be visualised for the maintainability reason.