Commit Graph

12 Commits

Author SHA1 Message Date
Christian Guenter
b1e3fbc4b3 Fix key word order 2018-11-07 08:17:26 +01:00
Christian Guenter
8189d27b80 Code Inspector: new feature run adhoc unit tests
This commit refactors the logic from zcl_abapgit_syntax_check to the new class zcl_abapgit_adhoc_code_insp. Which can be used to run arbitrary code inspections adhoc. zcl_abapgit_syntax_check delegates to zcl_abapgit_adhoc_code_insp.

Additionally the new class zcl_abapgit_abap_unit_tests is introduced to run ABAP unit tests for a particular package (hierarchy). It can be acessed via zcl_abapgit_factory%3D>get_abap_unit_tests.
2018-11-07 07:17:31 +01:00
Christian Guenter
06c3d69b64 Code Inspector: Fix background processing
This commit enables the code inspector for background processing.
Before this commit is applied code inspection in background resulted in lock errors.
2018-11-05 12:46:58 +01:00
Christian Günter
ef956b9486 Parallelize code inspector 2018-10-02 07:46:57 +02:00
christianguenter2
ea798193d0 Block commit/push if code inspection has errors
- new local setting to set check variant
- new local setting to block pull if code inspector check fails
- check is executed before staging
- new page to display code inspector results
2018-06-28 13:21:29 +02:00
larshp
1097b015fc ignore deleted objects in syntax check 2018-03-16 16:05:08 +01:00
larshp
35dcb801e7 change table recursion to method recursion #959 2017-10-08 06:56:40 +00:00
larshp
306e5f9e8c downport to 702 #933 2017-10-05 15:36:21 +00:00
larshp
deecf87870 fix indentation 2017-09-19 19:17:50 +00:00
larshp
8490b08e8f class done, next step ui, #911 2017-09-19 19:15:34 +00:00
larshp
374e69146c more syntax check #911 2017-09-12 19:45:37 +00:00
larshp
9f126932cc first steps #911 2017-09-11 17:53:06 +00:00