abapinho / abapTimeMachine

ABAP Time Machine provides a much needed way to look at past versions of code in a consistent way. It also provides a sort of git-blame for ABAP (shows the request and author that last modified each line of code).
MIT License
65 stars 12 forks source link

Rewrite summary code #109

Closed nununo closed 3 years ago

nununo commented 3 years ago

The code is completely rewritten to become more generic, more structured and hopefully more clear and easier to maintain.

Also, transport requests now show to which systems they are already imported (this was actually the reason for the whole rewrite: to make it easy to add this kind of information).