Jakub Chrzanowski
|
ef2968f532
|
Fixed CHANGELOG.md
|
2022-10-28 14:07:02 +02:00 |
|
Jakub Chrzanowski
|
d7baec6675
|
Use kotlin.jvmToolchain(11) shorthand in Gradle configuration
|
2022-10-05 09:31:12 +02:00 |
|
Jakub Chrzanowski
|
7625e67dff
|
CHANGELOG.md: update
|
2022-10-05 09:26:06 +02:00 |
|
dependabot[bot]
|
ec664e2aaa
|
Bump org.jetbrains.kotlinx.kover from 0.6.0 to 0.6.1
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.6.0...v0.6.1)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx.kover
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-05 09:25:22 +02:00 |
|
dependabot[bot]
|
df187fd6c7
|
Bump JetBrains/qodana-action from 2022.2.1 to 2022.2.2
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 2022.2.1 to 2022.2.2.
- [Release notes](https://github.com/JetBrains/qodana-action/releases)
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.2.1...v2022.2.2)
---
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-10-05 09:25:21 +02:00 |
|
dependabot[bot]
|
860130d032
|
Bump org.jetbrains.kotlin.jvm from 1.7.10 to 1.7.20
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20)
---
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-10-05 09:25:16 +02:00 |
|
Jakub Chrzanowski
|
0b28b6d306
|
CHANGELOG.md: cleanup
|
2022-10-05 08:08:40 +02:00 |
|
GitHubPang
|
419f1b8deb
|
Fix wrong path in readme (#302)
|
2022-09-29 09:39:30 +02:00 |
|
Yann Cébron
|
200bdacb96
|
update JB OSS link
|
2022-09-28 17:43:24 +02:00 |
|
Jakub Chrzanowski
|
b0e4b362d3
|
Update gradle.properties
|
2022-09-20 16:48:48 +02:00 |
|
Jakub Chrzanowski
|
7de60b2524
|
MyProjectService.kt: introduce dummy method to visualise code coverage
|
2022-09-20 15:05:38 +02:00 |
|
Jakub Chrzanowski
|
d76e7494cc
|
CHANGELOG.md: Kover integration
|
2022-09-20 15:05:38 +02:00 |
|
Jakub Chrzanowski
|
3eeadf5878
|
README.md: Code coverage sections
|
2022-09-20 15:05:38 +02:00 |
|
kotlinisland
|
4921c83f03
|
(🎁) Adopt kotlinx-kover
|
2022-09-20 15:05:38 +02:00 |
|
Jakub Chrzanowski
|
b9899689ae
|
Enable [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) in gradle.proeprties
|
2022-09-19 22:08:26 +02:00 |
|
Jakub Chrzanowski
|
e8ebb74ac2
|
plugin.xml: Change the plugin name to pass Plugin Verifier check
|
2022-09-19 13:43:13 +02:00 |
|
Jakub Chrzanowski
|
7dfde7761f
|
template-cleanup.yml: cleanup
|
2022-09-19 13:42:48 +02:00 |
|
Jakub Chrzanowski
|
8fd687867d
|
Dependencies - upgrade org.jetbrains.intellij to 1.9.0
|
2022-09-19 12:22:57 +02:00 |
|
KotlinIsland
|
e60c373f55
|
(🎁) Use file instead of projectDir.resolve (#293)
* Use `file` instead of `projectDir.resolve`
* CHANGELOG.md update
Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
|
2022-09-19 12:21:15 +02:00 |
|
Alexandre Boyer
|
ba4a334414
|
Changelog PR to default branch and add label (#296)
* Changelog PR to default branch and add label
* CHANGELOG.md: add notes for #296
Co-authored-by: Alexandre Boyer <nggalien@gmail.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
|
2022-09-19 12:12:57 +02:00 |
|
Jakub Chrzanowski
|
b6ff52f445
|
Update CHANGELOG.md
|
2022-09-19 12:02:02 +02:00 |
|
Jakub Chrzanowski
|
f345bcdb33
|
Synchronize gradle.properties files
|
2022-09-19 11:28:03 +02:00 |
|
Jakub Chrzanowski
|
93d76063c2
|
GitHub Actions: limit Template Verify workflow to **/gradle.properties
|
2022-09-19 11:27:17 +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 |
|
KotlinIsland
|
095c2cb378
|
Fix a link in the gradle.properties (#292)
Co-authored-by: kotlinisland <asdf>
|
2022-09-08 10:17:29 +02:00 |
|
Jakub Chrzanowski
|
81f4eb18d2
|
Dependencies - upgrade org.jetbrains.intellij to 1.8.1
|
2022-08-25 08:26:29 +02:00 |
|
Jakub Chrzanowski
|
8188176d42
|
1.2.0
|
2022-08-07 22:41:46 +02:00 |
|
Jakub Chrzanowski
|
673142938b
|
Maximize disk space on GitHub Actions
Maximize disk space on GitHub Actions
|
2022-08-07 22:41:46 +02:00 |
|
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 |
|