Commit Graph

765 Commits

Author SHA1 Message Date
Jakub Chrzanowski
ac57f20bb3
Make the Run Tests run configuration use the RunAsTest IDE feature #446 2024-03-08 12:48:42 +01:00
Friedrich von Never
fc1085cbd3
Plugin publication: fix the channel selector (#444)
* Plugin publication: fix the channel selector

Before this patch, publisher was always using the channel corresponding
to the first number in the plugin version for release builds. This is
because by default, Kotlin's substringAfter will return the whole input
string if it's unable to find the needle.

* Bump org.gradle.toolchains.foojay-resolver-convention

Bumps org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0.

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor

* Release workflow: remove Java (#443)

* Release workflow: remove Java

It is not required in this workflow anyway.

* CHANGELOG.md update

---------

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>

* CHANGELOG.md update

---------

Co-authored-by: KotlinIsland <65446343+kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2024-03-08 12:48:36 +01:00
Friedrich von Never
b5aaa3ff5e
Release workflow: remove Java (#443)
* Release workflow: remove Java

It is not required in this workflow anyway.

* CHANGELOG.md update

---------

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2024-03-08 12:39:20 +01:00
KotlinIsland
5a275e45d7 Bump org.gradle.toolchains.foojay-resolver-convention
Bumps org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0.

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor
2024-03-08 11:44:58 +01:00
GitHub Action
c25c79d3ed Changelog update - v1.12.0 2024-02-20 22:46:05 +01:00
Jakub Chrzanowski
427dc4ea49
Merge pull request #436 from JetBrains/next
1.12.0
2024-02-20 22:25:23 +01:00
Jakub Chrzanowski
9cb309ff88
1.12.0 2024-02-20 22:14:21 +01:00
Jakub Chrzanowski
7c0690cbec
Change since/until build to 223-241.* (2022.3-2024.1.*) 2024-02-20 22:11:23 +01:00
Jakub Chrzanowski
9a177f918b
Upgrade Gradle Wrapper to 8.6 2024-02-20 22:10:11 +01:00
Jakub Chrzanowski
b9b2639dca
Dependencies - upgrade org.jetbrains.intellij to 1.17.2 2024-02-20 22:07:47 +01:00
Jakub Chrzanowski
a51bde09cf
Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.3.1 2024-02-20 20:13:38 +01:00
Jakub Chrzanowski
d3258cea7f
CHANGELOG update 2024-02-20 20:09:59 +01:00
sadv1r
76d15e31e8 GitHub Actions: Replace gradle/gradle-build-action@v2 with gradle/actions/setup-gradle@v3 2024-02-20 20:07:25 +01:00
Jakub Chrzanowski
88d26a000f
Merge pull request #431 from achmyr/main
Reducing number of concurrent builds
2024-02-20 20:06:33 +01:00
Jakub Chrzanowski
adad639bcc
Merge branch 'next' into main 2024-02-20 20:06:07 +01:00
Jakub Chrzanowski
367a43582f
CHANGELOG update 2024-02-20 20:05:28 +01:00
Ryan Rushton
de86d6b34b
Fix create draft release (#427)
* Fix bash variable access in Create Release Draft step.

* Fix channels assignment in publishPlugin task.

* Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now

* Changelog update - v1.11.3

* Remove Gradle Kotlin DSL Lazy Property Assignment from the main `gradle.properties` file

* CHANGELOG update

* Adjust obtaining the value for `publishPlugin.channels` property.

* CHANGELOG update

---------

Co-authored-by: kotlinisland <asdf>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2024-02-20 20:04:39 +01:00
Jakub Chrzanowski
9f4051c3d8
CHANGELOG update 2024-02-20 20:04:38 +01:00
Jakub Chrzanowski
3d18989b53
Remove Gradle Kotlin DSL Lazy Property Assignment from the main gradle.properties file 2024-02-20 20:04:37 +01:00
kotlinisland
91c3282139
Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now 2024-02-20 20:04:33 +01:00
Alex Chmyr
0471a99799
Update build.yml
Reducing number of concurrent builds
2024-02-02 22:36:47 +00:00
Ryan Rushton
b3cb370194
Fix create draft release (#427)
* Fix bash variable access in Create Release Draft step.

* Fix channels assignment in publishPlugin task.

* Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now

* Changelog update - v1.11.3

* Remove Gradle Kotlin DSL Lazy Property Assignment from the main `gradle.properties` file

* CHANGELOG update

* Adjust obtaining the value for `publishPlugin.channels` property.

* CHANGELOG update

---------

Co-authored-by: kotlinisland <asdf>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2024-02-01 10:27:58 +01:00
Jakub Chrzanowski
fc3f3f4c9f CHANGELOG update 2024-02-01 09:52:53 +01:00
Jakub Chrzanowski
0186f69508 Remove Gradle Kotlin DSL Lazy Property Assignment from the main gradle.properties file 2024-02-01 09:52:53 +01:00
GitHub Action
8d42508c6c Changelog update - v1.11.3 2024-02-01 09:52:53 +01:00
kotlinisland
521bc6519a Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now 2024-02-01 09:52:53 +01:00
GitHub Action
79e96a1ffc Changelog update - v1.11.3 2024-02-01 09:50:04 +01:00
Jakub Chrzanowski
8129b8c749 gradle.properties sync 2023-12-01 13:52:21 +01:00
Jakub Chrzanowski
60e61e2f4e 1.11.3 2023-12-01 13:52:21 +01:00
Jakub Chrzanowski
1b379c9007 Dependencies - upgrade org.jetbrains.intellij to 1.16.1 2023-12-01 13:52:21 +01:00
dependabot[bot]
434219f313 Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
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>
2023-12-01 13:52:21 +01:00
Jakub Chrzanowski
4002d5c35a CHANGELOG.md update 2023-12-01 13:52:21 +01:00
Jakub Chrzanowski
530a899877 Upgrade Gradle Wrapper to 8.5 2023-12-01 13:52:21 +01:00
dependabot[bot]
35de4794bc Bump org.jetbrains.kotlin.jvm from 1.9.10 to 1.9.21
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.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>
2023-12-01 13:52:21 +01:00
dependabot[bot]
65c21fc798 Bump org.jetbrains.kotlinx.kover from 0.7.3 to 0.7.5
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.3 to 0.7.5.
- [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.7.3...v0.7.5)

---
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>
2023-12-01 13:52:21 +01:00
dependabot[bot]
2c42f56370 Bump org.jetbrains:annotations from 24.0.1 to 24.1.0
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/24.0.1...24.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 13:52:21 +01:00
dependabot[bot]
0a3cd450b5 Bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2023.2.6 to 2023.2.8.
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.2.6...v2023.2.8)

---
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>
2023-12-01 13:52:21 +01:00
雪中亮
7cc969a26b Update settings.gradle.kts
resolve issue : https://github.com/JetBrains/intellij-platform-plugin-template/issues/410
2023-10-07 17:04:00 +02:00
GitHub Action
839f3a2e89 Changelog update - v1.11.2 2023-10-06 19:12:44 +02:00
Jakub Chrzanowski
3c136db094 Add @Suppress("UnstableApiUsage") because of JvmVendorSpec.JETBRAINS 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
d749cd8427 Inspections fixes 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
199055d6b2 Gradle - use JetBrains Runtime 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
a01eb24e98 1.11.2 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
29286b9c06 Change since/until build to 223-233.* (2022.3-2023.3.*) 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
a9136ae4df Dependencies - upgrade org.jetbrains.intellij to 1.16.0 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
23819666a6 Upgrade Gradle Wrapper to 8.4 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
6fdb6e1fe3 CHANGELOG.md update 2023-10-06 16:44:25 +02:00
dependabot[bot]
243c601ab8 Bump JetBrains/qodana-action from 2023.2.1 to 2023.2.6
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2023.2.1 to 2023.2.6.
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.2.1...v2023.2.6)

---
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>
2023-10-06 16:44:25 +02: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
6c828d130c Upgrade Gradle Wrapper to 8.4 2023-10-06 16:44:25 +02:00