abapGit/src
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
..
apack Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
background Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
git Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
http Remove remaining 2FA objects (#4039) 2020-10-17 11:04:56 +02:00
json Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
objects Remove obsolete late_deser from metadata (#4116) 2020-11-02 09:30:55 +01:00
persist Add selected commit to repo persistence (#4095) 2020-10-29 06:48:41 +01:00
syntax Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
test File format update collection (#2605) 2019-03-31 01:17:46 -07:00
ui 702: Fix syntax error and missing check variant (#4117) 2020-11-02 09:29:09 +01:00
utils 702: Fix syntax error and missing check variant (#4117) 2020-11-02 09:29:09 +01:00
xml Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zlib refactoring, delete unused variables and methods (#3203) 2020-02-09 09:38:17 +01:00
package.devc.xml add packages 2017-10-05 15:04:30 +00:00
zabapgit_forms.prog.abap Exit logic should only be applied for main sel scr (#4060) 2020-10-24 08:14:23 +02:00
zabapgit_forms.prog.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit_parallel.fugr.lzabapgit_paralleltop.abap lower case 2019-01-24 14:32:32 +01:00
zabapgit_parallel.fugr.lzabapgit_paralleltop.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit_parallel.fugr.saplzabapgit_parallel.abap indentation and se80 reorderings 2018-12-26 06:35:55 +01:00
zabapgit_parallel.fugr.saplzabapgit_parallel.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit_parallel.fugr.xml 1.91.0 (#3019) 2019-10-31 15:16:45 +01:00
zabapgit_parallel.fugr.z_abapgit_serialize_parallel.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zabapgit_password_dialog.prog.abap Improve label in user/password popup (#3934) 2020-09-24 09:44:39 +02:00
zabapgit_password_dialog.prog.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit.prog.abap linting (#2861) 2019-08-11 23:16:10 -07:00
zabapgit.prog.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit.tran.xml update to latest abapGit format 2017-01-22 09:37:26 +00:00
zcl_abapgit_auth.clas.abap More classes to global (#1209) 2018-02-17 12:40:54 +01:00
zcl_abapgit_auth.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_branch_overview.clas.abap Implementation (#4086) 2020-10-28 10:41:22 +01:00
zcl_abapgit_branch_overview.clas.testclasses.abap Move commit-specific methods from ZCL_ABAPGIT_BRANCH_OVERVIEW to new class ZCL_ABAPGIT_GIT_COMMIT (#4026) 2020-10-19 11:24:38 +02:00
zcl_abapgit_branch_overview.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_code_inspector.clas.abap 702: Fix syntax error and missing check variant (#4117) 2020-11-02 09:29:09 +01:00
zcl_abapgit_code_inspector.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_cts_api.clas.abap Change dummy value for TR_CHECK_TYPE 2018-11-17 06:25:04 +01:00
zcl_abapgit_cts_api.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_default_transport.clas.abap Set validity of default transport to one day (#4051) 2020-10-22 08:43:02 +02:00
zcl_abapgit_default_transport.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_dependencies.clas.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcl_abapgit_dependencies.clas.testclasses.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcl_abapgit_dependencies.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_dot_abapgit.clas.abap Simplify Ignore Logic (#3996) 2020-10-13 16:27:28 +02:00
zcl_abapgit_dot_abapgit.clas.testclasses.abap Simplify Ignore Logic (#3996) 2020-10-13 16:27:28 +02:00
zcl_abapgit_dot_abapgit.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_environment.clas.abap remove text pragmas and pseudo comments (#3827) 2020-09-03 09:13:47 +02:00
zcl_abapgit_environment.clas.testclasses.abap environment, add tests and fix dump (#2827) 2019-08-02 01:21:03 -07:00
zcl_abapgit_environment.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_exit.clas.abap add user exit for commit display URL (#4073) 2020-10-28 07:00:37 +01:00
zcl_abapgit_exit.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_factory.clas.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcl_abapgit_factory.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_file_status.clas.abap Fix state calculation for deleted objects (#4084) 2020-10-28 06:57:27 +01:00
zcl_abapgit_file_status.clas.testclasses.abap Fix state calculation for deleted objects (#4084) 2020-10-28 06:57:27 +01:00
zcl_abapgit_file_status.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_folder_logic.clas.abap remove text pragmas and pseudo comments (#3827) 2020-09-03 09:13:47 +02:00
zcl_abapgit_folder_logic.clas.testclasses.abap Removed the rest of endmethod/endclass comments 2018-10-18 07:27:27 +02:00
zcl_abapgit_folder_logic.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_injector.clas.abap Switching to PRs (#3695) 2020-08-27 07:47:27 +02:00
zcl_abapgit_injector.clas.testclasses.abap Cleanup (#2408) 2019-02-17 01:28:58 -08:00
zcl_abapgit_injector.clas.xml allow dependency injection from anywhere (#3614) 2020-07-12 13:06:38 +02:00
zcl_abapgit_merge.clas.abap Implementation (#4086) 2020-10-28 10:41:22 +01:00
zcl_abapgit_merge.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_migrations.clas.abap Add serialization for APACK manifests (#2485) 2019-03-11 23:34:32 -07:00
zcl_abapgit_migrations.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_news.clas.abap Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
zcl_abapgit_news.clas.testclasses.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcl_abapgit_news.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_performance_test.clas.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcl_abapgit_performance_test.clas.locals_def.abap Add performance test (#3847) 2020-09-08 10:39:20 +02:00
zcl_abapgit_performance_test.clas.locals_imp.abap Add performance test (#3847) 2020-09-08 10:39:20 +02:00
zcl_abapgit_performance_test.clas.xml Add performance test (#3847) 2020-09-08 10:39:20 +02:00
zcl_abapgit_repo_content_list.clas.abap Include inactive objects in show changes only (#4040) 2020-10-18 08:58:08 +02:00
zcl_abapgit_repo_content_list.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo_filter.clas.abap CHDO change document object #802 (#3207) 2020-03-04 06:29:31 +01:00
zcl_abapgit_repo_filter.clas.xml CHDO change document object #802 (#3207) 2020-03-04 06:29:31 +01:00
zcl_abapgit_repo_offline.clas.abap Fix startup of repo view (#3831) 2020-09-04 09:32:38 +02:00
zcl_abapgit_repo_offline.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo_online.clas.abap Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
zcl_abapgit_repo_online.clas.testclasses.abap add user exit for commit display URL (#4073) 2020-10-28 07:00:37 +01:00
zcl_abapgit_repo_online.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo_srv.clas.abap use HEAD symref as default branch (#3983) 2020-10-07 08:59:30 +02:00
zcl_abapgit_repo_srv.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo.clas.abap Add selected commit to repo persistence (#4095) 2020-10-29 06:48:41 +01:00
zcl_abapgit_repo.clas.testclasses.abap Extend unit tests to handle edge cases (#3952) 2020-09-29 07:46:25 +02:00
zcl_abapgit_repo.clas.xml Raise exception when no .abapgit.xml is found (#3512) 2020-06-16 13:10:03 +02:00
zcl_abapgit_sap_package.clas.abap remove more ALIASes (#3986) 2020-10-07 09:05:28 +02:00
zcl_abapgit_sap_package.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_serialize.clas.abap remove text pragmas and pseudo comments (#3827) 2020-09-03 09:13:47 +02:00
zcl_abapgit_serialize.clas.testclasses.abap ZIF_ABAPGIT_LOG: extend and move UI methods to new class (#2694) 2019-05-26 03:16:03 -07:00
zcl_abapgit_serialize.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_settings.clas.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcl_abapgit_settings.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_skip_objects.clas.abap optimize skip logic #2864 (#2868) 2019-08-13 22:39:41 -07:00
zcl_abapgit_skip_objects.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_stage_logic.clas.abap Diff state at stage and commit pages (#3003) 2019-10-27 11:26:59 +01:00
zcl_abapgit_stage_logic.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_stage.clas.abap remove text pragmas and pseudo comments (#3827) 2020-09-03 09:13:47 +02:00
zcl_abapgit_stage.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_tadir.clas.abap replace uses of log with interface 2019-03-17 01:39:52 -07:00
zcl_abapgit_tadir.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_transport_2_branch.clas.abap interface for zcl_abapgit_stage_logic #1955 (#1956) 2018-09-27 15:03:29 +02:00
zcl_abapgit_transport_2_branch.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_transport_mass.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_transport_mass.clas.locals_imp.abap Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
zcl_abapgit_transport_mass.clas.xml Enhance 'Transport to ZIP' to process multiple transport requests (#2683) 2019-06-11 08:57:08 -07:00
zcl_abapgit_transport_objects.clas.abap new URL, updates (#3936) 2020-09-24 09:42:52 +02:00
zcl_abapgit_transport_objects.clas.testclasses.abap move stage structures to interface #3377 2020-05-21 07:25:54 +02:00
zcl_abapgit_transport_objects.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_transport.clas.abap new URL, updates (#3936) 2020-09-24 09:42:52 +02:00
zcl_abapgit_transport.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_version.clas.abap Interface and implementing class in same package (#3528) 2020-06-21 10:23:43 +02:00
zcl_abapgit_version.clas.xml Interface and implementing class in same package (#3528) 2020-06-21 10:23:43 +02:00
zcl_abapgit_zip.clas.abap Refactoring (#3134) 2019-12-28 12:11:32 +01:00
zcl_abapgit_zip.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcx_abapgit_exception.clas.abap Remove reference to helper (#3981) 2020-10-05 17:34:57 +02:00
zcx_abapgit_exception.clas.testclasses.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcx_abapgit_exception.clas.xml do not skip descriptions check for exception classes (#2714) 2019-05-29 23:54:06 -07:00
zcx_abapgit_not_found.clas.abap Beautify 2 2017-10-25 21:55:46 +00:00
zcx_abapgit_not_found.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_auth.intf.abap Add auth check exit for repo creation 2019-03-14 10:45:38 +01:00
zif_abapgit_auth.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_branch_overview.intf.abap ABAP Unit for ZCL_ABAPGIT_BRANCH_OVERVIEW #1647 (#1654) 2018-07-20 09:29:41 +02:00
zif_abapgit_branch_overview.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_code_inspector.intf.abap REPO, remove method RUN_CODE_INSPECTOR 2019-02-20 22:00:36 -08:00
zif_abapgit_code_inspector.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_cts_api.intf.abap CTS integration (#2061) 2018-11-09 05:36:44 +01:00
zif_abapgit_cts_api.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_definitions.intf.abap UI: Unify rendering of branch, package, transport, user names (#4097) 2020-10-30 10:13:09 +01:00
zif_abapgit_definitions.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_dot_abapgit.intf.abap Block commit/push if code inspection has errors 2018-06-28 13:21:29 +02:00
zif_abapgit_dot_abapgit.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_environment.intf.abap Refactoring of ZCL_ABAPGIT_ENVIRONMENT (#2826) 2019-08-01 02:49:59 -07:00
zif_abapgit_environment.intf.xml Refactoring of ZCL_ABAPGIT_ENVIRONMENT (#2826) 2019-08-01 02:49:59 -07:00
zif_abapgit_exit.intf.abap add user exit for commit display URL (#4073) 2020-10-28 07:00:37 +01:00
zif_abapgit_exit.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_git_operations.intf.abap Interface ZIF_ABAPGIT_GIT_OPERATIONS 2018-08-05 13:05:08 +02:00
zif_abapgit_git_operations.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_lang_definitions.intf.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zif_abapgit_lang_definitions.intf.xml Issue 3066: Class text elements translation (#3078) 2020-01-08 07:36:36 +01:00
zif_abapgit_repo_listener.intf.abap remove INTERFACE LOAD statement (#4035) 2020-10-17 11:07:28 +02:00
zif_abapgit_repo_listener.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_repo_srv.intf.abap 1.97.0 (#3561) 2020-06-29 16:52:15 +02:00
zif_abapgit_repo_srv.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_sap_package.intf.abap SAP Package: Replace ASSERT with RAISE (#3421) 2020-05-26 06:09:17 +02:00
zif_abapgit_sap_package.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_stage_logic.intf.abap interface for zcl_abapgit_stage_logic #1955 (#1956) 2018-09-27 15:03:29 +02:00
zif_abapgit_stage_logic.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_tadir.intf.abap replace uses of log with interface 2019-03-17 01:39:52 -07:00
zif_abapgit_tadir.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_version.intf.abap 1.100.0 (#3970) 2020-10-01 11:08:01 +02:00
zif_abapgit_version.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00