larshp
ee76ec1f45
update to latest abaplint
2019-01-18 07:06:55 +01:00
larshp
3509df80ae
add class descriptions
2019-01-14 20:06:33 +01:00
Alexander Tsybulsky
dd52f33497
move isola to zcl_abapgit_convert
2018-12-30 08:07:19 +01:00
larshp
c37ce5ff06
Cleanup classes package assignment #2217
2018-12-30 08:03:38 +01:00
larshp
e0841e3bec
indentation and se80 reorderings
...
no logic changes
2018-12-26 06:35:55 +01:00
Christian Guenter
66fa31e0aa
Fix zcl_abapgit_frontend_services xml - newformat
2018-12-22 11:42:40 +01:00
sbcgua
2b887bb7c3
Frontend services util ( #2219 )
...
* extract file system calls from zip
* fs to utils package
* rename fs to frontend services
* linter fix
* fix zip class
* review fixes
2018-12-22 11:35:49 +01:00
Eduardo Ferrari Copat
d47027ad6c
Remove redundant class and interface metadata ( #2195 )
...
* Remove CLSFINAL from VSEOCLASS serialization
* Remove EXPOSURE from VSEOCLASS serialization
* Remove clsabstrct from VSEOCLASS serialization
* Remove EXPOSURE from VSEOINTERF serialization
* Revert "Remove EXPOSURE from VSEOINTERF serialization"
This reverts commit 4036b7d015
.
2018-12-12 14:31:42 +01:00
larshp
aae099b93d
naming conventions
2018-11-11 17:45:12 +01:00
Lars Hvam
06616580eb
Naming conventions ( #2059 )
...
* fix naming conventions
* naming conventions
2018-11-07 12:50:20 +01:00
Christian Günter
0fa50309a1
Staging smaller chunks of code like git add -p ( #1842 )
...
* Staging smaller chunks of code like git add -p
With this commit a new feature which works similar to git add -p
is added. We are now able to patch, which means that we can
commit on line basis. And are not restricted anymore to commit
only on file basis.
* move get_page_patch to stage page
* Refactor JS
* Refactor JS
2018-09-08 08:58:25 +02:00
Johannes Konings
d25bfaf725
fix some naming conventions
...
https://github.com/larshp/abapGit/issues/1132
2018-08-17 09:24:22 +02:00
larshp
e49b404b58
delete some unreferenced variables
2018-08-07 16:01:29 +02:00
Christian Guenter
d82a02cd0e
downport
2018-08-06 18:11:09 +02:00
Lars Hvam
c72d04ea80
Refactor background to use log object instead of WRITE ( #1753 )
...
* LOG: extra ADD_* methods
Methods ADD_ERROR, ADD_INFO, and ADD_WARNING added to log class
* refactor background to use log object
refactor background to use log object instead of WRITE
2018-08-05 08:08:41 +02:00
Frederik Hudák
9d79bc3cc5
Removed endmethod and endclass comments - folder utils
2018-08-01 18:55:31 +02:00
Michael Käsemann
d2fbceb949
Added unit tests for conversion methods
...
- Added unit tests for metods BITBYTE_TO_INT and X_TO_BITBYTE of class ZCL_ABAPGIT_CONVERT.
2018-07-09 12:38:26 +02:00
mkaesemann
3ec6188536
Fixed build issues
...
Removed whitespace at end of empty line caused by the Github editor.
2018-07-09 11:35:57 +02:00
mkaesemann
7dc2dc1af2
Fixed formatting errors
...
Fixed indentation and linter issues
2018-07-09 11:32:32 +02:00
Michael Käsemann
3294474243
Performance Improvement in BITBYTE_TO_INT Conversion
...
- Changed: Reduced calculations and processing required to convert a bit string into an integer value to a minimum.
2018-07-09 11:09:53 +02:00
Lars Hvam
20d4605491
Merge pull request #1568 from mkaesemann/feature/X_TO_BITBYTE_optimization
...
Performance Improvement in X_TO_BITBYTE Conversion
2018-07-06 16:28:07 +02:00
Michael Käsemann
f7f78dfc26
Performance Improvement in X_TO_BITBYTE Conversion
...
- Changed: Since X_TO_BITBYTE only converts a single byte to a bitstring, it is faster to use direct addressing instead of a loop/concatenate pair, since concatenate on characters has to process the whole char array in each run.
2018-07-06 15:39:52 +02:00
mkaesemann
b80a10024b
Moved progress percentage calculation into execution block
...
Moved the progress percentage calculation into the execution block, because we don't need to calculate the percentage if we are not going to display it.
2018-07-06 15:16:28 +02:00
mkaesemann
7ec692389e
Fixed Date Calculation for Refresh Interval Detection
...
Forgot to recalculate the date, so we don't run into problems if someone works late at night
2018-07-06 14:54:47 +02:00
larshp
6db1b2fbfa
pretty print
2018-07-06 12:20:01 +00:00
Michael Käsemann
28a1554526
Limit Progress Indicator Updates
...
Fixed an issue with the progress indicator updates, where updates of the progress indicator would flush the message queue of SAP GUI and cause a GUI crash or hang.
The problem is described in SAP note #2084109 and seems to occur for large repositories (especially after installing SAP GUI 7.50 PL6)
2018-07-05 13:55:59 +02:00
christianguenter2
ea798193d0
Block commit/push if code inspection has errors
...
- new local setting to set check variant
- new local setting to block pull if code inspector check fails
- check is executed before staging
- new page to display code inspector results
2018-06-28 13:21:29 +02:00
larshp
4219c6d162
cl_aunit_assert is obsolete
2018-06-10 11:45:39 +00:00
Christian Guenter
542e290450
Log: show ALV popup
2018-05-14 13:22:33 +02:00
Christian Günter
e4c1de4732
Default committer name and e-mail from SU01 ( #1310 )
...
* Default committer name and e-mail from SU01
* Refactoring: introduce get_name and get_email meth
2018-04-18 19:57:24 +02:00
Lars Hvam
13a559779f
move requirements popup to ui #1281 ( #1292 )
2018-04-03 16:21:51 +02:00
Lars Hvam
7152b4281a
Refactoring ( #1279 )
...
* URL: rename and add validation method
plus validate url in NEW_ONLINE
* optimize select
* move write protection check
* start refactoring gui away from deserializati/pull
* mvoe ZCL_ABAPGIT_SERVICES_ABAPGIT to UI
* delete ZCL_ABAPGIT_SERVICES_BKG
moved to GUI page
* move ZCL_ABAPGIT_SERVICES_GIT to UI
* move ZCL_ABAPGIT_SERVICES_REPO to UI
* fix indentation
* overwrite popup refactored to UI
2018-03-29 14:29:03 +02:00
Lars Hvam
b9cc65017f
Code inspector ( #1272 )
...
* code inspector
+ delete unused methods
+ move methods to private
+ remove commented code
* few more
2018-03-28 08:08:20 +02:00
Lars Hvam
80010875f7
hash class, add unit tests ( #1226 )
2018-02-28 13:15:53 +01:00
Lars Hvam
59c1f277ab
more renaming #1132 ( #1212 )
...
* more renaming #1132
* fix indentation
2018-02-18 10:04:26 +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
e9ffa8e642
To global ( #1192 )
...
More classes to global
2018-02-11 10:07:05 +01:00
Christian Günter
17f5585ead
lcl_requirement_helper to global
2018-01-22 20:43:28 +01:00
larshp
ad6b99ec95
also return at decode
2018-01-21 07:52:39 +00:00
larshp
a736957f58
refactor progress indicator #1149
2018-01-19 16:25:47 +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
Christian Günter
a72dacd97e
lcl_progress to global
2018-01-08 20:57:42 +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
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
5ae3b81246
lcl_hash to global class ( #1096 )
...
* lcl_hash to global class
* fix lint errors
2018-01-07 14:27:39 +01:00
Christian Günter
17b2ec8532
refactor lcl_state to global zcl_abapgit_state
2018-01-07 08:36:01 +00:00
Lars Hvam
402e00ed89
Merge pull request #1093 from christianguenter2/ISSUE_1061
...
Refactor lcl_language to global class zcl_abapgit_language
2018-01-07 09:25:30 +01:00
Christian Günter
253ed7846a
remove descriptions from ZCL_ABAPGIT_LANGUAGES
2018-01-07 09:19:52 +01:00
Christian Günter
e617064832
Refactor lcl_language to global class zcl_abapgit_language
2018-01-06 19:35:36 +01:00
larshp
641025f907
lcl_convert to global class #1061
2018-01-06 07:16:58 +00:00
Christian Günter
118a2955b9
Fix lint errors
2017-11-15 20:02:46 +00:00
Christian Günter
98ea2380c7
move zcl_abapgit_url to util package
2017-11-15 19:55:18 +00:00
larshp
3c002b1684
add packages
2017-10-05 15:04:30 +00:00
larshp
860ff3b6df
lcl_time to global class #773
2017-10-01 09:22:21 +00:00