Lars Hvam
4180373b46
Refactoring, HTML_ACTION_UTILS #1710 ( #1720 )
...
* DBCONTENT_DECODE to ZCL_ABAPGIT_GUI_PAGE_DB_EDIT
* PARSE_COMMIT_REQUEST to ZCL_ABAPGIT_GUI_PAGE_COMMI
2018-07-30 16:33:52 +02:00
Lars Hvam
4fa485bf96
Remove superfluous spaces ( #1712 )
...
* remove spaces
* remove spaces
* remove spaces
* remove double space
2018-07-29 10:08:54 +02:00
Lars Hvam
43da0f819c
Background mode refactoring ( #1707 )
...
* move background logic to new package
* background refactored
* background, gui page refactored
* find implementations
and fix code inspector findings
* pretty print interface
2018-07-29 10:08:42 +02:00
Lars Hvam
67c76df109
Delete unreferenced types ( #1705 )
...
* remove ty_adler32
* remove tt_file_diff
2018-07-28 07:26:14 +02:00
Lars Hvam
62580af494
Omit parameter name where possible ( #1704 )
...
* zcl_abapgit_2fa_github_auth omit parameter name
* ecatt omit parameter names
* zcl_abapgit_ecatt_script_downl pretty print
* zcl_abapgit_ecatt_script_downl omit parameter name
* zcl_abapgit_ecatt_val_obj_upl omit parameter name
* zcl_abapgit_file_status omit parameter name
* zcl_abapgit_gui omit parameter name
* zcl_abapgit_gui_page_boverview omit parameter name
* zcl_abapgit_syntax_highlighter omit parameter name
2018-07-28 07:25:28 +02:00
Christian Guenter
335759f741
Store user and time for last deserialize
...
With this commit after every deserialize operation the user, date and time
are stored in repo xml. The information is shown in repo overview.
2018-07-25 06:50:18 +02:00
Christian Guenter
5d439e3699
Code inspector for offline repositories
...
Before this commit it wasn't possible to run code inspection
for offline repos. A dump occured.
With this commit it is possible to run code inspections
for offline repos, too.
2018-07-25 06:47:59 +02:00
larshp
d7e90aae60
move version definition to separate interface
...
moved version from DEFINITIONS interface to new VERSION interface, to avoid possible future merge conflicts, see #960
2018-07-25 06:37:38 +02:00
Christian Günter
7ac8dc15b6
Remove local SHA1 from online repository #1485 , #1509 ( #1666 )
...
* Remove local SHA1 from online repository
In this commit we remove the local SHA1 and all its references from
ZCL_ABAPGIT_REPO_ONLINE. SHA1 is also removed from repo persistency.
SHA1 insn't needed anymore. All where-used places were either migrated to
remote_SHA1 or removed.
* reintroduce logic after push
2018-07-22 10:11:09 +02:00
Johannes Konings
cdf2f5f448
ABAP Unit for ZCL_ABAPGIT_BRANCH_OVERVIEW #1647 ( #1654 )
...
branch overview:
* preparation ABAP Unit
* change to key
#1647
2018-07-20 09:29:41 +02:00
Lars Hvam
4f96d8dbee
show path in diff page #1624 ( #1638 )
...
show path in diff page #1624
plus remove some comments after ENDMETHOD
2018-07-14 06:51:07 +02:00
Christian Günter
4f9f47cd59
Set transport request if needed during uninstall or reset local ( #1596 )
...
* delete checks: set transport request if needed
this ensures that the transport request is set when deleting objects.
E.g. uninstalling the repositoy or reset local.
* separate type for delete checks
2018-07-11 16:18:08 +02:00
Christian Günter
c161b0d5d4
Overview page: initial focus to filter ( #1616 )
2018-07-11 15:45:56 +02:00
Christian Guenter
3f2e9be939
Do not automatically deserialize last seen repo
...
- new default behaviour is that the last seen repo isn't deserialized automatically. Instead the user has to choose a repo to work with
- old behaviour can be reactivated via user setting
2018-07-09 16:15:36 +02:00
Christian Guenter
3ce838269d
add timezone to overview page
2018-07-08 09:54:34 +00:00
Christian Guenter
7684e7b2ad
merge page: remove duplication
2018-07-08 09:40:00 +00:00
Lars Hvam
c6713e608d
Merge pull request #1587 from JohannesKonings/issue_1586
...
Embedded Expressions ALPHA cause syntax error on NW 7.31 #1586
2018-07-08 07:19:20 +02:00
Lars Hvam
528f8d7c3c
Merge pull request #1583 from larshp/issue_1449
...
remove link to plugins #1449
2018-07-08 07:18:51 +02:00
Johannes Konings
1f81fd9eff
Expressions ALPHA to CONVERSION_EXIT_ALPHA_OUTPUT
...
https://github.com/larshp/abapGit/issues/1586
2018-07-07 18:03:50 +02:00
larshp
21bd0ec64c
remove link to plugins #1449
...
remove link to plugins #1449
2018-07-07 08:33:52 +00:00
larshp
79b6ed0fa5
commit after updating checksums #1562
...
commit after updating checksums #1562
plus remove some comments
2018-07-07 07:43:19 +00:00
Lars Hvam
0403e29109
Merge pull request #1573 from christianguenter2/issue_1559
...
run code inspector after conflict resolution
2018-07-07 09:01:14 +02:00
Christian Guenter
c6ebf2be1f
run code inspector after conflict resolution
2018-07-06 16:34:16 +02:00
Christian Guenter
73f2bdd13b
Add creator and created at to overview page
2018-07-06 13:46:49 +00:00
Lars Hvam
6f54a1e9ff
Merge pull request #1553 from flaiker/requirements-ui
...
Add UI for requirements in repo settings
2018-07-03 07:45:29 +02:00
Lars Hvam
18709bdf74
Merge pull request #1550 from christianguenter2/issue_1543
...
New repository overview page
2018-07-02 19:50:17 +02:00
Christian Guenter
59128df664
downport code inspector page
2018-07-02 10:38:23 +00:00
Fabian Lupa
127f5a3c9c
Remove unused action decode methode
2018-07-02 00:51:38 +02:00
Fabian Lupa
43e91a6296
Add UI for requirements in repo settings
...
Fixes #1547
2018-07-01 18:27:07 +02:00
Christian Guenter
6dfb6316c6
Repository overview page
2018-07-01 16:47:28 +02:00
Lars Hvam
52fb9858ff
Merge pull request #1532 from christianguenter2/1460
...
move db util pages to separate package
2018-06-28 13:41:58 +02:00
Lars Hvam
cda961dbe1
Merge pull request #1527 from christianguenter2/tag_popups
...
tag popups: dependency injection
2018-06-28 13:33:55 +02:00
christianguenter2
ea798193d0
Block commit/push if code inspection has errors
...
- new local setting to set check variant
- new local setting to block pull if code inspector check fails
- check is executed before staging
- new page to display code inspector results
2018-06-28 13:21:29 +02:00
christianguenter2
557ae3279f
move db util pages to separate package
2018-06-28 12:04:25 +02:00
Christian Guenter
fb91909947
tag popups dependency injection
2018-06-25 11:15:46 +02:00
Christian Guenter
36f257f0bb
Dependency injection for ZCL_ABAPGIT_SAP_PACKAGE
2018-06-18 15:37:16 +02:00
Lars Hvam
838769d0bc
Merge pull request #1516 from FreHu/master
...
Fixed error message when committing without author name
2018-06-18 15:23:47 +02:00
Frederik Hudák
7e4285c1a8
Fixed error message when committing
2018-06-18 09:21:51 +02:00
larshp
9f75d6bd2b
refresh repo cache after deletion #1482
2018-06-17 08:23:56 +00:00
christianguenter2
4662883723
Introduce ZIF_ABAPGIT_POPUPS
...
- create popups with factory ZCL_ABAPGIT_UI_FACTORY
- inject test doubles with injector class ZCL_ABAPGIT_UI_INJECTOR
2018-06-15 11:21:48 +02:00
Lars Hvam
de23d5bf95
Merge pull request #1484 from larshp/issue_1390
...
first dependency injection, TADIR #1390
2018-06-14 06:27:04 +02:00
Jakub Filak
fb6efabfb9
tp: use the correct transport type in the tr popup
...
We are developing in an infinity system which is somehow cloned into a
new releases system. When we need to backport a bug fixes we do
cherry-pick the commits and pull them the release system. However, in
those systems we need to use the task type Repair.
Hence, we need to overwrite the default value of the parameter
wi_task_type of the function TRINT_ORDER_CHOICE which is 'S'
(Development/Correction) with the value 'R'.
I use the function TRINT_GET_REQUEST_TYPE and for the sake of simplicity
I assume that it is enough to know the transport type of the repository
package - in other words, it is no necessary to check every deserialized
object.
Related to #1446
2018-06-12 13:33:49 +02:00
larshp
4e67e884de
first dependency injection #1390
...
* extract public methods of ZCL_ABAPGIT_TADIR to new interface
* create factory ZCL_ABAPGIT_FACTORY
* refactor existing calls
2018-06-10 12:11:48 +00:00
larshp
4219c6d162
cl_aunit_assert is obsolete
2018-06-10 11:45:39 +00:00
Christian Guenter
8ddeacade5
fix gui show changes only
2018-06-08 08:35:20 +02:00
Lars Hvam
9f5eebf404
Merge pull request #1472 from christianguenter2/1440
...
Deactivate pull after switching branches and tags
2018-06-07 20:38:45 +02:00
Christian Guenter
8074aa3272
COMMIT WORK AND WAIT after switching tags
2018-06-07 17:30:43 +00:00
Christian Guenter
c32306f54c
deactivate pull after switching branches
2018-06-07 17:01:14 +00:00
Lars Hvam
2f2712d146
Merge pull request #1463 from christianguenter2/1088_01
...
redesign create tag page
2018-06-06 16:40:00 +02:00
Lars Hvam
5baeaf070c
Minor changes ( #1461 )
...
* remove double space after IF
* remove accesses to table bodies
* remove parameter name where possible
* identical code in conditions
2018-06-06 16:24:15 +02:00