Commit b3becfc
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- .github
- .husky
- public
- src
- api
- auth
- purposeTemplate
- __test__
- components
- layout
- __test__
- config
- hooks
- __tests__
- pages
- ConsumerAgreementDetailsPage/components
- ConsumerAgreementDetailsGeneralInfoSection
- __tests__
- ConsumerAgreementsListPage
- ConsumerClientManagePage/components/ClientPublicKeys
- ConsumerEServiceCatalogPage/components
- ConsumerEServiceDetailsPage/components
- ConsumerLinkedPurposeTemplatesTab.tsx
- __tests__
- ConsumerPurposeTemplateCatalogDetailsPage/__test__
- ConsumerPurposeTemplateCatalogPage
- __test__
- components
- ConsumerPurposeTemplateEditPage/components/PurposeTemplateEditStepLinkedEServices/__tests__
- ConsumerPurposeTemplateListPage
- ConsumerPurposesListPage
- DelegationsPage
- DelegationsGrantedTab
- components/DelegationsReceivedTab
- NotificationsPage
- ProviderAgreementsListPage
- ProviderEServiceCreatePage/components/EServiceCreateStepDocuments
- ProviderEServiceDetailsPage/components/ProviderEServiceKeychainsTab
- ProviderEServiceListPage
- ProviderEServiceTemplateCreatePage/components/EServiceTemplateCreateStepDocuments
- ProviderEServiceTemplateDetailsPage/components/ProviderEServiceTemplateTenantsTab
- ProviderEServiceTemplatesCatalogPage/components
- ProviderEServiceTemplatesListPage
- ProviderKeychainDetailsPage/components/KeychainPublicKeysTab
- ProviderPurposesListPage
- TenantCertifierPage/components
- AssignAttributesTab
- ManageAttributesTab
- static/locales
- en
- it
- types
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments