mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
![]() * otgr: initial object support This commit replaces the generic SOBJ support with native support for the object type OTGR and the format is not backward compatible, so repos containing SOBJ serialized objects could not be pulled anymore (it's necessary to pull them with previous version of abapGit and push them with the new version of abapGit). The new OTGR handler supports only master language description because there is no API which would allow us to maintain other languages and I am not willing to re-implement parts of ABAP platform just to version texts which nobody cares about. Also, the texts dealing part is not that straightforward - one has to think about keeping the texts in sync which requires lot of code. I did the following optimizations to the XML format: - removed the activation state from all elements because we always serialize only Active and deserialize as Inactive - removed the foreign key name from texts and other details because we know which object type group is currently being handled - used short names for root elements of details to avoid redundancy because the detail's table name is used for child XML elements - e.g. TEXTS vs. CLS_TYPE_GROUPT. Closes #1515 * Update ref-supported.md Co-authored-by: Lars Hvam <larshp@hotmail.com> |
||
---|---|---|
.. | ||
_includes | ||
_layouts | ||
assets | ||
collections/_development | ||
img | ||
_config.yml | ||
.gitignore | ||
404.md | ||
CNAME | ||
Gemfile | ||
guide-contributing.md | ||
guide-development-version.md | ||
guide-export-zip.md | ||
guide-first-project.md | ||
guide-import-zip.md | ||
guide-install.md | ||
guide-moving-package.md | ||
guide-online-install.md | ||
guide-online-uninstall.md | ||
guide-online-update.md | ||
guide-proxy-configuration.md | ||
guide-regular-backup.md | ||
guide-saplink.md | ||
guide-ssl-setup.md | ||
guide-ui.md | ||
guide-uninstall.md | ||
guide-upgrade.md | ||
index.md | ||
other-articles-and-presentations.md | ||
other-external-libraries.md | ||
other-logos.md | ||
other-test-ssl.md | ||
other-where-used.md | ||
other-xml-mismatch.md | ||
ref-apack.md | ||
ref-authorizations.md | ||
ref-database-util.md | ||
ref-dot-abapgit.md | ||
ref-exits.md | ||
ref-icons.md | ||
ref-namespaces.md | ||
ref-supported.md |