Commit Graph

55 Commits

Author SHA1 Message Date
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
EduardoCopat
9063a2d6a6 Settings (proxy) #412 (#414)
* Added empty settings page
Also added it in the Advanced meun

* Added Settings HTML structure

* Provide settings persistence
I put the unit tests in the persistence include rather than the unit test include

* Triggering settings save on UI event

* Plug-in the proxy settings into CL_HTTP_CLIENT
Also, removed a break point...

* abaplint fixes

* abaplint fixes #2
2016-11-10 16:40:49 +01:00
sbcgua
0c0d07ef63 deleted marker, fine tuning 2016-11-09 12:30:06 +02:00
sbcgua
ebaa76a6c2 remove old status code 2016-11-07 14:23:39 +02:00
sbcgua
31727c352e new status implementation 2016-11-07 13:47:26 +02:00
sbcgua
d36467dd93 file state refactoring 2016-11-06 18:42:18 +02:00
sbcgua
85ecc3936a temp commit UT 2016-11-06 12:46:45 +02:00
sbcgua
e70e7a8f79 ut data fix 2016-11-05 13:45:01 +02:00
sbcgua
60a399664d unit test finish 2016-11-05 13:34:39 +02:00
sbcgua
5ea2ed639e unit test beginning 2016-11-05 12:53:07 +02:00
sbcgua
fdf96cbf6c render repo refactor and folders view #280 2016-10-14 11:03:37 +03:00
sbcgua
a95afceb03 UI: Main page, hide file list, adjust diff #347 2016-09-20 17:58:35 +03:00
larshp
7963850784 allow HCP style git url, #258 2016-09-10 07:32:28 +00:00
atsy
94e28625f6 Fix html_helper to indent styles in {} 2016-09-03 19:30:45 +03:00