Git client for ABAP
Go to file
Marc Bernard 20c1dc0bda
Remove obsolete late_deser from metadata (#4116)
The field `late_deser` in `ZIF_ABAPGIT_DEFINITIONS=>ty_metadata` is obsolete:

```abap
  TYPES:
    BEGIN OF ty_metadata,
      class        TYPE string,
      version      TYPE string,
      late_deser   TYPE abap_bool, " refactor: can be removed later. replaced by steps
      delete_tadir TYPE abap_bool,
      ddic         TYPE abap_bool,
    END OF ty_metadata .
```

The PR removes the remaining usage with one exception: `ZCL_ABAPGIT_OBJECTS_BRIDGE->GET_DESERIALIZE_STEPS` still depends on the field. In order to remove it completely, the plug-in interface `zif_abapgitp_plugin` (https://github.com/abapGit/abapGit-Plugins/blob/master/src/zif_abapgitp_plugin.intf.abap) will have to be changed.

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-11-02 09:30:55 +01:00
.github/workflows new URL, updates (#3936) 2020-09-24 09:42:52 +02:00
ci ci: update constants (#3723) 2020-08-10 09:40:20 +02:00
docs add user exit for commit display URL (#4073) 2020-10-28 07:00:37 +01:00
src Remove obsolete late_deser from metadata (#4116) 2020-11-02 09:30:55 +01:00
.abapgit.xml Codespaces setup (#3666) 2020-07-28 09:20:02 +02:00
.devcontainer.json Codespaces setup (#3666) 2020-07-28 09:20:02 +02:00
.editorconfig Add format for *.abap (#3679) 2020-08-13 09:05:19 +02:00
.eslintrc.yaml Eslint (#2240) 2018-12-30 08:05:17 +01:00
.gitignore setup linting of the compiled report (#3408) 2020-05-24 10:36:14 +02:00
abaplint.json Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
changelog.txt 1.100.0 (#3970) 2020-10-01 11:08:01 +02:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2017-10-16 17:31:46 -02:00
CONTRIBUTING.md Improvements to contribution guidelines (#2728) 2019-06-07 20:19:27 +02:00
LICENSE Create LICENSE 2014-07-08 15:07:58 +02:00
package.json Update eslint requirement from ^7.12.0 to ^7.12.1 (#4119) 2020-11-02 09:08:26 +01:00
README.md update links (#3979) 2020-10-05 16:53:30 +02:00

CI Slack abap package version

abapGit

Git client for ABAP

Works with: GitHub, GitLab, Assembla, Bitbucket, abapGitServer, AWS, TFS, Azure DevOps and more.

ABAP Version: 702 or higher

Latest build: zabapgit.abap NB: Some people reported that browsers have issues displaying the file with 75k lines. The easiest solution is to "Save as" the link above and then open it with any editor/viewer (notepad included) and copy from there.

Recommend using SAP GUI for Windows, there are multiple issues related to running abapGit and Java SAP GUI. Focus is on supporting ADT instead of supporting Java SAP GUI.

Design Goals

  • Easy installation
  • Easy upgrade
  • Small system footprint
  • Code readable in git repository

Documentation/Guides

https://docs.abapgit.org

Contributing

You can find the contribution guidelines here.

Projects using abapGit

See dotabap.org or this page.

FAQ

For questions/comments/bugs/feature requests/wishes please create an issue

abapgit

Credits and references

Icons used in abapGit are created from Font Awesome free icon set (CC BY 4.0 License).