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

Latest timestamp = latest version when all TRs are released #98

Closed nununo closed 3 years ago

nununo commented 3 years ago

Currently the latest timestamp is always today's date+time.

This doesn't really make sense when there are no open TRs since no changes happened since the last TR was released. In these cases the latest timestamp should not be there.

nununo commented 3 years ago

Actually #104 completely solved this.

There is another issue loosely related to this concerning temporary versions generated for open TRs or local objects for which I'll open a new issue.