{"id":15148577,"url":"https://github.com/larshp/abapgitserver","last_synced_at":"2025-10-24T03:32:10.167Z","repository":{"id":38418268,"uuid":"38559404","full_name":"larshp/abapGitServer","owner":"larshp","description":"Git server implemented in ABAP","archived":false,"fork":false,"pushed_at":"2023-05-13T10:52:57.000Z","size":586,"stargazers_count":64,"open_issues_count":57,"forks_count":25,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-10-10T02:23:56.023Z","etag":null,"topics":["abap","abapgit","git","git-server"],"latest_commit_sha":null,"homepage":"","language":"ABAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/larshp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-05T06:34:15.000Z","updated_at":"2024-04-12T19:44:40.000Z","dependencies_parsed_at":"2024-09-21T20:01:38.064Z","dependency_job_id":null,"html_url":"https://github.com/larshp/abapGitServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larshp%2FabapGitServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larshp%2FabapGitServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larshp%2FabapGitServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larshp%2FabapGitServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larshp","download_url":"https://codeload.github.com/larshp/abapGitServer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219866820,"owners_count":16555824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap","abapgit","git","git-server"],"created_at":"2024-09-26T13:20:31.960Z","updated_at":"2025-10-24T03:32:04.827Z","avatar_url":"https://github.com/larshp.png","language":"ABAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# abapGitServer\nGit server implemented in ABAP\n\n## Install\n\nvia [abapGit](https://www.abapgit.org)\n\n## Setup\n\nby activating the ServiceName ZABAPGITSERVER in transaction SICF\n\n## Start\n\nto use it via the web frontend by running transaction ZABAPGITSERVER (or right click on the SICF service ZABAPGITSERVER and choose Test Service)\n\n## Merge requests\nabapGitServer supports merge requests between two branches of the same repo.\n\n### Creating branches\nAfter creating a new branch, push it directly to `abapGitServer` before committing any changes:\n```\ngit branch \u003cnew\u003e\ngit push origin \u003cnew\u003e\n```\nAfter this operation you can make your changes and commit them to the new branch.\nWhen you push a new branch with new commits, the operation will fail.\n\n### News\n2018-02-25: Support for tags added, use conversion program ZAGS_MIGRATION_03 to convert old repositories\n\n2018-01-21: Field ADLER32 added in database table ZAGS_OBJECTS, use conversion program ZAGS_MIGRATION_02 to convert old repositories\n\n2018-01-13: Make sure you have the latest development version of abapGit installed\n\n2017-03-12: Key field REPO added in database table ZAGS_OBJECTS, use conversion program ZAGS_MIGRATION_01 to convert old repositories\n\n### Requirements\n- https://github.com/larshp/ABAP-Swagger\n- https://github.com/larshp/abapGit (the full repository version \u003e= 1.102.0 is needed, not only the latest build on https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap)\n\n#### Testing\n- https://github.com/bunysae/abap_db_preparator\n\n### Version requirement\nsee https://github.com/larshp/ABAP-Swagger\n\n### Scope\n- Web interface: browse/create repository\n- No tags, no submodules, no blame\n- Primarily tested with abapGit as client\n\n### Use cases\n- Automatic backup of objects\n- Increased visibility over changes in system\n\nWorks with 'git pull' from command line, so all objects can be exported to a different git server if needed, [guide](https://help.github.com/articles/importing-a-git-repository-using-the-command-line/)\n\n### Use with abapGit\nabapGit is your git client and the abapGitServer our server. We first have to setup the [ssl connection](https://docs.abapgit.org/guide-ssl-setup.html) with the root certificate of the sap system the abapGitServer is running on.\nAfter that the abapGitServer can be used like every other git server.\n\n### External libraries\n\nLibrary   | Version | License\n:------------ | :------------ | :------------\n[spinkit](https://github.com/tobiasahlin/SpinKit) | 1.2.5 | MIT\n[react](https://github.com/facebook/react) | 15.2.1 | Facebook BSD + Patents\n[babel-standalone](https://github.com/babel/babel-standalone) | 6.23.1 | MIT\n[babel-polyfill](https://github.com/babel/babel/tree/master/packages/babel-polyfill) | 6.23.0 | MIT\n[react-router](https://github.com/ReactTraining/react-router) | 2.5.2 | MIT\n[history](https://github.com/ReactTraining/history) | 2.1.2 | MIT\n[prism](https://github.com/PrismJS/prism) | 1.6.0 | MIT\n[octicons](https://github.com/primer/octicons/) | 3.5.0 | MIT\n[jsdiff](https://github.com/kpdecker/jsdiff) | 2.2.3 | BSD-3-Clause\n[jquery](https://github.com/jquery/jquery) | 2.2.3 | MIT\n[diff2html](https://github.com/rtfpessoa/diff2html) | 2.3.0 | MIT\n[wasm-git](https://github.com/petersalomonsen/wasm-git) | 0.0.4 | GPL with linking exception\n\n### Screenshots\n[See wiki](https://github.com/larshp/abapGitServer/wiki/Screenshots)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarshp%2Fabapgitserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarshp%2Fabapgitserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarshp%2Fabapgitserver/lists"}