ThomasPloski
6ea0c465f4
fixes issue #1621 ( #1640 )
2018-07-14 06:51:20 +02:00
Lars Hvam
4f96d8dbee
show path in diff page #1624 ( #1638 )
...
show path in diff page #1624
plus remove some comments after ENDMETHOD
2018-07-14 06:51:07 +02:00
Lars Hvam
f4e9676855
CUS0 handle TADIR ( #1636 )
...
* SE80 pretty print
* CUS0 handle TADIR #1565
2018-07-14 06:50:56 +02:00
Lars Hvam
3a5b2b73fb
VCLS handle TADIR #1565 ( #1633 )
...
VCLS handle TADIR #1565
Source code reorganized by SE80.
Changes: call to corr_insert() added, plus set rs_metadata-delete_tadir %3D abap_true.
2018-07-14 06:50:44 +02:00
Lars Hvam
1b154ccf7f
list superpackages, fix double entries #1612 ( #1632 )
...
list superpackages, fix double entries #1612
2018-07-14 06:50:33 +02:00
ThomasPloski
153606eb7a
fixes issue #1630 ( #1637 )
2018-07-13 13:26:46 +02:00
larshp
48e2549003
1.72.0
2018-07-13 08:17:58 +00:00
Lars Hvam
b7ad2b553f
issue #1630 , temporary workaround ( #1631 )
2018-07-13 10:06:25 +02:00
Johannes Konings
e34d80214e
zcl_abapgit_object_form naming convention #1132 ( #1628 )
...
* typo corrected "Guide for installing bundle"
* zcl_abapgit_factory naming convention
https://github.com/larshp/abapGit/issues/1132
* zcl_abapgit_object_form naming convention
https://github.com/larshp/abapGit/issues/1132
2018-07-13 04:30:30 +02:00
Johannes Konings
e74e03f5a5
zcl_abapgit_factory naming convention #1132 ( #1619 )
...
* typo corrected "Guide for installing bundle"
* zcl_abapgit_factory naming convention
https://github.com/larshp/abapGit/issues/1132
2018-07-12 16:57:12 +02:00
Lars Hvam
6bdb655435
AVAS support ( #1609 )
...
* AVAS #1360
* AVAS support
* fix linter errors
2018-07-12 16:55:46 +02:00
Lars Hvam
bf3e5df77e
start moving unit tests to the right classes ( #1610 )
2018-07-12 16:40:22 +02:00
Christian Günter
4f9f47cd59
Set transport request if needed during uninstall or reset local ( #1596 )
...
* delete checks: set transport request if needed
this ensures that the transport request is set when deleting objects.
E.g. uninstalling the repositoy or reset local.
* separate type for delete checks
2018-07-11 16:18:08 +02:00
ThomasPloski
6ced7c04bb
using "#EC CI_GENBUFF ( #1618 )
2018-07-11 16:16:48 +02:00
Christian Günter
c161b0d5d4
Overview page: initial focus to filter ( #1616 )
2018-07-11 15:45:56 +02:00
Lars Hvam
23ded859ea
update source index, #1597 ( #1598 )
...
* update source index #1597
* remove comment
* fix indentation
2018-07-10 16:41:00 +02:00
Lars Hvam
7d7def95a5
Generic object handler + ASFC support #1578 ( #1590 )
...
* scaffolding #1578
* generic object handler #1578
* fix linter errors
2018-07-10 16:39:49 +02:00
ThomasPloski
513fe052bb
Consideration of ABAP Language Version ( #1567 )
...
* Consideration of ABAP Language Version
* update
* Update zcl_abapgit_object_fugr.clas.abap
2018-07-09 18:51:53 +02:00
Thoralf Hänsel
5e824d7b62
Naming conventions for zcl_abapgit_ecatt_script_downl #1132 ( #1604 )
...
* Naming conventions zcl_abapgit_ecatt_script_downl
https://github.com/larshp/abapGit/issues/1132
* Fix indentation.
https://github.com/larshp/abapGit/issues/1132
* Naming conventions zcl_abapgit_ecatt_val_obj_upl
https://github.com/larshp/abapGit/issues/1132
2018-07-09 16:30:46 +02:00
Lars Hvam
9c5c704fad
Merge pull request #1594 from christianguenter2/issue_1558
...
Do not automatically deserialize last seen repo
2018-07-09 16:28:01 +02:00
Lars Hvam
f54009e65a
Merge pull request #1603 from mkaesemann/feature/BITBYTE_TO_INT_optimization
...
Performance Improvement in BITBYTE_TO_INT Conversion
2018-07-09 16:23:41 +02:00
Christian Guenter
3f2e9be939
Do not automatically deserialize last seen repo
...
- new default behaviour is that the last seen repo isn't deserialized automatically. Instead the user has to choose a repo to work with
- old behaviour can be reactivated via user setting
2018-07-09 16:15:36 +02:00
Lars Hvam
58952c15fc
Merge pull request #1599 from christianguenter2/SCP1_jump
...
SCP1 jump
2018-07-09 14:06:28 +02:00
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
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
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
Christian Guenter
7684e7b2ad
merge page: remove duplication
2018-07-08 09:40:00 +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
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
larshp
21bd0ec64c
remove link to plugins #1449
...
remove link to plugins #1449
2018-07-07 08:33:52 +00: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