Lars Hvam
85d364d460
move some unit tests to global classes ( #1210 )
2018-02-17 12:53:06 +01: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
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
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
e9ffa8e642
To global ( #1192 )
...
More classes to global
2018-02-11 10:07:05 +01: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
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
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
larshp
eda6a27fb1
lcl_settings to global
2018-01-12 12:24:59 +00:00
larshp
e2197ab344
lcl_sap_package to global
2018-01-12 11:36:33 +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
Christian Günter
956a15b5fa
lcl_login_manager to global
2018-01-08 20:27:17 +01: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
7ecbc07e19
lcl_xml to global class
2018-01-08 15:29: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
larshp
641025f907
lcl_convert to global class #1061
2018-01-06 07:16:58 +00:00
larshp
4fd52a1a42
downport, #1075
2017-12-19 16:39:34 +00:00
christianguenter2
45f11cffa9
change lcl_url to zcl_abapgit_url˙
2017-11-15 19:49:08 +00:00
Christian Günter
d106170480
Remove unused variables
2017-10-12 21:27:02 +00:00
Christian Günter
1c7e4c9fe0
remove macro
2017-10-10 16:37:20 +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
Christian Günter
d722f159f6
Fix linter errors
2017-10-08 15:39:03 +00: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
Fabian Lupa
2ef90d9df2
Update DEVC remote-to-local mapping logic
2017-10-02 18:48:29 +02:00
larshp
8624f9f8f2
use global exception class #773
2017-10-01 10:28:23 +00:00
larshp
92262adb67
fix compiler warning
2017-08-05 07:24:38 +00:00
larshp
af93a489db
downport to 702, #878
2017-08-03 15:29:34 +00:00
larshp
fb08006b95
fix #864
2017-07-28 08:05:35 +00:00
larshp
e84358ae27
fix urlencoding
2017-07-23 12:41:19 +00:00
larshp
5ff0cd9586
refactoring
...
rename METHOD int_to_xstring, and remove parameter
change inputs for METHOD type_and_length and add unit tests
2017-07-23 12:20:29 +00:00
Christian Günter
d7fb8d5bdc
Issue 795 ( #820 )
...
* Add first unit tests for parse_fields
* Fix Issue 795 - parse_fields with german umlauts
* fix formatting issues
* Refcatoring method renaming
* Unchained method calls
#795
* Fixed linter error and change usage of class...
Fixed linter error. E.g. encoded umlauts as hex values.
Replaced all usages of cl_http_utility%3D>if_http_utility~string_to_fields with lcl_html_action_utils%3D>parse_fields
* add URL decoding logic
2017-07-17 19:54:43 +02:00
larshp
b0b5f1e67c
empty xml, fix #775
2017-06-10 11:26:51 +00:00
larshp
824195f63a
rename classes #733
2017-06-09 07:41:05 +00:00
larshp
6a75a0922c
move constants and types to interface
2017-06-07 18:26:53 +00:00
larshp
512ecfe2b7
rename some test helper classes
2017-06-07 17:44:16 +00:00
larshp
08ec17fa63
rearrange some definitions
2017-06-06 19:03:42 +00:00
Alexander Tsybulsky
7f1a77bae4
#714 new improvements (almost done)
2017-04-19 21:13:03 +03:00
larshp
eb4196689d
reproduce issue, #710
2017-04-13 11:47:58 +02:00
larshp
134750d5a9
remove unused variables and methods
2017-03-22 09:21:57 +00:00
eduardocopat
82a8484978
Moving to unit test include
2017-03-21 17:01:09 +01:00
larshp
b58205b0cb
local dot abapgit state #630
2017-03-04 08:30:32 +00:00
larshp
3dbc04ecaf
more, almost there
2017-02-14 18:51:13 +00:00