Commit Graph

1435 Commits

Author SHA1 Message Date
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