limitemp / GitToolBox

GitToolBox IntelliJ plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitToolBox - plugin for Jetbrains IDEs

Plugin for family of Jetbrains IDEs that expands build-in Git Integration.

Features

For list of features see description

Change notes

For list of change notes see changenotes

Jetbrains plugin repository

Plugin repository page

EAP builds

Add https://plugins.jetbrains.com/plugins/eap/7499 in Settings > Plugins > Browse repositories... > Manage repositories... to receive early access builds.

Architecture decisions record

Decisions are stored here.

Building & running

Build parameters

-Pfast=true speed-up is achieved by:

  • skipping integration tests
  • skipping spotbugs

Releases

Release current -SNAPSHOT

gradle clean check jacocoTestReport buildPlugin release

Upgrade to next minor version

gradle clean check jacocoTestReport buildPlugin releaseMinorVersion

Upgrade to next major version

gradle clean check jacocoTestReport buildPlugin releaseMajorVersion

Release and publish

Append -Ppublish=true and include publishPlugin task. For example

gradle clean check jacocoTestReport buildPlugin release publishPlugin -Ppublish=true

Useful build commands

Full verification of build

gradle clean check jacocoTestReport

Quick verification of build

gradle clean test jacocoTestReport -Pfast=true

Update gradlew version

gradle wrapper --gradle-version 4.7 --distribution-type ALL

Useful run commands

Run with previous sandbox contents

gradle runIde

Run with fresh sandbox

gradle clean runIde

Debugging

To debug the plugin execute Gradle run configuration with runIde task using IDE Debug action.

Logging

Plugin can log additional diagnostic information to help with issues investigation. All categories can be used in any combination.

Debug logging

Add following line to Help > Debug Log Settings...

#zielu.gittoolbox

Performance metrics

Metrics are exposed via JMX beans under zielu.gittoolbox domain.

Icons attribution:

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License

Some icons by Yusuke Kamiyamane. Licensed under a Creative Commons Attribution 3.0 License

About

GitToolBox IntelliJ plugin

License:Apache License 2.0


Languages

Language:Java 98.8%Language:HTML 1.2%