-
Notifications
You must be signed in to change notification settings - Fork 2
Release/1.3.0 #1435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release/1.3.0 #1435
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx
Align develop branch - 15072025
* Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]>
* Added component span to typography * Added <p> tag
* feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars
* update package.json * Update env.ts
* Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management
* Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations
* release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]>
* feat: sidenav menu with collapsable * feat: added icons and other stuff * fix: SidebarITem * refactor: added matching in AppLayout * feat: added tooltipLabel * style: fix several css issue * refactor: fix css issue, add tooltip label when there is notification * test: create sidebar.test.tsx * fix: remove .only from test sidebar test * chore: added Skeleton * feat: add useGetsidebarItems * test: add test for useGetSidebarItems * refactor: to adjust * refactor: remove useless css * refactor: remove some css keys and SidebarITemRootIcon (change place) * refactor: remove useless css * fix: remove useless import * PIN-7063: New url definitions and descriptions for sidenav (#1309) * chore: added new icons * refactor: remove unnecessary import * chore: added sidebar.json for translation (it,en) * fix: minor fix on translation * chore: added new title and descriptions * fix: box-shadow * fix: styles * translate: added "." for each description * css: added scrollBarWitdh thin * refactor: start to move BL * refactor: SidebarItemRootSimple * refactor: start refactoring SidebarItemRootWithChildren * refactor: split sidebar in 3 components * fix: added isOpen on Collapsable * refactor: SidebarItemCollapsable * test: added Test for SidebarItemCollapsable * test: added new test * chore: remove console.log * refactor: renaming several component , remove useless component * refactor: moved assets into icon folder * feat: sidenav menu with collapsable * feat: added icons and other stuff * fix: SidebarITem * refactor: added matching in AppLayout * feat: added tooltipLabel * style: fix several css issue * refactor: fix css issue, add tooltip label when there is notification * test: create sidebar.test.tsx * fix: remove .only from test sidebar test * chore: added Skeleton * feat: add useGetsidebarItems * test: add test for useGetSidebarItems * refactor: to adjust * refactor: remove useless css * refactor: remove some css keys and SidebarITemRootIcon (change place) * refactor: remove useless css * fix: remove useless import * PIN-7063: New url definitions and descriptions for sidenav (#1309) * chore: added new icons * refactor: remove unnecessary import * chore: added sidebar.json for translation (it,en) * fix: minor fix on translation * fix: box-shadow * fix: styles * css: added scrollBarWitdh thin * refactor: start to move BL * refactor: SidebarItemRootSimple * refactor: start refactoring SidebarItemRootWithChildren * refactor: split sidebar in 3 components * fix: added isOpen on Collapsable * refactor: SidebarItemCollapsable * test: added Test for SidebarItemCollapsable * test: added new test * refactor: renaming several component , remove useless component * refactor: moved assets into icon folder * refactor: removed tooltipLabel from SidebarIcon * test: fix test CatalogCard * refactor: added new Sidebar component * refactor: updated API and components of sidebar, renaming several components * refactor: change name * test: fixed test * sonar-fix: remove useless alert * fix: minor fix and add dividerProps on sidebarItem
* chore: added debug client assertion section into DevTools page * test: add DeveloperToolsPage test * fix: removed method rendering debug section * chore: removed debug client assertion from "fruizione" menu * test: fix path on DeveloperToolsPage test
* release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]>
* PIN-7402: update keys/text breadcrumbs * PIN-7404: update url and description developer tools page * PIN-7401: fix hidden routes * fix: test
* Fixed json files name + status chip * Fixed table and table row files names * Renamed api files * Fixed names * Fixed names in ProviderEServiceTemplateCreate package * Fixed names in ProviderEServiceTemplateDetailsPage package * Fixed names in ProviderEServiceTemplatesCatalogPage package * fixed names in ProviderEServiceTemplatesList Page package * Fixed strings in common.json, eservice.json, eserviceTemplate.json * Fixed names in ProviderEServiceTemplateSummaryPage package * Fixed status template in commons.json * Replaced template in ConsumerEServiceTemplateDetails * Replaced template in useEserviceCreateContext * replaced template with eservicetemplate * Fixed typo in mutations-feedback.json
* fix: put correct redirect when user click on breadcrumb * fix: resolved missing translation for attributes * fix(PIN-7409): fix label within breadcrumb, wrong expand/collapse text
* release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> * main:release/1.2.8 (#1403) * hotfix/PIN-7443: Temporarily increased to 200 the limit of e-services retrieved while creating a new purpose (#1388) * bump: 1.2.8 --------- Co-authored-by: Ruggero Castagnola <[email protected]> * hotfix/PIN-7551: SH visibility (release 1.2.9) (#1405) * fix: added coercion on SH_WHITELIST var on env.ts * bump: 1.2.9 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: Ruggero Castagnola <[email protected]>
* release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> * main:release/1.2.8 (#1403) * hotfix/PIN-7443: Temporarily increased to 200 the limit of e-services retrieved while creating a new purpose (#1388) * bump: 1.2.8 --------- Co-authored-by: Ruggero Castagnola <[email protected]> * hotfix/PIN-7551: SH visibility (release 1.2.9) (#1405) * fix: added coercion on SH_WHITELIST var on env.ts * bump: 1.2.9 * PIN-7575: Duplicated export version button to remove (release 1.2.10) (#1411) * fix: removed exportVersionListAction (repeated twice) * bump: 1.2.10 * Hotfix: PIN-7391/PIN-7403 - Fix producer keychain and producer keychain public keys 400 errors (1.2.11) (#1414) * Fix keychain queries * Bump version --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: Ruggero Castagnola <[email protected]>
* release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> * main:release/1.2.8 (#1403) * hotfix/PIN-7443: Temporarily increased to 200 the limit of e-services retrieved while creating a new purpose (#1388) * bump: 1.2.8 --------- Co-authored-by: Ruggero Castagnola <[email protected]> * hotfix/PIN-7551: SH visibility (release 1.2.9) (#1405) * fix: added coercion on SH_WHITELIST var on env.ts * bump: 1.2.9 * PIN-7575: Duplicated export version button to remove (release 1.2.10) (#1411) * fix: removed exportVersionListAction (repeated twice) * bump: 1.2.10 * Hotfix: PIN-7391/PIN-7403 - Fix producer keychain and producer keychain public keys 400 errors (1.2.11) (#1414) * Fix keychain queries * Bump version * Hotfix: PIN-7774 - Enable operator api to change descriptor attributes (#1425) * Update ProviderEServiceDescriptorAttributes.tsx * bump: 1.2.12 * update: package-lock.json --------- Co-authored-by: borgesis95 <[email protected]> --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: Ruggero Castagnola <[email protected]>
|
Carminepo2
approved these changes
Oct 15, 2025
borgesis95
added a commit
that referenced
this pull request
Oct 15, 2025
* release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> * main:release/1.2.8 (#1403) * hotfix/PIN-7443: Temporarily increased to 200 the limit of e-services retrieved while creating a new purpose (#1388) * bump: 1.2.8 --------- Co-authored-by: Ruggero Castagnola <[email protected]> * hotfix/PIN-7551: SH visibility (release 1.2.9) (#1405) * fix: added coercion on SH_WHITELIST var on env.ts * bump: 1.2.9 * PIN-7575: Duplicated export version button to remove (release 1.2.10) (#1411) * fix: removed exportVersionListAction (repeated twice) * bump: 1.2.10 * Hotfix: PIN-7391/PIN-7403 - Fix producer keychain and producer keychain public keys 400 errors (1.2.11) (#1414) * Fix keychain queries * Bump version * Hotfix: PIN-7774 - Enable operator api to change descriptor attributes (#1425) * Update ProviderEServiceDescriptorAttributes.tsx * bump: 1.2.12 * update: package-lock.json --------- Co-authored-by: borgesis95 <[email protected]> * hotfix/PIN-7778: Update accessibility link (#1436) * chore: update a11y link * bump: 1.2.13 * chore: update package-lock.json * Release/1.3.0 (#1435) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * Align dev 20250805 (#1373) * release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * PIN-6651: New UI for sidenav component (#1245) * feat: sidenav menu with collapsable * feat: added icons and other stuff * fix: SidebarITem * refactor: added matching in AppLayout * feat: added tooltipLabel * style: fix several css issue * refactor: fix css issue, add tooltip label when there is notification * test: create sidebar.test.tsx * fix: remove .only from test sidebar test * chore: added Skeleton * feat: add useGetsidebarItems * test: add test for useGetSidebarItems * refactor: to adjust * refactor: remove useless css * refactor: remove some css keys and SidebarITemRootIcon (change place) * refactor: remove useless css * fix: remove useless import * PIN-7063: New url definitions and descriptions for sidenav (#1309) * chore: added new icons * refactor: remove unnecessary import * chore: added sidebar.json for translation (it,en) * fix: minor fix on translation * chore: added new title and descriptions * fix: box-shadow * fix: styles * translate: added "." for each description * css: added scrollBarWitdh thin * refactor: start to move BL * refactor: SidebarItemRootSimple * refactor: start refactoring SidebarItemRootWithChildren * refactor: split sidebar in 3 components * fix: added isOpen on Collapsable * refactor: SidebarItemCollapsable * test: added Test for SidebarItemCollapsable * test: added new test * chore: remove console.log * refactor: renaming several component , remove useless component * refactor: moved assets into icon folder * feat: sidenav menu with collapsable * feat: added icons and other stuff * fix: SidebarITem * refactor: added matching in AppLayout * feat: added tooltipLabel * style: fix several css issue * refactor: fix css issue, add tooltip label when there is notification * test: create sidebar.test.tsx * fix: remove .only from test sidebar test * chore: added Skeleton * feat: add useGetsidebarItems * test: add test for useGetSidebarItems * refactor: to adjust * refactor: remove useless css * refactor: remove some css keys and SidebarITemRootIcon (change place) * refactor: remove useless css * fix: remove useless import * PIN-7063: New url definitions and descriptions for sidenav (#1309) * chore: added new icons * refactor: remove unnecessary import * chore: added sidebar.json for translation (it,en) * fix: minor fix on translation * fix: box-shadow * fix: styles * css: added scrollBarWitdh thin * refactor: start to move BL * refactor: SidebarItemRootSimple * refactor: start refactoring SidebarItemRootWithChildren * refactor: split sidebar in 3 components * fix: added isOpen on Collapsable * refactor: SidebarItemCollapsable * test: added Test for SidebarItemCollapsable * test: added new test * refactor: renaming several component , remove useless component * refactor: moved assets into icon folder * refactor: removed tooltipLabel from SidebarIcon * test: fix test CatalogCard * refactor: added new Sidebar component * refactor: updated API and components of sidebar, renaming several components * refactor: change name * test: fixed test * sonar-fix: remove useless alert * fix: minor fix and add dividerProps on sidebarItem * PIN-7389: Move debug client assertion section into DevTools page (#1375) * chore: added debug client assertion section into DevTools page * test: add DeveloperToolsPage test * fix: removed method rendering debug section * chore: removed debug client assertion from "fruizione" menu * test: fix path on DeveloperToolsPage test * Align: to dev 060825 (#1379) * release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * fix: removed useless icon from debug client assertion (#1380) * fix: change pathname.includes value on useClientKind (#1381) * PIN-74(01-02-04-05): Several fix for new sidenav (#1382) * PIN-7402: update keys/text breadcrumbs * PIN-7404: update url and description developer tools page * PIN-7401: fix hidden routes * fix: test * PIN-7404, PIN-7409: sidenav fix * Feature/PIN-7478 replace "template" with "EServiceTemplate" (#1396) * Fixed json files name + status chip * Fixed table and table row files names * Renamed api files * Fixed names * Fixed names in ProviderEServiceTemplateCreate package * Fixed names in ProviderEServiceTemplateDetailsPage package * Fixed names in ProviderEServiceTemplatesCatalogPage package * fixed names in ProviderEServiceTemplatesList Page package * Fixed strings in common.json, eservice.json, eserviceTemplate.json * Fixed names in ProviderEServiceTemplateSummaryPage package * Fixed status template in commons.json * Replaced template in ConsumerEServiceTemplateDetails * Replaced template in useEserviceCreateContext * replaced template with eservicetemplate * Fixed typo in mutations-feedback.json * fix: sidenav (fixed QA errors) (#1395) * fix: put correct redirect when user click on breadcrumb * fix: resolved missing translation for attributes * fix(PIN-7409): fix label within breadcrumb, wrong expand/collapse text * Alignment main-dev (030925) (#1407) * release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> * main:release/1.2.8 (#1403) * hotfix/PIN-7443: Temporarily increased to 200 the limit of e-services retrieved while creating a new purpose (#1388) * bump: 1.2.8 --------- Co-authored-by: Ruggero Castagnola <[email protected]> * hotfix/PIN-7551: SH visibility (release 1.2.9) (#1405) * fix: added coercion on SH_WHITELIST var on env.ts * bump: 1.2.9 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: Ruggero Castagnola <[email protected]> * PIN-6930: remove SIGNAL_HUB_FEATURE_FLAG (#1408) * Alignment main-dev (180925) (#1422) * release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * remove wrong pnpm file * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> * main:release/1.2.8 (#1403) * hotfix/PIN-7443: Temporarily increased to 200 the limit of e-services retrieved while creating a new purpose (#1388) * bump: 1.2.8 --------- Co-authored-by: Ruggero Castagnola <[email protected]> * hotfix/PIN-7551: SH visibility (release 1.2.9) (#1405) * fix: added coercion on SH_WHITELIST var on env.ts * bump: 1.2.9 * PIN-7575: Duplicated export version button to remove (release 1.2.10) (#1411) * fix: removed exportVersionListAction (repeated twice) * bump: 1.2.10 * Hotfix: PIN-7391/PIN-7403 - Fix producer keychain and producer keychain public keys 400 errors (1.2.11) (#1414) * Fix keychain queries * Bump version --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: Ruggero Castagnola <[email protected]> * Alignment main-dev (240925) (#1431) * release/1.2.5 (#1343) * bump: 1.2.5 * update pnpm-lock * update package-lock.json * Release/1.2.6 (#1361) * PIN-7196: remove FEATURE_FLAG_ADMIN_CLIENT (#1334) * fix: e-service template risk analysis on edit tenantKind (#1333) * First commit with fix * Refactor * Small adjustments * WIP tests * Added more tests * Update EServiceTemplateCreateStepPurpose.tsx * Create EServiceTemplateCreateStepPurpose.test.tsx * PIN-6349: Added integrity attribute (#1338) * PIN-7199: change description on Signal-hub activation section * Feature: PIN-7089 add correlation id to assistance navigation (#1328) * Create correlation-id.store.ts * Add useCorrelationId usage * resolved comments * Added data and renamed store and hook * fix * Create selfcare.mocks.ts * Update testing.utils adding the theme from interop-fe-commons * Create Header.test.tsx * test: try to remove one expect * Update Header.test.tsx * fix test waiting for pr for pin-6109 --------- Co-authored-by: borgesis95 <[email protected]> * PIN-7293: Fix revokeDelegation dialog's text (#1345) * Added component span to typography * Added <p> tag * PIN-6109: Added new management of enviroments variable (#1329) * feat: added new management of enviroments variable * chore: update logic behind envs * fix: moved testconfigs into beforeEach * fix: remove envs from __mocks__ and PUBLIC_URL * fix: moved PUBLIC_URL * chore: added new FF * test: fix test * fix: added FEATURE_FLAG_ADMIN_CLIENT * fix: remove useless env vars * PIN-4668: Update priority in TooltipButtonTitle (#1348) * Feature/PIN-7332: Zod bump to v4 (#1355) * update package.json * Update env.ts * Feature/PIN-7314: Update error data management on mutations (#1351) * Update url * Update Header.test.tsx * update errorData management on mutations * add and renamed ERROR_DATA_DURATION_TIME to new env management * Feature/PIN-7188: Add delegationId to purpose and agreement API (#1337) * Updated types + Added delegationId to agreement and purpose paths * Removed console.log * Updated types + Fixed calls params + Added delegationId to calls * Fixed params in getList calls for delegations * bump: 1.2.6-RC1 * update: package-lock.json * Fix: Update logic for agreement/purpose activate-suspend with delegationId (#1365) * Fix suspend/activate purpose and agreement calls * Fix suspend and activate calls * Fixed getDelegations call in useGetProviderPurposesActions * Added check on delegation in activate/susped calls in ConsumerPurposeSummary and in ProviderPurposeDetailsDailyCalls * Added check isDelegationMine * bump: 1.2.6 --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> * Release/1.2.7 (#1376) * Hotfix: PIN-7356: fix pagination offset when the tab is changed (#1364) * Update useActiveTab.ts * Update useActiveTab.test.tsx * bump: 1.2.7 --------- Co-authored-by: alten-dturus <[email protected]> * main:release/1.2.8 (#1403) * hotfix/PIN-7443: Temporarily increased to 200 the limit of e-services retrieved while creating a new purpose (#1388) * bump: 1.2.8 --------- Co-authored-by: Ruggero Castagnola <[email protected]> * hotfix/PIN-7551: SH visibility (release 1.2.9) (#1405) * fix: added coercion on SH_WHITELIST var on env.ts * bump: 1.2.9 * PIN-7575: Duplicated export version button to remove (release 1.2.10) (#1411) * fix: removed exportVersionListAction (repeated twice) * bump: 1.2.10 * Hotfix: PIN-7391/PIN-7403 - Fix producer keychain and producer keychain public keys 400 errors (1.2.11) (#1414) * Fix keychain queries * Bump version * Hotfix: PIN-7774 - Enable operator api to change descriptor attributes (#1425) * Update ProviderEServiceDescriptorAttributes.tsx * bump: 1.2.12 * update: package-lock.json --------- Co-authored-by: borgesis95 <[email protected]> --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: Ruggero Castagnola <[email protected]> * bump: 1.3.0 * Updated footer accessibility link --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: Ruggero Castagnola <[email protected]> * VAPT/PIN-6349-missing-integrity-attribute-maintenance-token-down-html (1.3.1) * Added integrity atribute in maintenance-token-down.html file * bump: 1.3.1 * bump: package-lock --------- Co-authored-by: borgesis95 <[email protected]> --------- Co-authored-by: Carmine Porricelli <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: alten-dturus <[email protected]> Co-authored-by: martinaCampoli <[email protected]> Co-authored-by: Ruggero Castagnola <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.




No description provided.