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
Lars Hvam
6ca5ab4459
docs: supported, mention customizing
2018-06-07 11:04:53 +02:00
Christian Guenter
41d09125d4
set new remote: supply remote SHA1
2018-06-07 11:01:56 +02:00
Lars Hvam
38eef6717a
docs: information about docs
2018-06-07 10:57:40 +02:00
Lars Hvam
e738322783
docs, SCP1
2018-06-06 17:11:04 +02:00
Lars Hvam
d6f77810f5
v1.68.3
2018-06-06 16:55:12 +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
ac70d2feda
move development related information ( #1454 )
2018-06-06 16:23:49 +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
Lars Hvam
24e1dec5c8
Merge pull request #1451 from larshp/issue_1432
...
change agent #1432
2018-06-06 08:20:26 +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
Lars Hvam
aaaf72cf75
v1.68.2
2018-06-04 15:40:34 +02: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
Lars Hvam
9dc998261f
docs: SSL test program, show full error message
2018-06-03 15:39:17 +02:00
larshp
9cecd077da
testclass: fix syntax warning, implement method
2018-06-03 12:35:50 +00:00
Lars Hvam
b2d7d63fcb
v1.68.1
2018-06-03 12:34:14 +02: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
Lars Hvam
49e6f1051f
docs, SUCU
2018-06-02 11:26:25 +02:00
Lars Hvam
8b985aa465
Merge pull request #1426 from ThomasPloski/master
...
Delivery class of database table zabapgit changed
2018-06-02 11:06:18 +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
d4d2e992e9
Merge pull request #1 from ThomasPloski/Delivery-Class-of-database-table-ZABAPGIT
...
Delivery class of database table zabapgit changed
2018-05-30 09:47:22 +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
fdd90aac01
docs: ssl, minor change
2018-05-29 15:57:27 +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
Lars Hvam
89cb371a77
Merge pull request #1422 from christianguenter2/1088
...
move parse_tag_request to zcl_abapgit_gui_page_tag
2018-05-28 12:33:08 +02:00
Christian Guenter
039eb1e1fa
move parse_tag_request to page
2018-05-28 06:37:14 +00:00
Lars Hvam
440c7eb4b3
v1.68.0
2018-05-27 17:06:58 +02: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
Johannes Konings
998d89b314
docs: contributing to abapGit #1402 ( #1420 )
...
* link to the section in docs.abapgit.org
https://github.com/larshp/abapGit/issues/1402
* add doc page contributing to abapGit
https://github.com/larshp/abapGit/issues/1402
* Contributing to abapGit section other
https://github.com/larshp/abapGit/issues/1402
* moved to others
https://github.com/larshp/abapGit/issues/1402
* link changed to section other
https://github.com/larshp/abapGit/issues/1402
2018-05-27 16:28:48 +02:00