abapGit/src
ed-holland df48acc015
Clearer error message for no branch (#3605)
* CI Update

* Raise exception when no .abapgit.xml is found (#3512)

Update

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Updated documentation for repo settings & icons (#3499)

* Completed to-dos

- Updated abapgit.xml example
- Completed missing docu for local settings

* screenshots

* screenshots

* Delete repo_settings_local.png

* screenshots

* Delete repo_settings_local.png

* screenshots

* screenshots

* Combine write-protect setting

* Merged to repo settings

* screenshots

* screenshots

* merged to repo settings

* merged to repo settings

* Adding details

* Added links

* links

* icons

* icons

* icons

* icons

* icons

* icons

* icons

* Update ref-icons.md

* icons

* icons

* Update docs/ref-dot-abapgit.md

Co-authored-by: Lars Hvam <larshp@hotmail.com>

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Fix icon display in docs (#3517)

Icons showed on github.com but not on docs.abapgit.org

* +On/offline: If package already in other repo, nav to repo (#3525)

* New method to get repo from package

If package already exists in a repo and it returns the repo and reason why the package can't be used in a new repo

* UI: If package exists in repo, nav to repo

+Online, +Offline - if repo is already versioned, navigate to repo and show message why package could not be used in new repo

Closes https://github.com/larshp/abapGit/issues/3452

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update eslint requirement from ^7.2.0 to ^7.3.0 (#3534)

* Update @abaplint/cli requirement from ^2.36.6 to ^2.36.9 (#3535)

* Fix syntax errors in 702 (#3548)

Caused by https://github.com/larshp/abapGit/pull/3525

* SCP1 Import Order (#3543)

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Update .gitlab-ci.yml

* Update eslint requirement from ^7.3.0 to ^7.3.1 (#3556)

* Update @abaplint/cli requirement from ^2.36.9 to ^2.37.2 (#3557)

* Repo overview as main page (#3498)

* Add main menu, toggle favorites

* Make abapgit logo go to overview

* Remove favorite repo links

* Fix remember filter

* Separator between filters

* Remove unused code

* Repo overview to main page

* Fix errors

* Fix naming

* Downport js

* Add separator

* remove unrelated changes

* Fix spacing

* Add package link

* Fix orderby dumping

* Only show tutorial with no favorites

Still have to do something about empty table

* Move abapgit installation info to debug info

* Improve tutorial, resolves #3497

* Add branch switch link

* Reduce line length

* Revert temporary hack

* Working version of removing logo

* No longer show tutorial in repositories

* Code cleanup

* More cleanup, rename tutorial to page

* Fix

* Force order by favorite

* Add checkmark icons

* View repo to page, rework menu

* Fix build

* Return logo

* Fix hotkeys on repo page, rename to page

* Fix show last repo, cleanup

* Abaplint

* Rollback js reformat

* Fix tutorial title, hotkeys

* Try resolve strange situation with PR

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Remove unused method (#3554)

* Remove unused method

* whitespace

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* 1.97.0 (#3561)

* 1.97.0

whitespace

* 1.97.0

* v1.97.0

* fix for apply_order_by (#3566)

* Update zcl_abapgit_repo.clas.abap (#3570)

* Dialogs: add online repo HTML form (#3533)

* first draft

* progress ...

* html->create()

* more progress

* and more

* getting closer

* wiring

* refactor popup_search_help

* refactor create_package to services

* fix services->new_online after rebase

* linter fixes

* more linter fixes

* straing map util

* error handling

* submits for side actions (ugly ... but ...)

* cleanups

* linter fixes

* refactor form values logic

* linter fix

* review fixes

* remove unused var after rebase

* review fixes, better side action layout

* linter fix

* minor css tweaks

* Fix user settings containing invalid repo key (#3569)

* Update zcl_abapgit_persistence_user.clas.abap

* Fix dump when last repo is invalid

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* UI: Fixes for dark theme (#3540)

* Add logo for dark theme

* Dark theme fixes

* Dark theme fixes

* Solve conflict

* Remove logo changes

Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Missing objects in overwrite confirmation popup (#3558)

* Missing objects in overwrite confirmation popup

Closes https://github.com/larshp/abapGit/issues/3550

* Unit tests

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Fix open url in repo view (#3581)

* Fix open url in repo view

* Move call_browser to gui_router

* CSS and logo fixes (#3578)

* css cleanups

* orange logo

* Revert "orange logo"

This reverts commit b9aa45bbd0.

* update font

* css improvements

* remove logo png

* re-layout page title and footer

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Html form improvements and docs (#3582)

* 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>

* Generate news instance (#3585)

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Update @abaplint/cli requirement from ^2.37.2 to ^2.37.5 (#3588)

* Update eslint requirement from ^7.3.1 to ^7.4.0 (#3589)

* Update .gitlab-ci.yml

* fix repo palette (#3580)

* fix repo palette

* fix page_view_repo after rebase

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Adjust new logo color for dark theme (#3592)

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Add deleted objects to overwrite confirm popup (#3591)

* Add deleted objects to overwrite confirm popup

Closes https://github.com/larshp/abapGit/issues/2845

* Pretty print

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Top menu improvements (#3590)

* Use icons, add back menu to repo show page

* Event handling

* Abaplint

* Add menu to tutorial page

* Lint

* More icons

* Update tutorial, reorganize button code

* Move icon css

* Fix error

* Fix menu

* Update .gitlab-ci.yml

* Fix rebase issue

* Fix rebase mess up

* Raise exception when no .abapgit.xml is found (#3512)

Update

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Updated documentation for repo settings & icons (#3499)

* Completed to-dos

- Updated abapgit.xml example
- Completed missing docu for local settings

* screenshots

* screenshots

* Delete repo_settings_local.png

* screenshots

* Delete repo_settings_local.png

* screenshots

* screenshots

* Combine write-protect setting

* Merged to repo settings

* screenshots

* screenshots

* merged to repo settings

* merged to repo settings

* Adding details

* Added links

* links

* icons

* icons

* icons

* icons

* icons

* icons

* icons

* Update ref-icons.md

* icons

* icons

* Update docs/ref-dot-abapgit.md

Co-authored-by: Lars Hvam <larshp@hotmail.com>

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Fix icon display in docs (#3517)

Icons showed on github.com but not on docs.abapgit.org

* +On/offline: If package already in other repo, nav to repo (#3525)

* New method to get repo from package

If package already exists in a repo and it returns the repo and reason why the package can't be used in a new repo

* UI: If package exists in repo, nav to repo

+Online, +Offline - if repo is already versioned, navigate to repo and show message why package could not be used in new repo

Closes https://github.com/larshp/abapGit/issues/3452

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update eslint requirement from ^7.2.0 to ^7.3.0 (#3534)

* Update @abaplint/cli requirement from ^2.36.6 to ^2.36.9 (#3535)

* Fix syntax errors in 702 (#3548)

Caused by https://github.com/larshp/abapGit/pull/3525

* SCP1 Import Order (#3543)

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Update .gitlab-ci.yml

* Update eslint requirement from ^7.3.0 to ^7.3.1 (#3556)

* Update @abaplint/cli requirement from ^2.36.9 to ^2.37.2 (#3557)

* Repo overview as main page (#3498)

* Add main menu, toggle favorites

* Make abapgit logo go to overview

* Remove favorite repo links

* Fix remember filter

* Separator between filters

* Remove unused code

* Repo overview to main page

* Fix errors

* Fix naming

* Downport js

* Add separator

* remove unrelated changes

* Fix spacing

* Add package link

* Fix orderby dumping

* Only show tutorial with no favorites

Still have to do something about empty table

* Move abapgit installation info to debug info

* Improve tutorial, resolves #3497

* Add branch switch link

* Reduce line length

* Revert temporary hack

* Working version of removing logo

* No longer show tutorial in repositories

* Code cleanup

* More cleanup, rename tutorial to page

* Fix

* Force order by favorite

* Add checkmark icons

* View repo to page, rework menu

* Fix build

* Return logo

* Fix hotkeys on repo page, rename to page

* Fix show last repo, cleanup

* Abaplint

* Rollback js reformat

* Fix tutorial title, hotkeys

* Try resolve strange situation with PR

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Remove unused method (#3554)

* Remove unused method

* whitespace

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* 1.97.0 (#3561)

* 1.97.0

whitespace

* 1.97.0

* v1.97.0

* fix for apply_order_by (#3566)

* Update zcl_abapgit_repo.clas.abap (#3570)

* Dialogs: add online repo HTML form (#3533)

* first draft

* progress ...

* html->create()

* more progress

* and more

* getting closer

* wiring

* refactor popup_search_help

* refactor create_package to services

* fix services->new_online after rebase

* linter fixes

* more linter fixes

* straing map util

* error handling

* submits for side actions (ugly ... but ...)

* cleanups

* linter fixes

* refactor form values logic

* linter fix

* review fixes

* remove unused var after rebase

* review fixes, better side action layout

* linter fix

* minor css tweaks

* Fix user settings containing invalid repo key (#3569)

* Update zcl_abapgit_persistence_user.clas.abap

* Fix dump when last repo is invalid

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* UI: Fixes for dark theme (#3540)

* Add logo for dark theme

* Dark theme fixes

* Dark theme fixes

* Solve conflict

* Remove logo changes

Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Missing objects in overwrite confirmation popup (#3558)

* Missing objects in overwrite confirmation popup

Closes https://github.com/larshp/abapGit/issues/3550

* Unit tests

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Fix open url in repo view (#3581)

* Fix open url in repo view

* Move call_browser to gui_router

* CSS and logo fixes (#3578)

* css cleanups

* orange logo

* Revert "orange logo"

This reverts commit b9aa45bbd0.

* update font

* css improvements

* remove logo png

* re-layout page title and footer

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Html form improvements and docs (#3582)

* 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>

* Generate news instance (#3585)

Co-authored-by: Lars Hvam <larshp@hotmail.com>

* Update @abaplint/cli requirement from ^2.37.2 to ^2.37.5 (#3588)

* Update eslint requirement from ^7.3.1 to ^7.4.0 (#3589)

* Improve message when no branches selectable

* Update .gitlab-ci.yml

* Fix linter issues

* Fix rebase mess up

* Enhanced Error message

* Delete .gitlab-ci.yml

Co-authored-by: Ed Wenmakers <ed.wenmakers@redwood.com>
Co-authored-by: Christian Günter <christianguenter@googlemail.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Rakshith Gore <58498218+goreraks@users.noreply.github.com>
Co-authored-by: Lukáš Novák <lthenovi@gmail.com>
Co-authored-by: Alexander Tsybulsky <sbcgua@users.noreply.github.com>
Co-authored-by: Jaime Rodriguez Capote <jrodriguez@resultoconsultoria.com>
2020-07-11 12:38:55 +02:00
..
apack Changelog news (#3479) 2020-06-19 08:47:21 +02:00
background Refactoring (#3134) 2019-12-28 12:11:32 +01:00
git line break parameters (#3444) 2020-06-04 15:10:35 +02:00
http line break parameters (#3444) 2020-06-04 15:10:35 +02:00
objects Improved error message when uninstalling DDIC objects (#3562) 2020-07-07 15:36:13 +02:00
persist Fix user settings containing invalid repo key (#3569) 2020-07-01 15:24:33 +02:00
syntax Avoid parsing empty lines in syntax highlighter (#3483) 2020-06-13 09:47:25 +02:00
test File format update collection (#2605) 2019-03-31 01:17:46 -07:00
ui Clearer error message for no branch (#3605) 2020-07-11 12:38:55 +02:00
utils Fix issue 3597 (#2 try) (#3601) 2020-07-11 08:28:41 +02:00
xml Add interface for better testing to zcl_abapgit_xml_input/output (#3514) 2020-06-21 09:57:42 +02:00
zlib refactoring, delete unused variables and methods (#3203) 2020-02-09 09:38:17 +01:00
package.devc.xml add packages 2017-10-05 15:04:30 +00:00
zabapgit_forms.prog.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zabapgit_forms.prog.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit_parallel.fugr.lzabapgit_paralleltop.abap lower case 2019-01-24 14:32:32 +01:00
zabapgit_parallel.fugr.lzabapgit_paralleltop.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit_parallel.fugr.saplzabapgit_parallel.abap indentation and se80 reorderings 2018-12-26 06:35:55 +01:00
zabapgit_parallel.fugr.saplzabapgit_parallel.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit_parallel.fugr.xml 1.91.0 (#3019) 2019-10-31 15:16:45 +01:00
zabapgit_parallel.fugr.z_abapgit_serialize_parallel.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zabapgit_password_dialog.prog.abap Fewer DDIC type references (#3434) 2020-05-29 06:30:24 +02:00
zabapgit_password_dialog.prog.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit.prog.abap linting (#2861) 2019-08-11 23:16:10 -07:00
zabapgit.prog.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zabapgit.tran.xml update to latest abapGit format 2017-01-22 09:37:26 +00:00
zcl_abapgit_auth.clas.abap More classes to global (#1209) 2018-02-17 12:40:54 +01:00
zcl_abapgit_auth.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_branch_overview.clas.abap refactoring, delete unused variables and methods (#3203) 2020-02-09 09:38:17 +01:00
zcl_abapgit_branch_overview.clas.testclasses.abap Issue 3042: Error author regex (#3070) 2019-11-21 06:40:25 +01:00
zcl_abapgit_branch_overview.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_code_inspector.clas.abap Issue 3399: Use c or char instead of sychar (#3410) 2020-05-24 11:23:50 +02:00
zcl_abapgit_code_inspector.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_cts_api.clas.abap Change dummy value for TR_CHECK_TYPE 2018-11-17 06:25:04 +01:00
zcl_abapgit_cts_api.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_default_transport.clas.abap Add subrc before the value 2019-03-03 00:23:29 -08:00
zcl_abapgit_default_transport.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_dependencies.clas.abap log viewer: refactor types (#3041) 2019-11-06 09:30:21 +01:00
zcl_abapgit_dependencies.clas.testclasses.abap Refactoring (#3134) 2019-12-28 12:11:32 +01:00
zcl_abapgit_dependencies.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_dot_abapgit.clas.abap Clean code (#3292) 2020-04-07 18:49:09 +02:00
zcl_abapgit_dot_abapgit.clas.testclasses.abap line break parameters (#3444) 2020-06-04 15:10:35 +02:00
zcl_abapgit_dot_abapgit.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_environment.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_environment.clas.testclasses.abap environment, add tests and fix dump (#2827) 2019-08-02 01:21:03 -07:00
zcl_abapgit_environment.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_exit.clas.abap Deserialize postprocess (#3461) 2020-06-08 06:05:49 +02:00
zcl_abapgit_exit.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_factory.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_factory.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_file_status.clas.abap Condense messages in case of package move (#3529) 2020-06-21 10:09:58 +02:00
zcl_abapgit_file_status.clas.testclasses.abap Unit test for "Changed package assignment" (#3539) 2020-06-23 13:38:05 +02:00
zcl_abapgit_file_status.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_folder_logic.clas.abap propagate exception (#3431) 2020-05-27 18:35:48 +02:00
zcl_abapgit_folder_logic.clas.testclasses.abap Removed the rest of endmethod/endclass comments 2018-10-18 07:27:27 +02:00
zcl_abapgit_folder_logic.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_injector.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_injector.clas.testclasses.abap Cleanup (#2408) 2019-02-17 01:28:58 -08:00
zcl_abapgit_injector.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_merge.clas.abap remove DEFINE from merge class #3170 (#3192) 2020-02-02 09:25:12 +01:00
zcl_abapgit_merge.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_message_helper.clas.abap Fix message helper (#3482) 2020-06-12 07:11:57 +02:00
zcl_abapgit_message_helper.clas.testclasses.abap Fix message helper (#3482) 2020-06-12 07:11:57 +02:00
zcl_abapgit_message_helper.clas.xml Fix message helper (#3482) 2020-06-12 07:11:57 +02:00
zcl_abapgit_migrations.clas.abap Add serialization for APACK manifests (#2485) 2019-03-11 23:34:32 -07:00
zcl_abapgit_migrations.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_news.clas.abap Changelog news (#3479) 2020-06-19 08:47:21 +02:00
zcl_abapgit_news.clas.testclasses.abap Changelog news (#3479) 2020-06-19 08:47:21 +02:00
zcl_abapgit_news.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo_content_list.clas.abap line break parameters (#3444) 2020-06-04 15:10:35 +02:00
zcl_abapgit_repo_content_list.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo_filter.clas.abap CHDO change document object #802 (#3207) 2020-03-04 06:29:31 +01:00
zcl_abapgit_repo_filter.clas.xml CHDO change document object #802 (#3207) 2020-03-04 06:29:31 +01:00
zcl_abapgit_repo_offline.clas.abap Online repo "display name" to overrule default name 2019-02-25 07:20:01 -08:00
zcl_abapgit_repo_offline.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo_online.clas.abap Improved validation of URLs (#3486) 2020-06-14 20:14:39 +02:00
zcl_abapgit_repo_online.clas.testclasses.abap ZCL_ABAPGIT_REPO_ONLINE add testclass include 2019-02-24 09:25:50 +00:00
zcl_abapgit_repo_online.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo_srv.clas.abap Dialogs: add online repo HTML form (#3533) 2020-07-01 08:16:52 +02:00
zcl_abapgit_repo_srv.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_repo.clas.abap Update zcl_abapgit_repo.clas.abap (#3570) 2020-06-30 17:28:01 +02:00
zcl_abapgit_repo.clas.testclasses.abap Raise exception when no .abapgit.xml is found (#3512) 2020-06-16 13:10:03 +02:00
zcl_abapgit_repo.clas.xml Raise exception when no .abapgit.xml is found (#3512) 2020-06-16 13:10:03 +02:00
zcl_abapgit_sap_package.clas.abap SAP Package: Replace ASSERT with RAISE (#3421) 2020-05-26 06:09:17 +02:00
zcl_abapgit_sap_package.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_serialize.clas.abap Issue 3399: Use c or char instead of sychar (#3410) 2020-05-24 11:23:50 +02:00
zcl_abapgit_serialize.clas.testclasses.abap ZIF_ABAPGIT_LOG: extend and move UI methods to new class (#2694) 2019-05-26 03:16:03 -07:00
zcl_abapgit_serialize.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_settings.clas.abap Removed default for commit comment (#3513) 2020-06-16 15:57:04 +02:00
zcl_abapgit_settings.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_skip_objects.clas.abap optimize skip logic #2864 (#2868) 2019-08-13 22:39:41 -07:00
zcl_abapgit_skip_objects.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_stage_logic.clas.abap Diff state at stage and commit pages (#3003) 2019-10-27 11:26:59 +01:00
zcl_abapgit_stage_logic.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_stage.clas.abap move stage structures to interface #3377 2020-05-21 07:25:54 +02:00
zcl_abapgit_stage.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_tadir.clas.abap replace uses of log with interface 2019-03-17 01:39:52 -07:00
zcl_abapgit_tadir.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_transport_2_branch.clas.abap interface for zcl_abapgit_stage_logic #1955 (#1956) 2018-09-27 15:03:29 +02:00
zcl_abapgit_transport_2_branch.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_transport_mass.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_transport_mass.clas.locals_imp.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_transport_mass.clas.xml Enhance 'Transport to ZIP' to process multiple transport requests (#2683) 2019-06-11 08:57:08 -07:00
zcl_abapgit_transport_objects.clas.abap Stage of IWMO, IWSG, IWSV (#3205) 2020-02-11 10:23:28 +01:00
zcl_abapgit_transport_objects.clas.testclasses.abap move stage structures to interface #3377 2020-05-21 07:25:54 +02:00
zcl_abapgit_transport_objects.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_transport.clas.abap SAP Package: Replace ASSERT with RAISE (#3421) 2020-05-26 06:09:17 +02:00
zcl_abapgit_transport.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_version.clas.abap Interface and implementing class in same package (#3528) 2020-06-21 10:23:43 +02:00
zcl_abapgit_version.clas.xml Interface and implementing class in same package (#3528) 2020-06-21 10:23:43 +02:00
zcl_abapgit_zip.clas.abap Refactoring (#3134) 2019-12-28 12:11:32 +01:00
zcl_abapgit_zip.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcx_abapgit_exception.clas.abap Refactoring: Delete unused variables 2020-01-13 18:41:52 +01:00
zcx_abapgit_exception.clas.testclasses.abap line break parameters (#3444) 2020-06-04 15:10:35 +02:00
zcx_abapgit_exception.clas.xml do not skip descriptions check for exception classes (#2714) 2019-05-29 23:54:06 -07:00
zcx_abapgit_not_found.clas.abap Beautify 2 2017-10-25 21:55:46 +00:00
zcx_abapgit_not_found.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_auth.intf.abap Add auth check exit for repo creation 2019-03-14 10:45:38 +01:00
zif_abapgit_auth.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_branch_overview.intf.abap ABAP Unit for ZCL_ABAPGIT_BRANCH_OVERVIEW #1647 (#1654) 2018-07-20 09:29:41 +02:00
zif_abapgit_branch_overview.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_code_inspector.intf.abap REPO, remove method RUN_CODE_INSPECTOR 2019-02-20 22:00:36 -08:00
zif_abapgit_code_inspector.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_cts_api.intf.abap CTS integration (#2061) 2018-11-09 05:36:44 +01:00
zif_abapgit_cts_api.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_definitions.intf.abap Top menu improvements (#3590) 2020-07-09 09:12:58 +02:00
zif_abapgit_definitions.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_dot_abapgit.intf.abap Block commit/push if code inspection has errors 2018-06-28 13:21:29 +02:00
zif_abapgit_dot_abapgit.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_environment.intf.abap Refactoring of ZCL_ABAPGIT_ENVIRONMENT (#2826) 2019-08-01 02:49:59 -07:00
zif_abapgit_environment.intf.xml Refactoring of ZCL_ABAPGIT_ENVIRONMENT (#2826) 2019-08-01 02:49:59 -07:00
zif_abapgit_exit.intf.abap Deserialize postprocess (#3461) 2020-06-08 06:05:49 +02:00
zif_abapgit_exit.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_git_operations.intf.abap Interface ZIF_ABAPGIT_GIT_OPERATIONS 2018-08-05 13:05:08 +02:00
zif_abapgit_git_operations.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_lang_definitions.intf.abap Issue 3066: Class text elements translation (#3078) 2020-01-08 07:36:36 +01:00
zif_abapgit_lang_definitions.intf.xml Issue 3066: Class text elements translation (#3078) 2020-01-08 07:36:36 +01:00
zif_abapgit_repo_listener.intf.abap repo->set refactoring, disconnect repo from persistence (#2164) 2018-12-02 09:10:55 +01:00
zif_abapgit_repo_listener.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_repo_srv.intf.abap 1.97.0 (#3561) 2020-06-29 16:52:15 +02:00
zif_abapgit_repo_srv.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_sap_package.intf.abap SAP Package: Replace ASSERT with RAISE (#3421) 2020-05-26 06:09:17 +02:00
zif_abapgit_sap_package.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_stage_logic.intf.abap interface for zcl_abapgit_stage_logic #1955 (#1956) 2018-09-27 15:03:29 +02:00
zif_abapgit_stage_logic.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_tadir.intf.abap replace uses of log with interface 2019-03-17 01:39:52 -07:00
zif_abapgit_tadir.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_version.intf.abap 1.97.0 (#3561) 2020-06-29 16:52:15 +02:00
zif_abapgit_version.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00