Skip to content

Releases: abapGit/ADT_Frontend

v1.6.0

26 Aug 08:36
bfa012c
Compare
Choose a tag to compare

Changelog

New Feature

  • Option to select the folder logic for the repository while linking the repository to a package. PREFIX and FULL folder logic is supported and is available to be selected in the link wizard.

Mandatory requirement: SAP Cloud Platform Environment with 2111 version

Fixes

  • Fixed NPE exception while opening object log from abapGit view in some scenarios

v1.5.3

18 May 08:15
3ff1368
Compare
Choose a tag to compare

Changelog

Fixes

  • Fixes exception during PULL with newly linked repositories

v1.5.2

12 May 07:13
48a95e4
Compare
Choose a tag to compare

Changelog

Fixes

  • Improvements in UI exception handling

v1.5.1

10 Mar 15:35
5780e2f
Compare
Choose a tag to compare

Fixes

Bug Fix for pull after link action.
The selected objects were not reflected in the AbapGitWizardSelectivePullAfterLink wizard to be pull.

v1.5.0

01 Mar 14:58
17766b5
Compare
Choose a tag to compare

New Feature: Selective Pull (#197)

New feature to allow users to select what objects should be pulled from repository.
Additional wizard page is added to the Pull Wizard which gives a list of modified objects and check boxes to select
what objects are to be pulled and overwritten in the system from remote repository.

Improvements (#199)

The description and title of object log is improved to mention "Export Log" in case the last action was push and
"Import Log" in case the last action was pull.

v1.4.0

21 Jul 22:03
3485f7d
Compare
Choose a tag to compare

New Feature:

  1. Added 'Open Repository in a Browser' action to abapGit staging view (#182).
    New context menu action "Open Repository in a Browser" added in the staging view which opens the selected repository in an external browser directly from the staging view, without the need to use the repositories view.

Fixes

  1. Fixed retrieval of file contents by encoding the URL before back-end call. This is to prevent errors if the file name contains any special
    characters. From 2011 release onwards, back end sends the encoded URL to the client, so the client does not need to handle the encoding of file names. But this change is required for compatibility reasons to support 2008 back end.

  2. Reverted changes for skipping transport page in case repository is linked without a pull action. This was required to handle a issue
    where link action fails for a package with a Transport request deleted or released, which arises due to a check for the Transport Request in
    abapGit back end for ADT, which is not required in Link wizard. This fix will be removed after the back end check is removed.

Improvements

  1. AbapGit repositories view updated to use EMF model, which will better help with the maintenance.
  2. Small enhancements to the Secure Storage Support.

v1.3.1

11 May 13:03
190f413
Compare
Choose a tag to compare

Bug Fix for link action not working due to regression caused by v1.3.0

v1.3.0

08 May 15:52
a228218
Compare
Choose a tag to compare
  • Added Open Repository feature in abapGit repositories view. A new context menu action in abapGit repositories
    view for opening the repository in default external browser.

  • Added a Filter Box in abapGit repositories view to filter the repositories based on the repository name, user name and package name.

  • Improved the handling of the transport page in the Link wizard, in case a pull action is not performed along with linking the repository.

  • Provided Eclipse secure storage support to remember user credentials for accessing a Git repository.

  • Improved handling of authentication related errors for 2-FA enabled Git accounts or where password-based authentication is deprecated, asking user to use a personal access token instead of password.

v1.2.0

31 Mar 08:37
ef2f40b
Compare
Choose a tag to compare

Changelog

Added Switch Repository feature in abapGit staging view. A new toolbar action in abapGit staging view for switching easily to any abapGit repository linked in the available steampunk projects.

Raise version to v1.1.2 (#167)

09 Jan 08:09
89158f5
Compare
Choose a tag to compare

Changelog

Fix for exceptions related to missing images with AbapGit Repositories view ( #165 )