Wiki

Clone wiki

jira-jigit-plugin / Release Notes

Version 1.2.8

Details

Bug fixes:

Issue 52 Empty diff with no files causes ExecutionException

Version 1.2.7

Details

New feature:

Jigit does not support GitLab API v3 anymore since it has been officially removed from the newest version.

Issue 46 Gitlab api v3 deprecated

Version 1.2.6

Details

New feature:

Jigit now supports GitHub Enterprise!

Issue 42 Integrate Jigit with GitHub Enterprise

Bug fixes:

Issue 43 index all repositories in a group, not only the first 20

Version 1.2.4

Details

Bug fixes:

Issue 31 BranchId must be URL encoded

Version 1.2.3

Details

Bug fixes:

Issue 29 ​Missing web link to commit on Jigit tab

Version 1.2.2

Details

Bug fixes and enhancements:

Issue 24 Uncaught exception thrown by REST service: null

Jigit checks a default branch value of repositories inside a group and skips such repositories during indexing of commits.

Issue 25 Add INFO logging on add\delete\edit actions

Jigit logs every action with a repo at the config page with INFO level. Don't forget to enable this level for package jigit at Logging and Profiling settings page.

Version 1.2.0

Details

New feature:

Issue 12 Check Repository Group instead of specific Repository

Jigit now can index not only a single repository, but all repositories inside a group (in terms of GitLab) or organization (in terms of GitHub). In this case it goes over all branches in each repository.

All what has changed in UI is just a name of a field in the settings page. Now you should key in Path and select type of the content in it: a single repository or a group\organization. For example, for organization https://github.com/flyway path is flyway.

If you want to start using this feature and already have configured repositories from this group then you need to add your group at the settings page (check whether your settings are correct by pressing Test connection). Then disable indexing of all single respositories (that you've configured before) inside this group so as not to duplicate commits. Later, when you will be sure that indexing of the group works pefrectly, you can press Reindex button for disabled repositories. This action removes commits related to a repo. And then delete disabled repositories by pressing Delete button.

Version 1.1.2

Details

Bug fixes:

Issue 18 Error when clicking on JIGIT tab (JIRA instances running on MS SQLServer)

Updated