abapGit/src/background
Martin Fuchs 4aab0166ac Pass log to deserialization API and show log (#2729)
* Pass log interface for de-serialization

Interface ZIF_ABAPGIT_LOG is now passed for deseriaization API.
This includes:
- Log messages for FUGR: Imported function modules and includes
- Improved error messages for TABL compare
- Log objects w/o changes
- Log is shown in the UI if available ("Log" entry appears if a log exists, no persistence!)
This PR enhances #2534 and #2694

Another important change: In case an object fails (or a single function module in a group fails), the import continues with the next object!

* small pretty printer changes

small pretty printer changes

* fix abaplint issues

reduce line sizes and ensure 7.02 compatibility

* show errors and warnings from pull

Errors and warnings after a pull are now part of the "message list" above the object list in the main screen and will be shown immediately. The new"Log" button shows errors, warnings and success messages on demand.
The log title is now part of the ZIF_ABAPGIT_LOG interface.

* fix abaplint issue

fix abaplint issue
2019-06-21 23:05:10 -07:00
..
package.devc.xml Background mode refactoring (#1707) 2018-07-29 10:08:42 +02:00
zcl_abapgit_background_pull.clas.abap Pass log to deserialization API and show log (#2729) 2019-06-21 23:05:10 -07:00
zcl_abapgit_background_pull.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_background_push_au.clas.abap replace uses of log with interface 2019-03-17 01:39:52 -07:00
zcl_abapgit_background_push_au.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_background_push_fi.clas.abap replace uses of log with interface 2019-03-17 01:39:52 -07:00
zcl_abapgit_background_push_fi.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_background.clas.abap ZIF_ABAPGIT_LOG: extend and move UI methods to new class (#2694) 2019-05-26 03:16:03 -07:00
zcl_abapgit_background.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_background.intf.abap replace uses of log with interface 2019-03-17 01:39:52 -07:00
zif_abapgit_background.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00