Commit Graph

553 Commits

Author SHA1 Message Date
Jakub Chrzanowski
1dfd8ffe44 Upgrade Gradle Wrapper to 7.5.1 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
00bef827ee Pass Plugin Signing secrets as environment variables in the Release workflow 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
89f829ced2 CHANGELOG.md update 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
11144b70bb Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2022.2.1 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
e94722f448 Dependencies - upgrade org.jetbrains.intellij to 1.8.0 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
199ff0ce1a Update platformVersion to 2021.3.3 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
bea7503394 Change since/until build to 213-222.* (2021.3 - 2022.2) 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
ac80159a45 cleanup 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
dac4ce675a Upgrade Gradle Wrapper to 7.5 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
6c901f3d2c Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2022.1.1 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
8a7cbecc73 Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.7.10 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
dadab20ce7 Dependencies - upgrade org.jetbrains.intellij to 1.7.0 2022-08-07 22:41:46 +02:00
Eric Ou
b7d2a33f13 Changed file reference to avoid pointint to /
Changed the file reference in the second step of the todo so it doesn't point towards /, and instead, the current directory
2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
5915fcbb64 code cleanup 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
02e3eb94cb Removed Gradle caching from GitHub Actions 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
7d60a6280b CHANGELOG update 2022-08-07 22:41:46 +02:00
dependabot[bot]
82f7da0a98 Bump org.jetbrains.kotlin.jvm from 1.6.21 to 1.7.0
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
91143addfe Update links to Gradle IntelliJ Plugin docs 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
8010e57f67 Update README.md 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
819d665d12 Unify gradle.properties comments format 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
6668091e92 Dependencies - upgrade org.jetbrains.intellij to 1.6.0 2022-08-07 22:41:46 +02:00
Dmitrij Drandarov
021cfaa283 Unify gradle.properties comments format (#270)
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
0644b59d8e Example implementation: invoke TODO() only if not CI 2022-08-07 22:41:46 +02:00
Yann Cébron
375f6963fa platformVersion=2021.2.4, since/until-build 212-221 2022-08-07 22:41:46 +02:00
Yann Cébron
d267051154 upgrade Gradle wrapper to 7.4.2 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
06795471f0 Example implementation: Add TODO() with a hint to remove stale sample code 2022-08-07 22:41:46 +02:00
Yann Cébron
a7be177d6c README.md: hint to remove stale sample code 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
a4af8387c5 CHANGELOG update 2022-08-07 22:41:46 +02:00
dependabot[bot]
d5dc8e2b46 Bump JetBrains/qodana-action from 5.0.4 to 5.1.0
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/JetBrains/qodana-action/releases)
- [Commits](https://github.com/JetBrains/qodana-action/compare/v5.0.4...v5.1.0)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-07 22:41:46 +02:00
Baptiste Lecocq
4ccf825d8f fix: update permissions to write pull-requests 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
0c19f83e0b Make sure GHA release jobs have permissions 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
47cd605d1d CHANGELOG 2022-08-07 22:41:46 +02:00
Fedor Korotkov
d935998ef9 Make sure GHA release jobs have permissions (#245)
* Minor typo fixes in readme

* Make sure GH Release jobs have permissions

* Update release.yml

Co-authored-by: GitHubPang <61439577+GitHubPang@users.noreply.github.com>
2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
d7c815ceff CHANGELOG 2022-08-07 22:41:46 +02:00
dependabot[bot]
0fe79b959e Bump org.jetbrains.kotlin.jvm from 1.6.20 to 1.6.21
Bumps org.jetbrains.kotlin.jvm from 1.6.20 to 1.6.21.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-07 22:41:46 +02:00
dependabot[bot]
46ad931e8f Bump org.jetbrains.intellij from 1.5.2 to 1.5.3
Bumps org.jetbrains.intellij from 1.5.2 to 1.5.3.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-07 22:41:46 +02:00
dependabot[bot]
84ff260215 Bump JetBrains/qodana-action from 5.0.2 to 5.0.4
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 5.0.2 to 5.0.4.
- [Release notes](https://github.com/JetBrains/qodana-action/releases)
- [Commits](https://github.com/JetBrains/qodana-action/compare/v5.0.2...v5.0.4)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-07 22:41:46 +02:00
dependabot[bot]
cc1464648b Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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]
506e59bf4e Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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
Jakub Chrzanowski
374f40d687 Dependencies - upgrade org.jetbrains.intellij to 1.5.2 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
a24e1115ed Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.6.20 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
16ae1fad05 CHANGELOG.md update 2022-08-07 22:41:46 +02:00
dependabot[bot]
327e85eb07 Bump JetBrains/qodana-action from 4.2.5 to 5.0.2
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 4.2.5 to 5.0.2.
- [Release notes](https://github.com/JetBrains/qodana-action/releases)
- [Commits](https://github.com/JetBrains/qodana-action/compare/v4.2.5...v5.0.2)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  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]
2fde0aaad8 Bump org.jetbrains.intellij from 1.4.0 to 1.5.1
Bumps org.jetbrains.intellij from 1.4.0 to 1.5.1.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
cce6c5df4a Update CHANGELOG.md 2022-08-07 22:41:46 +02:00
dependabot[bot]
c82111629d Bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  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
Jakub Chrzanowski
9ba86cf3ce Use JVM toolchain for configuring source/target compilation compatibility 2022-08-07 22:41:46 +02:00
Yann Cébron
e004764676 Update Gradle Wrapper to 7.4.1 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
8b00950fa9 CHANGELOG update 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