Skip to content

Commit b3becfc

Browse files
borgesis95Carminepo2martinaCampolialten-dturusruggerocastagnola
authored
Release/1.7.0 (#1647)
* 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 <salvatore.borgesi@pagopa.it> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> * 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 <ruggerocastagnola@gmail.com> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> * 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 <ruggerocastagnola@gmail.com> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> * 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 <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * Alignment main-dev (300925) (#1438) * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> * 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 <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> * hotfix/PIN-7778: Update accessibility link (#1436) * chore: update a11y link * bump: 1.2.13 * chore: update package-lock.json * fix: remove unnecessary change --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * feat: Add License and Authors files (#1462) * Align: to dev 151025 (#1469) * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> * 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 <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> * 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 <salvatore.borgesi@pagopa.it> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> * 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 <ruggerocastagnola@gmail.com> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> * 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 <ruggerocastagnola@gmail.com> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> * 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 <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> * 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 <davide.turus@alten.it> * 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 <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * bump: 1.3.0 * Updated footer accessibility link --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * 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 <salvatore.borgesi@pagopa.it> --------- Co-authored-by: Carmine Porricelli <carmine.porricelli@pagopa.it> Co-authored-by: martinaCampoli <164033351+martinaCampoli@users.noreply.github.com> Co-authored-by: alten-dturus <davide.turus@alten.it> Co-authored-by: martinaCampoli <martina.campoli@pagopa.it> Co-authored-by: Ruggero Castagnola <ruggerocastagnola@gmail.com> * feat: bump nginx version (#1474) * Bump axios from 1.8.2 to 1.12.0 (#1417) Co-authored-by: renovate-pagopa[bot] <164534245+renovate-pagopa[bot]@users.noreply.github.com> * Bump vite from 4.5.14 to 5.4.21 (#1476) Co-authored-by: renovate-pagopa[bot] <164534245+renovate-pagopa[bot]@users.noreply.github.com> Co-authored-by: borgesis95 <salvatore.borgesi@pagopa.it> * feature: LLGG (handle personal data) * 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 <salvatore.borgesi@pagopa.it> * 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 activa…
1 parent 35947b4 commit b3becfc

File tree

63 files changed

+1808
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1808
-324
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 🔗 Issue
2+
3+
Put here Jira ticket
4+
5+
## 📝 Description / Context
6+
7+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
8+
9+
## 🛠 List of changes
10+
11+
- Feature A
12+
- Feature B
13+
14+
## 🧪 How to test
15+
16+
Describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx --no-install commitlint --edit "$1"

.husky/pre-commit

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
echo "Validate branch name before commit..."
5+
npx --no-install validate-branch-name

commitlint.config.ts

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
import type { UserConfig } from '@commitlint/types'
2+
3+
const Configuration: UserConfig = {
4+
extends: ['@commitlint/config-conventional'],
5+
rules: {
6+
'header-max-length': [2, 'always', 200],
7+
'type-enum': [
8+
2,
9+
'always',
10+
[
11+
'feat',
12+
'fix',
13+
'docs',
14+
'chore',
15+
'refactor',
16+
'test',
17+
'style',
18+
'perf',
19+
'ci',
20+
'build',
21+
'revert',
22+
],
23+
],
24+
'header-match-pattern': [2, 'always'],
25+
},
26+
plugins: [
27+
{
28+
rules: {
29+
'header-match-pattern': (parsed) => {
30+
const { header } = parsed
31+
const pattern = /^(feat|fix|docs|chore|refactor|test|style|perf|ci|build|revert): .+$/
32+
33+
if (!header || !pattern.test(header)) {
34+
return [false, 'Message should follow the format: <type>: <description>']
35+
}
36+
37+
return [true]
38+
},
39+
},
40+
},
41+
],
42+
}
43+
44+
export default Configuration

0 commit comments

Comments
 (0)