Marc Bernard

Results 464 comments of Marc Bernard

I'm learning more about app components than I wanted to know... Not sure if my test helps (750 sp 19)... After first pull, I get a diff ![image](https://user-images.githubusercontent.com/59966492/99815471-5a5a2a00-2b18-11eb-8c3f-197d821112ca.png) There's no...

the transport for this: ![image](https://user-images.githubusercontent.com/59966492/99816406-a22d8100-2b19-11eb-84f8-24ab0c1bdf5a.png) Looks like we need SHI6 serializer and SHI5 is missing as you noted in the other issue

STREE_A_I_ASSIGN_TO_COMP_HIER might give a hint. It does a lot with BMFR, GHIER

Looking at `RS_STREE_OBJECTS_TO_REQ_GET` and `STREE_INSERT_ALL_IN_TRANSPORT` which is called from the report, it's a quite complex task. However, it looks like we could call this function with `IV_RETURN_OBJECTS_AND_KEYS = abap_true` and...

closed by https://github.com/abapGit/abapGit/pull/5329, https://github.com/abapGit/abapGit/pull/5466 ?

i like the idea. i would use `tests` instead of `ut`. other candidates: - `ddic` - `json` - `js` nice to have: - clicking on tag filters the list

Agree. `ddic` is a different categorization. It actually fits the `icon` column, which could also be available for filtering. I'm undecided on colors for tags. It kind of works when...

AG uses http/https to connect from the SAP system to the git repository. So your firewall needs to allow this traffic/ports.

Reference to SAP docs for abapGit on BTP: https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/d62ed9d54a764c53990f25f0ab6c27f9.html

I don't think anything has changed on the GH side. abapGit uses `github.com` but oauth works only with `api.github.com` (https://github.com/abapGit/abapGit/issues/3766#issuecomment-692925722). But if you think there's a solution, feel free to...