Commit Graph

68 Commits

Author SHA1 Message Date
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
larshp
f3541de70a more refactoring
* propagate dot abapgit varialbe to folder logic class
* change lcl_sap_package to instance class
2017-02-14 12:17:51 +00:00
larshp
aab96d313b #521 preperations
* add FOLDER_LOGIC to dot abapgit
* refactor folder logic to separate class
* move lcl_sap_package=>check to file_status class
* DDLS fix exists method
2017-02-14 11:21:43 +00:00
Lars Hvam
6a5147b9f9 Merge pull request #563 from sbcgua/master
lcl_html performance tuning
2017-01-22 19:26:43 +01:00
sbcgua
3e5a97483a lcl_html performance tuning #537 2017-01-22 19:32:04 +02:00
larshp
4ca551b74e update to latest abapGit format 2017-01-22 09:37:26 +00:00
sbcgua
e38a47f25a fix #532, deleted objects didn't display correctly 2017-01-19 19:03:44 +02:00
Lars Hvam
aa1d2a6fdd Merge pull request #530 from sbcgua/master
UI diff page unified mode
2017-01-11 15:48:25 +01:00
sbcgua
c8c7ce8471 UI diff page unified mode #442
CSS finetune
page_diff refactor
render_line split+unified
plus-minus markers
subsequent updated line output
user param diff_unified
2017-01-10 23:48:31 +02:00
eduardocopat
3624942c5f code review adjustments 2017-01-10 10:17:56 +01:00
eduardocopat
4c966a8e63 has_changed_since refactoring 2017-01-09 17:49:45 +01:00
eduardocopat
258088a24d changed_by refactoring 2017-01-09 17:16:11 +01:00
sbcgua
51db93b499 html refactoring, render sequence refactoring
- refactor lcl_html_helper (renamed to lcl_html, additional methods)
- icons rendered with lcl_html->icon
- some common html chunks moved to lcl_gui_chunk_lib
- lcl_gui_page_super renamed to lcl_gui_page
- page structure rendering concentrated in lcl_gui_page->render
2017-01-07 09:50:37 +02:00
larshp
47f4843e58 W3XX: fix dump CX_SY_REGEX_TOO_COMPLEX 2017-01-05 17:15:36 +00:00
larshp
81c2025fac cleanup and style changes
pretty printer
remove unused variables
cleanup
2016-12-29 12:45:16 +00:00
nununo
72fcc7bd24 ASSERT_TRUE and ASSERT_FALSE replaced
...with ASSERT_EQUAL for backward compatibility with 702.
2016-12-29 10:38:21 +01:00
eduardocopat
8384bd8994 code review 2016-12-23 11:19:03 +01:00
larshp
f9fbe7e6f7 fix newline 2016-12-07 17:17:21 +00:00
EduardoCopat
735941a9c5 Make the critical tests tolerable
So that we don't receive a red bar when not running them.
2016-12-07 15:52:39 +01:00
sbcgua
faab642563 fixes for file_status, sap_package UTs #475 2016-12-03 14:45:51 +02:00
sbcgua
96f805d50a W3xx remove path from filename #374 2016-11-26 19:53:52 +02:00
larshp
16fe500579 CLAS: better changed_by
but still not perfect
2016-11-25 15:16:14 +01:00
larshp
7de9306e0e fix newline 2016-11-25 13:35:21 +00:00
EduardoCopat
4ae7d09743 Adding descriptive cancellation message 2016-11-25 14:29:32 +01:00
eduardocopat
f6dcba99ad Using Critical Test settings instead of popup 2016-11-25 13:44:23 +01:00
sbcgua
c2c0876d78 remove get_filename_from_syspath 2016-11-22 22:55:39 +02:00
sbcgua
ae9fb69dba W3xx serializer v2 #374
+ change log changes
2016-11-22 19:22:33 +02:00
sbcgua
e73fef4534 lcl_diff naming refactor, improve UTs #420 2016-11-19 11:37:13 +02:00
sbcgua
fed75b63ca lcl_sap_package=>check optimizations and UT 2016-11-17 22:19:12 +02:00
larshp
a47a268028 update PROGDIR-VARCL #435
and delete few unused variables   field symbols
2016-11-17 11:03:03 +00:00
sbcgua
0f8c9bbe85 Merge branch 'master'
Conflicts:
	src/zabapgit_definitions.prog.abap
	src/zabapgit_objects_impl.prog.abap
	src/zabapgit_persistence.prog.abap
	src/zabapgit_repo_impl.prog.abap
	src/zabapgit_unit_test.prog.abap
	src/zabapgit_view_repo.prog.abap
2016-11-12 13:35:24 +02:00