Marc Bernard
Marc Bernard
pulling latest version on 750 SPS 19 (AG 1.107) causes a dump for this object  `CL_APL_ECATT_XML_DATA->ADD_ITEM`   Might be AG problem in deserializer though
## Description This service is for displaying the results of check runs in GitHub. ## Data - Is there a public API? Yes - Does the API require an API...
`client specified` is [obsolete](https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapselect_client_obsolete.htm) and [not supported in ABAP for Cloud](https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapselect_client.htm). One usage in abapGit: https://github.com/abapGit/abapGit/blob/8555d1a0da6400fc04dbb0e3851e69bf76e5b720/src/utils/zcl_abapgit_user_record.clas.abap#L170-L182
After switching branches, you can get the following status although the remote side has not changed at all. It's just different between branches.  It's incorrect and confusing as mentioned...
I always wanted to see the exact serialization of local and remote objects, of course nicely rendered in abapGit. I have enhance the "Diff page" to now be able to...
abapGit is missing a general mechanism to secure various functions. We do have an exit (via `ZCL_ABAPGIT_AUTH=>IS_ALLOWED`) but it is used only in a few places. Suggestion: We call `ZCL_ABAPGIT_AUTH=>IS_ALLOWED`...
CI revealed issues with uninstalling repos. A key cause was dependencies between objects. The old routine tried to delete objects continuously until all dependencies where resolved. However, packages were included...
Investigate if the "clear/fill logic" provided in `zcl_abapgit_field_rules` (https://github.com/abapGit/abapGit/pull/5464) should be applied to regular (non-generic) object class implementations (see https://github.com/abapGit/abapGit/pull/5464#issuecomment-1101243855).
https://github.com/abapGit/abapGit/search?q=aliases&type=code - [x] Aliases in `zcl_abapgit_ajson*` (exception since code is imported) - [x] Aliases in `zcl_abapgit_html` - [x] Aliases in `zcl_abapgit_object_xxxx` Most of the time `ALIASES mo_files FOR zif_abapgit_object~mo_files.` can...
Example: Repo is set to 'English' but contains a class with original language 'German' Pulling leads to this:  Issues: - [ ] The xml should not include the original...