Commit Graph

2414 Commits

Author SHA1 Message Date
Lars Hvam
3927864a30
contribution guidelines: pretty printer settings 2018-03-16 16:34:18 +01:00
larshp
1097b015fc ignore deleted objects in syntax check 2018-03-16 16:05:08 +01:00
Lars Hvam
d2468c4243
v1.60.1 2018-03-14 17:55:37 +01:00
larshp
e34ee4356c show error messages #1242 2018-03-14 16:50:00 +00:00
Lars Hvam
5551136488
fix link to build 2018-03-14 16:38:22 +01:00
Lars Hvam
7b11d7ded6
v1.60.0 2018-03-10 13:54:03 +01: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
Lars Hvam
30112e0557
Merge pull request #1241 from christianguenter2/enhancement_order
Fix deserialization dependency ENHO -> ENHS
2018-03-10 13:25:47 +01:00
Christian Günter
dc14fa22df Fix deserialization dependency ENHO -> ENHS 2018-03-08 10:36:39 +00:00
Lars Hvam
dd862b7a95
docs: fix link
argh, sorry
2018-03-07 05:04:31 +01:00
Lars Hvam
b262acc52a
docs: fix link 2018-03-07 05:04:06 +01:00
Lars Hvam
e594116409
docs: fix link 2018-03-07 05:03:42 +01:00
Lars Hvam
ebda96e1ee
Merge pull request #1236 from larshp/issue_1223
allow for custom 2FA, #1223
2018-03-05 05:40:24 +01: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
Lars Hvam
597b1a234a
docs: add link 2018-02-25 09:26:59 +01:00
Lars Hvam
86c77c1941
docs: fix link 2018-02-25 09:23:20 +01:00
larshp
fa2c00a0d7 docs: github TSL #1225 2018-02-25 08:21:22 +00:00
Lars Hvam
95e82dfba8
v1.59.0 2018-02-24 10:13:59 +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
Lars Hvam
37eec5581e
Merge pull request #1222 from christianguenter2/ADT_Jump
Fix dump when ADT jump is executed
2018-02-21 18:09:24 +01:00
Christian Günter
311c7b80bd Fix dump when ADT jump is executed 2018-02-21 16:36:47 +00:00
Lars Hvam
3b6adb9ca3
docs: add link 2018-02-21 08:48:11 +01: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
Lars Hvam
4886308bd8
docs: remove broken link 2018-02-17 09:51:57 +01:00
Lars Hvam
67e7f56b1a
v1.58.0 2018-02-15 15:52:57 +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
Lars Hvam
f51f0d5552
Merge pull request #1204 from larshp/global_773
lcl_services_bkg to global
2018-02-15 13:51:21 +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
Lars Hvam
b361d46a41
Merge pull request #1202 from christianguenter2/issue_1201
SHMA: Fix typos in dynamic method invokation
2018-02-14 15:43:44 +01:00
Christian Günter
532fd64710 SHMA: Fix typos in dynamic method invokation 2018-02-14 13:22:50 +00:00
Lars Hvam
a31a34fe7e
abapmerge 0.9.5 #1200 2018-02-12 17:41:10 +01: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