Skip to content

Tags: ChrisCarini/intellij-platform-plugin-verifier-action

Tags

v2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding retry logic for all `curl` calls with more explicit error hand…

…ling for each. (#82)

Fixes #68

latest

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding retry logic for all `curl` calls with more explicit error hand…

…ling for each. (#82)

Fixes #68

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: accept new content-type downloading the platform (#66)

Co-authored-by: Chris Carini <6374067+ChrisCarini@users.noreply.github.com>
Co-authored-by: Yann D'Isanto <yann.disanto@agicap.com>

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Dockerfile to use Eclipse Temurin JDK 17. (#39)

v1.2.3

Verified

This commit was signed with the committer’s verified signature.
ChrisCarini Chris Carini
Switch to using Eclipse Temurin; AdoptOpenJDK is deprecated.

See https://hub.docker.com/_/adoptopenjdk & https://github.com/AdoptOpenJDK/openjdk-docker - marked deprecated after 2021-08-25

v1.2.2

Verified

This commit was signed with the committer’s verified signature.
ChrisCarini Chris Carini
Migrating `set-output` to environment files per GitHub deprecation no…

…tice.

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ for details.

v1.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch to using JetBrains Maven repository for `intellij-plugin-verif…

…ier` download URL. (#31)

* Switch to using JetBrains Maven repository for `intellij-plugin-verifier` download URL.

Fixes #29

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding support for `GITHUB_TOKEN` for authenticated requests to resol…

…ve latest release of `JetBrains/intellij-plugin-verifier`. (#28)

Fixes #25

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing bug for non-latest verifier versions where the VERIFIER_DOWNLO…

…AD_URL is missing the VERIFIER_JAR_FILENAME. (#27)

Fixes #26

v1.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#21 Update Java compatibility to 11 (#22) and catch verifier failures…

… correctly.

#21 Update Java compatibility to 11 (#22) and catch verifier failures correctly.

Co-authored-by: Chris Carini <6374067+ChrisCarini@users.noreply.github.com>