mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
e4fd14ee73
commit
051c9c6569
|
@ -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
|
||||
|
|
|
@ -245,4 +245,4 @@ CLASS zcl_abapgit_gui_page_main IMPLEMENTATION.
|
|||
|
||||
ENDMETHOD.
|
||||
|
||||
ENDCLASS.
|
||||
ENDCLASS.
|
||||
|
|
|
@ -83,4 +83,4 @@ CLASS zcl_abapgit_gui_page_tutorial IMPLEMENTATION.
|
|||
|
||||
ENDMETHOD.
|
||||
|
||||
ENDCLASS.
|
||||
ENDCLASS.
|
||||
|
|
|
@ -1135,4 +1135,4 @@ CLASS zcl_abapgit_gui_page_view_repo IMPLEMENTATION.
|
|||
|
||||
ENDMETHOD.
|
||||
|
||||
ENDCLASS.
|
||||
ENDCLASS.
|
||||
|
|
|
@ -578,4 +578,4 @@ CLASS zcl_abapgit_services_repo IMPLEMENTATION.
|
|||
it_transport_objects = lt_transport_objects ).
|
||||
|
||||
ENDMETHOD.
|
||||
ENDCLASS.
|
||||
ENDCLASS.
|
||||
|
|
|
@ -71,4 +71,4 @@ INTERFACE zif_abapgit_repo_srv
|
|||
!ev_reason TYPE string
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
ENDINTERFACE.
|
||||
ENDINTERFACE.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user