* 1.97.0

whitespace

* 1.97.0

* v1.97.0
This commit is contained in:
Lars Hvam 2020-06-29 16:52:15 +02:00 committed by GitHub
parent e4fd14ee73
commit 051c9c6569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 6 deletions

View File

@ -8,6 +8,23 @@ Legend
+ : added
- : removed
2020-06-29 v1.97.0
------------------
+ repository overview as main page
+ Generic possibility for changelog news
+ handling import of cyclic DDIC objects
! removed default for commit comment
! raise exception when no .abapgit.xml is found
* fix incorrect status of ignored files in repo view
* url validation fixes
* WDYN UI sort
* DSYS downport and changes
* SCP1 import order
* downport
* clear ICFSERVICE-ICFBITMAP
* W3MI record to transport
* general refactoring
2020-06-10 v1.96.0
------------------
* "last changed by" will show unknown instead of blank

View File

@ -245,4 +245,4 @@ CLASS zcl_abapgit_gui_page_main IMPLEMENTATION.
ENDMETHOD.
ENDCLASS.
ENDCLASS.

View File

@ -83,4 +83,4 @@ CLASS zcl_abapgit_gui_page_tutorial IMPLEMENTATION.
ENDMETHOD.
ENDCLASS.
ENDCLASS.

View File

@ -1135,4 +1135,4 @@ CLASS zcl_abapgit_gui_page_view_repo IMPLEMENTATION.
ENDMETHOD.
ENDCLASS.
ENDCLASS.

View File

@ -578,4 +578,4 @@ CLASS zcl_abapgit_services_repo IMPLEMENTATION.
it_transport_objects = lt_transport_objects ).
ENDMETHOD.
ENDCLASS.
ENDCLASS.

View File

@ -71,4 +71,4 @@ INTERFACE zif_abapgit_repo_srv
!ev_reason TYPE string
RAISING
zcx_abapgit_exception .
ENDINTERFACE.
ENDINTERFACE.

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC .
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.96.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.97.0' ##NO_TEXT.
ENDINTERFACE.