Releases: abapGit/ADT_Frontend
v1.6.0
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
Changelog
Fixes
- Fixes exception during PULL with newly linked repositories
v1.5.2
Changelog
Fixes
- Improvements in UI exception handling
v1.5.1
Fixes
Bug Fix for pull after link action.
The selected objects were not reflected in the AbapGitWizardSelectivePullAfterLink wizard to be pull.
v1.5.0
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
New Feature:
- 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
-
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. -
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
- AbapGit repositories view updated to use EMF model, which will better help with the maintenance.
- Small enhancements to the Secure Storage Support.
v1.3.1
Bug Fix for link action not working due to regression caused by v1.3.0
v1.3.0
-
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
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)
Changelog
Fix for exceptions related to missing images with AbapGit Repositories view ( #165 )