Skip to content

v1.0.0

Compare
Choose a tag to compare
@absap absap released this 21 Oct 08:24
· 101 commits to master since this release
93c5f2b

Changelog

New Feature: abapGit Push (#144)

Mandatory requirement: SAP Cloud Platform Environment with 1911 version

A new "abapGit Staging" view in ADT which enables stage and push of the objects which are changed locally, to the git repository linked with the package. This new view can be opened from the existing abapGit Repositories view, by selecting the "Stage and Push" context menu option under a repository.

Supported features,

  • Lists all the objects which are changed locally (unstaged objects)
  • Option to move all or the selected objects from unstaged to staged state
  • Commit and Push the staged changes to the git repository with a meaningful commit message

Improvements

  • APACK: Fix #140, prepare versioned dependencies (#145)
  • Export of object log (#149)
  • fix obj log icons in dark mode (#152)