Releases: php-perfect/ddev-intellij-plugin
Releases · php-perfect/ddev-intellij-plugin
1.2.4
Changed
- Update build for 2024.2 support by @AkibaAT in #350
- Change autoconfiguration of node.js binary path to node by @AkibaAT in #358
Fixed
- Fix deprecated functionality in workflow by @Cheoooon in #325
- Fix redirect limit in update check by @AkibaAT in #351
- Fix visibility change in statusbar by @AkibaAT in #352
- Prevent ProgressIndicator warnings by using an EmptyProgressIndicator by @AkibaAT in #359
Dependency Updates
- Bump junitVersion from 5.10.2 to 5.10.3 by @dependabot in #332
- Bump gradle/actions from 3 to 4 by @dependabot in #345
- Bump io.sentry:sentry from 7.9.0 to 7.14.0 by @dependabot in #348
- Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.11.0 by @dependabot in #349
- Bump org.sonarqube from 5.0.0.4638 to 5.1.0.4882 by @dependabot in #336
- Bump org.jetbrains.changelog from 2.2.0 to 2.2.1 by @dependabot in #355
- Bump junitVersion from 5.10.2 to 5.11.0 by @dependabot in #356
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by @dependabot in #354
New Contributors
Full Changelog: 1.2.3...1.2.4
1.2.3
Changed
- Fix Plugin verifier task by @Cheoooon in #317
- Upgrade Intellij gradle plugin v2 by @nico-loeber in #324
- Downgrade plugin verifier by @Cheoooon and @nico-loeber
Dependency Updates
- Bump org.sonarqube from 4.4.1.3373 to 5.0.0.4638 by @dependabot in #314
- Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.0 by @dependabot in #316
- Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #315
- Project name in env variable must be in lowercase by @SchmidtWebmedia in #323
- Bump io.sentry:sentry from 7.8.0 to 7.9.0 by @dependabot in #319
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #320
- Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #321
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by @dependabot in #322
New Contributors
- @Cheoooon made their first contribution in #317
- @SchmidtWebmedia made their first contribution in #323
Full Changelog: 1.2.2...1.2.3
1.2.2
Installation instructions
- Download the latest artifacts https://github.com/php-perfect/ddev-intellij-plugin/actions/runs/8693039236/artifacts/1415228444
- Uncompress it
- Install instrumented-ddev-intellij-plugin-0.0.1-dev.jar using "install plugin from disk"
Known issues
- Errors like
There is no ProgressIndicator or Job in this thread, the current job is not cancellable.
will appear in
the error log - Plugin verifier task fails due to insufficient disk space on the GitHub runner
Changed
Dependency Updates
- Bump org.jetbrains.intellij from 1.17.0 to 1.17.3 by @dependabot
in #306 - Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot
in #292 - Bump gradle/wrapper-validation-action from 1.1.0 to 2.1.2 by @dependabot
in #305 - Bump softprops/action-gh-release from 1 to 2 by @dependabot
in #302 - Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 by @dependabot
in #290 - Bump junitVersion from 5.10.1 to 5.10.2 by @dependabot in #291
- Bump io.sentry:sentry from 7.3.0 to 7.7.0 by @dependabot
in #309 - Bump io.sentry:sentry from 7.7.0 to 7.8.0 by @dependabot
in #310
New Contributors
Full Changelog: 1.2.1...1.2.2
1.2.1
Changed
- Show context in error message when docker backend is not running
Fixed
- Fix mysql driver selection by @mwaltonen in #283
- fix(ci): Correct regex of version tags by @pan93412 in #244
Dependency Updates
- Bump org.jetbrains.intellij from 1.16.1 to 1.17.0 by @dependabot in #279
- Bump actions/cache from 3 to 4 by @dependabot in #280
- Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #282
- Bump gradle/gradle-build-action from 2 to 3 by @dependabot in #285
- Bump peter-evans/create-or-update-project-card from 2 to 3 by @dependabot in #286
- Bump org.mockito:mockito-core from 5.8.0 to 5.10.0 by @dependabot in #281
- Bump io.sentry:sentry from 7.1.0 to 7.3.0 by @dependabot in #287
- Bump the github_actions group across 1 directories with 1 update by @dependabot in #289
New Contributors
- @mwaltonen made their first contribution in #283
Full Changelog: 1.2.0...1.2.1
1.2.0
Changed
- Add silverstripe, plural upload_dirs by @Firesphere in #221
- Fix display issue of the ddev version in the update notification by @nico-loeber in #222
- Bump io.sentry:sentry from 6.27.0 to 6.28.0 by @dependabot in #219
- Add highlighting for ddev commands that can be executed in ui by @nico-loeber in #223
- refactor(settings): Use isEmpty instead of equals("") by @pan93412 in #238
- refactor(cmd): Call nonModal() instead of NON_MODAL constant by @pan93412 in #239
- refactor(icons): Use the ClassLoader overload of getIcon by @pan93412 in #241
- Add support for mailpit service by @nico-loeber in #243
- Remove schema for ddev config by @nico-loeber in #269
- Add index for generated configurations by @nico-loeber in #260
- Add support of EAP build (233.*) by @pan93412 in #242
- Add support for IntelliJ 2023.3 Update by @nico-loeber in #270
Dependency Updates
- Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 by @dependabot in #224
- Bump actions/checkout from 3 to 4 by @dependabot in #230
- Bump org.jetbrains.changelog from 2.1.2 to 2.2.0 by @dependabot in #225
- Bump io.sentry:sentry from 6.28.0 to 6.30.0 by @dependabot in #236
- Bump org.sonarqube from 4.3.0.3225 to 4.4.1.3373 by @dependabot in #237
- Bump org.mockito:mockito-core from 5.5.0 to 5.7.0 by @dependabot in #252
- Bump junitVersion from 5.10.0 to 5.10.1 by @dependabot in #254
- Bump org.jetbrains.intellij from 1.15.0 to 1.16.0 by @dependabot in #246
- Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 by @dependabot in #253
- Bump io.sentry:sentry from 6.30.0 to 6.33.1 by @dependabot in #255
- Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #265
- Bump org.jetbrains.intellij from 1.16.0 to 1.16.1 by @dependabot in #266
- Bump actions/setup-java from 3 to 4 by @dependabot in #267
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #271
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #275
- Bump io.sentry:sentry from 6.33.1 to 7.1.0 by @dependabot in #272
New Contributors
- @Firesphere made their first contribution in #221
- @pan93412 made their first contribution in #238
Full Changelog: 1.1.1...1.2.0
1.1.1
Changed
- Update the plugin for compatibility to IntelliJ 2023.2 by @nico-loeber in #216
- Update the plugin for compatibility to ddev 1.22 by @nico-loeber in #215
- Update ddev version check for better performance by @nico-loeber in #210
- Replace drud namespace by ddev by @nico-loeber in #217
Fixed
- Fix Docker.exe not found error by @nico-loeber with kind support of @bitExpert in #214
Dependency Updates
- Bump org.sonarqube from 4.0.0.2929 to 4.2.0.3129 by @dependabot in #186
- Bump io.sentry:sentry from 6.19.0 to 6.21.0 by @dependabot in #185
- Bump org.jetbrains.changelog from 2.0.0 to 2.1.2 by @dependabot in #201
- Bump org.jetbrains.intellij from 1.13.3 to 1.15.0 by @dependabot in #199
- Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 by @dependabot in #195
- Bump io.sentry:sentry from 6.21.0 to 6.26.0 by @dependabot in #208
- Bump org.sonarqube from 4.2.0.3129 to 4.3.0.3225 by @dependabot in #205
- Bump org.junit.platform:junit-platform-launcher from 1.9.3 to 1.10.0 by @dependabot in #213
- Bump junitVersion from 5.9.3 to 5.10.0 by @dependabot in #212
- Bump io.sentry:sentry from 6.26.0 to 6.27.0 by @dependabot in #211
Full Changelog: 1.1.0...1.1.1
1.1.0
Added
- Auto Configuration for NodeJS Remote Interpreter by @nico-loeber
in #177 - Add craftcms as valid project type to the DDEV configuration schema
Fixed
- Support mutagen enabled projects by placing a project specific interpreter path mapping
- Do not replace unchanged data source configuration by @nico-loeber
in #180
Dependency Updates
- Bump junitVersion from 5.9.2 to 5.9.3 by @dependabot in #173
- Bump org.mockito:mockito-core from 5.2.0 to 5.3.1 by @dependabot
in #172 - Bump io.sentry:sentry from 6.17.0 to 6.18.1 by @dependabot
in #176 - Bump org.junit.platform:junit-platform-launcher from 1.9.2 to 1.9.3 by @dependabot
in #174 - Bump io.sentry:sentry from 6.18.1 to 6.19.0 by @dependabot
in #179
Full Changelog: 1.0.5...1.1.0
1.0.5
Fixed
- Compatibility of the DDEV status bar for IntelliJ 2023.1
- Compatibility of the DDEV terminal for IntelliJ 2023.1
- Compatibility of actions for IntelliJ 2023.1
Dependency Updates
- Update gradle wrapper to 8.0
- Bump mockito-core from 4.9.0 to 4.10.0 by @dependabot in #137
- Bump mockito-core from 4.10.0 to 4.11.0 by @dependabot in #140
- Bump sentry from 6.9.2 to 6.11.0 by @dependabot in #142
- Bump gson from 2.10 to 2.10.1 by @dependabot in #145
- Bump org.jetbrains.intellij from 1.10.1 to 1.12.0 by @dependabot in #149
- Bump junit-platform-launcher from 1.9.1 to 1.9.2 by @dependabot in #147
- Bump org.mockito:mockito-core from 4.11.0 to 5.1.1 by @dependabot in #154
- Bump junitVersion from 5.9.1 to 5.9.2 by @dependabot in #146
- Bump assertj-core from 3.23.1 to 3.24.2 by @dependabot in #150
- Bump org.jetbrains.intellij from 1.12.0 to 1.13.2 by @dependabot in #165
- Bump org.mockito:mockito-core from 5.1.1 to 5.2.0 by @dependabot in #164
- Bump org.sonarqube from 3.5.0.2730 to 4.0.0.2929 by @dependabot in #160
- Bump io.sentry:sentry from 6.11.0 to 6.17.0 by @dependabot in #169
- Bump org.jetbrains.intellij from 1.13.2 to 1.13.3 by @dependabot in #168
Full Changelog: 1.0.4...1.0.5
v1.0.4
Fixed
- Configure DataSource TreePattern to index all schemas by @nico-loeber in #135
- Fix failing unit tests by adding
junit-platform-launcher
as dependency by @SpraxDev in #131 - GitHub Actions: Upload test reports even when tests fail by @SpraxDev in #132
Dependency Updates
- Bump sentry from 6.5.0 to 6.6.0 by @dependabot in #118
- Bump sentry from 6.6.0 to 6.9.1 by @dependabot in #130
- Bump mockito-core from 4.8.1 to 4.9.0 by @dependabot in #125
- Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 by @dependabot in #119
- Bump gson from 2.9.1 to 2.10 by @dependabot in #117
- Bump org.jetbrains.changelog from 1.3.1 to 2.0.0 by @dependabot in #120
- Bump org.jetbrains.intellij from 1.10.0 to 1.10.1 by @dependabot in #134
- Bump sentry from 6.9.1 to 6.9.2 by @dependabot in #133
Full Changelog: 1.0.3...v1.0.4
1.0.3
Fixed
- Fix mariadb specific dsn type by @nico-loeber in #107
- Create docker remote server if it does not exist by @nico-loeber
in #102 - Re-enable test coverage report by @SpraxDev in #88
Dependency Updates
- Bump gson from 2.9.0 to 2.9.1 by @dependabot in #90
- Bump org.jetbrains.intellij from 1.7.0 to 1.8.0 by @dependabot
in #93 - Bump sentry from 6.3.0 to 6.3.1 by @dependabot in #91
- Bump org.jetbrains.intellij from 1.8.0 to 1.8.1 by @dependabot
in #99 - Bump sentry from 6.3.1 to 6.4.0 by @dependabot in #96
- Bump mockito-core from 4.6.1 to 4.7.0 by @dependabot in #94
- Bump sentry from 6.4.0 to 6.4.1 by @dependabot in #101
- Bump org.jetbrains.intellij from 1.8.1 to 1.9.0 by @dependabot
in #103 - Bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #105
- Bump sentry from 6.4.1 to 6.4.3 by @dependabot in #111
- Bump junitVersion from 5.9.0 to 5.9.1 by @dependabot in #109
- Bump sentry from 6.4.3 to 6.5.0 by @dependabot in #112
- Bump mockito-core from 4.8.0 to 4.8.1 by @dependabot in #116
Full Changelog: 1.0.1...v1.0.2