Lars Hvam

Results 648 issues of Lars Hvam

When pulling a transparent TABL, abapGit determined to "Delete and recreate local object", which will lead to data loss. The table exists locally and remotely. As usual, the status information...

bug

https://blogs.sap.com/2022/07/26/storing-abap-build-artifacts-in-oci-registry/ allowing only pulls needs https://en.wikipedia.org/wiki/Tar_(computing)

crazy
new feature
refactoring
discussion
repo

https://www.kernel.org/pub/software/scm/git/docs/technical/protocol-v2.html https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html https://git-scm.com/docs/protocol-v2 https://blog.github.com/changelog/2018-11-08-git-protocol-v2-support/ without blobs, https://stackoverflow.com/a/57896644

crazy
new feature

**as is:** `SERIALIZE` reads the data in the system and creates the files `DESERIALIZE` reads files and imports the object into the system **wish:** decouple the reading and writing of...

serialization
refactoring

Suggest the following: - [ ] remove method CREATE_NEW_LOG - [ ] remove method GET_LOG - [x] remove method RESET_LOG - [ ] remove instance variable MI_LOG and instead have...

refactoring
repo

Class ZCL_ABAPGIT_DEPENDENCIES is used to determine the object deletion sequence. It contains object specific code, which I suggest moving to each object, as a new method in `ZIF_ABAPGIT_OBJECT`, the method...

serialization
refactoring

deserialization, compare_remote_to_local popup to UI

serialization
user interface
refactoring
repo

related to #773 Requirements: * No use of selection screen or custom dynpros, it should work with global classes * Decouple GUI and logic, `lcl_password_dialog=>popup` is called deep inside the...

user interface
refactoring

With a lot of objects it could be nice with parallel deserialization, not sure how to do it, will probably cause some problems.

crazy
new feature

remove check for absolute name `ZCL_EXCEL_STYLE`, just cast it, the developer will find out `ZEXCEL_CELL_STYLE` is `typekind_hex`, so it will work with the last condition