ddev-intellij-plugin

DDEV Tool Integration for IntelliJ IDEA

BSD-3-CLAUSE License

Stars
99

Bot releases are visible (Hide)

ddev-intellij-plugin - 1.2.3 Latest Release

Published by nico-loeber 5 months ago

Changed

Dependency Updates

New Contributors

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.2.2...1.2.3

ddev-intellij-plugin - 1.2.2

Published by nico-loeber 6 months ago

Installation instructions

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

New Contributors

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.2.1...1.2.2

ddev-intellij-plugin - 1.2.1

Published by nico-loeber 9 months ago

Changed

  • Show context in error message when docker backend is not running

Fixed

Dependency Updates

New Contributors

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.2.0...1.2.1

ddev-intellij-plugin - 1.2.0

Published by nico-loeber 9 months ago

Changed

Dependency Updates

New Contributors

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.1.1...1.2.0

ddev-intellij-plugin - 1.1.1

Published by nico-loeber about 1 year ago

Changed

Fixed

Dependency Updates

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.1.0...1.1.1

ddev-intellij-plugin - 1.1.0

Published by nico-loeber over 1 year ago

Added

Fixed

Dependency Updates

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.0.5...1.1.0

ddev-intellij-plugin - 1.0.5

Published by nico-loeber over 1 year ago

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

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.0.4...1.0.5

ddev-intellij-plugin - v1.0.4

Published by nico-loeber almost 2 years ago

Fixed

Dependency Updates

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.0.3...v1.0.4

ddev-intellij-plugin - 1.0.3

Published by nico-loeber almost 2 years ago

Fixed

Dependency Updates

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.0.1...v1.0.2

ddev-intellij-plugin - 1.0.1

Published by nico-loeber about 2 years ago

Changed

Fixed

  • Add missing checkout step for sentry release job
  • Fix possible null pointer in Description::getServices

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.0.0...v1.0.1

ddev-intellij-plugin - 1.0.0

Published by nico-loeber over 2 years ago

Added

Changed

  • Refactor dynamic ddev config arguments for better extensibility
  • Update DdevNotifier and Tests for better maintainability
  • Bump sentry from 5.7.4 to 6.1.4 by @dependabot
  • Bump org.sonarqube from 3.3 to 3.4.0.2513 by @dependabot
    in https://github.com/php-perfect/ddev-intellij-plugin/pull/71
  • Remove dead code and do some tidy up

Fixed

  • Fix changelog format so the changelog is shown correctly in JetBrains Marketplace
  • Remove unsupported JVM option MaxPermSize
  • Do not record uncaught exceptions in sentry.io

Please note: There is a known issue where DDEV commands fail when the project is opened in PHPStorm.

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.0.0-beta1...v1.0.0

ddev-intellij-plugin - 1.0.0-beta1

Published by github-actions[bot] over 2 years ago

1.0.0-beta (note the missing 1) was published with an error in the publish pipeline.

Added

Changed

  • Parse DDEV JSON output per line in https://github.com/php-perfect/ddev-intellij-plugin/pull/61
  • Enable Start / Stop / Restart buttons when in DDEV status is unknown to restore the status
  • Enable dynamic loading of the plugin -> No restart needed when enabling / disabling the plugin
  • Various updates of the dependencies

Fixed

  • Fix error when DDEV status was not parsable by the plugin
  • Fix error when the output of DDEV contained multiple JSON objects
  • Fix timeout when using zsh with enabled git plugin in WSL as default shell
  • Fix wrong logging channel for some classes
  • Fix error when opening multiple projects with running DDEV container at the same time
  • Minor wording/typo fixes for DdevIntegrationBundle.properties, for #48 by @rfay
    in https://github.com/php-perfect/ddev-intellij-plugin/pull/51
  • Various optimizations and fixes

New Contributors

Full Changelog: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.0.0-alpha3...1.0.0-beta

ddev-intellij-plugin - 1.0.0-alpha3

Published by github-actions[bot] over 2 years ago

Added

  • Ddev PHP Interpreter will automatically be set as default interpreter for the project if none is set yet
  • Added tests for ServiceActionManager by @kevin0x90
    in #29
  • Added first interactive tutorial element for the ddev status
    bar #5

Changed

  • Improved error handling and extended timeouts for ddev background processes to
    address #23
  • General optimizations

Fixed

  • Fixed warning in
    WSL your 131072x1 screen size is bogus #30
  • Fixed #25 by adding a notification if a soft
    dependency is missing
  • Fixed #24 by connecting to database via 127.0.0.1
    instead of localhost

New Contributors

Special Thanks

Thanks to our alpha testers of the alpha2 pre release!

Your feedback made this release possible:
@marcvangend, @calien666
, @cmuench, @kgaut and others

ddev-intellij-plugin - 1.0.0-alpha2

Published by github-actions[bot] over 2 years ago

Added

  • Assistance and completion for DDEV configuration file with included

Changed

  • General Refactorings
  • Supported IntelliJ Versions set 2022.1

Fixed

  • Auto Configuration for PHP Remote Interpreter works much better now
  • Lots of Bug fixes
ddev-intellij-plugin - v1.0 ALPHA

Published by nico-loeber over 2 years ago

Non stable pre release of version v1.0.

Features

  • Run DDEV actions via GUI
  • Quick access DDEV Services
  • Auto configure PHP Remote Interpreter1
  • Auto configure data source1
  • Assistance and completion for DDEV configuration file
  • DDEV version check
  • Integrated DDEV terminal1
  • And much more coming soon!