Marc Bernard

Results 464 comments of Marc Bernard

I have a hard time reproducing this. Are you sure the issue is related to the fontawesome file? that file is in the mime repo (`.smim`) and I don't see...

The requirements for more security are certainly there and prevent companies from adopting abapGit (https://github.com/larshp/abapGit/issues/3432). Without proper auth-checks, one can't call it "enterprise ready" which some (many?) companies require. Sure...

@ThomasPloski now we have embedded steampunk... how about contributing all these object types?

Program `RS_STREE_OBJECTS_TO_REQ_GET` is used produce consistent transport requests for `SHI3`, `SHI6`, and `SHI7`. This includes the `TABU` entries that are required for the transport (otherwise you get an error when...

agree. We might be able to use it like signing emails with SMIME ![image](https://user-images.githubusercontent.com/59966492/113437451-e34a7180-93e6-11eb-974d-c378c5ce5ebb.png) ![image](https://user-images.githubusercontent.com/59966492/113437516-0b39d500-93e7-11eb-925d-f5d7e2b130c5.png) I think you add signing certificates to the STRUST address book first and then you...

It's a known issue. AG works on object-level (`r3tr fugr`) and does not handle parts (`limu func`) of objects individually. The same is true for classes (see https://github.com/abapGit/abapGit/issues/1066) or other...

I don't see why adding "repair" in abapGit is necessary. In the system where the interface was changed, the classes using the interface need to be changed too. either manually...

Why would only the interface changes be pulled and not the classes as well? If you removed for example `zif_abapgit_object~changed_by` and correspondingly remove this method implementation from all `zcl_abapgit_object_xxxx` classes,...

thx for the test case. it's indeed a bug. we don't want to call "repair" for all classes "just in case". let's see if we can make it conditional

This brings me back to https://github.com/abapGit/abapGit/issues/3382, which allowed viewing any local or remote file. I saved the changes somewhere. Not sure when I find the time to bring it back...