1
0
mirror of https://github.com/JetBrains/intellij-platform-plugin-template.git synced 2024-10-27 20:44:05 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
Jakub Chrzanowski
de5d2e9901
Replace the whole IntelliJ Platform Plugin Template with the new project name when running the GitHub Actions Cleanup workflow 2024-03-08 13:19:02 +01:00
dependabot[bot]
8b8b9c954d Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
46a5d43fec
Spellchecking 2023-08-07 15:36:00 +02:00
Jakub Chrzanowski
d4a74cf79e
Fixed copying files issue when running the Template Cleanup workflow 2023-07-10 09:30:28 +02:00
Jakub Chrzanowski
ddde2391ad Dependabot workflow points to next branch in a newly created project 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
6852040e04 GitHub Actions: cleanup workflow — use the proper template plugin name 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
7b67203037 Template Cleanup: remove default pluginIcon.svg icon 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
b99218fb83 Minor fixes reported by the code inspection 2023-01-13 21:52:52 +01:00
Jakub Chrzanowski
7dfde7761f
template-cleanup.yml: cleanup 2022-09-19 13:42:48 +02:00
Jakub Chrzanowski
fb31f95d06
GitHub Actions: introduce Template Verify workflow that verifies if the template repository is consistent with all provided content 2022-09-19 11:18:36 +02:00
Jakub Chrzanowski
0c19f83e0b Make sure GHA release jobs have permissions 2022-08-07 22:41:46 +02:00
dependabot[bot]
db2bc45065 Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-07 22:41:46 +02:00
dependabot[bot]
6785adabd5 Bump actions/checkout from 2.3.5 to 2.4.0 ()
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-16 14:31:37 +01:00
dependabot[bot]
392a2f9ebf Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 14:31:37 +01:00
Yann Cébron
3d83c8a401
template-cleanup: remove .github/ISSUE_TEMPLATE 2021-09-23 11:21:30 +02:00
Jakub Chrzanowski
b1f751c5f7 tests 2021-09-07 09:32:37 +02:00
Jakub Chrzanowski
423c1654d8 Removed detekt/ktlint integration 2021-09-07 09:32:37 +02:00
dependabot[bot]
c0a599481c Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 08:23:52 +02:00
Jakub Chrzanowski
7de6580e11 Template Cleanup: run ktlintFormat task to fix imports order 2021-01-11 13:10:27 +01:00
Jakub Chrzanowski
5e6b3d6d69 Template Cleanup: escape GitHub username to avoid incorrect characters in class package name 2020-12-28 12:21:50 +01:00
Jakub Chrzanowski
bf3dd2f119 Added project icon for development purposes 2020-11-16 11:26:43 +01:00
Jakub Chrzanowski
d5e288773e Remove LICENSE file during the Template Cleanup workflow - fixes 2020-10-12 14:15:37 +02:00
Jakub Chrzanowski
3419bc5488 Remove CODE_OF_CONDUCT.md file in Template Cleanup workflow 2020-10-08 15:31:32 +02:00
Nick Badal
a0f5fa26db
Push template cleanup commit to correct branch ()
`ad-m/github-push-action` defaults to pushing `HEAD` to `master`, but we want it to go to `main` now
2020-09-10 19:22:39 +02:00
Jakub Chrzanowski
2d7f78f22b Rename master branch to main - 2020-09-08 12:06:35 +02:00
Jakub Chrzanowski
cadd20cde0 Update Template Cleanup workflow test to avoid running it on forks 2020-07-06 15:16:31 +02:00
Jakub Chrzanowski
895b7602b2 Fixed updating of the Template plugin name on cleanup 2020-06-26 13:22:18 +02:00
Jakub Chrzanowski
40533689f0 GitHub Actions - Template Cleanup - fixed adding files to git 2020-06-26 13:11:11 +02:00
Jakub Chrzanowski
2f1c64e170 Fixed remove-on0-cleanup operation 2020-06-26 11:26:31 +02:00
Jakub Chrzanowski
c23f8b9d3a Extend GitHub Actions template-cleanup.yml workflow with ability to remove content marked with #REMOVE-IN-CLEANUP# 2020-06-25 06:17:57 +02:00
Jakub Chrzanowski
99e98e4f48 README - wip 2020-06-19 09:51:04 +02:00
Jakub Chrzanowski
0d149ce5dd rename project to IntelliJ *Platform* Pugin Template 2020-06-19 07:36:30 +02:00
Jakub Chrzanowski
527557dd5e README - wip 2020-06-18 22:09:41 +02:00
Jakub Chrzanowski
09bace795e GitHub Actions - Template Cleanup fix 2020-06-18 11:18:51 +02:00
Jakub Chrzanowski
7603df2239 replace hsz with JetBrains 2020-06-17 22:31:54 +02:00
Jakub Chrzanowski
5873fd3515 GitHub Actions - Template Cleanup fix 2020-06-17 22:17:37 +02:00
Jakub Chrzanowski
e6af985074 temporary GH Actions repository set to hsz/intellij-plugin-template 2020-06-17 21:09:59 +02:00
Jakub Chrzanowski
e4a1106495 GitHub Actions - template cleanup workflow 2020-06-17 21:06:57 +02:00