Alexander Tsybulsky
9b38d79cce
GUI CORE, move constants ( #2526 )
...
* zcl_abapgit_gui constants
* renames in all classes
* zif_abapgit_html
* zif_abapgit_html related renames
* remove gui->free for now
2019-03-15 02:22:08 -07:00
larshp
dcaf585d47
move file_download to ui package
...
move file_download to ui package, part of #2510
the zip class should ideally work without frontend interaction, and just provide/parse the raw xstrings, this way it can be reused across different frontend technologies
2019-03-15 01:52:42 -07:00
larshp
6dc56433ab
allow injection of progress indicator
2019-03-15 01:14:45 -07:00
larshp
4e780068c7
DTEL, skip TPARA
...
DTEL, skip TPARA #2520
2019-03-15 01:13:15 -07:00
Sdfraga
7c8b2228fb
Branch Overview Page gitGraph Horizontal Top scrollbar ( #2492 )
...
* Adding HTML new elements to BOverview Page
* Adding gitGraph CSS propertires
* Adding gitGraph scroller function
* Set gitGraph Scroller css width dynamically
* Initialize Top Horizontal Scroller on GitGraph
* Adding setGitGraphScroller() to BOverview HTML
* Fixed HTML wrong TAG
* Adding some comments
* Fixing abaplint messages
* Refactoring Indentation for Travis
* Refactoring for Travis
* Removing trailing spaces for Travis
2019-03-14 02:52:40 -07:00
larshp
c93998abe0
Add auth check exit for repo creation
2019-03-14 10:45:38 +01:00
Martin Fuchs
31fc55af56
fix filter_files_to_deserialize
...
in method zcl_abap_objects->filter_files_to_deserialize the object condense is done too early, need to be done at the end
2019-03-14 10:14:49 +01:00
Lars Hvam
48f6cb1bb1
move ZCL_ABAPGIT_FRONTEND_SERVICES to UI ( #2516 )
...
* move ZCL_ABAPGIT_FRONTEND_SERVICES to UI
move ZCL_ABAPGIT_FRONTEND_SERVICES to UI package
* move factory and interface
* fix errors found by linter
2019-03-14 01:34:19 -07:00
Lars Hvam
88822bb735
add method to determine if running in cloud ( #2515 )
...
* add method to determine if running in cloud
add new class and method to determine if abapGit is running on ABAP cloud/Steampunk systems, part of an effort to align codelines #2511
* fix naming
* add simple unit test
2019-03-14 01:33:39 -07:00
larshp
a0a8131db4
fix syntax warning for missing method impl
2019-03-14 00:21:27 -07:00
Lars Hvam
13213e2f2f
decode object name #2504 ( #2507 )
...
* decode object name #2504
* fix
* fix
2019-03-14 00:21:02 -07:00
Martin Fuchs
22fbd9cdfe
avoid object states in seraliziers
...
in the serialized content, no object states like active/inactive version is expected
2019-03-13 05:25:00 -07:00
Lars Hvam
9a85d02ef3
Update serializers.md
2019-03-12 21:49:48 -07:00
larshp
d8da05b8bc
tutorial, show correct abapgit package
...
tutorial, show correct abapgit package
#2461
2019-03-12 21:49:36 -07:00
GoWa
21527528c6
call redefined method of IF
2019-03-12 21:49:15 -07:00
larshp
25f6284493
implement GET_DESERIALIZE_STEPS
...
this is a quick fix, field LATE_DESER will be removed in future
2019-03-12 07:37:56 -07:00
GoWale
6b7b2ba5c5
Implement deserialize steps and swap DDIC/ABAP order ( #2449 )
...
* Implement deserialize steps swap DDIC/ÁBAP order
* fix for wapa and abaplint
* bugfix in falback logic and type definition
* fixed constant usage
* fixed abaplint and constant usage
* focus only on design change of deserialze
* focus only on design change of deserialze
* Bugfix for CI because of changes of the order
* cleanup
* cleanup
* minor changes
* move types to IF
2019-03-12 02:08:00 -07:00
Sebastian Wolf
a5de7a8769
Add serialization for APACK manifests ( #2485 )
...
* Add serialization for APACK manifests
* Add documentation for APACK serialization
* APACK docs: Add more information about dependency format
* APACK: Some words about transporting ZIF_APACK_MANIFEST
* APACK: Move definitions in own interface
* APACK: Don't build the manifest file twice...
2019-03-11 23:34:32 -07:00
Alexander Tsybulsky
0d1ae6965c
docs css improvements ( #2488 )
...
* docs css improvements
* remove code italic
2019-03-08 00:33:03 -08:00
Christian Guenter
c7093e753e
Remove "disable octicons" user settings
2019-03-06 22:37:05 -08:00
Alexander Tsybulsky
76d5045006
minor fixes in icon doc
2019-03-06 11:50:28 -08:00
Alexander Tsybulsky
c03bb681b3
Offline icons ( #2454 )
...
* font
* css fix and icon rendering
* assets and font link in html head
* more icons
* more css fixes
* replace icon names
* dev docs
* Fonts update
* icons rename
* doc update
* linter fixes
* fix for abapmerge
2019-03-06 00:49:04 -08:00
Lars Hvam
fc167ff3cd
update abaplint config to latest ( #2480 )
...
* update abaplint config to latest
* remove some descriptions
* remove more descriptions
* fixes
* fixes
2019-03-04 07:12:42 -08:00
larshp
9b9417b094
remove empty lines in statements #2474
2019-03-03 02:43:03 -08:00
Gregor Wolf
24486c7d56
Add subrc before the value
2019-03-03 00:23:29 -08:00
Christian Guenter
963ff52dab
Link hints: disable when no tooltips are visible
...
- Disable link hints mode when no tooltips are visible, e.g. when we pressed a non-existing combination.
- Smaller refactorings
2019-03-01 00:06:53 -08:00
Gregor Wolf
b04226e8f1
Add missing sy-subrc to exception
2019-03-01 00:06:41 -08:00
larshp
14beb8cfac
refactor nested IF to single IF
2019-03-01 00:06:29 -08:00
larshp
7da7327f36
SPRX downport
2019-02-27 21:56:30 -08:00
Gregor Wolf
06097f9614
Add missing Subrc %3D { sy-subrc }
2019-02-27 21:52:30 -08:00
larshp
afa63c8f3b
IWPR basic version #75
...
IWPR basic version #75
can later be extended with implementations of IS_LOCKED, JUMP, and CHANGED_BY
this uses the generic serializer via OBJH, like abapGit-Plugins
2019-02-27 05:34:39 -08:00
Christian Guenter
8cc6567d40
rename zcl_abapgit_tag to zcl_abapgit_git_tag
2019-02-26 21:29:41 -08:00
Gregor Wolf
c22cacb197
Add sy-subrc to exception
2019-02-26 21:29:01 -08:00
Lars Hvam
af3b59b3f0
v1.85.0 ( #2458 )
2019-02-25 21:55:05 -08:00
larshp
f1c724cc0c
update abaplint config to latest
2019-02-25 21:29:47 -08:00
Christian Günter
389512f690
Patch / git add -p: Add and remove sections
...
After this commit is applied it is possible to add and remove
sections of code on the stage/patch page.
2019-02-25 21:29:24 -08:00
larshp
9225e0ea0d
More error information, RS_CORR_INSERT
2019-02-25 21:28:23 -08:00
Christian Guenter
f73e18d587
Online repo "display name" to overrule default name
2019-02-25 07:20:01 -08:00
larshp
2011be5696
SICF fixes
...
save data to field ICFALTNME
clear ICFALTNME_ORIG as the api sets it automagically
2019-02-24 22:46:23 -08:00
Lars Hvam
34e8e0bb69
Uninstall, fix some error messages ( #2451 )
...
* SUSO, fix error message
* DDLS error message
instead of "Object could not be deleted"
2019-02-24 22:46:02 -08:00
larshp
ea40225d1c
ZCL_ABAPGIT_REPO_ONLINE add testclass include
...
add testclass include in order to avoid evil dumps while upgrading/reset local
2019-02-24 09:25:50 +00:00
larshp
452c72d6ce
move contents of ZCL_ABAPGIT_OBJECT_TABL_VALID to
...
move contents of ZCL_ABAPGIT_OBJECT_TABL_VALID to ZCL_ABAPGIT_OBJECT_TABL_COMPAR
#2436
2019-02-21 23:05:12 -08:00
larshp
7ff994dd03
fix VCLS diffs in VCLSTRUDEP_TAB #2432
2019-02-21 23:04:56 -08:00
Christian Guenter
e19c54d3a1
New user setting: Disable parallel processing
2019-02-20 22:20:39 -08:00
Lars Hvam
3213d0c2dd
Deserialization performance, refactor COMPARE_TO_REMOTE_VERSION ( #2438 )
...
* core part refactored #2436
* indentation
* fix implementations
* delete ZCL_ABAPGIT_COMPARISON_NULL
* pretty print
* Update serializers.md
* downport
2019-02-20 22:20:24 -08:00
larshp
0c0cf96e9e
bugfix
2019-02-21 06:15:05 +00:00
larshp
75ee96bce0
Activate parallel DDIC activation #1055
...
Activate parallel DDIC activation #1055
With this more activation errors will be shown, plus better performance
2019-02-20 22:01:03 -08:00
larshp
897755a0eb
SOTR skip creation if already exists #2209
2019-02-20 22:00:51 -08:00
larshp
5b44d8e89b
REPO, remove method RUN_CODE_INSPECTOR
...
the successful flag is now saved in code inspector class instead
2019-02-20 22:00:36 -08:00
Lars Hvam
3cc38cdf90
SPRX, change serialization logic ( #2431 )
...
* SPRX, change serialization logic
* some progress
* delete method dequeue_proxy
* move deserialize_proxy to INTF
2019-02-20 22:00:22 -08:00