Johannes Doberer

Results 59 issues of Johannes Doberer

Follow up of #3611 and #3644

enhancement
ora

Update client-support-angular to angular 17 Check other dependencies and update them if possible.

breaking
client-support-lib-angular
3.0

Our testing-utilities documentation references to angular protractor. Protractor is deprecated and reached end-of-life by Summer 2023. Running `ng e2e` suggests: - Cypress - Nightwatch - WebdriverIO - Puppeteer TBD: Maybe...

Epic

tbd Notice: Modal will be closed because handleRouteChange calls closeModal. CloseModal checks the dirty state on iframe mf which is async which means resetMicrofrontendModalData will be called later. We do...

bug
WIP

Currently we have a context ts declaration where everything is stored. It makes more sense to split it up like: ``` export declare interface Context{ nodeParams?: NodeParams; pathParams?: PathParams; ......

breaking
3.0

Currently `getUserSettings` returns null but it should return empty object. Fix for classic luigi-client and luigi-client wc.

enhancement
breaking
3.0

_Logout and login again_ is failing sometimes if a pr get's merged. https://github.com/SAP/luigi/actions/runs/9062391595/job/24896282753 Log: ``` Login Flow ✓ User name in profile dropdown (1499ms) ✓ Link in profile dropdown (2455ms)...

internal

The LuigiClient [navigateToIntent](https://github.com/SAP/luigi/blob/main/client/src/linkManager.js#L139) function for the webcomponent client api is missing. Should be added to the linkManager client api for webcomponents. Add it to container client api as well.

enhancement