Skip to content

Releases: HiromuHota/pdi-git-plugin

1.1.1

06 Apr 16:41
Compare
Choose a tag to compare

1.1.1 - 2020-04-06

Security

  • [Git] Update JGit to 5.1.13
  • [Git] Update Apache HTTPClient

nightly

06 Apr 17:46
Compare
Choose a tag to compare
nightly Pre-release
Pre-release
Increment the version and append -SNAPSHOT for next release

1.1.0

27 Nov 23:37
Compare
Choose a tag to compare

1.1.0 - 2019-11-27

Added

  • [Common][#26] Allow other plugins to open a repository by name
  • [Common][#27] Allow other plugins to get a list of defined git repositories
  • [Common][#23] Allow variables in directory (currently system properties only)

Security

  • [Git] Update JGit to 4.11.9
  • [Git] Update Apache HTTPClient

1.0.2

19 Dec 17:24
Compare
Choose a tag to compare

1.0.2 - 2018-12-19

Changed

  • [Git] Allow pull,merge,rollback even when untracked files exist but no uncommited change

Fixed

  • [Git][#20] Use DiffFormatter, which does not detect renames.
  • [Common] Rephrase "Dirty working-tree" message and internationalized it
  • [Common][#24] Make the repository settings dialog resizable and remember the last position/size (thanks @mattcasters)

1.0.1

04 Apr 22:28
Compare
Choose a tag to compare

1.0.1 - 2018-04-04

Fixed

  • [Git] Prevent from making a commit with no files
  • [SVN] Fix null pointer exception when invalid SVN repository selected
  • [Common][#18] Abort commit when empty commit message

1.0.0

09 Nov 20:03
Compare
Choose a tag to compare

1.0.0 - 2017-11-11

Added

  • [SVN] Subversion support
  • [Common] "Rollback to here" command to a context menu that rollbacks the working tree (copy) to a previous commit (revision), but does not make a commit.
  • [Common] Staging one of conflicted versions (e.g., mine,rXX,rYY in SVN; ours and theris in Git) accepts that version
  • [Common] Visual diff between conflicted versions

Changed

  • [Git] No need to unstage to discard changes
  • [Git] When Pull results in conflicts, do not reset hard (stay in a conflicted state). When conflicts occur, ours and theirs versions are created in the same directory (e.g., test.ktr -> test.ktr.ours and test.ktr.theirs)
  • [Common] Rename "Git Project" to "Project" b/c it now supports SVN

Fixed

  • Fix a bug that deleted files cannot be staged for a commit

1.0.0-RC4

08 Nov 21:40
Compare
Choose a tag to compare
1.0.0-RC4 Pre-release
Pre-release

No functional changes

1.0.0-RC3

08 Nov 21:42
Compare
Choose a tag to compare
1.0.0-RC3 Pre-release
Pre-release

Fixed

  • Fix a bug that deleted files cannot be staged for a commit

0.8.0-RC2

01 Nov 00:39
Compare
Choose a tag to compare
0.8.0-RC2 Pre-release
Pre-release

Changed

  • [Common] Rename "Git Project" to "Project" b/c it now supports SVN

0.8.0-RC1

19 Oct 22:02
Compare
Choose a tag to compare
0.8.0-RC1 Pre-release
Pre-release

0.8.0-RC1 - 2017-10-19

Added

  • [SVN] Subversion support
  • [Common] "Rollback to here" command to a context menu that rollbacks the working tree (copy) to a previous commit (revision), but does not make a commit.
  • [Common] Staging one of conflicted versions (e.g., mine,rXX,rYY in SVN; ours and theris in Git) accepts that version

Changed

  • [Git] No need to unstage to discard changes
  • [Git] When Pull results in conflicts, do not reset hard (stay in a conflicted state). When conflicts occur, ours and theirs versions are created in the same directory (e.g., test.ktr -> test.ktr.ours and test.ktr.theirs)