Christian Günter
80bd68443e
Add call to set_original_object + cleanup
2017-11-05 10:03:51 +00:00
Christian Günter
6d6c4b8b36
Cleanup
2017-11-03 21:47:25 +00:00
Christian Günter
ef3af5dc7b
Support for enhancement sections added
2017-11-03 16:13:04 +00:00
Christian Günter
f0a3412c8f
Cleanup
2017-11-03 15:34:56 +00:00
Christian Günter
6335f9e355
Refactor to strategy pattern
2017-11-03 15:19:06 +00:00
Christian Günter
425f939001
Cleanup
2017-11-02 21:35:39 +00:00
Christian Günter
6458708a05
Refactoring
2017-11-02 21:19:10 +00:00
Christian Günter
762f663c00
First try hook def
2017-11-02 20:59:17 +00:00
larshp
8420732772
v1.48.0
2017-10-29 07:19:23 +00:00
Lars Hvam
b457546963
Merge pull request #1037 from mkaesemann/settingsBuffer
...
Possible improvement for settings as described in issue #1032
2017-10-29 08:17:57 +01:00
Lars Hvam
b00c4988de
Merge pull request #1022 from christianguenter2/proxy_user_exit
...
Proxy configuration user exit
2017-10-29 08:12:16 +01:00
larshp
d9899da1bd
delete ZABAPGIT_EXCEPTIONS
2017-10-29 06:14:17 +00:00
Lars Hvam
7ffe82919d
Merge pull request #1031 from christianguenter2/Make_exceptions_global
...
Make exceptions global
2017-10-29 07:11:32 +01:00
Lars Hvam
c49e7d03f5
Merge pull request #1034 from christianguenter2/WEBI
...
WEBI: Clear cluster data of endpoint during serialization
2017-10-29 07:06:30 +01:00
Lars Hvam
d77d823fed
Merge pull request #1029 from christianguenter2/optimize_create_package
...
Improve usability of repository popup
2017-10-29 07:04:37 +01:00
MichaelKaesemann
caf45545c6
Added Settings Buffering for Performance Optimization in Object System ( #1032 )
...
- Added buffering of the settings in a settings object in class lcl_persist_settings to buffer the settings and return them directly, because so far each creation of an object type handler or checking if an object type is supported (which is done by creating an instance of the object type handler) caused a database access to table ZABAPGIT to read and deserialize the settings.
2017-10-27 10:56:15 +02:00
Christian Günter
50a0702a8a
Merge branch 'master' of https://github.com/larshp/abapGit into Make_exceptions_global
2017-10-26 18:27:15 +02:00
Christian Günter
b08d379422
Merge branch 'master' of https://github.com/larshp/abapGit into WEBI
2017-10-26 18:25:33 +02:00
Lars Hvam
e25b4cc815
Merge pull request #1027 from christianguenter2/Test_better_http_errors
...
Improved HTTP error display
2017-10-26 16:58:16 +02:00
Christian Günter
9a3c97d581
Fix bug WEBI output parameter
2017-10-26 09:53:04 +00:00
Christian Günter
a1a6bd940b
Clear cluster data of endpoint during serializatio
2017-10-26 08:51:44 +00:00
Christian Günter
14b4a217fd
Beautify 2
2017-10-25 21:55:46 +00:00
masterrx
17fa6ee03c
Fix case
2017-10-25 21:49:13 +00:00
Christian Günter
c305c44a0f
Cleanup
2017-10-25 21:24:40 +00:00
Christian Günter
78615bc093
Complete refactoring
2017-10-25 21:16:42 +00:00
masterrx
ff2f133452
replace lcx_not_found with global version
2017-10-25 21:13:18 +00:00
masterrx
aa5625247e
replace lcx_cancel with global version
2017-10-25 21:12:17 +00:00
Christian Günter
05da8dd851
Create global exception classes
2017-10-25 21:04:30 +00:00
Christian Günter
5a540a98ff
Fix missing validations
2017-10-25 20:26:40 +00:00
Christian Günter
03d003b625
Extract validation into separat method
2017-10-25 20:18:24 +00:00
Christian Günter
6172c4a2ec
Improve repository popup
2017-10-25 20:02:51 +00:00
Christian Günter
2dea8cf49a
Better communication of HTTP errors
2017-10-25 18:53:42 +00:00
Christian Günter
789058778e
Remove not existing exception (7.31 and lower)
2017-10-25 18:37:07 +00:00
Christian Günter
274afc01eb
Fix code displayed double and text missing
2017-10-25 18:14:48 +00:00
Christian Günter
826e5692c5
display HTTP error codes and message
2017-10-25 18:12:18 +00:00
Christian Günter
f4d8f3ff0c
Remove superfluous deferred declarations
2017-10-25 17:39:19 +00:00
Christian Günter
7133d456a5
Merge branch 'master' of https://github.com/larshp/abapGit into Test_local_proxy
2017-10-25 18:58:19 +02:00
Christian Günter
97791b9ead
Fix linter errors
2017-10-25 16:57:14 +00:00
Christian Günter
a435191564
Introduce separate proxy configuration class
...
Introduce separate proxy configuration class and userexit to manipulate proxy settings
2017-10-25 16:45:56 +00:00
larshp
169c347874
v1.47.0
2017-10-22 09:15:38 +00:00
Lars Hvam
e0b798ca0d
Merge pull request #1017 from sbcgua/stage-filter-author
...
Stage can filter by username now
2017-10-22 09:37:23 +02:00
Alexander Tsybulsky
6383326d92
#1014 stage can filter by username now
2017-10-21 18:34:26 +02:00
Thomas Erdösi
af06a83eb9
Issue 1005: Function include naming
...
When deserializing functions, the corresponding include name is generated by SAP coding and may not match the include name from the original system. This difference is then considered as a local modification. Excluding the include name of the function from the serialized information would solve the issue.
2017-10-16 10:35:26 +02:00
larshp
b184988e56
v1.46.0
2017-10-15 10:32:44 +00:00
Lars Hvam
1bf9499e7f
Merge pull request #1001 from christianguenter2/Issue_1000
...
Unambiguous error messages for invalid package
2017-10-15 12:22:31 +02:00
Lars Hvam
e9c6a9222e
Merge pull request #1002 from christianguenter2/IAMU
...
IAMU - Language-Independent IAC Binary Data
2017-10-15 12:19:03 +02:00
Christian Günter
ecd53306a0
Remove unnecessary try catch block
2017-10-15 09:41:29 +00:00
Lars Hvam
b3f4773fed
update link to docs
2017-10-15 11:29:47 +02:00
Christian Günter
a052106e28
Refactoring
2017-10-14 14:12:44 +00:00
Christian Günter
453b557581
IAMU first working implementation
2017-10-14 12:18:34 +00:00
Christian Günter
e8d2e4582b
Merge branch 'master' of https://github.com/larshp/abapGit into IAMU
2017-10-14 13:05:46 +02:00
Christian Günter
1a762f02be
Unambiguous error messages for invalid package
2017-10-14 09:44:47 +00:00
Lars Hvam
f481197b68
Merge pull request #993 from christianguenter2/SXCI
...
Support SXCI - Classic BAdI implementations
2017-10-14 11:22:21 +02:00
Christian Günter
779e16d16d
Fix exception texts
2017-10-14 09:18:16 +00:00
Christian Günter
9ad651d27b
Refactoring to one common structure + Renaming
2017-10-14 09:16:33 +00:00
larshp
32358d9931
raise exception
2017-10-14 08:53:15 +00:00
larshp
0eae71e4b3
v1.45.0
2017-10-14 08:50:35 +00:00
Lars Hvam
0b4809de6d
Merge pull request #996 from thomas-erdoesi/issue_995
...
Fix for issue #995 : Handling of includes without textpools
2017-10-14 10:48:05 +02:00
larshp
8642da72df
2nd try, #994
...
make sure the remote files are loaded, not a nice fix, could use some refactoring
2017-10-14 08:30:23 +00:00
Christian Günter
0b99326451
Merge branch 'master' of https://github.com/larshp/abapGit into IAMU
2017-10-14 10:16:48 +02:00
larshp
cff245aae7
fix status, #994
...
the default .abapgit.xml was used when calling status(), this caused the wrong local file state to be cached
2017-10-14 08:09:27 +00:00
Christian Günter
f9d5f0d73c
Merge branch 'master' of https://github.com/larshp/abapGit into IAMU
2017-10-14 09:29:38 +02:00
Lars Hvam
175b88bf5c
Merge pull request #989 from christianguenter2/UCSA
...
UCSA support
2017-10-14 09:02:17 +02:00
Lars Hvam
abb7e00790
Merge pull request #987 from EduardoCopat/correct-class-methods-order
...
Fixes method reorder when deserializing class
2017-10-14 08:50:41 +02:00
Lars Hvam
d3df0d1fbf
Merge pull request #981 from christianguenter2/Issue_980
...
Fix Issue #980 and add test code
2017-10-14 08:48:03 +02:00
Thomas Erdösi
a0a6dd7f39
Bugif for issue #995 : Includes without textpools
...
Includes without a textpool (%3Dinclude description) are created are either as includes with an empty description (first include) or using the description of the preceding textpool. This issue can be reproduced with function groups created on SAP releases older than 7.31.
2017-10-13 14:32:15 +02:00
Christian Günter
384d14b9fe
IAMU scaffolding
2017-10-13 11:12:26 +00:00
Christian Günter
1f9d407796
Beautify + Renaming + Fix typos
2017-10-13 08:35:16 +00:00
Christian Günter
8cb2c527ce
Bugfix additional objects
2017-10-13 07:57:28 +00:00
Christian Günter
74b895ee2a
Cleanup
2017-10-13 07:20:05 +00:00
Christian Günter
03ec5b36eb
Bugfix in exists + beautify
2017-10-13 07:14:49 +00:00
Christian Günter
d106170480
Remove unused variables
2017-10-12 21:27:02 +00:00
Christian Günter
2c5fcb9aed
add further parts
2017-10-12 15:27:34 +00:00
Christian Günter
942a1c5a00
First working implementation of SXCI
2017-10-12 15:09:32 +00:00
Christian Günter
b3c4a95966
First try SXCI
2017-10-12 11:59:43 +00:00
Lars Hvam
161070d0b2
Merge pull request #979 from christianguenter2/SRFC
...
Support object type SRFC - RFC Service #977
2017-10-11 18:04:56 +02:00
Christian Günter
23c182729c
Beautify
2017-10-11 14:26:21 +00:00
Christian Günter
e7c0eb434e
Beautify
2017-10-11 14:22:04 +00:00
Christian Günter
64474e55b6
Add comment + refactoring
2017-10-11 14:19:36 +00:00
Christian Günter
1da1cb74b9
Refactoring
2017-10-11 04:55:53 +00:00
Paulo Buttenbender
f901f2c07f
Fixing lint issues
2017-10-10 23:31:39 +02:00
Paulo Buttenbender
bf7166f039
Fix experimental clas deserializer method order
2017-10-10 23:22:04 +02:00
Christian Günter
f68f1bdd14
Beautify
2017-10-10 19:49:58 +00:00
Christian Günter
8751a39f2c
Downport
2017-10-10 19:37:39 +00:00
Christian Günter
6e0fac0f5b
First try implement UCSA
2017-10-10 19:06:13 +00:00
eduardocopat
055823a690
Fixes method reorder
2017-10-10 19:19:02 +02:00
Christian Günter
1c7e4c9fe0
remove macro
2017-10-10 16:37:20 +00:00
larshp
7d12133370
v1.44.0
2017-10-10 16:12:40 +00:00
Lars Hvam
d73b9d6c86
Merge pull request #986 from christianguenter2/Issue_985
...
Fix Issue 985: BSP fragments: activation error when cloning repo
2017-10-10 18:09:56 +02:00
Lars Hvam
8288295781
Merge pull request #984 from christianguenter2/Issue_793
...
Fix issue 793: Add support for BSP applications with pages of type so2_controller
2017-10-10 18:09:17 +02:00
Lars Hvam
7d9e390c99
Merge pull request #983 from thomas-erdoesi/issue_982
...
Issue 982: Translations deleted upon activation
2017-10-10 18:07:40 +02:00
Christian Günter
0a33be9186
Refactor resolve dependencies #964 ( #978 )
...
* First try merge resolve_ddls into resolve_ddic
* Refactoring
* Move to global class
* delete merge artifacts
* Fix merge errors
* Rename global denpencies class
2017-10-10 17:32:53 +02:00
Christian Günter
f31a0cfbbe
Generic select popup + Select unnecessary objects when resetting local ( #973 )
...
* add generic selection popup
* Downport
* add text parameters
* fix line length
* dynamic: columns to display
* delete merge artifacts
2017-10-10 17:29:12 +02:00
Lars Hvam
27561e2884
Merge pull request #970 from christianguenter2/Issue_966
...
#966 PROG: force delete of used includes
2017-10-10 17:26:09 +02:00
Christian Günter
a397683397
remove changes from wrong branch
2017-10-10 12:37:17 +00:00
Christian Günter
33d032c2c6
Fix Issue 985
2017-10-10 12:29:42 +00:00
Thomas Erdösi
d849b2ac4f
Translations are deleted upon activation
...
Translations should be inserted as active text pools, only the text pool of the master language can be inactive. Otherwise translations will be deleted upon activation.
2017-10-10 12:47:44 +02:00
Christian Günter
35fcfcb037
Fix issue 793
2017-10-10 10:36:02 +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