Skip to content
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
merged 13 commits into from
Oct 5, 2023

Conversation

novotnyr
Copy link
Contributor

@novotnyr novotnyr commented Sep 12, 2023

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.

runPluginVerifier {
    verificationReportsFormats = [ "markdown", "plain" ]
}

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

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have included my change in the CHANGELOG.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@novotnyr novotnyr requested a review from hsz September 12, 2023 09:02
@novotnyr novotnyr marked this pull request as ready for review September 14, 2023 09:48
@novotnyr novotnyr requested a review from hsz September 14, 2023 09:49
hsz and others added 7 commits October 5, 2023 10:45
…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 hsz merged commit e0d0020 into master Oct 5, 2023
1 check passed
@hsz hsz deleted the plugin-verifier-report-formats branch October 5, 2023 09:39
@hsz hsz added this to the 1.15.1 milestone Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants