Commit Graph

2315 Commits

Author SHA1 Message Date
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
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
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
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
6f54a1e9ff
Merge pull request #1553 from flaiker/requirements-ui
Add UI for requirements in repo settings
2018-07-03 07:45:29 +02:00
Lars Hvam
55c77d55f3
Merge pull request #1551 from christianguenter2/issue_1544
add created_by and created_at to repo xml
2018-07-02 19:55:52 +02:00
Lars Hvam
18709bdf74
Merge pull request #1550 from christianguenter2/issue_1543
New repository overview page
2018-07-02 19:50:17 +02:00
Lars Hvam
f1786cb405
Merge pull request #1541 from larshp/issue_1539
Delete PARA after DTEL, #1539
2018-07-02 17:29:53 +02:00
Lars Hvam
b39bab5363
Merge pull request #1538 from larshp/issue_1537
TABL: check existence before SELECTing
2018-07-02 17:29:38 +02:00
Christian Guenter
59128df664 downport code inspector page 2018-07-02 10:38:23 +00:00
Fabian Lupa
127f5a3c9c Remove unused action decode methode 2018-07-02 00:51:38 +02:00
Fabian Lupa
43e91a6296 Add UI for requirements in repo settings
Fixes #1547
2018-07-01 18:27:07 +02:00
Christian Guenter
1c59b131b7 add created_by and created_at to repo xml 2018-07-01 15:53:56 +00:00
Christian Guenter
6dfb6316c6 Repository overview page 2018-07-01 16:47:28 +02:00
Christian Guenter
31fb79f915 Fix naming in file_status 2018-06-30 09:27:46 +00:00
larshp
bd7313b472 Delete PARA after DTEL, #1539 2018-06-28 13:49:32 +00:00
Christian Guenter
10b29556f7 fix bug in run_code_inspection 2018-06-28 13:47:07 +00:00
larshp
dcc765d013 TABL: check existence before SELECTing 2018-06-28 13:11:42 +00:00
larshp
f1ffa6eb26 fix FUGR locking problem
plus show sy-subrc in case of errors from RPY_DYNPRO_INSERT
2018-06-28 12:29:29 +00:00
larshp
eeb07b0e3f 1.70.0 2018-06-28 12:03:30 +00:00
Lars Hvam
52fb9858ff
Merge pull request #1532 from christianguenter2/1460
move db util pages to separate package
2018-06-28 13:41:58 +02:00
Lars Hvam
4e4dac57dc
Merge pull request #1529 from christianguenter2/exp_WAPA_better_diff
WAPA: better delta handling
2018-06-28 13:41:15 +02:00
Lars Hvam
cda961dbe1
Merge pull request #1527 from christianguenter2/tag_popups
tag popups: dependency injection
2018-06-28 13:33:55 +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
christianguenter2
557ae3279f move db util pages to separate package 2018-06-28 12:04:25 +02:00
Christian Guenter
a3d26b9901 WAPA: better delta handling 2018-06-26 11:01:42 +02:00
Christian Guenter
fb91909947 tag popups dependency injection 2018-06-25 11:15:46 +02:00
Lars Hvam
307c1395d2
Merge pull request #1523 from christianguenter2/issue_437
Implement IS_LOCKED for W3*, TTYP, TRAN, SSFO, SSST
2018-06-21 14:28:35 +02:00
Lars Hvam
016e66244d
Merge pull request #1522 from christianguenter2/issue_1521
Delete: check if any object is locked
2018-06-21 14:28:01 +02:00
Lars Hvam
f79e4b7f7b
Merge pull request #1520 from christianguenter2/issue_1512
add commit to toggle_favorites
2018-06-21 14:27:44 +02:00
christianguenter2
002f5ba73d Implement IS_LOCKED for W3*, TTYP, TRAN, SSFO, SSST 2018-06-19 18:05:09 +02:00
Christian Guenter
79a0a8fa85 Delete: checks if any object is locked 2018-06-19 13:32:25 +00:00
Christian Guenter
e167464f1d add commit to toggle_favorites 2018-06-19 11:24:00 +00:00
larshp
fa94fa8ea1 unexpected folder structure #1425
treat objects as non existing when outside the starting folder
2018-06-19 08:16:55 +02:00
Lars Hvam
145a82e9ef
Merge pull request #1518 from christianguenter2/issue_1514
Dependency injection for ZCL_ABAPGIT_SAP_PACKAGE
2018-06-18 15:46:34 +02:00
larshp
cac21f2b37 CHAR: implement is_locked 2018-06-18 15:41:13 +02:00
Christian Guenter
36f257f0bb Dependency injection for ZCL_ABAPGIT_SAP_PACKAGE 2018-06-18 15:37:16 +02:00
Lars Hvam
b6894a5e67
Merge pull request #1517 from christianguenter2/issue_437
Block pull if any of deserialized object is locked
2018-06-18 15:32:07 +02:00
Lars Hvam
838769d0bc
Merge pull request #1516 from FreHu/master
Fixed error message when committing without author name
2018-06-18 15:23:47 +02:00
Lars Hvam
b071d6e837
Merge pull request #1513 from larshp/char
CHAR support, #1511
2018-06-18 15:22:49 +02:00
christianguenter2
6521d09470 Block pull if any of deserialized object is locked 2018-06-18 14:18:58 +02:00
Frederik Hudák
7e4285c1a8 Fixed error message when committing 2018-06-18 09:21:51 +02:00
larshp
1290dcec93 CHAR support, #1511 2018-06-17 12:29:29 +00:00
larshp
9f75d6bd2b refresh repo cache after deletion #1482 2018-06-17 08:23:56 +00:00
larshp
a1e23739b2 1.69.1 2018-06-17 07:58:52 +00:00
Lars Hvam
07955081eb
Merge pull request #1508 from larshp/status
file_status, more testing
2018-06-17 09:50:43 +02:00
Lars Hvam
ad0d06e4d0
Merge pull request #1507 from larshp/issue_1502
TABL: consider DD12L in changed_by #1502
2018-06-17 09:50:14 +02:00
Lars Hvam
4ae6a8cabb
Merge pull request #1506 from christianguenter2/popup_interface2
Introduce ZIF_ABAPGIT_POPUPS
2018-06-17 09:50:01 +02:00
christianguenter2
4662883723 Introduce ZIF_ABAPGIT_POPUPS
- create popups with factory ZCL_ABAPGIT_UI_FACTORY
- inject test doubles with injector class ZCL_ABAPGIT_UI_INJECTOR
2018-06-15 11:21:48 +02:00
larshp
a366fed833 file_status, more testing
old broken test removed
2018-06-15 09:20:42 +00:00
larshp
d8a5f395ea TABL: consider DD12L in changed_by #1502 2018-06-15 08:12:42 +00:00
larshp
9352ddbf3f SEO_CS_CACHE downport #1414 2018-06-15 07:29:13 +00:00
Lars Hvam
4f59c42fb4
Merge pull request #1501 from christianguenter2/issue_1390
Introduce injector class
2018-06-15 09:10:03 +02:00
Christian Guenter
6a9acb8a1b add injector class 2018-06-14 20:33:34 +02:00
Christian Guenter
7b9578a11b implement missing interface methods 2018-06-14 18:25:00 +00:00
Lars Hvam
eec7a7d096
refactor file status unit tests (#1499)
* refactor file status unit tests

one method per check
tests in ltcl_file_status2 now successful

* more tests

add helper class
2018-06-14 08:13:37 +02:00
Lars Hvam
602bdf6d96
Merge pull request #1498 from christianguenter2/issue_1494
SSFO deserialization: catch cx_ssf_fb
2018-06-14 06:29:05 +02:00
Lars Hvam
b7fc27cfcf
Merge pull request #1497 from christianguenter2/issue_1493
Pass log object to user exit method change_tadir
2018-06-14 06:28:46 +02:00
Lars Hvam
b71b96fc9f
Merge pull request #1496 from larshp/repo_srv
interface for ZCL_ABAPGIT_REPO_SRV
2018-06-14 06:27:51 +02:00
Lars Hvam
de23d5bf95
Merge pull request #1484 from larshp/issue_1390
first dependency injection, TADIR #1390
2018-06-14 06:27:04 +02:00
Christian Guenter
ce89e75eb9 SSFO deserialization: catch cx_ssf_fb 2018-06-13 19:39:35 +00:00
Christian Guenter
a38d9feaff Pass log object to user exit method change_tadir 2018-06-13 19:15:53 +00:00
larshp
45aa71f2da interface for ZCL_ABAPGIT_REPO_SRV 2018-06-13 17:28:56 +02:00
Lars Hvam
b7c045210b
Merge pull request #1490 from filak-sap/issue_1446
Use the required transport type
2018-06-13 06:53:54 +02:00
Jakub Filak
fb6efabfb9 tp: use the correct transport type in the tr popup
We are developing in an infinity system which is somehow cloned into a
new releases system. When we need to backport a bug fixes we do
cherry-pick the commits and pull them the release system. However, in
those systems we need to use the task type Repair.

Hence, we need to overwrite the default value of the parameter
wi_task_type of the function TRINT_ORDER_CHOICE which is 'S'
(Development/Correction) with the value 'R'.

I use the function TRINT_GET_REQUEST_TYPE and for the sake of simplicity
I assume that it is enough to know the transport type of the repository
package - in other words, it is no necessary to check every deserialized
object.

Related to #1446
2018-06-12 13:33:49 +02:00
Jakub Filak
56c58b7a29 SAP Package: add the method get_transport_type
For the parameters WI_ORDER_TYPE and WI_TASK_TYPE of the function
TRINT_ORDER_CHOICE called from the method popup_transport_request
of the class zcl_abapgit_popups.

Sometimes we need a repair task but the function TRINT_ORDER_CHOICE
searches for Development/Correction tasks.

I hope that we can decide what task type is needed by a package (DEVC).

Related to #1446
2018-06-12 13:33:49 +02:00
Lars Hvam
f846f250a6
Merge pull request #1492 from christianguenter2/1355
disable "no changes" for offline projects
2018-06-12 08:42:20 +02:00
Christian Guenter
a62eae188a disable "no changes" for offline projects 2018-06-11 14:49:20 +00:00
larshp
334ce44c0d DDLS: fix dump #1488 2018-06-11 12:03:59 +02:00
Christian Guenter
3e3cd365a8 Quick fix: duplicate type definition 2018-06-10 17:51:21 +00:00
larshp
4e67e884de first dependency injection #1390
* extract public methods of ZCL_ABAPGIT_TADIR to new interface
* create factory ZCL_ABAPGIT_FACTORY
* refactor existing calls
2018-06-10 12:11:48 +00:00
Lars Hvam
fbadb3537b
Merge pull request #1481 from christianguenter2/tadir_userexit
New exit: change_tadir
2018-06-10 13:57:28 +02:00
larshp
4219c6d162 cl_aunit_assert is obsolete 2018-06-10 11:45:39 +00:00
Christian Guenter
c7179ed509 new exit: change_tadir 2018-06-10 10:59:00 +02:00
larshp
dcf423bc09 main package is also part of repo #1477 2018-06-10 06:24:13 +00:00
larshp
806fbe1a69 1.69.0 2018-06-09 09:54:20 +00:00
Lars Hvam
6af7b9730e
Merge pull request #1476 from christianguenter2/1355
fix gui: show changes only
2018-06-09 11:51:00 +02:00
Lars Hvam
745a10af71
Merge pull request #1474 from christianguenter2/1471
fix checkout annotated tags
2018-06-09 11:50:39 +02:00
Lars Hvam
bd1fefd41d
Merge pull request #1468 from filak-sap/issue_1446_check_ddls
Mass activation: re-check DDIC objs in transport
2018-06-09 11:50:25 +02:00
Lars Hvam
63318afa88
Merge pull request #1465 from christianguenter2/1464
set new remote: supply remote SHA1
2018-06-09 11:49:45 +02:00
Lars Hvam
3e61a0fdfa
Merge pull request #1430 from juancarlosrodriguezf/master
FORM: Error of duplicity because SPRAS is case sensitive
2018-06-09 11:49:19 +02:00
Christian Guenter
8ddeacade5 fix gui show changes only 2018-06-08 08:35:20 +02:00
Christian Guenter
6afa45c5ed fix checkout annotated tags 2018-06-07 21:05:11 +02:00
Lars Hvam
9f5eebf404
Merge pull request #1472 from christianguenter2/1440
Deactivate pull after switching branches and tags
2018-06-07 20:38:45 +02:00
Christian Guenter
8074aa3272 COMMIT WORK AND WAIT after switching tags 2018-06-07 17:30:43 +00:00
Christian Guenter
c32306f54c deactivate pull after switching branches 2018-06-07 17:01:14 +00:00
Jakub Filak
17b808c8a5 Mass activation: re-check DDIC objs in transport
DDLS objects are not cheked in a transport in their deserialize method.
The parallel activation does not call RS_WORKING_OBJECTS_ACTIVATE which
checks in the activated object in a transport.
Therefor, DDLS objecst are never checked in a transport when
the parallel activation is in place (the option experimental features
is enabled - which is enabled by default on all our systems).

I wanted to use TRINT_OBJECTS_CHECK_AND_INSERT because this function
is used by ADT:

CL_WB_ADT_REST_RESOURCE~post
    CL_WB_ADT_REST_RESOURCE_DATA
    ~if_wb_adt_rest_resource_data~get_transport_key
        CL_WB_OBJECT~get_transport_key -> PGMID%3DR3TR, OBJTYPE%3DDDLS
    CL_WB_ADT_REST_RESOURCE~lock
        CL_WB_ADT_REST_RESOURCE~check_obj_in_transport_request
            CL_ADT_CTS_MANAGEMENT~check_objects_in_request
                CL_ADT_CTS_MANAGEMENT~LCL_DB_PERSISTENCE~check_objects
                    CALL FUNCTION CTS_WBO_API_CHECK_OBJECTS
                        CALL FUNCTION TRINT_WBO_IMPL_CHECK_OBJECTS
                            SAPLCTS_WBO_API_IMPL /
                            LCTS_WBO_API_IMPLF06 /
      FORM CALL_OBJECTS_CHECK_AND_INSERT
                                CALL FUNCTION
                                TRINT_OBJECTS_CHECK_AND_INSERT


But it is not enough to call this function, hence, I use RS_CORR_INSERT
which was mentioned by @larshp in our slack conversation. The function
internally use calls TRINT_OBJECTS_CHECK_AND_INSERT.

I tested this patch with modification of a CDS view and also with 
adding a new CDS view.

Closes #1466
2018-06-07 16:10:23 +02:00
juancarlosrodriguezf
857947b03d
Use the 2-character code for language. Downwards compatibility.
Check first the new 2-character file name, if fail, use the old name.
2018-06-07 12:02:24 +02:00
Christian Guenter
41d09125d4 set new remote: supply remote SHA1 2018-06-07 11:01:56 +02:00
larshp
61fb07bffc 1.68.3 2018-06-06 14:44:22 +00:00
Lars Hvam
2f2712d146
Merge pull request #1463 from christianguenter2/1088_01
redesign create tag page
2018-06-06 16:40:00 +02:00
Lars Hvam
21889dddf7
Merge pull request #1462 from filak-sap/issue_1427
TABL: ignore the unused field RESERVEDTE
2018-06-06 16:38:32 +02:00
Lars Hvam
5baeaf070c
Minor changes (#1461)
* remove double space after IF

* remove accesses to table bodies

* remove parameter name where possible

* identical code in conditions
2018-06-06 16:24:15 +02:00
Lars Hvam
12c48ebb50
fix dump #1457 (#1459) 2018-06-06 16:23:36 +02:00
Lars Hvam
41344dec3a
news feature #1450 (#1453)
now works for both "/abapGit" and "/abapGit.git" urls
2018-06-06 16:23:23 +02:00
Lars Hvam
aff81df37e
FUGR: force update of where-used #1441 (#1452)
Updates the where-used after deletion for all includes
2018-06-06 16:23:03 +02:00
Christian Guenter
319abf5b7b redesign create tag page 2018-06-06 14:20:22 +02:00
Jakub Filak
e71358f744 tabl: ignore the unused field RESERVEDTE
The short description contains "(unused)".
For some strange reason, I saw that field set to D in one of our sandbox
systems.

Addresses the issue #1427.
2018-06-06 08:03:51 +02:00
larshp
353c1a15f2 change agent #1432
example "git/2.0 (abapGit 1.68.0)"

removed "v" in front of version number
2018-06-05 07:46:19 +00:00
larshp
ce79d2a841 v1.68.2 2018-06-04 13:27:43 +00:00
Lars Hvam
4417c3257c
Merge pull request #1445 from christianguenter2/1408
fix format empty xml attributes
2018-06-04 15:12:41 +02:00
Lars Hvam
6b42e59afa
Merge pull request #1444 from christianguenter2/1408_ecatt
ECATT: remove empty attributes
2018-06-04 15:12:25 +02:00
Lars Hvam
10dbd74f57
Minor changes (#1442)
* remove try without catch

* reduce nesting

* reduce nesting

* reduce line length
2018-06-04 15:12:03 +02:00
Lars Hvam
71bcc8afac
CLAS: ignore deletion of non-existent objects (#1439)
* CLAS: ignore deletion of non-existent objects
2018-06-04 15:11:41 +02:00
Lars Hvam
f1c15b1e95
fix TOBJ diffs, #1435 (#1437) 2018-06-04 15:11:23 +02:00
Lars Hvam
068cf963d9
ENHO: implement changed_by #1417 (#1436) 2018-06-04 15:10:49 +02:00
Christian Guenter
6812fd56f6 fix format empty xml attributes 2018-06-04 09:38:40 +02:00
Christian Guenter
d5e9506d51 ECATT: remove empty attributes 2018-06-04 09:09:42 +02:00
larshp
71787d74f0 evaluate 2FA implementations alphabetically #1443 2018-06-03 14:14:19 +00:00
larshp
9cecd077da testclass: fix syntax warning, implement method 2018-06-03 12:35:50 +00:00
larshp
d4a96b28f7 v1.68.1 2018-06-03 10:33:33 +00:00
Lars Hvam
c02e6533c8
Merge pull request #1433 from christianguenter2/1431
Fix XSLT diff, 1431
2018-06-02 12:00:13 +02:00
Christian Guenter
ca0b203940 XSLT fix changed by 2018-06-02 07:10:29 +00:00
Christian Guenter
387b8b9cc2 fix xml syntax for sole closing tag 2018-06-02 09:06:41 +02:00
juancarlosrodriguezf
c7224bdc26
Error of duplicity because SPRAS is case sensitive
Old code generate error of duplicity because SPRAS is case sensitive, but the name of files not.

New code use the 2-caracteres code for language.

Examples (T002):

SPRAS: 'C' -> LAISO: CS -> 'Czech'
SPRAS: 'c' -> LAISO: CA -> 'Catalan'
2018-05-31 14:54:13 +02:00
ThomasPloski
3587ff8d39
Delivery class of database table zabapgit changed
Delivery class L offers a table design w/o client field information
2018-05-30 08:11:33 +02:00
Lars Hvam
4974e0c8d8
Merge pull request #1419 from larshp/issue_1418
docs: update SSL test program
2018-05-29 15:56:43 +02:00
Christian Guenter
039eb1e1fa move parse_tag_request to page 2018-05-28 06:37:14 +00:00
larshp
1ff3debbbc v1.68.0 2018-05-27 15:05:02 +00:00
Lars Hvam
b89559eda3
Merge pull request #1416 from christianguenter2/exp_annotated_tags
implement annotated tags
2018-05-27 16:47:44 +02:00
WolfTreak
0aecdf7255 Possible solution to zabapgit merge functionality to resolve conflicts (#1407)
* Merging per Textfile

* Add files via upload

* Delete WolfTreak_ABAPGIT_Merging

* Refactoring vom Coding, Darstellung verbessert

* Merging page changed and also merging class extended to instance and conflict methods added

* Refactoring for Travis

* Refactoring for Travis

* Escaping of merged content functions now correct
2018-05-27 16:20:43 +02:00
larshp
9431a24156 api.github.com SSL error, add comment 2018-05-27 13:54:08 +00:00
Christian Guenter
2c80628de3 implement annotated tags 2018-05-26 22:16:43 +02:00
Christian Guenter
db1f729487 replace commit work with commit work and wait 2018-05-22 16:17:34 +00:00
Lars Hvam
5c7986068a
Merge pull request #1409 from JohannesKonings/issue_1132
ZCL_ABAPGIT_SETTINGS: fix naming convention
2018-05-21 13:50:28 +02:00
larshp
5b3e22c241 v1.67.0 2018-05-19 07:31:11 +00:00
Lars Hvam
b4e90be755
Merge pull request #1401 from christianguenter2/IEXT
IEXT serialization
2018-05-19 09:27:39 +02:00
Lars Hvam
337298091d
Merge pull request #1400 from christianguenter2/IDOC
IDOC serialization
2018-05-19 09:27:10 +02:00
Lars Hvam
9520fb1e52
Merge pull request #1388 from larshp/issue_1378
Moving an object should be a deletion #1378
2018-05-19 09:24:14 +02:00
Lars Hvam
8e06774319
Merge pull request #1383 from larshp/issue_1372
set default starting folder to src, close #1372
2018-05-19 09:23:23 +02:00
Christian Guenter
c57d07851e IEXT serialization 2018-05-14 22:15:00 +02:00
Christian Guenter
e27cf4c452 IDOC serialization 2018-05-14 20:57:11 +02:00
Lars Hvam
6c09d64d39
Merge pull request #1398 from christianguenter2/1391
Package to zip: check if package exists
2018-05-14 16:44:46 +02:00
Lars Hvam
845aeec1c7
Merge pull request #1397 from christianguenter2/1395
DOMA: catch cx_sy_dyn_call_param_not_found
2018-05-14 16:44:34 +02:00
Lars Hvam
72f89f74f5
Merge pull request #1393 from christianguenter2/1392
change assert to exception for invalid folder logic
2018-05-14 16:44:12 +02:00
Lars Hvam
cf48d3964b
Merge pull request #1389 from christianguenter2/703
Log: show ALV popup
2018-05-14 16:43:50 +02:00
Lars Hvam
bb7c8f0ee6
Merge pull request #1386 from JohannesKonings/master
changed author regex
2018-05-14 16:38:00 +02:00
Lars Hvam
e3d20a5068
Merge pull request #1384 from larshp/cancel_list_popup
fix cancel in select from list popup #1050
2018-05-14 16:37:11 +02:00
Christian Guenter
542e290450 Log: show ALV popup 2018-05-14 13:22:33 +02:00
Christian Guenter
8b864df0d0 Package to zip: check if package exists 2018-05-14 13:13:51 +02:00
Christian G#nter
98ee4fdde5 DOMA: catch cx_sy_dyn_call_param_not_found 2018-05-14 10:54:06 +00:00
Lars Hvam
44dea3ab5f
Merge pull request #1396 from christianguenter2/1395
DOMA: revert 82ece0f
2018-05-14 12:21:55 +02:00
Christian G#nter
11256b44e2 DOMA: revert 82ece0f 2018-05-14 10:14:07 +00:00
Jakub Filak
b4956a6ce8 DDLS: fix a syntax error on ABAP <7.4
Introduced in 2f9e46421b
Reported as 2f9e46421b (r28962636)
Thank you, @testitorleaveit
2018-05-14 10:31:24 +02:00
Christian Guenter
1a15300927 change assert to exception for invalid folder log. 2018-05-13 13:01:58 +02:00
Johannes Konings
d172805396 ZCL_ABAPGIT_SETTINGS: fixe naming convention
https://github.com/larshp/abapGit/issues/1132
2018-05-13 12:11:22 +02:00
larshp
cd78d6e8e0 Moving an object should be a deletion #1378 2018-05-13 09:34:33 +00:00
Johannes Konings
e647b3be1d changed author regex
https://github.com/larshp/abapGit/issues/1381
https://github.com/larshp/abapGit/issues/1379

changed (added: '\,\#')
from
'^([\\\w\s\.@\-_1-9\(\) ]+) <(.*)> (\d{10})\s?.\d{4}$'
to
'^([\\\w\s\.\,\#@\-_1-9\(\) ]+) <(.*)> (\d{10})\s?.\d{4}$'
2018-05-13 11:09:43 +02:00
larshp
bd0a6ff34a fix cancel in select from list popup #1050 2018-05-13 08:43:06 +00:00
larshp
9b22d879a0 set default starting folder to src, close #1372 2018-05-13 07:30:28 +00:00
Jakub Filak
2f9e46421b DDLS: ignore ACTFLAG and CHGFLAG
Changes to these components disrupt me for nothing.
I do not believe these components needs to be versioned.
2018-05-11 14:47:43 +02:00
larshp
7f44ab3e89 v1.66.0 2018-05-11 08:20:13 +00:00
Lars Hvam
03f7ce2bc6
Merge pull request #1376 from christianguenter2/1054
DOMA fix delete fix value appends
2018-05-11 10:15:59 +02:00
Lars Hvam
aad449bb15
Merge pull request #1375 from christianguenter2/1259
Only show transport popup when needed
2018-05-11 10:15:43 +02:00
Lars Hvam
55d1007c3e
Merge pull request #1374 from larshp/issue_1373
remove old migrations #1373
2018-05-11 10:15:17 +02:00
Lars Hvam
e2b430779d
clone without pull #832 (#1371)
* create online without pull #832

* update tutorial

* fix indentation
2018-05-11 10:14:51 +02:00
Lars Hvam
70f595e359
Merge pull request #1369 from larshp/issue_1363
error message, #1363
2018-05-11 10:12:25 +02:00
Lars Hvam
b2bc138626
better error message, #1365 (#1367)
* better error message, #1365

* Update zcl_abapgit_popups.clas.abap

* Update zcl_abapgit_popups.clas.abap
2018-05-11 10:10:52 +02:00
Christian Günter
916860315b Table comparison: exclude structures (#1343)
* Table comparison: exclude structure

* structures used in tables

* fix conditionals
2018-05-11 10:10:29 +02:00
Christian Guenter
82ece0ff3c DOMA fix delete fix value appends 2018-05-10 20:10:56 +00:00
Christian Guenter
35ec1085e2 Only show transport popup when needed 2018-05-10 21:48:36 +02:00
larshp
1fa2362a96 remove old migrations #1373 2018-05-10 09:00:36 +00:00
larshp
b6241b3472 error message, #1363 2018-05-10 07:30:09 +00:00
larshp
4657965117 fix dump 2018-05-10 06:17:25 +00:00
Lars Hvam
8846b2d774
Merge pull request #1357 from larshp/issue_1356
set devclass to blank if obj does not exist #1356
2018-05-10 07:53:00 +02:00
Lars Hvam
773a4fefd5
Merge pull request #1351 from larshp/issue_1347_1350
fix #1347 and #1350
2018-05-10 07:52:19 +02:00
Lars Hvam
bbf9ac8c41
Merge pull request #1340 from christianguenter2/1333
refactor transport popup
2018-05-10 07:48:32 +02:00
Lars Hvam
de40ef6702
Merge pull request #1346 from larshp/issue_1344
error parsing xml, #1344
2018-05-08 19:34:26 +02:00
Christian Guenter
582a3ab02a refactor transport popup 2018-05-08 19:09:30 +02:00
Christian Guenter
7d149f3673 downport ECATT 2018-05-08 14:22:53 +02:00
Christian Guenter
0792fd8b64 downport DEVC 2018-05-08 08:29:36 +00:00
Christian Guenter
4e85e2b7a5 ecatt downport 2018-05-08 10:15:37 +02:00
larshp
837b819e0c set devclass to blank if obj does not exist #1356 2018-05-08 07:04:12 +00:00
larshp
91eab3eb09 v1.65.0 2018-05-07 17:09:15 +02:00
larshp
dfcc13c2b4 fix #1347 and #1350 2018-05-07 17:01:14 +02:00
larshp
3ba94bf044 files match if they are identical #1348 2018-05-07 15:29:26 +02:00
larshp
4f48a54681 error parsing xml, #1344 2018-05-07 12:31:13 +02:00
Lars Hvam
0093da34d0
Merge pull request #1339 from christianguenter2/1337
Fix database util: Cannot delete SETTINGS
2018-05-06 08:58:49 +02:00
Lars Hvam
bc4f3e3279
Merge pull request #1338 from larshp/selection_screen
skip window and subscr selection screens
2018-05-06 08:58:31 +02:00
Christian Guenter
e1551c3941 move type defintiion to zif_abapgit_definitions 2018-05-05 12:35:04 +00:00
Christian Guenter
8e5518e694 Fix database util: Cannot delete SETTINGS 2018-05-04 08:36:45 +00:00
larshp
9308ad94dd skip window and subscr selection screens 2018-05-04 08:34:01 +00:00
Lars Hvam
9ba92f319b
Merge pull request #1325 from christianguenter2/user_specific_settings
User specific abapGit settings
2018-05-04 10:18:52 +02:00
Christian G#nter
3bacb05837 Fix no global settings to migrate 2018-05-04 10:05:42 +02:00
Gregor Wolf
ae2756b2a9 add object name to error message 2018-04-30 17:32:04 +02:00
Gregor Wolf
dcef8b1ad5 Reduced line length 2018-04-30 17:15:54 +02:00
Gregor Wolf
690527a771 Add you might switch to FULL folder logic to error message 2018-04-30 17:09:59 +02:00
Christian Günter
6bbbf65c47 User specific abapGit settings 2018-04-23 21:28:09 +02:00
Christian G#nter
566d8554ea downport ecatt object 2018-04-23 18:30:32 +02:00
Lars Hvam
80286a0808
Merge pull request #1324 from filak-sap/sap_pkg_component
package: a child inherits parent's appl. component
2018-04-23 08:50:56 +02:00
Jakub Filak
1448a3f7b2 package: a child inherits parent's appl. component
If a new package is not meant to be a local or a private package, it
must have assigned Application Component; otherwise the method
cl_package->if_package~create_new_package() raises the message
e050(pak) - component_missing.
2018-04-22 23:26:49 +02:00
Christian Günter
64bd8fa249 Downport 2018-04-22 22:54:08 +02:00
Lars Hvam
eb828230d2
Merge pull request #1322 from christianguenter2/ECSP
ECSP: eCATT Start Profile serialization
2018-04-22 13:25:18 +02:00
Christian Günter
e86c514cb3 ECSP: eCATT Start Profile serialization 2018-04-22 10:07:26 +02:00
Christian Günter
aab36bd9cd Downport ECVO to 7.02 2018-04-22 09:09:50 +02:00
Lars Hvam
cfc596a251
Merge pull request #1314 from christianguenter2/ECSD
ECSD eCATT System Data Container serialization
2018-04-18 19:59:27 +02:00
Christian Günter
e4c1de4732 Default committer name and e-mail from SU01 (#1310)
* Default committer name and e-mail from SU01

* Refactoring: introduce get_name and get_email meth
2018-04-18 19:57:24 +02:00
Christian Günter
a4c4eec214 ECSD eCATT System Data Container serialization 2018-04-16 18:27:32 +02:00
larshp
239f1d2a17 v1.64.0 2018-04-15 06:11:20 +00:00
Jakub Filak
75d01344d8 serialization: revive CLAS_NEW (#1311)
For some reason, we are using experimental features of abapGit.

Some time ago, all class were re-serialized with the serializer
LCL_OBJECT_CLASS_NEW.

After upgrade to 1.60, we started getting an error telling that CLAS
is not supported.

The CLASS NEW serializer became standard and the class has been renamed.

Unfortunately, our xml files still includes reference to the CLASS NEW.

I would just use a sed script, if knew all the affected repositories -
we have plenty of repositories versioned by abapGit.

This patch revives the CLASS NEW. It reports itself as the standard
class, so the CLASS NEW can be removed in year or two when all files
are re-serialized.

See commit 21d22d93f2
2018-04-14 09:59:30 +02:00
Lars Hvam
52f1643003
Merge pull request #1308 from christianguenter2/XINX
XINX serialization
2018-04-13 14:44:34 +02:00
Christian Günter
bb87df9c82 XINX serialization 2018-04-11 20:50:52 +02:00
Christian Günter
8afbe9530e ECVO serialization 2018-04-11 17:02:10 +02:00
Lars Hvam
454f2f9493
Merge pull request #1301 from christianguenter2/ECAT
ECAT serialization
2018-04-08 18:10:55 +02:00
Lars Hvam
703c9df4fc
Merge pull request #1300 from chrismills/Issue-1298---2FA-behind-proxy
Fix issue 1298 - 2FA behind HTTP Proxy
2018-04-08 18:09:55 +02:00
Christian Günter
f5586f3b4a ECAT serialization 2018-04-05 08:56:46 +02:00
Chris Mills
c82a101bbe Fix issue 1298 - 2FA behind HTTP Proxy
Fix for issue 1298. Previously code was not checking if HTTP proxy authenticaiton was required. Pushed basic method of getting a HTTP client with proxy configured in to 2FA base class. There's some overlap with logic in zcl_abapgit_http%3D>create_by_url but not extracted method at this point
2018-04-05 12:41:26 +08:00
Christian Günter
d3839323b6 ECTC + ecatt common base class 2018-04-04 11:39:08 +02:00
Christian Günter
f96800fa8a ECTD: downport (#1296)
* ECTD: Downport

* ECATT: change to package $ABAPGIT_OBJECTS_ECATT
2018-04-04 09:45:26 +02:00
larshp
87dfd909a2 ECTD: temporarily disable #1295 2018-04-03 16:38:06 +02:00
larshp
4fea1ecd81 v1.63.0 2018-04-03 16:24:36 +02:00
Lars Hvam
3b09bdba29
fix SUPPORTED_LIST (#1293)
* fix SUPPORTED_LIST

* and fail unit test if nothing is supported

* moved test objects to abapGit organization
2018-04-03 16:22:03 +02:00
Lars Hvam
13a559779f
move requirements popup to ui #1281 (#1292) 2018-04-03 16:21:51 +02:00
Lars Hvam
f72682aa8a
transport to zip, choose folder logic (#1291)
and use different popup for selecting transports
2018-04-03 16:21:20 +02:00
Lars Hvam
2067910d0a
issue 1232, better error message (#1290) 2018-04-03 16:20:57 +02:00
Lars Hvam
9a62b6e17a
issue 1288, lets try this (#1289) 2018-04-03 16:20:44 +02:00
Christian Günter
dad728e8db ECTD: ECATT test data container serialization (#1287)
* ECTD: Ecatt test data container serialization

* add changed_by | clear SAPRL and VAR_EXT_PATH

* fix changed by

* fix conditional logic in changed by

* fix linter errors
2018-04-03 16:20:07 +02:00
Lars Hvam
7a9bec815a
Seperate UI and logic (#1286)
* no activation popup in background

* purge: seperate ui and logic

* order by primary key
2018-03-30 12:28:00 +02:00
Lars Hvam
3f1b29c01f
fixes #1282 (#1283)
refactor overwrite object from other package popup to UI
2018-03-30 06:59:29 +02:00
Lars Hvam
7152b4281a
Refactoring (#1279)
* URL: rename and add validation method

plus validate url in NEW_ONLINE

* optimize select

* move write protection check

* start refactoring gui away from deserializati/pull

* mvoe ZCL_ABAPGIT_SERVICES_ABAPGIT to UI

* delete ZCL_ABAPGIT_SERVICES_BKG

moved to GUI page

* move ZCL_ABAPGIT_SERVICES_GIT to UI

* move ZCL_ABAPGIT_SERVICES_REPO to UI

* fix indentation

* overwrite popup refactored to UI
2018-03-29 14:29:03 +02:00
Tapio Reisinger
3293fe5461 Add unit test for render method (#1278)
* add render unt test

* Formatting source

* remove exporting key word

* Adept test include
2018-03-29 09:08:37 +02:00
Lars Hvam
8b5486055a
Merge pull request #1277 from christianguenter2/ISSUE_1276
Fix corrupted parameter transaction
2018-03-28 08:08:45 +02:00
Lars Hvam
b9cc65017f
Code inspector (#1272)
* code inspector

+ delete unused methods
+ move methods to private
+ remove commented code

* few more
2018-03-28 08:08:20 +02:00
Christian Günter
af56de400c Fix corrupted parameter transaction 2018-03-27 21:55:56 +02:00
Lars Hvam
d49ac90a3b
add unit tests for zlib (#1271)
* add unit tests for ZCL_ABAPGIT_ZLIB_CONVERT

* add unit tests for ZCL_ABAPGIT_ZLIB_STREAM
2018-03-26 13:55:22 +02:00
Lars Hvam
936e500f0e
cleanup persistency package (#1270)
* ZCL_ABAPGIT_PERSIST_MIGRATE cleanup old migration

* delete ZCL_ABAPGIT_SERVICES_DB

by refactoring use to GUI pages

* pretty settings in db overview page
2018-03-26 13:54:05 +02:00
larshp
641c8f57ad v1.62.0 2018-03-26 10:25:46 +00:00
Lars Hvam
c2d898bf0e
additional auth checks #1231 (#1269) 2018-03-26 12:23:19 +02:00
Lars Hvam
f17985b27e
Add option for "Only local objects", issue 1260 (#1268)
* refactor write protect and ignore subpackages

to local settings structure, this makes it a lot easier to exetend, plus adds structure

* delete method GET_MASTER_LANGUAGE

* add local settings to repo settings page

* add setting for only local objects #1260
2018-03-26 12:23:01 +02:00
Lars Hvam
256a3cd2de
fix for AWS CodeCommit (#1266)
* fix for AWS CodeCommit

* and also fix push
2018-03-25 08:28:51 +02:00
larshp
98c86a2447 minor changes
remove unused variables and method
2018-03-22 14:09:19 +01:00
Lars Hvam
97ba2b6ef9
Merge pull request #1262 from gepparta/master
added a host name to password popup title #1261
2018-03-22 12:42:05 +01:00
Christian Günter
49eacbe701 Downport 2018-03-19 13:26:32 +00:00
larshp
1c7215ad16 v1.61.0 2018-03-18 14:25:10 +00:00
Lars Hvam
be0b9d0df4
exit to modify http client #1252 (#1253)
plus make sure the program does not dump when implementations are missing in the exit
2018-03-18 15:22:16 +01:00
Lars Hvam
afa162ffa7
INTF: clear fields (#1249)
not sure if these fields exist on 702, but we will find out
2018-03-17 13:39:48 +01:00
Fabian Lupa
462c293695 Remove remaing usages of exception text variable 2018-03-17 13:25:09 +01:00
Fabian Lupa
8186964ef0 Backport ZCX_ABAPGIT_EXCEPTION to 7.02
Co-authored-by: Tapio Reisinger <tr@erp-bt.de>
2018-03-17 13:01:37 +01:00
Fabian Lupa
422d158307 Adjust transport unit test 2018-03-17 12:52:52 +01:00
Fabian Lupa
eac56ae802 Fix exception texts (fixes #1242) 2018-03-17 12:51:29 +01:00
Lars Hvam
7b002c66da
transport layer invalid #1020 (#1248) 2018-03-17 08:19:41 +01:00
larshp
1097b015fc ignore deleted objects in syntax check 2018-03-16 16:05:08 +01:00
larshp
e34ee4356c show error messages #1242 2018-03-14 16:50:00 +00:00
Alexander Geppart
d460c3b285 added a host name to password popup title
added a host name to password popup title
2018-03-11 19:28:46 +00:00
larshp
7284adf0a0 v1.60.0 2018-03-10 12:41:14 +00:00
Fabian Lupa
889106b68b Improve error messages (#1213)
* Add T100 support to ZCX_ABAPGIT_EXCEPTION

* Use T100 error messages in DEVC

* Replace zcx_abapgit_exception->text with get_text

* Use SE24 generated constructor in T100 exception
2018-03-10 13:27:09 +01:00
Christian Günter
dc14fa22df Fix deserialization dependency ENHO -> ENHS 2018-03-08 10:36:39 +00:00
larshp
a6e28f4337 allow for custom 2FA, #1223 2018-03-03 09:06:21 +00:00
Lars Hvam
8d6f507cb7
Merge pull request #1228 from christianguenter2/fix_DOCT
fix tadir handling in DOCT˙
2018-02-28 13:16:11 +01:00
Lars Hvam
80010875f7
hash class, add unit tests (#1226) 2018-02-28 13:15:53 +01:00
Christian Günter
c40f875ace fix tadir handling in DOCT 2018-02-26 12:04:58 +01:00
larshp
28711bfc62 v1.59.0 2018-02-24 09:09:31 +00:00
Lars Hvam
08cb6c814c
Merge pull request #1219 from olirogers/background-user
Use the user's email & full name in automatic background mode
2018-02-24 10:06:02 +01:00
Lars Hvam
6578b39959
ZCL_ABAPGIT_GIT_PACK=>DECODE_TREE performance (#1218)
* refactor tests

* this is around twice as fast

+minor cleanups in class

* add test for off by 1
2018-02-24 10:03:05 +01:00
Lars Hvam
64bc80ebe4
better explanation, #1215 (#1216) 2018-02-24 10:02:49 +01:00
Oliver Rogers
41aabcf50b Add new setting for Automatic Background with user
Add new setting for Automatic background push with user details from SU01 to distinguish from existing logic.
2018-02-21 22:18:52 +00:00
Oliver Rogers
b9bfe16605 Refactor ZCL_ABAPGIT_BACKGROUND to new method
Refactor ZCL_ABAPGIT_BACKGROUND with a new method to determine user details in automatic commit background scenarios.
2018-02-21 21:10:45 +00:00
Christian Günter
311c7b80bd Fix dump when ADT jump is executed 2018-02-21 16:36:47 +00:00
Oliver Rogers
9ccfc4feda Clear the variables 2018-02-20 23:54:48 +00:00
Oliver Rogers
57a3539ae7 Lookup user name and email from SU01 in background
Use BAPI_USER_GET_DETAIL to read the committer user's email and full name from SU01 when commiting in the background.
2018-02-20 23:47:15 +00:00
Lars Hvam
59c1f277ab
more renaming #1132 (#1212)
* more renaming #1132

* fix indentation
2018-02-18 10:04:26 +01:00
Lars Hvam
803148fa0f
fix some naming conventions #1132 (#1211) 2018-02-17 13:55:12 +01:00
Lars Hvam
85d364d460
move some unit tests to global classes (#1210) 2018-02-17 12:53:06 +01:00
Lars Hvam
6d603deeb1
git: optimize type_and_length (#1208)
* add unit tests

* optimize type_and_length

this is around 10 times faster
2018-02-17 12:41:20 +01:00
Lars Hvam
68d0571516
More classes to global (#1209)
* lcl_background to global

* lcl_branch_overview to global

* lcl_services_git to global

* lcl_services_repo and lcl_services_db to global

* lcl_services_abapgit to global

* lcl_gui_chunk_lib to global

* lcl_gui_view_tutorial to global

* lif_auth to global

* lcl_auth and lcl_gui_view_repo to global

* lcl_view_repo

* lcl_gui_page_syntax to global

* 2 pages to global

* refactor router, less dynamic references

* background pages to global

* branch overview to global

* settings page to global

* repo settings page to global

* explore page to global

* diff page to global

* debug info to global

* main page to global

* refactor router, no dynamic references

* db pages to global

* router to global

* gui to global

* clean up includes

* move type definnition to interface

to avoid syntax error after abapmerge

* move types to interface

* move types to interface

* rename tyep

* move type

* move types

* move type
2018-02-17 12:40:54 +01:00
larshp
8e96cccb5a v1.58.0 2018-02-15 14:51:52 +00:00
Lars Hvam
323881f606
lcl zip (#1206)
* lcl_zip to global

* lcl_transport to global

* lcl_transport_2_branch to global

* lcl_merge to global

* lcl_migrations to global

* lcl_news to global

* lcl_repo_content_list to global

* move test to global class

* clean up empty includes
2018-02-15 15:50:51 +01:00
Lars Hvam
18ea5d637c
lcl_repo (#1205)
* lcl_repo and more to global

* cleanup includes

* fix indentation
2018-02-15 15:10:13 +01:00
larshp
4b2aad107e lcl_services_bkg to global 2018-02-15 12:48:45 +00:00
Lars Hvam
eae23e8e9c
refactor lcl app (#1203)
* refactor lcl_app repo_srv away

* remove lcl_app gui

* fix indentation
2018-02-15 13:39:20 +01:00
Christian Günter
532fd64710 SHMA: Fix typos in dynamic method invokation 2018-02-14 13:22:50 +00:00
Lars Hvam
3722c26019
lcl_http to global (#1199)
* lcl_http to global

* remove dependency lcl_git_transport -> repo

remove dependency lcl_git_transport -> lcl_repo_online

* lcl_git_transport to global

* indentation + cleanup includes
2018-02-11 14:08:45 +01:00
Lars Hvam
540ebe16e1
Lcl proxy auth (#1198)
* lcl_proxy_auth to global

* lcx_2fa_error to global

* 2FA to global
2018-02-11 13:45:36 +01:00
larshp
1d591b545e lcl_password_dialog to global 2018-02-11 12:07:16 +00:00
larshp
44797a14e3 fix syntax error, #1195 2018-02-11 11:09:13 +00:00
larshp
6a0096cb07 lcl_proxy_config to global 2018-02-11 10:25:21 +00:00
larshp
ebe43a42c4 lcl_exit to global
breaking change, if using user exit then rename class to zcl_abapgit_user_exit
2018-02-11 10:09:03 +00:00
larshp
f862207d75 v1.57.0 2018-02-11 09:23:31 +00:00
Lars Hvam
e9ffa8e642
To global (#1192)
More classes to global
2018-02-11 10:07:05 +01:00
larshp
cf216438e9 add progress bar, #1190 2018-02-11 08:34:35 +00:00
Lars Hvam
f14ac831ba
Objects to global (#1187)
* add global classes for objects

* fix metadata

* comment old code

fix serializer class
move missing interfaces

* keep objects and bridge as local

* fix syntax errors

and remove SICF -> tadir dependency, instead tadir -> SICF

* remove dependency TABL -> lcl_popups

* fix indentation

* remove old includes

* fix parser errors

* fix deserializing
2018-02-11 09:16:16 +01:00
larshp
ccdfbc8628 shorten local class names
to fit into global class naming scheme in the future #773
2018-02-04 12:35:44 +00:00
larshp
1efd80473f lcl_gui_page to global 2018-02-04 10:10:28 +00:00
larshp
265f095611 lcl_gui_asset_manager to global 2018-02-04 09:53:54 +00:00
Lars Hvam
93104efc76
Merge pull request #1183 from larshp/delete_empty_includes
delete empty includes
2018-02-04 10:21:00 +01:00
Lars Hvam
8af0c90309
Merge pull request #1182 from larshp/issue_1181
make sure to save deletion of objects #1181
2018-02-04 10:20:49 +01:00
larshp
2f635c861a delete empty includes 2018-02-03 13:49:03 +00:00
larshp
2d9ce73ad1 make sure to save deletion of objects #1181 2018-02-03 12:43:21 +00:00
larshp
cec950e7ca CLAS: fix where-used in deserialization #1179 2018-02-03 12:05:20 +00:00
larshp
c058a06355 v1.56.0 2018-02-03 09:17:37 +00:00
Christian Günter
0251c82e9a New class serialization: replace assert w. except. 2018-01-30 12:51:33 +00:00
Lars Hvam
43b71742c1
Merge pull request #1173 from christianguenter2/make_global
lcl_requirement_helper to global
2018-01-23 17:47:03 +01:00
Lars Hvam
7db94bb5a5
Merge pull request #1172 from larshp/lcl_objects_activation
lcl_objects_activation to global
2018-01-23 17:46:50 +01:00
Lars Hvam
8558d024f3
Merge pull request #1171 from larshp/issue_1112
Serialization triggers transport #1112
2018-01-23 17:46:17 +01:00
Christian Günter
17f5585ead lcl_requirement_helper to global 2018-01-22 20:43:28 +01:00
larshp
c1d01d37e3 lcl_objects_activation to global
lcl_objects_activation to global class
2018-01-22 16:55:03 +00:00
larshp
1e260dcbd3 Serialization triggers transport #1112
Serialization triggers transport, fix #1112
2018-01-22 16:24:11 +00:00
larshp
2389627be7 702 syntax warnings #1167 2018-01-22 15:45:36 +00:00
Christian Günter
f356d86ed1 checkout tags 2018-01-22 13:04:11 +01:00
larshp
bb8ba9dda4 tadir progress bar every 200 obj 2018-01-21 13:08:32 +00:00
larshp
56ff8c0b25 only show encoding progress for each 200 obj 2018-01-21 12:58:28 +00:00
Lars Hvam
ef9dccab71
Merge pull request #1166 from larshp/issue_1165
git pack: add adler32 table as optional input
2018-01-21 12:05:55 +01:00
Lars Hvam
a38948b0a1
Merge pull request #1164 from larshp/issue_1148
TADIR, CHECK_EXISTS, add progress indicator #1148
2018-01-21 12:05:46 +01:00
larshp
ad6b99ec95 also return at decode 2018-01-21 07:52:39 +00:00
larshp
a9607f90b2 git pack: add adler32 table as optional input
git pack: add adler32 table as optional input #1165
2018-01-21 07:37:11 +00:00
larshp
4fbfbf0603 TADIR, CHECK_EXISTS, add progress indicator #1148
TADIR, CHECK_EXISTS, add progress indicator #1148
2018-01-21 07:02:42 +00:00
larshp
ed03da1535 background mode: when moving files rm the old
background mode: when moving files rm the old #1162
2018-01-21 06:58:34 +00:00
larshp
2c721d5248 v1.55.0 2018-01-21 06:14:29 +00:00
Lars Hvam
243e3d2810
Merge pull request #1160 from larshp/issue_1149
refactor progress indicator #1149
2018-01-21 07:11:39 +01:00
larshp
a736957f58 refactor progress indicator #1149 2018-01-19 16:25:47 +00:00
larshp
21d22d93f2 activate new CLAS deserialization #1141
activate new CLAS deserialization #1141
2018-01-19 15:38:22 +00:00
Christian Günter
d632cf6e59 tag a specific commit 2018-01-19 15:42:17 +01:00
larshp
aa0f37dd77 v1.54.0 2018-01-19 14:33:10 +00:00
larshp
9ba62ffc4e change abapGit Plugins object names
change abapGit Plugins object names #1140
2018-01-19 14:26:39 +00:00
Lars Hvam
8b44b00818
Merge pull request #1155 from christianguenter2/issue_1152
Fix issue #1152
2018-01-19 15:16:57 +01:00
Christian Günter
93215f00c0 Downport 2018-01-19 10:47:51 +00:00
Lars Hvam
44e4911e41
Merge pull request #1154 from christianguenter2/downport
Downport
2018-01-17 20:15:23 +01:00
Christian Günter
eb2db0653c Fix issue #1152 2018-01-17 19:59:05 +01:00
Christian Günter
7865b0de65 Downport 2018-01-17 18:19:09 +00:00
Christian Günter
11b7b9ed8f log and show activation errors 2018-01-17 15:02:21 +00:00
Christian Günter
1ea86107d4 delete activate_non_ddic 2018-01-17 13:23:25 +00:00
Christian Günter
82ad709a63 Remove filter logic -> not necessary
Own filter logic for DDIC/non-DDIC is not necessary because in abapGit we have already the distinction
2018-01-17 12:58:26 +00:00
Christian Günter
7b6e83f858 Use DD_MASS_ACT_C3 for DDIC activation 2018-01-17 12:43:42 +01:00
Christian Günter
23c909ddaa lcl_tag to global zcl_abapgit_tag 2018-01-15 20:29:06 +01:00
Lars Hvam
7e179e69e8
Merge pull request #1145 from christianguenter2/feature_SHI8
Serialization: Add support for SHI8 - SFW Switch Assignment in Hierarchy Tool
2018-01-15 19:11:28 +01:00
Christian Günter
424a6ea5ef Fix changed_by for SAMC / SAPC 2018-01-15 12:24:43 +00:00
Christian Günter
2ea9a2b501 Serialization: Add support for SHI8 - SFW Switch Assignment in Hierarchy Tool 2018-01-15 12:59:50 +01:00
larshp
4ed7e7ea2a v1.53.0 2018-01-14 15:03:48 +00:00
larshp
082aa44a97 lif_object to global
lif_object to global
2018-01-14 14:47:47 +00:00
larshp
4553458f60 lcl_objects_files to global
lcl_objects_files to global
2018-01-14 14:15:00 +00:00
larshp
fd82e770bd lcl_folder_logic to global
lcl_folder_logic to global
2018-01-14 13:53:08 +00:00
larshp
a27a1ffe9c minor fix 2018-01-14 12:55:44 +00:00
larshp
ad20031902 trying to fix build, #1134 2018-01-13 11:18:28 +00:00
Lars Hvam
9e3025d8dc
lcl_stage to global (#1133)
* lcl_stage to global

* lcl_syntax to global

* move login manager unit tests

* html action utils to global

* fix indentation
2018-01-13 11:43:10 +01:00
Lars Hvam
97b5a3d143
code inspector fixes (#1131)
* code inspector fixes

* more
2018-01-13 10:49:47 +01:00
Lars Hvam
436a03936a
Persistence to global (#1130)
* refactor persistence get_instance

* more persistence to global

* more

* more

* fix indentation
2018-01-13 09:56:50 +01:00
Christian Günter
fd1bfa5b4d implement SHI5 serialization 2018-01-12 15:23:09 +01:00
larshp
776af79bd5 lcl_http_digest to global
lcl_http_digest to global
2018-01-12 12:54:06 +00:00
larshp
eda6a27fb1 lcl_settings to global 2018-01-12 12:24:59 +00:00
Lars Hvam
8f8f9a9cd6
Merge pull request #1124 from larshp/lcl_persistence_db
lcl_persistence_db to global
2018-01-12 13:16:48 +01:00
larshp
996bed2603 lcl_persistence_db to global 2018-01-12 12:14:50 +00:00
Christian Günter
db19b718c7 change folder logic UI to dropdown 2018-01-12 13:00:27 +01:00
larshp
e2197ab344 lcl_sap_package to global 2018-01-12 11:36:33 +00:00
Christian Günter
438fc17ba3 Implement DSYS serialization 2018-01-12 09:15:37 +01:00
larshp
512074a11a v1.52.0 2018-01-11 18:17:54 +00:00
Lars Hvam
2ffec7c9f7
lcl_git to global (#1118)
* lcl_git to global

* reduce line length

* fix indentation
2018-01-11 17:50:02 +01:00
Lars Hvam
5bf6debd65
Merge pull request #1116 from christianguenter2/feature_cusX
Serialization: Implement CUS0, CUS1 and CUS2
2018-01-11 17:33:38 +01:00
Christian Günter
7e4695b4ba #1114 implement CUS0,CUS1 and CUS2 serialization 2018-01-11 17:28:00 +01:00
larshp
5171a83132 lif_gui_page to global 2018-01-11 16:16:05 +00:00
Christian Günter
8f6cb86840 fix errors with subfolders and fragments in WAPA 2018-01-10 14:58:56 +01:00
Lars Hvam
d0102e9ef5
Merge pull request #1109 from christianguenter2/progress_to_global
lcl_progress to global
2018-01-08 21:03:18 +01:00
Christian Günter
a72dacd97e lcl_progress to global 2018-01-08 20:57:42 +01:00
Lars Hvam
ac22675428
Merge pull request #1108 from 14r5/bug1076
Bug 1076
2018-01-08 20:43:15 +01:00
Lars Feller
a71795929b Bug 1076 2018-01-08 20:32:32 +01:00
Christian Günter
956a15b5fa lcl_login_manager to global 2018-01-08 20:27:17 +01:00
larshp
9a584572b6 lcl_html_toolbar to global
lcl_html_toolbar to global
2018-01-08 16:51:57 +00:00
Lars Hvam
6d630926e5
lcl_log to global (#1105)
* lcl_log to global

lcl_log to global

* fix indentation
2018-01-08 17:44:41 +01:00
larshp
9f0adfda18 lcl_html to global
lcl_html to global
2018-01-08 16:30:57 +00:00
Lars Hvam
edbefc6e39
lcl_dot_abapgit to global (#1103)
* lcl_dot_abapgit to global

* fix indentation
2018-01-08 17:12:00 +01:00
larshp
df0f3152ef fix indentation 2018-01-08 15:31:37 +00:00
larshp
7ecbc07e19 lcl_xml to global class 2018-01-08 15:29:36 +00:00
larshp
2513616f97 v1.51.2 2018-01-08 05:11:36 +00:00
larshp
d97c16df01 lcl_diff to global 2018-01-07 14:07:18 +00:00
larshp
243c1d8c65 lcl_path to global #1061 2018-01-07 13:57:25 +00:00
Lars Hvam
ed5e4a9525
zlib to global (#1097)
* stream

* huffman

* zlib

* pretty print
2018-01-07 14:46:26 +01:00
Lars Hvam
5ae3b81246
lcl_hash to global class (#1096)
* lcl_hash to global class

* fix lint errors
2018-01-07 14:27:39 +01:00
Christian Günter
17b2ec8532 refactor lcl_state to global zcl_abapgit_state 2018-01-07 08:36:01 +00:00
Lars Hvam
402e00ed89
Merge pull request #1093 from christianguenter2/ISSUE_1061
Refactor lcl_language to global class zcl_abapgit_language
2018-01-07 09:25:30 +01:00
Lars Hvam
80f537a68a
Merge pull request #1092 from larshp/lcl_convert
lcl_convert to global class #1061
2018-01-07 09:25:18 +01:00
Lars Hvam
78ff711376
Merge pull request #1091 from larshp/issue_1065
is sap system, #1065
2018-01-07 09:25:03 +01:00
Christian Günter
253ed7846a remove descriptions from ZCL_ABAPGIT_LANGUAGES 2018-01-07 09:19:52 +01:00
Christian Günter
e617064832 Refactor lcl_language to global class zcl_abapgit_language 2018-01-06 19:35:36 +01:00
larshp
641025f907 lcl_convert to global class #1061 2018-01-06 07:16:58 +00:00
larshp
676938b245 is sap system, #1065
new approach, will remove the need for implementing ZABAPGIT_USER_EXIT in SAP internal systems
2018-01-06 06:44:29 +00:00
larshp
a3c581da88 fix find superpackages #1078 2018-01-06 06:13:21 +00:00
larshp
cb05d52979 v1.51.1 2018-01-05 15:36:00 +00:00
Lars Hvam
68c16ec280
Merge pull request #1087 from christianguenter2/Issue_1086
Fix #1086
2018-01-05 16:34:18 +01:00
Christian Günter
2bbe39d68a Fix #1086
https://launchpad.support.sap.com/#/notes/1091157/E
2018-01-05 08:11:28 +00:00
larshp
eb91ff2c64 add localhost as local system 2018-01-04 15:23:47 +00:00
Christian Günter
27f82b3e98 refactor tag prefix logic into own class 2018-01-04 13:33:29 +00:00
Christian Günter
ba0ed2eb9b downport 2018-01-04 13:10:41 +00:00
Christian Günter
3086ab90f8 downport 2018-01-04 13:02:34 +00:00
Christian Günter
abeeba0683 downport 2018-01-04 12:16:28 +00:00
Christian Günter
7e1eda31d3 downport 2018-01-04 12:08:29 +00:00
Christian Günter
cd863df16d downport 2018-01-04 10:40:47 +00:00
Christian Günter
443f2148d3 fix CI error | add comment for multiple tag 2018-01-03 20:37:05 +01:00
Christian Günter
94e51fdd8e add SHA to tag popup 2018-01-03 20:37:05 +01:00
Christian Günter
8861ac4d72 add tags to branch overview 2018-01-03 20:37:04 +01:00
larshp
aa4c854a67 v1.51.0 2018-01-03 17:49:53 +00:00
Lars Hvam
3bc35d56a9
Merge pull request #1082 from christianguenter2/tag
implement ligthweight tags
2018-01-03 18:47:18 +01:00
Christian Günter
221461fcc2 optimize columns of overview popup alv 2018-01-03 08:56:20 +00:00
Christian Günter
114b2d1306 reduce line length 2018-01-02 21:27:29 +00:00
Christian Günter
f4c10a5b5e remove exp flag | comments | popup with sha 2018-01-02 21:23:26 +00:00
Christian Günter
6f422e2185 Beautify display and refactor prefix 2018-01-02 14:54:01 +00:00
Christian Günter
9f88bef314 Tags: overview, create and delete 2018-01-02 13:57:10 +00:00
larshp
6a812ab5bd background mode performance, #833 2017-12-29 09:45:49 +00:00
larshp
76dea7f7f1 set_files_remote and set_objects, #833
basic methods for supporting issue 833
2017-12-29 09:36:38 +00:00
larshp
7bf513d4ad v1.50.2 2017-12-19 16:44:14 +00:00
larshp
4fd52a1a42 downport, #1075 2017-12-19 16:39:34 +00:00
Christian Günter
555bf14216 Improve offline repository popup 2017-12-18 19:49:50 +00:00
larshp
f5976a9dc1 v1.50.1 2017-12-11 17:13:49 +00:00
Lars Hvam
f46ffc36a0
Merge pull request #1073 from jaschaDEV/master
ASSERTION_FAILED - ASSERT NOT rv_user IS INITIAL - bug #1071
2017-12-11 18:10:25 +01:00
Lars Hvam
4d7e9095da
fix indentation 2017-12-11 16:39:20 +01:00
Jascha Kanngiesser
8cf7bd0f06 ASSERTION_FAILED - ASSERT NOT rv_user IS INITIAL - bug #1071 2017-12-11 13:25:11 +01:00
larshp
cee3ed151e folder logic checks #953 2017-12-10 13:02:47 +00:00
larshp
c2d9e39862 bugfix, identical trees, #1039 2017-11-18 09:35:23 +00:00
larshp
c059a5b771 v1.50.0 2017-11-18 08:11:50 +00:00
Lars Hvam
c5158bb333
Merge pull request #1062 from christianguenter2/helper_to_global
Refactor local class LCL_URL to global class ZCL_ABAPGIT_URL
2017-11-18 09:09:46 +01:00
Lars Hvam
6dd3d81ef3
Merge pull request #1045 from christianguenter2/ISSUE_1042
Use default transport request to prevent annoying transport popups
2017-11-18 09:03:32 +01:00
Christian Günter
118a2955b9 Fix lint errors 2017-11-15 20:02:46 +00:00
Christian Günter
98ea2380c7 move zcl_abapgit_url to util package 2017-11-15 19:55:18 +00:00
Christian Günter
b48f79c4ad remove lcl_url 2017-11-15 19:52:59 +00:00
christianguenter2
45f11cffa9 change lcl_url to zcl_abapgit_url˙ 2017-11-15 19:49:08 +00:00
Christian Günter
dcaeb74280 add global class zcl_abapgit_url 2017-11-15 19:44:51 +00:00
Lars Hvam
228e70be1c
Merge pull request #1058 from christianguenter2/ISSUE_1057
Fix #1057 - Downport
2017-11-15 08:24:49 +01:00
Christian Günter
7d586cf1ef Fix #1057 - Downport 2017-11-14 19:02:52 +00:00
Christian Günter
9dd9c33c65 Move default task setting to begin of deserial. 2017-11-12 19:38:57 +00:00
larshp
4c2d9ad45f bugfix #1051
I'm stupid
2017-11-11 09:51:37 +00:00
larshp
37a374faca bugfix #1051 2017-11-11 09:49:52 +00:00
larshp
5c8444bf9e v1.49.0 2017-11-11 09:43:12 +00:00
Lars Hvam
3566a86bba
Merge pull request #1047 from christianguenter2/DDLX
Support DDLX: CDS metadata extension
2017-11-11 10:38:54 +01:00
larshp
291678fec3 fix changing remote, #1051 2017-11-11 09:13:39 +00:00
Christian Günter
cf96ee6fbb Beautify 2017-11-08 19:28:50 +00:00
Christian Günter
2d4c4cec85 Downport II 2017-11-08 19:16:49 +00:00
Christian Günter
0576b8e7d1 Downport Part I 2017-11-07 21:37:12 +00:00
Christian Günter
6e77e7d30c First working version DDLX 2017-11-07 21:30:24 +00:00
Christian Günter
a587421315 Change method order 2017-11-07 19:33:35 +00:00
Christian Günter
4c72122ef9 Cleanup 2017-11-07 19:28:51 +00:00
Christian Günter
fa44a8036b Refactoring 2017-11-07 19:24:55 +00:00
Christian Günter
3463fc2c8b Fix deserializing multiple repos 2017-11-06 21:12:54 +00:00
Christian Günter
a6f619ad4c Ensure restoring in error cases 2017-11-06 20:15:33 +00:00
Christian Günter
06ffad25e2 Improve handling cancel of tranport request popup 2017-11-06 08:57:06 +00:00
Christian Günter
238fdeb2e0 Extract method store_current_default_task 2017-11-05 22:40:41 +00:00
Christian Günter
5e59fd83ba Revert "Add call to set_original_object + cleanup"
This reverts commit 80bd68443e.
2017-11-05 23:32:38 +01:00
Christian Günter
afeb155281 Fix linter errors 2017-11-05 21:54:33 +00:00
Christian Günter
5450d32220 First working version of default transport request 2017-11-05 21:36:20 +00:00
Christian Günter
85ec8de2ec Add call to set_original_object + cleanup 2017-11-05 10:06:34 +00:00
Christian Günter
80bd68443e Add call to set_original_object + cleanup 2017-11-05 10:03:51 +00:00
Christian Günter
6d6c4b8b36 Cleanup 2017-11-03 21:47:25 +00:00
Christian Günter
ef3af5dc7b Support for enhancement sections added 2017-11-03 16:13:04 +00:00
Christian Günter
f0a3412c8f Cleanup 2017-11-03 15:34:56 +00:00
Christian Günter
6335f9e355 Refactor to strategy pattern 2017-11-03 15:19:06 +00:00
Christian Günter
425f939001 Cleanup 2017-11-02 21:35:39 +00:00
Christian Günter
6458708a05 Refactoring 2017-11-02 21:19:10 +00:00
Christian Günter
762f663c00 First try hook def 2017-11-02 20:59:17 +00:00
larshp
8420732772 v1.48.0 2017-10-29 07:19:23 +00:00
Lars Hvam
b457546963
Merge pull request #1037 from mkaesemann/settingsBuffer
Possible improvement for settings as described in issue #1032
2017-10-29 08:17:57 +01:00
Lars Hvam
b00c4988de
Merge pull request #1022 from christianguenter2/proxy_user_exit
Proxy configuration user exit
2017-10-29 08:12:16 +01:00
larshp
d9899da1bd delete ZABAPGIT_EXCEPTIONS 2017-10-29 06:14:17 +00:00
Lars Hvam
7ffe82919d
Merge pull request #1031 from christianguenter2/Make_exceptions_global
Make exceptions global
2017-10-29 07:11:32 +01:00
Lars Hvam
c49e7d03f5
Merge pull request #1034 from christianguenter2/WEBI
WEBI: Clear cluster data of endpoint during serialization
2017-10-29 07:06:30 +01:00
Lars Hvam
d77d823fed
Merge pull request #1029 from christianguenter2/optimize_create_package
Improve usability of repository popup
2017-10-29 07:04:37 +01:00
MichaelKaesemann
caf45545c6 Added Settings Buffering for Performance Optimization in Object System (#1032)
- Added buffering of the settings in a settings object in class lcl_persist_settings to buffer the settings  and return them directly, because so far each creation of an object type handler or checking if an object type is supported (which is done by creating an instance of the object type handler) caused a database access to table ZABAPGIT to read and deserialize the settings.
2017-10-27 10:56:15 +02:00
Christian Günter
50a0702a8a Merge branch 'master' of https://github.com/larshp/abapGit into Make_exceptions_global 2017-10-26 18:27:15 +02:00
Christian Günter
b08d379422 Merge branch 'master' of https://github.com/larshp/abapGit into WEBI 2017-10-26 18:25:33 +02:00
Lars Hvam
e25b4cc815 Merge pull request #1027 from christianguenter2/Test_better_http_errors
Improved HTTP error display
2017-10-26 16:58:16 +02:00
Christian Günter
9a3c97d581 Fix bug WEBI output parameter 2017-10-26 09:53:04 +00:00
Christian Günter
a1a6bd940b Clear cluster data of endpoint during serializatio 2017-10-26 08:51:44 +00:00
Christian Günter
14b4a217fd Beautify 2 2017-10-25 21:55:46 +00:00
masterrx
17fa6ee03c Fix case 2017-10-25 21:49:13 +00:00
Christian Günter
c305c44a0f Cleanup 2017-10-25 21:24:40 +00:00
Christian Günter
78615bc093 Complete refactoring 2017-10-25 21:16:42 +00:00
masterrx
ff2f133452 replace lcx_not_found with global version 2017-10-25 21:13:18 +00:00
masterrx
aa5625247e replace lcx_cancel with global version 2017-10-25 21:12:17 +00:00
Christian Günter
05da8dd851 Create global exception classes 2017-10-25 21:04:30 +00:00
Christian Günter
5a540a98ff Fix missing validations 2017-10-25 20:26:40 +00:00
Christian Günter
03d003b625 Extract validation into separat method 2017-10-25 20:18:24 +00:00
Christian Günter
6172c4a2ec Improve repository popup 2017-10-25 20:02:51 +00:00
Christian Günter
2dea8cf49a Better communication of HTTP errors 2017-10-25 18:53:42 +00:00
Christian Günter
789058778e Remove not existing exception (7.31 and lower) 2017-10-25 18:37:07 +00:00
Christian Günter
274afc01eb Fix code displayed double and text missing 2017-10-25 18:14:48 +00:00
Christian Günter
826e5692c5 display HTTP error codes and message 2017-10-25 18:12:18 +00:00
Christian Günter
f4d8f3ff0c Remove superfluous deferred declarations 2017-10-25 17:39:19 +00:00
Christian Günter
7133d456a5 Merge branch 'master' of https://github.com/larshp/abapGit into Test_local_proxy 2017-10-25 18:58:19 +02:00
Christian Günter
97791b9ead Fix linter errors 2017-10-25 16:57:14 +00:00
Christian Günter
a435191564 Introduce separate proxy configuration class
Introduce separate proxy configuration class and userexit to manipulate proxy settings
2017-10-25 16:45:56 +00:00
larshp
169c347874 v1.47.0 2017-10-22 09:15:38 +00:00
Lars Hvam
e0b798ca0d Merge pull request #1017 from sbcgua/stage-filter-author
Stage can filter by username now
2017-10-22 09:37:23 +02:00
Alexander Tsybulsky
6383326d92 #1014 stage can filter by username now 2017-10-21 18:34:26 +02:00
Thomas Erdösi
af06a83eb9 Issue 1005: Function include naming
When deserializing functions, the corresponding include name is generated by SAP coding and may not match the include name from the original system. This difference is then considered as a local modification. Excluding the include name of the function from the serialized information would solve the issue.
2017-10-16 10:35:26 +02:00
larshp
b184988e56 v1.46.0 2017-10-15 10:32:44 +00:00
Lars Hvam
1bf9499e7f Merge pull request #1001 from christianguenter2/Issue_1000
Unambiguous error messages for invalid package
2017-10-15 12:22:31 +02:00
Lars Hvam
e9c6a9222e Merge pull request #1002 from christianguenter2/IAMU
IAMU - Language-Independent IAC Binary Data
2017-10-15 12:19:03 +02:00
Christian Günter
ecd53306a0 Remove unnecessary try catch block 2017-10-15 09:41:29 +00:00
Lars Hvam
b3f4773fed update link to docs 2017-10-15 11:29:47 +02:00
Christian Günter
a052106e28 Refactoring 2017-10-14 14:12:44 +00:00
Christian Günter
453b557581 IAMU first working implementation 2017-10-14 12:18:34 +00:00
Christian Günter
e8d2e4582b Merge branch 'master' of https://github.com/larshp/abapGit into IAMU 2017-10-14 13:05:46 +02:00
Christian Günter
1a762f02be Unambiguous error messages for invalid package 2017-10-14 09:44:47 +00:00
Lars Hvam
f481197b68 Merge pull request #993 from christianguenter2/SXCI
Support SXCI - Classic BAdI implementations
2017-10-14 11:22:21 +02:00
Christian Günter
779e16d16d Fix exception texts 2017-10-14 09:18:16 +00:00
Christian Günter
9ad651d27b Refactoring to one common structure + Renaming 2017-10-14 09:16:33 +00:00
larshp
32358d9931 raise exception 2017-10-14 08:53:15 +00:00
larshp
0eae71e4b3 v1.45.0 2017-10-14 08:50:35 +00:00
Lars Hvam
0b4809de6d Merge pull request #996 from thomas-erdoesi/issue_995
Fix for issue #995: Handling of includes without textpools
2017-10-14 10:48:05 +02:00
larshp
8642da72df 2nd try, #994
make sure the remote files are loaded, not a nice fix, could use some refactoring
2017-10-14 08:30:23 +00:00
Christian Günter
0b99326451 Merge branch 'master' of https://github.com/larshp/abapGit into IAMU 2017-10-14 10:16:48 +02:00
larshp
cff245aae7 fix status, #994
the default .abapgit.xml was used when calling status(), this caused the wrong local file state to be cached
2017-10-14 08:09:27 +00:00
Christian Günter
f9d5f0d73c Merge branch 'master' of https://github.com/larshp/abapGit into IAMU 2017-10-14 09:29:38 +02:00
Lars Hvam
175b88bf5c Merge pull request #989 from christianguenter2/UCSA
UCSA support
2017-10-14 09:02:17 +02:00
Lars Hvam
abb7e00790 Merge pull request #987 from EduardoCopat/correct-class-methods-order
Fixes method reorder when deserializing class
2017-10-14 08:50:41 +02:00
Lars Hvam
d3df0d1fbf Merge pull request #981 from christianguenter2/Issue_980
Fix Issue #980 and add test code
2017-10-14 08:48:03 +02:00
Thomas Erdösi
a0a6dd7f39 Bugif for issue #995: Includes without textpools
Includes without a textpool (%3Dinclude description) are created are either as includes with an empty description (first include) or using the description of the preceding textpool. This issue can be reproduced with function groups created on SAP releases older than 7.31.
2017-10-13 14:32:15 +02:00
Christian Günter
384d14b9fe IAMU scaffolding 2017-10-13 11:12:26 +00:00
Christian Günter
1f9d407796 Beautify + Renaming + Fix typos 2017-10-13 08:35:16 +00:00
Christian Günter
8cb2c527ce Bugfix additional objects 2017-10-13 07:57:28 +00:00
Christian Günter
74b895ee2a Cleanup 2017-10-13 07:20:05 +00:00
Christian Günter
03ec5b36eb Bugfix in exists + beautify 2017-10-13 07:14:49 +00:00
Christian Günter
d106170480 Remove unused variables 2017-10-12 21:27:02 +00:00
Christian Günter
2c5fcb9aed add further parts 2017-10-12 15:27:34 +00:00
Christian Günter
942a1c5a00 First working implementation of SXCI 2017-10-12 15:09:32 +00:00
Christian Günter
b3c4a95966 First try SXCI 2017-10-12 11:59:43 +00:00
Lars Hvam
161070d0b2 Merge pull request #979 from christianguenter2/SRFC
Support object type SRFC - RFC Service #977
2017-10-11 18:04:56 +02:00
Christian Günter
23c182729c Beautify 2017-10-11 14:26:21 +00:00
Christian Günter
e7c0eb434e Beautify 2017-10-11 14:22:04 +00:00
Christian Günter
64474e55b6 Add comment + refactoring 2017-10-11 14:19:36 +00:00
Christian Günter
1da1cb74b9 Refactoring 2017-10-11 04:55:53 +00:00
Paulo Buttenbender
f901f2c07f Fixing lint issues 2017-10-10 23:31:39 +02:00
Paulo Buttenbender
bf7166f039 Fix experimental clas deserializer method order 2017-10-10 23:22:04 +02:00
Christian Günter
f68f1bdd14 Beautify 2017-10-10 19:49:58 +00:00
Christian Günter
8751a39f2c Downport 2017-10-10 19:37:39 +00:00
Christian Günter
6e0fac0f5b First try implement UCSA 2017-10-10 19:06:13 +00:00
eduardocopat
055823a690 Fixes method reorder 2017-10-10 19:19:02 +02:00
Christian Günter
1c7e4c9fe0 remove macro 2017-10-10 16:37:20 +00:00
larshp
7d12133370 v1.44.0 2017-10-10 16:12:40 +00:00
Lars Hvam
d73b9d6c86 Merge pull request #986 from christianguenter2/Issue_985
Fix Issue 985: BSP fragments: activation error when cloning repo
2017-10-10 18:09:56 +02:00
Lars Hvam
8288295781 Merge pull request #984 from christianguenter2/Issue_793
Fix issue 793: Add support for BSP applications with pages of type so2_controller
2017-10-10 18:09:17 +02:00
Lars Hvam
7d9e390c99 Merge pull request #983 from thomas-erdoesi/issue_982
Issue 982: Translations deleted upon activation
2017-10-10 18:07:40 +02:00
Christian Günter
0a33be9186 Refactor resolve dependencies #964 (#978)
* First try merge resolve_ddls into resolve_ddic

* Refactoring

* Move to global class

* delete merge artifacts

* Fix merge errors

* Rename global denpencies class
2017-10-10 17:32:53 +02:00
Christian Günter
f31a0cfbbe Generic select popup + Select unnecessary objects when resetting local (#973)
* add generic selection popup

* Downport

* add text parameters

* fix line length

* dynamic: columns to display

* delete merge artifacts
2017-10-10 17:29:12 +02:00
Lars Hvam
27561e2884 Merge pull request #970 from christianguenter2/Issue_966
#966 PROG: force delete of used includes
2017-10-10 17:26:09 +02:00
Christian Günter
a397683397 remove changes from wrong branch 2017-10-10 12:37:17 +00:00
Christian Günter
33d032c2c6 Fix Issue 985 2017-10-10 12:29:42 +00:00
Thomas Erdösi
d849b2ac4f Translations are deleted upon activation
Translations should be inserted as active text pools, only the text pool of the master language can be inactive. Otherwise translations will be deleted upon activation.
2017-10-10 12:47:44 +02:00
Christian Günter
35fcfcb037 Fix issue 793 2017-10-10 10:36:02 +00:00
Christian Günter
e1f2c5a76c Beautify 2017-10-10 09:44:49 +00:00
Christian Günter
4f012b0950 Fix Issue 980 and add test code 2017-10-10 09:37:31 +00:00
Thomas Erdösi
194352c064 Added comments
Added comments
2017-10-10 10:21:54 +02:00
thomas-erdoesi
1925cad8ab Merge pull request #2 from thomas-erdoesi/master
Sync with original source
2017-10-10 09:42:33 +02:00
Christian Günter
fef62a95ef Unify exception handling 2017-10-09 22:14:38 +00:00
Christian Günter
8efe6ee5d0 downport 2017-10-09 22:06:27 +00:00
Christian Günter
abd39f9ace downport 2017-10-09 22:03:09 +00:00
Christian Günter
377f4b987d Implement SRFC 2017-10-09 21:53:09 +00:00
Christian Günter
9148e95cfb Merge branch 'master' of https://github.com/larshp/abapGit into Issue_966 2017-10-09 20:14:24 +02:00
Lars Hvam
0a5e7a17c0 Merge pull request #967 from christianguenter2/Interface_global
Refactor lif_defs to global interface ZIF_ABAPGIT_DEFINITIONS #773
2017-10-09 19:54:09 +02:00
Christian Günter
abf0b5be74 Fix #974 2017-10-09 12:13:07 +00:00
Thomas Erdösi
7334ceaf68 Fix for issue 968
Support for objects in 'foreign' namespaces
2017-10-09 09:43:49 +02:00
Christian Günter
815246614f Merge branch 'Interface_global' of https://github.com/christianguenter2/abapGit into Interface_global
merge master
2017-10-08 18:03:54 +02:00
Christian Günter
05554d2a7b solve conflict 2017-10-08 18:03:11 +02:00
Christian Günter
c7c3bfd9b6 Remove ZABAPGIT_DEFINITIONS 2017-10-08 15:59:19 +00:00
Christian Günter
5f3ecbd3ce Beautify 2017-10-08 15:52:06 +00:00
Christian Günter
6e69c99450 Remove lif_defs 2017-10-08 15:44:56 +00:00
Christian Günter
d722f159f6 Fix linter errors 2017-10-08 15:39:03 +00:00
Christian Günter
570d18f07f convert interface definition to uppercase 2017-10-08 17:27:26 +02:00
Christian Günter
14937edde6 Rename to lower case 2017-10-08 17:22:35 +02:00
Christian Günter
dc1b8613ea replace occurrences of lif_defs with ZIF_ABAPGIT_DEFINITIONS 2017-10-08 17:15:43 +02:00
Christian Günter
da2ef104e9 move lif_defs to global ZIF_ABAPGIT_DEFINITIONS 2017-10-08 15:08:52 +00:00
Lars Hvam
a6b9e9c31e Merge pull request #965 from larshp/issue_962
Remove old persistency #962
2017-10-08 16:32:10 +02:00
Christian Günter
91a1608635 #966 PROG: force delete of used includes 2017-10-08 08:17:59 +00:00
larshp
ac68f03593 cleanup old persistency layer #962 2017-10-08 07:26:56 +00:00
larshp
35dcb801e7 change table recursion to method recursion #959 2017-10-08 06:56:40 +00:00
larshp
d1d03a4326 move to new explore page #130 2017-10-07 08:17:41 +00:00
larshp
2f61451ebb v1.43.1 2017-10-06 04:05:31 +00:00
Lars Hvam
723f55b048 Merge pull request #958 from flaiker/devc-fix
Ignore additional fields in DEVC serialization
2017-10-06 06:03:25 +02:00
Lars Hvam
1774f0e14a Merge pull request #955 from larshp/issue_933
downport to 702 #933
2017-10-06 06:02:52 +02:00
Fabian Lupa
c7e2ed737a Ignore additional fields in DEVC serialization
Fixes #957
2017-10-05 20:11:35 +02:00
Lars Hvam
6e678b27b7 downport #956 2017-10-05 18:59:37 +02:00
larshp
306e5f9e8c downport to 702 #933 2017-10-05 15:36:21 +00:00
larshp
34dc4d81e7 v1.43.0 2017-10-05 15:07:11 +00:00
larshp
2c3c94ab25 fix description 2017-10-05 15:04:57 +00:00
larshp
3c002b1684 add packages 2017-10-05 15:04:30 +00:00
larshp
8951fe4d16 fix lint issue 2017-10-05 15:03:29 +00:00
Lars Hvam
689245e1ce Merge pull request #954 from apex8/master
Add Select all/none buttons to table select popup
2017-10-05 16:59:46 +02:00
Lars Hvam
e0b6d3f395 Merge pull request #927 from flaiker/packages
DEVC support
2017-10-05 16:59:17 +02:00
Lars Hvam
fcd48f2f31 Merge pull request #937 from thomas-erdoesi/issue_935
Issue 935
2017-10-05 16:53:37 +02:00
apex8
8ed5d896ab Add Select all/none buttons to table select popup 2017-10-05 15:48:26 +02:00
Fabian Lupa
0e85c9f1a4 Fix exception usages 2017-10-02 18:48:29 +02:00
Fabian Lupa
b90fcb783a Add DEVC jump 2017-10-02 18:48:29 +02:00
Fabian Lupa
2ef90d9df2 Update DEVC remote-to-local mapping logic 2017-10-02 18:48:29 +02:00
Fabian Lupa
309729879c Fix client_pak diff and restricted flag (DEVC) 2017-10-02 18:48:29 +02:00
Fabian Lupa
75581f32ea Fix formatting 2017-10-02 18:48:29 +02:00
Fabian Lupa
1c06915d11 Remove package deletion 2017-10-02 18:48:29 +02:00
Fabian Lupa
cf336df327 Remove diff 2017-10-02 18:48:29 +02:00
Fabian Lupa
f156eab10d Remove package related .abapit.xml options 2017-10-02 18:48:29 +02:00
Fabian Lupa
191ff2cd7e DEVC use fixed dummy file / obj_name 2017-10-02 18:48:29 +02:00
Fabian Lupa
fa1073cbaa Improve DEVC jump 2017-10-02 18:48:29 +02:00
Fabian Lupa
9f3f02b9e2 Fix failing unit test 2017-10-02 18:48:29 +02:00
Fabian Lupa
f384330357 Update local package mapping 2017-10-02 18:48:29 +02:00
Fabian Lupa
b5e1345e8b Try at local <-> remote package naming 2017-10-02 18:48:29 +02:00
Fabian Lupa
bcbf52d6e2 Remove some attributes in DEVC serialization 2017-10-02 18:48:29 +02:00
Fabian Lupa
49ee7b9543 Initial support for DEVC 2017-10-02 18:48:29 +02:00
Fabian Lupa
67216cc4a3 Fix object overwrite missing objects (fixes #949) 2017-10-02 18:26:30 +02:00
Thomas Erdösi
683c485b39 Workaround for abaplint bug (2nd try) 2017-10-02 13:16:36 +02:00
Thomas Erdösi
8e34ba199b Workaround for abaplint bug 2017-10-02 13:03:08 +02:00
Thomas Erdösi
0abd3f1372 Synchronized with original version 2017-10-02 12:00:09 +02:00
Thomas Erdösi
63a6e57930 Merge branch 'pr/3' into issue_935 2017-10-02 11:48:20 +02:00
Thomas Erdösi
17cc1536ed Added class lcl_language
Changes of SY-LANGU are now handled by local class lcl_language.
2017-10-02 11:10:15 +02:00
larshp
87418cd125 exception, fix diff 2017-10-01 10:47:12 +00:00
larshp
6a1beb8e05 fix syntax error 2017-10-01 10:41:15 +00:00
Lars Hvam
90c0480b29 Merge branch 'master' into jump_WWW 2017-10-01 12:34:50 +02:00
Lars Hvam
20fef20f5b Merge pull request #944 from larshp/issue_911
GUI for calling syntax check #911
2017-10-01 12:34:01 +02:00
Lars Hvam
92de3ae29d Merge branch 'master' into issue_773 2017-10-01 12:31:23 +02:00
larshp
8624f9f8f2 use global exception class #773 2017-10-01 10:28:23 +00:00
Christian Günter
44a565351a Refactoring 2017-10-01 10:07:42 +00:00
Christian Günter
92183a5f84 Jump to W3HT and W3MI 2017-10-01 09:59:50 +00:00
larshp
860ff3b6df lcl_time to global class #773 2017-10-01 09:22:21 +00:00
larshp
b488d42cf5 PROG: show sy-subrc in error message 2017-10-01 09:04:29 +00:00
larshp
9585a54778 delete unnessary obj, fix sorting 2017-10-01 08:59:14 +00:00
larshp
a43d4df2b9 GUI for calling syntax check #911 2017-10-01 08:48:03 +00:00
Lars Hvam
9786e76ec9 Merge pull request #943 from larshp/issue_911
Syntax check repo, issue #911
2017-10-01 09:46:46 +02:00
Lars Hvam
ca8077a350 Merge pull request #942 from larshp/issue_933
#933, fix syntax error on 702
2017-10-01 09:38:52 +02:00
Lars Hvam
87e78a1de3 Merge pull request #941 from christianguenter2/Issue_836
Catch class_not_existing exception #836
2017-10-01 09:38:37 +02:00
larshp
afd9c78791 #933, fix syntax error on 702 2017-10-01 07:36:45 +00:00
Christian Günter
98f41dc759 Catch class_not_existing exception #836 2017-10-01 07:32:18 +00:00
larshp
ba9bf55f47 v1.42.0 2017-10-01 07:19:25 +00:00
larshp
b5b0aef3fb closes #939 2017-10-01 07:15:42 +00:00
Lars Hvam
02d95a27ae Merge pull request #936 from christianguenter2/ISSUE_920
Issue 920
2017-10-01 09:07:53 +02:00
Lars Hvam
8eb54d568e Merge pull request #934 from apex8/master
Replacing per object 'overwrite local Object' dialog with checkbox list
2017-10-01 09:05:05 +02:00
Lars Hvam
f4c1932375 Merge pull request #928 from EduardoCopat/sadl-generated-class
Fixes #921 DDLS skip generated SADL classes
2017-10-01 09:00:49 +02:00
eduardocopat
2acee1b836 lint 2017-09-28 21:45:20 +02:00
eduardocopat
b1c22a5b34 Moves lcl_skip_objects closer to lcl_tadir 2017-09-28 21:41:38 +02:00
Thomas Erdösi
67956ee771 Fix for issue 935
Also fix classes that were previously modified using a different language than the master language.
2017-09-28 13:37:00 +02:00
Thomas Erdösi
7065fae9da Fix for issue 935
Read and write text pool using master language.
2017-09-28 12:28:15 +02:00
Thomas Erdösi
66eb559f95 Fix for issue 935
Read and write text pool using master language.
2017-09-28 11:09:14 +02:00
Christian Günter
4af9da522d Add binary search 2017-09-28 08:58:32 +00:00
Christian Günter
94ff4c7df9 refactoring 2017-09-28 08:39:35 +00:00
Alexander Petrenz
051f3fb6a3 fixing table dialog: lint error, empty table 2017-09-27 22:37:56 +02:00
Christian Günter
48c0a730e2 Fix lint errors 2017-09-27 16:06:34 +00:00
Christian Günter
7536057a13 #920 deletion sequence DDLS 2017-09-27 16:03:21 +00:00
Alexander Petrenz
3762817294 added info header to overwrite table dialog 2017-09-27 11:36:42 +02:00
Alexander Petrenz
56d9775106 dialog for overwriting local objects rewritten
When Pulling local objects are checked if they have been modified. If so there was a confirmation popup for each objects. This has been replaced with a popup table allowing to have a look at all modified objects at once and selecting a checkbox to confirm that all selected objects should be overwritten.
2017-09-27 11:09:04 +02:00
Lars Hvam
141939b7e7 update link to documentation 2017-09-24 11:37:48 +02:00
Lars Hvam
458dcf2fee update link to documentation 2017-09-24 11:36:53 +02: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
eduardocopat
33cba1d3b8 Skip SADL generated classes 2017-09-18 21:05:32 +02:00
Lars Hvam
366663716a Merge pull request #925 from apex8/master
fixing deserialization for function groups with namespace
2017-09-14 19:17:42 +02:00
larshp
82769c8c75 fix syntax error, #926
method does not exist on older versions
2017-09-14 17:12:38 +00:00
Alexander Petrenz
83e779868a formatting fix for previous commit 2017-09-13 09:17:59 +02:00
Alexander Petrenz
a3c1473960 fix deserializing fgroup with namespace 2017-09-13 09:12:23 +02: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
larshp
03c3c7acc3 v1.41.2 2017-09-11 16:48:34 +00:00
larshp
352d474263 add variable, #914 2017-09-11 16:47:45 +00:00
Lars Hvam
e81748abdf Merge pull request #923 from larshp/issue_904
CLAS deserialization performance, issue 904
2017-09-11 18:44:05 +02:00
Lars Hvam
e0d3e98059 Merge pull request #924 from apex8/master
Fix FGroup Serialization involving Namespaces
2017-09-11 18:17:52 +02:00
apex8
81adacb10e correct handling for t00 generic include in fgroup 2017-09-11 17:30:46 +02:00
larshp
26a55f2542 remove breakpoints #904 2017-09-10 15:11:27 +00:00
larshp
5dfc9168fa minor fixes and downporting #904 2017-09-10 14:48:33 +00:00
larshp
1dd493d1e6 enable via experimental switch #904 2017-09-10 13:59:47 +00:00
larshp
a48bf4e698 code moved into abapGit #904
not tested, experimental
2017-09-10 13:45:09 +00:00
larshp
0016916564 experimental features switch, #910 2017-09-10 12:21:16 +00:00
larshp
03b74e0992 DDLS error messages 2017-09-09 13:45:11 +00:00
larshp
04b84e7381 SICF show error, close #919 2017-09-09 13:19:32 +00:00
apex8
9811b9ae32 disabled dark mode to allow popup for transport 2017-09-05 10:23:47 +02:00
larshp
b256fc6c36 v1.41.1 2017-09-03 09:13:04 +00:00
Lars Hvam
b9d85177e0 Merge pull request #908 from larshp/zlib_to_global
lcl_zlib_convert to global class #773
2017-09-03 11:04:44 +02:00
larshp
87000cbf65 use global class 2017-09-03 08:14:56 +00:00
larshp
f76050e71a test 2017-09-03 06:03:35 +00:00
larshp
44e71fc25f DDLS changed by, #905 2017-09-02 06:07:55 +00:00
larshp
067fcd65c3 rename class #773 2017-08-29 13:37:42 +00:00
Christian Guenter
c08ec05fbf change popup title 2017-08-28 18:47:02 +00:00
Christian Guenter
02f913a9c3 change popup text 2017-08-28 18:37:46 +00:00
Christian Guenter
f6a4e1a448 Add counter for deleted objects
Add counter for deleted objects and show popup only if there are any
2017-08-28 18:34:32 +00:00
Christian Guenter
fea262fb32 fix typo 2017-08-28 17:35:00 +00:00
Christian Guenter
63eab6d6fa beautify 2017-08-28 17:30:58 +00:00
Christian Guenter
8a695257b1 rename method 2017-08-28 17:29:04 +00:00
Christian Guenter
c76ff5674b change 'Cancel' to 'No' 2017-08-28 17:23:09 +00:00
Christian Guenter
b6e8297d74 extract method delete_spare_local_objects
extract method delete_spare_local_objects to class lcl_repo_online
2017-08-28 17:21:34 +00:00
Christian Guenter
c0287754f9 Refactoring 2017-08-26 09:44:45 +00:00
Christian Guenter
1de786ef7d refactoring 2017-08-26 09:24:01 +00:00
Christian Guenter
71ca57f6ac first try to delete superflous files 2017-08-26 08:31:22 +00:00