Marc Bernard

Results 139 issues of 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...

bug

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

serialization
new feature

`zcl_abapgit_http->create_by_url` (https://github.com/abapGit/abapGit/pull/6771) Add longtext and link to docs

documentation

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

serialization
new feature

All filtering should happen as part of `zcl_abapgit_tadir->read`. - Apply user-defined filter - Remove generated objects

refactoring

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

refactoring

Trying any toolbar option leads to error `Repository not found in database. Key: REPO, #`: ![image](https://github.com/abapGit/abapGit/assets/59966492/f62065a3-7773-4957-9d25-a793d16ba030) GUI for Windows: ![image](https://github.com/abapGit/abapGit/assets/59966492/af1453b3-85d0-4d5a-aad5-d0c35d2a1b96) GUI for HTML: ![image](https://github.com/abapGit/abapGit/assets/59966492/e89267cd-4848-41b7-ae3a-67040a15cee4) Cause: The toolbar options are rendered...

low priority
user interface

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

serialization
refactoring

After selecting files to stage, SAP GUI for HTML raises the following error message: ![image](https://github.com/abapGit/abapGit/assets/59966492/c63dfcfe-282b-4c79-8390-14ef43b48665) ```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"}...

low priority
user interface

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

good first issue
ci