Commit Graph

77 Commits (80b42b2e920ffc1a1022034c3e9a01c27b2f63af)

Author SHA1 Message Date
Jakub Chrzanowski 80b42b2e92 CHANGELOG update
3 years ago
Roger Howell 27a82938a7 Update build.yml to trigger GHA checks only on pushes to main and PRs
3 years ago
dependabot[bot] 8a706c9140
Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 (#136)
3 years ago
dependabot[bot] 6762c092bf Bump actions/cache from 2.1.5 to 2.1.6
3 years ago
dependabot[bot] bd4fb8cea6 Bump actions/create-release from 1 to 1.1.4
3 years ago
dependabot[bot] bd4f94a50f Bump actions/upload-release-asset from 1 to 1.0.2
3 years ago
dependabot[bot] c0a599481c Bump actions/checkout from 2 to 2.3.4
3 years ago
dependabot[bot] 6c5d1cbf5b Bump actions/cache from v2.1.4 to v2.1.5
3 years ago
dependabot[bot] 8441be78b0 Bump actions/upload-artifact from v2.2.2 to v2.2.3
3 years ago
Jakub Chrzanowski 7633bab660 GitHub Actions: Fix the actions/setup-java@v2 configuration
3 years ago
dependabot[bot] 321477d09e Bump actions/setup-java from v1 to v2
3 years ago
dependabot[bot] 4ada49858a Bump actions/upload-artifact from v1 to v2.2.2
3 years ago
dependabot[bot] 5cf5cc3ea5 Bump actions/cache from v2 to v2.1.4
3 years ago
Jakub Chrzanowski 507b055937
`properties` shorthand function for accessing `gradle.properties` in a cleaner way (#92)
3 years ago
Stefan Saasen 5ac0de4a4b Use the correct property in the "Upload artifact" step
3 years ago
Jakub Chrzanowski 7de6580e11 Template Cleanup: run `ktlintFormat` task to fix imports order #79
3 years ago
Jakub Chrzanowski 5e6b3d6d69 Template Cleanup: escape GitHub username to avoid incorrect characters in class package name #74
3 years ago
Jakub Chrzanowski bf3dd2f119 Added project icon for development purposes
4 years ago
Jakub Chrzanowski 54d556ce2d
GitHub Actions - use hash based on `pluginVerifierIdeVersions` in `Setup Plugin Verifier IDEs Cache` step
4 years ago
Jakub Chrzanowski 624c6950be
Cache downloaded IDEs used by Plugin Verifier for the verification
4 years ago
Jakub Chrzanowski d702c7e798 GitHub Actions - `releaseDraft` update to `actions/download-artifact@v2`
4 years ago
Jakub Chrzanowski 2de45ab6ce
Integration with IntelliJ Plugin Verifier through the Gradle IntelliJ Plugin `runPluginVerifier` task
4 years ago
Yann Cébron 82f43ecdc7 [GH action] `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
4 years ago
Jakub Chrzanowski 7aa1a48766
Introduced `platformPlugins` property in `gradle.properties` for configuring dependencies to bundled/external plugins
4 years ago
Jakub Chrzanowski d5e288773e Remove LICENSE file during the Template Cleanup workflow - fixes #43
4 years ago
Jakub Chrzanowski 3419bc5488 Remove `CODE_OF_CONDUCT.md` file in Template Cleanup workflow
4 years ago
Jakub Chrzanowski 74a7cc0d9f
Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow (#40)
4 years ago
Nick Badal 1c72407e34
Switch back to using Github containers to fix changelog commit (#35)
4 years ago
Nick Badal e7a0e8b8e9
Fix artifact name grep pattern (#34)
4 years ago
Nick Badal 44745bbb88
Use `main` branch for changelog commit push (#32)
4 years ago
Jakub Chrzanowski 11725e4301 GitHub Actions: allow to release plugin even for the base project
4 years ago
Nick Badal a0f5fa26db
Push template cleanup commit to correct branch (#31)
4 years ago
Jakub Chrzanowski 2d7f78f22b Rename `master` branch to `main` - #28
4 years ago
Jakub Chrzanowski 8c0d362a67
GitHub Actions - cache Gradle dependencies and wrapper separately (#27)
4 years ago
Jakub Chrzanowski a09031a9d5 GitHub Actions - run Export Properties in bash shell
4 years ago
Jakub Chrzanowski a2bee72ebe GitHub Actions - optimize Export Properties step
4 years ago
Jakub Chrzanowski fd86091fe8 GitHub Actions - remove running `test` task - already covered by `check`
4 years ago
Jakub Chrzanowski b56e1f6835 GitHub Actions - use gradle:jdk8 container to provide Java
4 years ago
Jakub Chrzanowski 741869f9cc GitHub Actions - make *Update Changelog* job dependent on the *Publish Plugin*
4 years ago
Pavel Sorokin 1f28b21bcb chore: cache gradle wrapper directory
4 years ago
Jakub Chrzanowski 70cbdce227 GitHub Actions - revert CHANGELOG escaping to the working solution
4 years ago
Jakub Chrzanowski f9fca8690d
Verifier fix (#19)
4 years ago
Jakub Chrzanowski a1f029b0f6 GitHub Actions - run plugin verifier against 2019.3 2020.1 2020.2
4 years ago
Jakub Chrzanowski 9f5a2eb925 GitHub Actions - fixed comment
4 years ago
Jakub Chrzanowski 6fe45d61b1 GitHub Actions - Release - separate changelog related job from the release
4 years ago
Jakub Chrzanowski 2fc4b4cf60 Run GitHub Actions Release workflow on `prereleased` event
4 years ago
Jakub Chrzanowski cadd20cde0 Update Template Cleanup workflow test to avoid running it on forks
4 years ago
Jakub Chrzanowski aa34153a0e ktlint integration
4 years ago
Jakub Chrzanowski 479fd0516c GitHub Actions - handle project name containing spaces
4 years ago
Jakub Chrzanowski 895b7602b2 Fixed updating of the Template plugin name on cleanup
4 years ago