Commit Graph

1115 Commits

Author SHA1 Message Date
Lars Hvam
b72623e09d Merge pull request #510 from nununo/master
To close #509 and make abapGit fully compatible with 702 again
2016-12-29 10:44:11 +01:00
nununo
72fcc7bd24 ASSERT_TRUE and ASSERT_FALSE replaced
...with ASSERT_EQUAL for backward compatibility with 702.
2016-12-29 10:38:21 +01:00
larshp
426efa8003 FUGR: fix cua 2016-12-29 09:37:14 +00:00
Nuno Godinho
2b07fbfe52 Merge remote-tracking branch 'refs/remotes/larshp/master' 2016-12-29 09:25:55 +00:00
larshp
585f30d589 FUGR: fix texpool
METHOD deserialize_textpool moved
2016-12-29 09:11:00 +00:00
Lars Hvam
d6d44c464e Merge pull request #508 from EduardoCopat/class-intf-refactor
Class intf refactor - Issue #21
2016-12-27 09:02:05 +01:00
larshp
392c691b33 TABL: clear more 2016-12-26 19:39:52 +00:00
larshp
66635c8929 TABL: clear invalid field value 2016-12-26 19:16:53 +00:00
eduardocopat
8384bd8994 code review 2016-12-23 11:19:03 +01:00
eduardocopat
eae2287449 Final cleanup 2016-12-22 16:40:22 +01:00
larshp
161f9dac68 TABL TRAN fixes
TABL: make sure MASKLEN contains valid data, or the XML serialization will dump

TRAN: allow empty description
2016-12-22 15:39:56 +00:00
eduardocopat
7fdcf7aa73 Refactoring into INTF class since we have tests 2016-12-22 16:23:40 +01:00
eduardocopat
dd23247095 Sotr TextPool Docu 2016-12-22 16:07:25 +01:00
eduardocopat
56675067e4 added interface tests 2016-12-21 16:03:27 +01:00
eduardocopat
c0cb1f2a95 Breaking into several tests 2016-12-21 15:29:27 +01:00
eduardocopat
9ade177c49 class_abap_deserializing 2016-12-21 14:18:18 +01:00
eduardocopat
e763228fc5 Tests dependency isolation for creation 2016-12-21 10:30:23 +01:00
atsy
4754d3632d ag, agpi instllation adds fav, fix #506 2016-12-16 11:36:58 +02:00
larshp
4cec7f6094 change case, ABAPGit -> abapGit 2016-12-16 07:56:42 +00:00
larshp
e4ee163858 bump version to v1.24.7 2016-12-16 07:51:12 +00:00
Lars Hvam
cffb3d2725 Merge pull request #505 from sbcgua/master
XML highlighting, faster abap highlighting
2016-12-16 08:49:33 +01:00
sbcgua
79d74c06f1 linter fix 2016-12-15 22:24:09 +02:00
Lars Hvam
770e3ac117 Merge pull request #504 from nununo/master
Removed invalid mix between CHANGING and RETURNING
2016-12-15 16:48:47 +01:00
nununo
c2ab83ed64 Removed invalid mix of EXPORTING with RETURNING
- And conforming parameter names with project's style
- And now the lines are added to the table inside the auxiliary methods (since we are now EXPORTING and thus can no longer call the method directly in the INSERT command.
2016-12-15 16:09:37 +01:00
Nuno Godinho
3455010967 Merge remote-tracking branch 'larshp/master' 2016-12-15 14:47:23 +00:00
larshp
4acf442e3c WDYN: fix dump, overwriting protected field 2016-12-15 11:10:39 +00:00
larshp
1ee92803d6 bump version to v1.24.6 2016-12-15 10:56:44 +00:00
Lars Hvam
b802696006 Merge pull request #503 from nununo/master
Dynamically accessing fields which still don't exist in version 702
2016-12-15 11:55:11 +01:00
nununo
94cb868745 Dynamicaly accessing fields for 702 compatibility
The following fields still don't exist in structure s_controller in version 702:
-controller_exceptions
-controller_exception_texts

So we remove any direct reference to them and access them dynamically

This required changes in 3 places of class LCL_OBJECT_WDYN.
2016-12-15 11:20:44 +01:00
Nuno Godinho
a14c02538a Merge remote-tracking branch 'larshp/master' 2016-12-15 09:53:06 +00:00
sbcgua
5af19e6200 faster abap syntax (hash vs regex) #443 2016-12-14 19:53:43 +02:00
TheWirtschaftsmann
b509a3e11f Xml syntax - part2 #443
* code style adjustments
* styles & small fixes
* Refactoring of XML-parser
2016-12-14 17:57:31 +02:00
TheWirtschaftsmann
29f0a9646c Xml syntax #443
* Refactoring   update
Overview of changes:
- Renaming of ltcl_code_highlighter* to ltcl_syntax_highlighter*. 
- Fine-tuning of regex generation.
- Fine-tuning of order_matches to take into account key words inside of structures.
* file extension
Refactored checking of file extension.
* Refactoring of highlighter
Refactoring of highlighter and adding XML-parser.
2016-12-13 22:36:01 +02:00
Lars Hvam
fee92b6867 Merge pull request #499 from Sirius-A/refactor-author-regex
refactor commit author regex fixes #410
2016-12-13 19:08:23 +01:00
Fabio Zuber
8447e0cc2d refactor commit author regex fixes #410 2016-12-13 17:18:31 +01:00
Lars Hvam
371ce55e3f Merge pull request #496 from sbcgua/master
W3xx remove filesize, finetune, fixes #495
2016-12-13 07:42:28 +01:00
sbcgua
77cea07806 tutorial minor tuning #469 2016-12-12 21:22:04 +02:00
eduardocopat
d474a48cdb Isolating creation dependencies 2016-12-12 17:33:41 +01:00
EduardoCopat
8a24e6fc6d Merge remote-tracking branch 'refs/remotes/larshp/master' 2016-12-12 14:35:51 +01:00
sbcgua
c78d3bb339 W3xx remove filesize finetune, fixes #495 2016-12-12 14:29:45 +02:00
larshp
c48741b7d1 fm POPUP_TO_DISPLAY_TEXT replaced
function module does not exist in my test system
2016-12-11 07:41:20 +00:00
larshp
8dde34a28f v1.24.5 2016-12-11 07:35:50 +00:00
Lars Hvam
c6aa0959a9 Merge pull request #493 from sbcgua/master
topmenu & tutorial finetuning
2016-12-11 08:31:06 +01:00
sbcgua
c4b06d7853 topmenu & tutorial finetuning #487 2016-12-10 10:26:20 +02:00
larshp
d4c29d6ce7 fix dump 2016-12-09 11:00:37 +01:00
EduardoCopat
6b8f63e364 Enable tadir deletion of SUSC 2016-12-08 18:26:13 +01:00
larshp
f9fbe7e6f7 fix newline 2016-12-07 17:17:21 +00:00
EduardoCopat
735941a9c5 Make the critical tests tolerable
So that we don't receive a red bar when not running them.
2016-12-07 15:52:39 +01:00
larshp
e4bfe673cf diff - add progress indicator
rendering a large diff takes some time, added progress indicator
2016-12-07 08:09:26 +01:00
Lars Hvam
b1fcd33eed Merge pull request #489 from larshp/486
INTF: fix changed by, close #486
2016-12-06 10:11:42 +01:00