mkaesemann
b80a10024b
Moved progress percentage calculation into execution block
...
Moved the progress percentage calculation into the execution block, because we don't need to calculate the percentage if we are not going to display it.
2018-07-06 15:16:28 +02:00
mkaesemann
7ec692389e
Fixed Date Calculation for Refresh Interval Detection
...
Forgot to recalculate the date, so we don't run into problems if someone works late at night
2018-07-06 14:54:47 +02:00
larshp
6db1b2fbfa
pretty print
2018-07-06 12:20:01 +00:00
Michael Käsemann
28a1554526
Limit Progress Indicator Updates
...
Fixed an issue with the progress indicator updates, where updates of the progress indicator would flush the message queue of SAP GUI and cause a GUI crash or hang.
The problem is described in SAP note #2084109 and seems to occur for large repositories (especially after installing SAP GUI 7.50 PL6)
2018-07-05 13:55:59 +02:00
Lars Hvam
ade1b4819c
docs: add article, https://inspiricon.de/abapgit/
2018-07-04 14:12:48 +02:00
Lars Hvam
5247f1f5c5
docs: few more articles
2018-07-04 06:49:03 +02: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
55c77d55f3
Merge pull request #1551 from christianguenter2/issue_1544
...
add created_by and created_at to repo xml
2018-07-02 19:55:52 +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
Lars Hvam
f1786cb405
Merge pull request #1541 from larshp/issue_1539
...
Delete PARA after DTEL, #1539
2018-07-02 17:29:53 +02:00
Lars Hvam
b39bab5363
Merge pull request #1538 from larshp/issue_1537
...
TABL: check existence before SELECTing
2018-07-02 17:29:38 +02:00
Christian Günter
13ee2e98cc
Merge pull request #1556 from christianguenter2/issue_1555
...
downport code inspector page
2018-07-02 12:42:55 +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
1c59b131b7
add created_by and created_at to repo xml
2018-07-01 15:53:56 +00:00
Christian Guenter
6dfb6316c6
Repository overview page
2018-07-01 16:47:28 +02:00
Christian Günter
4b36a10d6e
Merge pull request #1546 from christianguenter2/issue_1545
...
Fix naming in file_status
2018-06-30 11:33:21 +02:00
Christian Guenter
31fb79f915
Fix naming in file_status
2018-06-30 09:27:46 +00:00
Lars Hvam
f1df475f61
Merge pull request #1540 from christianguenter2/issue_1524
...
fix bug in run_code_inspection
2018-06-28 15:51:37 +02:00
larshp
bd7313b472
Delete PARA after DTEL, #1539
2018-06-28 13:49:32 +00:00
Christian Guenter
10b29556f7
fix bug in run_code_inspection
2018-06-28 13:47:07 +00:00
larshp
dcc765d013
TABL: check existence before SELECTing
2018-06-28 13:11:42 +00:00
Lars Hvam
909755a6f6
Merge pull request #1536 from larshp/issue_1535
...
fix FUGR locking problem
2018-06-28 14:32:44 +02:00
larshp
f1ffa6eb26
fix FUGR locking problem
...
plus show sy-subrc in case of errors from RPY_DYNPRO_INSERT
2018-06-28 12:29:29 +00:00
Lars Hvam
25b61c9ce7
docs: CHAR supported
2018-06-28 14:10:19 +02:00
Lars Hvam
8a34795885
v1.70.0
2018-06-28 14:05:42 +02:00
larshp
eeb07b0e3f
1.70.0
2018-06-28 12:03:30 +00: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
4e4dac57dc
Merge pull request #1529 from christianguenter2/exp_WAPA_better_diff
...
WAPA: better delta handling
2018-06-28 13:41:15 +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
Lars Hvam
7181eab4e5
Merge pull request #1526 from christianguenter2/issue_1524_move_check_before_stage
...
Block commit/push if code inspection has errors
2018-06-28 13:33:33 +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
a3d26b9901
WAPA: better delta handling
2018-06-26 11:01:42 +02:00
Christian Guenter
fb91909947
tag popups dependency injection
2018-06-25 11:15:46 +02:00
Lars Hvam
307c1395d2
Merge pull request #1523 from christianguenter2/issue_437
...
Implement IS_LOCKED for W3*, TTYP, TRAN, SSFO, SSST
2018-06-21 14:28:35 +02:00
Lars Hvam
016e66244d
Merge pull request #1522 from christianguenter2/issue_1521
...
Delete: check if any object is locked
2018-06-21 14:28:01 +02:00
Lars Hvam
f79e4b7f7b
Merge pull request #1520 from christianguenter2/issue_1512
...
add commit to toggle_favorites
2018-06-21 14:27:44 +02:00
Lars Hvam
a3e8d879c2
Merge pull request #1519 from larshp/issue_1425
...
unexpected folder structure #1425
2018-06-21 14:27:32 +02:00
christianguenter2
002f5ba73d
Implement IS_LOCKED for W3*, TTYP, TRAN, SSFO, SSST
2018-06-19 18:05:09 +02:00
Christian Guenter
79a0a8fa85
Delete: checks if any object is locked
2018-06-19 13:32:25 +00:00
Christian Guenter
e167464f1d
add commit to toggle_favorites
2018-06-19 11:24:00 +00:00
larshp
fa94fa8ea1
unexpected folder structure #1425
...
treat objects as non existing when outside the starting folder
2018-06-19 08:16:55 +02:00
Lars Hvam
145a82e9ef
Merge pull request #1518 from christianguenter2/issue_1514
...
Dependency injection for ZCL_ABAPGIT_SAP_PACKAGE
2018-06-18 15:46:34 +02:00
larshp
cac21f2b37
CHAR: implement is_locked
2018-06-18 15:41:13 +02:00
Christian Guenter
36f257f0bb
Dependency injection for ZCL_ABAPGIT_SAP_PACKAGE
2018-06-18 15:37:16 +02:00
Lars Hvam
b6894a5e67
Merge pull request #1517 from christianguenter2/issue_437
...
Block pull if any of deserialized object is locked
2018-06-18 15:32:07 +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
Lars Hvam
b071d6e837
Merge pull request #1513 from larshp/char
...
CHAR support, #1511
2018-06-18 15:22:49 +02:00