Frederik Hudák

Results 51 issues of Frederik Hudák

- Allow to open any package as if it was a linked repository - Don't serialize anything, just list objects (you can't know the filenames at this point either) -...

new feature

People care more about performance when they actually see measurable numbers. It also makes it easier to spot a degradation between different versions or as a consequence of repository growth....

user interface
good first issue

resolves #5355 - status is now on the left - status is now clickable to show diff - to unite different display modes, show parent status for object with number...

user interface

as it is on the staging page ![image](https://user-images.githubusercontent.com/5097067/155185382-1c220d9b-3f4a-4c4b-92aa-aca98cbb2bde.png)

new feature
user interface

as it is on the staging page ![image](https://user-images.githubusercontent.com/5097067/155185552-0dd31652-72e5-475f-ac19-06473623788a.png)

new feature
user interface

Separated from https://github.com/abapGit/abapGit/issues/5355#issuecomment-1042051608, https://github.com/abapGit/abapGit/issues/5355#issuecomment-1042181166 Example (disregard that these are `json` aff objects and only 1 diff is show and focus on the tags): ![image](https://user-images.githubusercontent.com/59966492/154364171-7874b614-8b63-4742-8d31-be2229ff7f28.png)

new feature
user interface

Unite behavior of the two pages ![image](https://user-images.githubusercontent.com/5097067/76700835-c77d0c00-66bb-11ea-99a3-327bddae8154.png) by adding links and the button will become unnecessary: ![image](https://user-images.githubusercontent.com/5097067/76700828-b7fdc300-66bb-11ea-873e-c63646a6e15b.png) Unite column names in both screens to `Path (click to view diff)`

user interface
good first issue

```abap methods EXECUTE importing !IR_OPERAND1 type ref to DATA !IR_OPERAND2 type ref to DATA !IR_RESULT type ref to DATA. METHOD execute. CHECK ir_operand1 IS BOUND AND ir_operand2 IS BOUND AND...

new check

## Spacing - [x] remove trailing whitespace - [x] Remove these annoying spaces before dots ```abap CLASS zfh_class_two DEFINITION PUBLIC FINAL CREATE PUBLIC . try . catch cx_root into cx....

```abap REPORT zfoobar. CLASS lcl_test DEFINITION CREATE PRIVATE. PUBLIC SECTION. METHODS parse_something IMPORTING text TYPE string. PROTECTED SECTION. PRIVATE SECTION. ENDCLASS. CLASS lcl_test IMPLEMENTATION. METHOD parse_something. text = 5. ENDMETHOD....

bug