sapcli icon indicating copy to clipboard operation
sapcli copied to clipboard

Command Line Interface for interaction with SAP tools

Results 15 sapcli issues
Sort by recently updated
recently updated
newest added

https://github.com/jfilak/sapcli/blob/2bcd23dfb0fec3b578d2a44daf57ba1d84c10d12/sap/cli/aunit.py#L248-L252 Hi, I often have transports that do not have any objects with unit tests in them. I would like my build on the merge request to not fail if...

"Now it is clear that file formats and file system should be in a different module. " Unite commands return codes (exception handling).

Given I have a class with a syntax error: ![image](https://github.com/jfilak/sapcli/assets/5233413/5b9903da-1eb7-4f48-a938-04b159a1bc50) When I run the ATC via SAP GUI, it reports two entries: ![image](https://github.com/jfilak/sapcli/assets/5233413/3ee318e1-e476-4036-b6b0-b11b5089d25a) However, when I run it via `sapcli`:...

GET /repository//getHistory { result: [ { rid: , checkoutTime: , fromCommit: , toCommit: , caller: , request: , type: (PULL | CLONE), state: DONE, rc: } ] }

``` use is None intead of "not" RepoActivitiesQueryParams: use is None instead of not activities ```

Main effort is to split Connection in `sap/adt/core.py` into `ConnectionViaRFC` and `ConnectionViaHTTP`. I don't have many test for this as this would require a Netweaver Server.

https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/d8cec788fc104ff9ad9c3757b4dd13d4.html?locale=en-US

While executing SAPCLI command for ATC and aunit from Azure DevOps checks works fine when executed on the main program. But it doesnt work when used on the include program....

It must be possible to change FOLDER_LOGIC of linked repositories (abapGit settings docu -> https://docs.abapgit.org/ref-dot-abapgit.html) It would be nice if "abapgit link" accepted some minimal basic settings like Folder Logic...