Commit Graph

792 Commits

Author SHA1 Message Date
Jakub Chrzanowski
bb3adcc41c
Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults 2024-04-15 09:46:04 +02:00
Jakub Chrzanowski
c9bc0f1e69
Replace the whole IntelliJ Platform Plugin Template with the new project name when running the GitHub Actions Cleanup workflow #442 2024-04-15 09:46:00 +02:00
Jakub Chrzanowski
e549656acc
Gradle - cleanup the jvmToolchain setup 2024-04-15 09:44:56 +02:00
Jakub Chrzanowski
f69b5fc01b
Make the Run Tests run configuration use the RunAsTest IDE feature #446 2024-04-15 09:43:42 +02:00
Friedrich von Never
5a10b4461f
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-04-15 09:43:41 +02:00
Friedrich von Never
e9d31b2310
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-04-15 09:43:38 +02:00
Jakub Chrzanowski
c663255c42
testFramework 2024-04-15 09:43:22 +02:00
Jakub Chrzanowski
79812c220e
Add instrumentationTools() to the dependencies 2024-04-15 09:43:18 +02:00
Jakub Chrzanowski
a705ee9ff3
Rename Gradle version catalog key for IntelliJ Platform Gradle Plugin to intelliJPlatform 2024-04-15 09:42:55 +02:00
Jakub Chrzanowski
71c57f0989
Migrate to IntelliJ Platform Gradle Plugin 2.0 EAP 2024-04-15 09:42:44 +02:00
Jakub Chrzanowski
9726f523c5
Dependencies (GitHub Actions) - upgrade actions/cache to 4 2024-03-11 16:26:16 +01:00
Jakub Chrzanowski
dc158f24c4
Dependencies (GitHub Actions) - upgrade gradle/wrapper-validation-action to 2 2024-03-11 16:25:11 +01:00
Jakub Chrzanowski
22159f0b6f
Dependencies (GitHub Actions) - upgrade codecov/codecov-action to 4 2024-03-11 16:23:36 +01:00
Jakub Chrzanowski
254cd19ae8
Dependencies (GitHub Actions) - upgrade actions/upload-artifact to 4 2024-03-11 16:23:03 +01:00
Jakub Chrzanowski
ae35708299
Merge pull request #450 from JetBrains/changelog-update-v1.13.0
Changelog update - `v1.13.0`
2024-03-11 10:31:55 +01:00
GitHub Action
3715e34871 Changelog update - v1.13.0 2024-03-11 09:06:54 +00:00
Jakub Chrzanowski
81206eb0c2
Run Configurations - Run Qodana runs the qodanaScan Gradle task 2024-03-08 13:50:22 +01:00
Jakub Chrzanowski
db8f493cc1
Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults 2024-03-08 13:42:46 +01:00
Jakub Chrzanowski
fdf009d309
Merge pull request #448 from JetBrains/next
1.13.0
2024-03-08 13:29:16 +01:00
Jakub Chrzanowski
164d4ead5b
1.13.0 2024-03-08 13:28:46 +01:00
Jakub Chrzanowski
de5d2e9901
Replace the whole IntelliJ Platform Plugin Template with the new project name when running the GitHub Actions Cleanup workflow #442 2024-03-08 13:19:02 +01:00
Jakub Chrzanowski
e6736aee12
Dependencies - upgrade org.jetbrains.qodana to 2023.3.1 2024-03-08 13:02:09 +01:00
Jakub Chrzanowski
b7f5f2afcd
Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.6 2024-03-08 13:00:30 +01:00
Jakub Chrzanowski
2504c560d8
Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.9.23 2024-03-08 12:55:57 +01:00
Jakub Chrzanowski
8ddc338d23
Gradle - cleanup the jvmToolchain setup 2024-03-08 12:53:11 +01:00
Jakub Chrzanowski
281eacf728
Merge branch 'main' into next 2024-03-08 12:49:53 +01:00
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
2f824e0584
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:43:22 +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