-
btw, I have a planned feature: https://github.com/larshp/abapGit/issues/263
which would need to detect when something like https://github.com/EduardoCopat/code-review-with-abapgit/issues/1 happens
-
The sources can not be loaded in current abapGit version... :(
-
The password popup is referenced in two places:
- `ZABAPLINT_CONFIG`
- `ZABAPLINT_DEPENDENCIES`
It seems the first can be removed completely:
```abap
REPORT zabaplint_config.
*TABLES sscrf…
-
1. I was able to do multiple commit and push to my GitHub repo
2. Until one odd case where the abapGit link was broken -- my package no longer shown in the "abapGit Repositories" window
3. I tried t…
-
[ZCAXX_GIT_TEST_20241009_142645.zip](https://github.com/user-attachments/files/17308644/ZCAXX_GIT_TEST_20241009_142645.zip)
Packages are shown as Inactive when imported through AbapGit
Disclaime…
-
Hi,
Using FULL folder logic forces contributors to install to that exact package name, eg. Z2MSE_DEMO which typically will be a transportable package.
So it is not possible to install to a $ packag…
-
A TADIR entry exists for a deleted Function Group, the `exists` method fails, yet an empty XML file is generated containing
```xml
```
-
I've installed this repo in several systems over the last few weeks and every time I've had to manually activate XSLT objects after import. After manually activating, everything works fine. I'm not su…
-
WITH KEY does not accept method call
https://github.com/abapGit/abapGit/pull/4038/files
-
example,
```abap
CLASS zcl_abapgit_object_wdcc DEFINITION
INHERITING FROM zcl_abapgit_objects_super
PUBLIC.
ENDCLASS.
```