mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
1.125.0 (#6472)
This commit is contained in:
parent
152ae1d59c
commit
e92a41c132
|
@ -8,6 +8,61 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
|
||||
2023-09-06 v1.125.0
|
||||
-------------------
|
||||
|
||||
+ Include deletions in "Transport to Branch" (#6291)
|
||||
+ Persist repository list settings (#6295)
|
||||
+ Repo view: Show icon for different original language (#6297)
|
||||
+ Added auto-confirmation of transport messages (#6317)
|
||||
+ EEEC: Enable object handler for Event Consumption Model (#6348)
|
||||
+ Separate translations from XML, PO files (#6189)
|
||||
+ Unit test page result: show syntax errors (#6308)
|
||||
+ SOD1/2: Add support for API Package & API Package Assignment (#6352)
|
||||
+ Enhance experimental features (#6393)
|
||||
+ SKTD: Knowledge Transfer Document (#6400)
|
||||
+ APIS: API Release State (#6403)
|
||||
+ IWOM/IWPR/TRAN: Implement changed_by (#6411)
|
||||
+ Add online/offline filter option for repo list (#6449)
|
||||
* Dont dump for unknown frontend (#6302)
|
||||
* IDOC, TABL: Set released and closed status (#6306)
|
||||
* Fix is_dirty check for Repo Settings (#6309)
|
||||
* Unit test page: dont show SAUNIT_NO_TEST_CLASS err (#6310)
|
||||
* Fixed links to new documentation (#6319)
|
||||
* Fix "Data" page: On back go back (#6322)
|
||||
* OO serializer: skip includes not found (#6324)
|
||||
* Bugfix, dump GETWA_NOT_ASSIGNED (#6325)
|
||||
* Fix syntax error insert report ... version (#6327)
|
||||
* Fix syntax error in zcl_abapgit_file_deserialize (#6328)
|
||||
* Fix dialog exit (#6326)
|
||||
* Fix GUI actions for Edge browser control (#6336)
|
||||
* Fix processing of TABU entries in case of multiple tables (#6338)
|
||||
* Fix Code Inspector jump (#6343)
|
||||
* Fix hotkeys for edge browser control (#6344)
|
||||
* Handling unsupported objects in deserialize process (#6320)
|
||||
* ALV: steampunk syntax compatibility (#6381)
|
||||
* Fix description handling (#6384)
|
||||
* TABU: Update entries with same key but different component values (#6380)
|
||||
* Clarify minimum version (#6391)
|
||||
* Fix potential crash in background mode (#6392)
|
||||
* TABU: Fix deserializing data (#6394)
|
||||
* Fix update of checksums on pull (#6395)
|
||||
* Fix unit test page if there are no unit tests (#6397)
|
||||
* Fix edge control (#6401)
|
||||
* DRUL: fix changed_by() (#6402)
|
||||
* SOD1/2: Check for support and add changed_by (#6404)
|
||||
* Improve confusing progress message (seemingly always 200 objects) (#6432)
|
||||
* Improve performance of push for large repos (#6390)
|
||||
* Fix runtime error in zcl_abapgit_abap_language_vers (#6427)
|
||||
* Fix Syntax Check warnings regarding secondary keys (#6435)
|
||||
* DSYS: Fix error for objects containing / in name (#6431)
|
||||
* Clarify error messages about folder logic (#6447)
|
||||
+ Unit Test List subpackages (#6445)
|
||||
* CLAS/INTF: Fix seocompotx during deserialization (#6457)
|
||||
* Apply filter after TADIR selection (#6462)
|
||||
* Fix dump in ZCL_ABAPGIT_GIT_PACK=>DECODE (#6468)
|
||||
|
||||
2023-05-15 v1.124.0
|
||||
-------------------
|
||||
|
||||
|
@ -32,7 +87,7 @@ Legend
|
|||
* DEVC: Clear TPCLASS (#6251)
|
||||
* NROB: clear admin fields (#6255, #6280)
|
||||
* INTF, WEBI: Hide objects generated by proxy (SPRX) (#6259)
|
||||
* Fix for namespace check when there are multiple namespaces within a repo (#6263)
|
||||
* Fix for namespace check when there are multiple namespaces within a repo (#6263)
|
||||
* Run unit tests: Fallback to code inspector (#6264)
|
||||
* fix dump in `zcl_abapgit_data_utils` while getting key fields (#6269)
|
||||
* Fix dump related to exit implementations (#6268)
|
||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
|||
PUBLIC .
|
||||
|
||||
CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
||||
CONSTANTS c_abap_version TYPE string VALUE '1.124.0' ##NO_TEXT.
|
||||
CONSTANTS c_abap_version TYPE string VALUE '1.125.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user