Marc Bernard

Results 139 issues of Marc Bernard

pulling latest version on 750 SPS 19 (AG 1.107) causes a dump for this object ![image](https://user-images.githubusercontent.com/59966492/117339928-9bfd4800-aea0-11eb-9611-8d6d30b52c17.png) `CL_APL_ECATT_XML_DATA->ADD_ITEM` ![image](https://user-images.githubusercontent.com/59966492/117340102-d49d2180-aea0-11eb-9f0b-3ba0e1a046aa.png) ![image](https://user-images.githubusercontent.com/59966492/117340297-04e4c000-aea1-11eb-80f4-46fdb1685555.png) 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...

service-badge

`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

discussion

After switching branches, you can get the following status although the remote side has not changed at all. It's just different between branches. ![image](https://user-images.githubusercontent.com/59966492/95482649-60c38680-095c-11eb-83f1-8c62a98acdc8.png) It's incorrect and confusing as mentioned...

discussion

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...

new feature

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`...

discussion

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...

refactoring

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).

serialization
discussion

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...

refactoring

Example: Repo is set to 'English' but contains a class with original language 'German' Pulling leads to this: ![image](https://user-images.githubusercontent.com/59966492/172615551-fc403b28-1a31-403c-9d18-00258fe86c03.png) Issues: - [ ] The xml should not include the original...

serialization