Marc Bernard
Marc Bernard
"Works great with initial pull into a new system but releasing the transport request/task after gives an error becuase it's not of the correct type since now the objects should...
### Phase 1 - Already Supported ([see docs](https://docs.abapgit.org/user-guide/reference/supported.html)) CLAS, DEVC, FUGR, INTF, PROG, DCLS, DDLS, DDLX, "AFF" ### Phase 2 - DDIC Other object types that are supported by abapGit...
`zcl_abapgit_http->create_by_url` (https://github.com/abapGit/abapGit/pull/6771) Add longtext and link to docs
Object types supported by abapGit are listed in the [documentation](https://docs.abapgit.org/ref-supported.html). Instructions for implementing [new object types](https://docs.abapgit.org/development/serializers.html) are also available. List of requested object types: - [ ] #3860 - [...
All filtering should happen as part of `zcl_abapgit_tadir->read`. - Apply user-defined filter - Remove generated objects
Currently, all serializer classes are inheriting from `zcl_abapgit_objects_super`. The longer-term goal is to move things from the superclass into the interface `zif_abapgit_object`.
Trying any toolbar option leads to error `Repository not found in database. Key: REPO, #`:  GUI for Windows:  GUI for HTML:  Cause: The toolbar options are rendered...
There are several objects that require 'special' logic outside of the general `zif_abapgit_object` interface. The special logic should be moved to the corresponding object serializer classes. Logic exists already? |...
After selecting files to stage, SAP GUI for HTML raises the following error message:  ```text Received "[1006] at least one batch step has failed" on batch step #1: {"content":"rg_post_data.frame_name=itshtmlvwrfnC116&rg_post_data.sap_event=&/src/0242ac1100021eebb1bbc829fae4fe35.smim.abapgit_ci_result.html=?&/src/0242ac1100021eebb1bbc829fae4be35.smim.abapgit_ci_result.json=A","post":"action/401"}...
Test org (https://github.com/abapGit-tests) is missing repos for the following object types supported by abapGit: - [x] CMPT - Code Composer Template - [x] CUS2 - Customizing Attributes - [x] DIAL...