* Update contributing.md
Rephrase and reorganize to make the various concepts clearer, especially to new abapGit adopters
* Update contributing.md
Clarifications on fork requirement
* Update contributing.md
* Update contributing.md
* Update contributing.md
* Update user-owned branch following merge with abapGit master (#2)
* Documentation: Rephrase the "contributing to abapGit" section (#4213)
* Update contributing.md
Rephrase and reorganize to make the various concepts clearer, especially to new abapGit adopters
* Update contributing.md
Clarifications on fork requirement
* Update contributing.md
* Update contributing.md
* Update contributing.md
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Fix uncaught exception of zcl_abapgit_repo_srv (#4215)
When repeatedly navigating "back" to the main screen via the "Repository List" [o] button:
If somewhere in this navigation sequence you Remove a repository,
then continue on via "Repository List",
but later you use the GUI's actual "BACK" button, until you have returned to the main screen where that repository still existed,
a short dump occurs as the exception raised by zcl_abapgit_repo_srv=>get in zcl_abapgit_gui_page_repo_view->render_content propagates unhandled
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Update contributing.md
Fix the ordered list markup for github pages (where numbering was being restarted)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Update contributing.md
Rephrase and reorganize to make the various concepts clearer, especially to new abapGit adopters
* Update contributing.md
Clarifications on fork requirement
* Update contributing.md
* Update contributing.md
* Update contributing.md
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Update docs for "Settings"
New pages for "Global Settings" and "Personal Settings" (to be linked via help buttons in new forms)
* Screenshots
* Screenshots
* Personal settings
* Vimium
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Terminology: Inclusive Language - Part 2
Change "Master Language" to "Main Language" in UI and comments (documentation and variables next)
* Docs
* Docs
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* add user exit for commit display URL
METHODS adjust_display_commit_url
IMPORTING iv_repo_url TYPE zif_abapgit_persistence=>ty_repo-url
iv_commit_hash TYPE zif_abapgit_definitions=>ty_sha1
CHANGING cv_display_url TYPE zif_abapgit_persistence=>ty_repo-url
* adjust UT
* provide also repo name and key in the exit
* Update ref-exits.md
* Update ref-exits.md
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* event->post_data logic
* part of pages, commit test
this is also long text
to test
* string_map: port strict() feature
* pages refactoring part 2
* linter
* docs
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Major update of API documentation
Filled in many details and closed todos.
Closes https://github.com/abapGit/abapGit/issues/3926
* Correction
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Corrections
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Update images (v1_99_0)
* Change image to screenshot of latest version
* Add some clarificaitons, use new terminology
* Add page for background mode
* add mention of zabapgit_full
* Add entry for background in db utils
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* 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>
* abapGit Emergency Mode
On rare occasions, it is necessary to edit the abapGit settings to overcome an issue (example: https://github.com/larshp/abapGit/issues/3701).
This enhancement allows you to start abapGit in "emergency mode", which directly shows the "Database Utility" for you to view or edit any setting.
How to start abapGit in "Emergency Mode":
1. Go to transaction SU3 to maintain your user profile
2. Maintain parameter DBT with value "ZABAPGIT" (all-caps).
3. Start abapGit
4. After exiting abapGit, go back to SU3 and remove parameter DBT
* Update ref-database-util.md
* Add files via upload
* Update ref-database-util.md
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Update guide-import-zip.md
Update needed because:
- UI for offline import have changed (Pull button)
- I detailed the different ways to run abapGit depending on the flavour of the abapGit installed
- I followed guidelines found in https://developers.google.com/tech-writing (which is an amazing (and short) open class on technical writing. I believe that large screenshot tend to confuse a step by step procedure (+ UI tends to change quicker than doc). Yet if you feel like screenshot are needed I can add those.
* Update docs/guide-import-zip.md
* Update docs/guide-import-zip.md
* Update docs/guide-import-zip.md
* Update docs/guide-import-zip.md
* Update docs/guide-import-zip.md
* Update docs/guide-import-zip.md
Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Hello,
I took the opportunity a a fresh abapGit install to update installation procedure. I only use offline import so I may have misunderstood some part of the online install.
BR,
Alexandre
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* auto id
* fix html validation (form in ul)
* form groups
* move colors to theme
* docs for html form component
Co-authored-by: Lars Hvam <larshp@hotmail.com>