Michael Käsemann
d2fbceb949
Added unit tests for conversion methods
...
- Added unit tests for metods BITBYTE_TO_INT and X_TO_BITBYTE of class ZCL_ABAPGIT_CONVERT.
2018-07-09 12:38:26 +02:00
mkaesemann
3ec6188536
Fixed build issues
...
Removed whitespace at end of empty line caused by the Github editor.
2018-07-09 11:35:57 +02:00
mkaesemann
7dc2dc1af2
Fixed formatting errors
...
Fixed indentation and linter issues
2018-07-09 11:32:32 +02:00
Michael Käsemann
3294474243
Performance Improvement in BITBYTE_TO_INT Conversion
...
- Changed: Reduced calculations and processing required to convert a bit string into an integer value to a minimum.
2018-07-09 11:09:53 +02:00
Lars Hvam
bc432de28d
Merge pull request #1600 from christianguenter2/1548
...
New default setting: jump to ABAP in Eclipse
2018-07-09 11:04:16 +02:00
Christian Guenter
f88a95d0d4
New default setting: jump to ABAP in Eclipse
2018-07-08 21:20:36 +02:00
Christian Guenter
6dc1f30cea
SCP1 jump
2018-07-08 21:09:04 +02:00
Christian Günter
e98dbffe92
Merge pull request #1595 from larshp/SCP1
...
Basic SCP1 support #1004
2018-07-08 20:54:53 +02:00
larshp
fdb2483b70
remove breakpoints
2018-07-08 11:12:13 +00:00
larshp
eb86f02a29
basic SCP1 support, #1004
2018-07-08 11:08:46 +00:00
Lars Hvam
99aab05fe6
Merge pull request #1593 from christianguenter2/1571
...
add timezone to overview page
2018-07-08 12:03:03 +02:00
larshp
bb3e092d61
basic SCP1 serialization
2018-07-08 10:02:44 +00:00
Christian Guenter
3ce838269d
add timezone to overview page
2018-07-08 09:54:34 +00:00
Lars Hvam
3483587879
Merge pull request #1592 from christianguenter2/1573
...
merge page: remove duplication
2018-07-08 11:41:22 +02:00
Christian Guenter
7684e7b2ad
merge page: remove duplication
2018-07-08 09:40:00 +00:00
larshp
66b1fa0bf5
docs: bits on writing serializers
2018-07-08 09:03:16 +00:00
Lars Hvam
290c1109a7
Merge pull request #1588 from JohannesKonings/issue_1585
...
syntax error in NW 7.31 caused by PARTIALLY IMPLEMENTED #1585
2018-07-08 07:21:01 +02:00
Lars Hvam
c6713e608d
Merge pull request #1587 from JohannesKonings/issue_1586
...
Embedded Expressions ALPHA cause syntax error on NW 7.31 #1586
2018-07-08 07:19:20 +02:00
Lars Hvam
528f8d7c3c
Merge pull request #1583 from larshp/issue_1449
...
remove link to plugins #1449
2018-07-08 07:18:51 +02:00
Lars Hvam
997256c0b4
Merge pull request #1577 from larshp/issue_1552
...
avoid duplicate objects in reset local #1552
2018-07-08 07:18:38 +02:00
Lars Hvam
5b10d4de03
Merge pull request #1576 from larshp/issue_1562
...
commit after updating checksums #1562
2018-07-08 07:18:26 +02:00
Johannes Konings
d605b89090
PARTIALLY IMPLEMENTED removed
...
https://github.com/larshp/abapGit/issues/1585
2018-07-07 18:31:42 +02:00
Johannes Konings
1f81fd9eff
Expressions ALPHA to CONVERSION_EXIT_ALPHA_OUTPUT
...
https://github.com/larshp/abapGit/issues/1586
2018-07-07 18:03:50 +02:00
Johannes Konings
7bea09ac10
Merge pull request #4 from larshp/master
...
sync
2018-07-07 17:33:47 +02:00
Lars Hvam
361a4b067a
docs: unit testing, #1390
2018-07-07 10:40:27 +02:00
larshp
21bd0ec64c
remove link to plugins #1449
...
remove link to plugins #1449
2018-07-07 08:33:52 +00:00
Lars Hvam
e3df40eb51
docs: add issue links to unsupported
2018-07-07 10:24:51 +02:00
larshp
583397ff31
avoid duplicate objects in reset local #1552
...
avoid duplicate objects in reset local #1552
2018-07-07 07:56:07 +00:00
larshp
79b6ed0fa5
commit after updating checksums #1562
...
commit after updating checksums #1562
plus remove some comments
2018-07-07 07:43:19 +00:00
Lars Hvam
0403e29109
Merge pull request #1573 from christianguenter2/issue_1559
...
run code inspector after conflict resolution
2018-07-07 09:01:14 +02:00
Lars Hvam
3a3c06825b
Merge pull request #1571 from christianguenter2/issue_1544
...
Add creator and created at to overview page
2018-07-07 08:59:20 +02:00
Lars Hvam
15c2fae36a
Merge pull request #1572 from larshp/issue_1539
...
PARA as DDIC, #1539
2018-07-07 08:55:55 +02:00
Christian Guenter
c6ebf2be1f
run code inspector after conflict resolution
2018-07-06 16:34:16 +02:00
Lars Hvam
20d4605491
Merge pull request #1568 from mkaesemann/feature/X_TO_BITBYTE_optimization
...
Performance Improvement in X_TO_BITBYTE Conversion
2018-07-06 16:28:07 +02:00
larshp
14683c1aef
PARA as DDIC, #1539
...
this will create the PARA object before the DTEL, tested ok via repo https://github.com/abapGit-tests/DTEL_with_PARA
2018-07-06 13:51:01 +00:00
Christian Guenter
73f2bdd13b
Add creator and created at to overview page
2018-07-06 13:46:49 +00:00
Michael Käsemann
f7f78dfc26
Performance Improvement in X_TO_BITBYTE Conversion
...
- Changed: Since X_TO_BITBYTE only converts a single byte to a bitstring, it is faster to use direct addressing instead of a loop/concatenate pair, since concatenate on characters has to process the whole char array in each run.
2018-07-06 15:39:52 +02:00
Lars Hvam
17d59cc28f
Merge pull request #1563 from mkaesemann/feature/limit_progress_indicator_update
...
Limit Progress Indicator Updates
2018-07-06 15:23:10 +02:00
mkaesemann
b80a10024b
Moved progress percentage calculation into execution block
...
Moved the progress percentage calculation into the execution block, because we don't need to calculate the percentage if we are not going to display it.
2018-07-06 15:16:28 +02:00
mkaesemann
7ec692389e
Fixed Date Calculation for Refresh Interval Detection
...
Forgot to recalculate the date, so we don't run into problems if someone works late at night
2018-07-06 14:54:47 +02:00
Lars Hvam
47a313602d
v1.71.0
2018-07-06 14:40:07 +02:00
larshp
28f1736a41
1.71.0
2018-07-06 12:35:16 +00:00
Lars Hvam
1abce8e84c
Merge pull request #1564 from EduardoCopat/1280
...
validate sub and super packages from installed repos
2018-07-06 14:29:36 +02:00
larshp
6db1b2fbfa
pretty print
2018-07-06 12:20:01 +00:00
Lars Hvam
0fa0c3bfe9
Merge pull request #1534 from christianguenter2/issue_1533
...
delete empty packages
2018-07-06 14:13:47 +02:00
COPAT
e3676de797
validate sub and super packages from repos
...
validate sub and super packages from repos
2018-07-05 23:35:29 +02:00
Christian Guenter
ad5ae2a185
delete empty packages
2018-07-05 23:19:32 +02:00
Christian Günter
0f740d89b7
Update other-articles-and-presentations.md
2018-07-05 20:34:46 +02:00
Michael Käsemann
28a1554526
Limit Progress Indicator Updates
...
Fixed an issue with the progress indicator updates, where updates of the progress indicator would flush the message queue of SAP GUI and cause a GUI crash or hang.
The problem is described in SAP note #2084109 and seems to occur for large repositories (especially after installing SAP GUI 7.50 PL6)
2018-07-05 13:55:59 +02:00
Lars Hvam
ade1b4819c
docs: add article, https://inspiricon.de/abapgit/
2018-07-04 14:12:48 +02:00