Alexander Tsybulsky
3df4863feb
LXE langs refactoring ( #4494 )
...
* main refactoring part
* linter fix
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-03-01 07:02:04 +01:00
Frederik Hudák
add83f5b94
Repo overview performance improvements ( #4541 )
...
* Repo overview performance improvements
* Rework map_repo_list_to_overview
* Reduce usages of get_key
* Fix inline data
* Don't load package descriptions in repo overview
the select is expensive
* suppress titles for non-favorite repositories
* lint
* Update src/ui/zcl_abapgit_gui_page_repo_over.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* optimize render_repo_palette
* Optimize gui_router
* Update zcl_abapgit_gui_page_repo_over.clas.abap
* Update zcl_abapgit_migrations.clas.abap
* remove unused variable
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-02-21 11:29:01 +01:00
Marc Bernard
8c9bca3a4f
Fix display of log after uninstall ( #4490 )
...
The uninstall log was dropped too early during refresh of repo. Now it's passed properly to the UI.
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-02-09 07:37:04 +01:00
JustACasual
bcbc3d527d
I18N: LXE Translations ( #4415 )
...
* Issue 2424
https://github.com/abapGit/abapGit/issues/2424
* Issue 2424
https://github.com/abapGit/abapGit/issues/2424
* Update src/objects/zcl_abapgit_object_fugr.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Fixing LINT issues
* Fixing LINT issues
* TABL, default ROWORCOLST on deserialize (#4430 ) (#4 )
* Fix for #4425
* Remove whitespace at end of line
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Remove whitespace at end of line
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
Co-authored-by: DerGuteWolf <DerGuteWolf@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Centralize LXE functionality
* Fix FUGR LXE
* delete issue reference comments
* Delete issue reference comments
* Remove Aliases for LXE types
* Review Changes
* Copy from #4452
Integrate changes from #4452 into #4415
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: DerGuteWolf <DerGuteWolf@users.noreply.github.com>
Co-authored-by: Sebastian Koitka <sebastian.koitka@dematic.com>
Co-authored-by: Marc Bernard <marc@marcbernardtools.com>
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
2021-01-31 10:36:28 +01:00
Marc Bernard
40efc567f6
Automatic creation of top repository package ( #4431 )
...
* Automatic creation of top repository package
When adding a repository, it is not necessary anymore that the top SAP package assigned to the repository exists. Just enter a package name and clone (works for offline, too).
The initial diff will now show that the top package exists remotely only. Therefore, when pulling, you will not get the "confirm overwrite package" popup anymore. Yippie!
* Typo
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-01-23 10:11:54 +01:00
Alexander Tsybulsky
47dae10ab0
I18n settings ( #4416 )
...
* dot abapGit i18n_langs
* rewrite dot abapgit (better design)
* settings
* linter fix
* review fixes
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-01-18 09:32:55 +01:00
Lars Hvam
db6db7cf79
remove more unused variables ( #4413 )
2021-01-15 17:22:51 +01:00
Lars Hvam
889d062e1c
data, basic serialization ( #4369 )
...
* data
* refactor ZCL_ABAPGIT_SERIALIZE
* upd
* serializing
* cleanup
* fix
* fix
* rename
2021-01-09 10:50:58 +01:00
Marc Bernard
9f91e4f3ad
Move method is_sap_object_allowed ( #4385 )
...
Closes https://github.com/abapGit/abapGit/issues/4382
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-01-08 12:06:06 +01:00
Lars Hvam
8b506aa077
omit some default parameter names ( #4370 )
...
* apack, omit parameter names
* mass and objects
* omit
* omit
2021-01-04 10:41:20 +01:00
Lars Hvam
4f95be22ad
REPO changes ( #4361 )
...
* method ZCL_ABAPGIT_REPO->FIND_REMOTE_DOT_APACK changed to private
* method ZCL_ABAPGIT_REPO->RESET_LOG deleted
#2127
2021-01-02 09:02:52 +01:00
Marc Bernard
98ecc1a51c
Package Structure - Part 5 ( #4360 )
...
* Package Structure - Part 5
Final part of package structure reorg. Moving repo related classes and interfaces.
$ABAPGIT_REPO:
ZCL_ABAPGIT_DOT_ABAPGIT
ZCL_ABAPGIT_REPO
ZCL_ABAPGIT_REPO_CONTENT_LIST
ZCL_ABAPGIT_REPO_FILTER
ZCL_ABAPGIT_REPO_OFFLINE
ZCL_ABAPGIT_REPO_ONLINE
ZCL_ABAPGIT_REPO_SRV
ZIF_ABAPGIT_DOT_ABAPGIT
ZIF_ABAPGIT_REPO_LISTENER
ZIF_ABAPGIT_REPO_ONLINE
ZIF_ABAPGIT_REPO_SRV
Closes https://github.com/abapGit/abapGit/issues/4253
* Remove delta
* Remove delta
* Remove delta
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-12-29 11:34:29 +01:00