Marc Bernard
Marc Bernard
Options: 1. enhance checksums to work by branch/tag/remote 2. remove checksum feature completely (it's not needed for the listed cases) Without checksums, we won't be able to tell which side...
Thanks for testing @einareiriksson. I will take a look at how to avoid this.
hi @einareiriksson, can you please test #6816?
The GUI status should be created in `zcl_abapgit_persist_migrate=>gui_create_status`. Put a break-point there in the standalone report and check why it's not working. https://github.com/abapGit/abapGit/blob/main/src/persist/zcl_abapgit_persist_migrate.clas.abap
From the Repo List, go to Utilities > Debug Info. Please, download the output and attach it here (as zip) Try deleting GUI status in SE80. It should be recreated...
See https://github.com/SAP/abap-file-formats/pull/511
@schneidermic0 I still don't understand why you need the cryptic JSONpath format when it's just a different but less user-friendly representation of JSON.
Why not call `zcl_abapgit_serialize=>serialize`? TADIR in, FILES out
Coincidentally, I have observed the same with https://github.com/larshp/abapGitServer which has a folder and several files in the MIME repository (not BSP). https://github.com/larshp/abapGitServer/tree/main/src/frontend Since there can be empty folders, solution 1...