-
Notifications
You must be signed in to change notification settings - Fork 272
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
Support verification report output formats in the Plugin Verifier #1457
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hsz
requested changes
Sep 12, 2023
src/test/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTaskSpec.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTaskSpec.kt
Outdated
Show resolved
Hide resolved
YannCebron
reviewed
Sep 12, 2023
src/test/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTaskSpec.kt
Outdated
Show resolved
Hide resolved
…ication/DefaultIvyPublicationIdentity` in Gradle 8.4
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.8.20...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `intellijStructure` from 3.260 to 3.262. Updates `org.jetbrains.intellij.plugins:structure-base` from 3.260 to 3.262 - [Release notes](https://github.com/JetBrains/intellij-plugin-verifier/releases) - [Changelog](https://github.com/JetBrains/intellij-plugin-verifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/intellij-plugin-verifier/commits) Updates `org.jetbrains.intellij.plugins:structure-intellij` from 3.260 to 3.262 - [Release notes](https://github.com/JetBrains/intellij-plugin-verifier/releases) - [Changelog](https://github.com/JetBrains/intellij-plugin-verifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/intellij-plugin-verifier/commits) --- updated-dependencies: - dependency-name: org.jetbrains.intellij.plugins:structure-base dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.intellij.plugins:structure-intellij dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.jetbrains.intellij:plugin-repository-rest-client](https://github.com/JetBrains/plugin-repository-rest-client) from 2.0.36 to 2.0.38. - [Commits](https://github.com/JetBrains/plugin-repository-rest-client/commits) --- updated-dependencies: - dependency-name: org.jetbrains.intellij:plugin-repository-rest-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
hsz
approved these changes
Oct 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support verification report output formats
In the Plugin Verifier task, allow to specify plugin verification report formats, such as Markdown or HHTML
Description
Allow to specify verification report formats that are produced by the Plugin Verifier. By default, only HTML verification output format is specified. However, Plugin Verifier allows multiple formats which might be included explicitly.
Motivation and Context
Plugins will be able to emit Markdown verification reports with the help of the Gradle IntelliJ Plugin, and later can be integrated with additional analysis tools, such as GitHub pipelines.
How Has This Been Tested
Integration tests are provided in the source code.
Types of changes
Checklist