Skip to content

Commit

Permalink
sync: master to develop
Browse files Browse the repository at this point in the history
sync: master to develop
  • Loading branch information
ovh-cds authored Jan 29, 2025
2 parents 3cf102a + dc280c2 commit 8ffd1d2
Show file tree
Hide file tree
Showing 150 changed files with 3,435 additions and 3,970 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sonar.projectName=manager
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.ws.timeout=60
sonar.projectVersion=argon-ant-9
sonar.projectVersion=niobium-toad

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/hpc-vmware-managed-vcd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-29)

**Note:** Version bump only for package @ovh-ux/manager-hpc-vmware-managed-vcd-app





## [0.3.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-15)


Expand Down
8 changes: 4 additions & 4 deletions packages/manager/apps/hpc-vmware-managed-vcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hpc-vmware-managed-vcd-app",
"version": "0.3.12",
"version": "0.3.13",
"private": true,
"description": "New managed VMware Cloud Director offers",
"repository": {
Expand All @@ -24,9 +24,9 @@
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-module-common-api": "^0.2.3",
"@ovh-ux/manager-module-common-api": "^0.2.4",
"@ovh-ux/manager-module-order": "^0.9.3",
"@ovh-ux/manager-module-vcd-api": "^0.1.5",
"@ovh-ux/manager-module-vcd-api": "^0.1.6",
"@ovh-ux/manager-react-components": "^1.43.0",
"@ovh-ux/manager-react-core-application": "^0.11.5",
"@ovh-ux/manager-react-shell-client": "^0.8.5",
Expand All @@ -49,7 +49,7 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@ovh-ux/manager-core-test-utils": "^0.2.2",
"@ovh-ux/manager-core-test-utils": "^0.3.0",
"@ovh-ux/manager-vite-config": "^0.9.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/manager/apps/key-management-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-29)


### Features

* **key-management-service:** add KMIP RSA endpoint on dashboard ([58e2e1e](https://github.com/ovh/manager/commit/58e2e1eec6437605cbd4ed6eab35edbd2b7b2d01))
* **kms:** ods18 migration ([#14544](https://github.com/ovh/manager/issues/14544)) ([11d03ac](https://github.com/ovh/manager/commit/11d03ac059f75eaac9c1994e4a42f246bb3afe62))





## [0.15.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-23)


Expand Down
30 changes: 12 additions & 18 deletions packages/manager/apps/key-management-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-key-management-service-app",
"version": "0.15.2",
"version": "0.16.0",
"private": true,
"description": "ovh key-management-service",
"repository": {
Expand All @@ -11,9 +11,6 @@
"license": "BSD-3-Clause",
"author": "OVH SAS",
"scripts": {
"beta-test:e2e": "tsc && npx playwright test --headed",
"beta-test:e2e:cii": "tsc && npx playwright test",
"beta-test:e2e:script": "tsc && node ../../../../scripts/run-playwright.js",
"build": "tsc && vite build",
"dev": "tsc && vite",
"start": "lerna exec --stream --scope='@ovh-ux/manager-key-management-service-app' --include-dependencies -- npm run build --if-present",
Expand All @@ -25,43 +22,40 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-test-utils": "^0.3.0",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-module-common-api": "^0.2.4",
"@ovh-ux/manager-module-order": "^0.9.3",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-components": "^2.5.1",
"@ovh-ux/manager-react-core-application": "^0.11.5",
"@ovh-ux/manager-react-shell-client": "^0.8.5",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
"@ovhcloud/ods-components": "17.2.2",
"@ovhcloud/ods-theme-blue-jeans": "17.2.2",
"@ovhcloud/ods-components": "^18.4.1",
"@ovhcloud/ods-themes": "^18.4.1",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-table": "^8.20.1",
"date-fns": "^3.6.0",
"i18next": "^23.8.2",
"i18next-http-backend": "^2.4.3",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.5",
"react-router": "^6.21.3",
"react-router-dom": "^6.3.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ovh-ux/manager-vite-config": "^0.9.0",
"@playwright/test": "^1.49.1",
"@tanstack/react-query-devtools": "^5.51.21",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"element-internals-polyfill": "^1.3.11",
"msw": "2.1.7",
"typescript": "^5.1.6",
"vite": "^5.2.13",
"vitest": "^1.2.0"
"vitest": "^2.1.8"
},
"regions": [
"CA",
Expand Down
15 changes: 0 additions & 15 deletions packages/manager/apps/key-management-service/playwright.config.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"key_management_service_dashboard_field_label_urn": "URN",
"key_management_service_dashboard_field_label_region": "Région",
"key_management_service_dashboard_field_label_restApi": "Rest API",
"key_management_service_dashboard_field_label_kmip": "KMIP",
"key_management_service_dashboard_field_label_swagger": "Swagger UI",
"key_management_service_dashboard_modal_title": "Nom du KMS",
"key_management_service_dashboard_modal_cta_cancel": "Annuler",
"key_management_service_dashboard_modal_cta_edit": "Modifier",
Expand Down
3 changes: 0 additions & 3 deletions packages/manager/apps/key-management-service/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import React, { useEffect, useContext } from 'react';
import { QueryClientProvider, QueryClient } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
import { odsSetup } from '@ovhcloud/ods-common-core';
import { ShellContext } from '@ovh-ux/manager-react-shell-client';
import { RouterProvider, createHashRouter } from 'react-router-dom';
import appRoutes from './routes/routes';

odsSetup();

const queryClient = new QueryClient({
defaultOptions: {
queries: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
import { OsdsBreadcrumb } from '@ovhcloud/ods-components/react';
import {
OdsBreadcrumb,
OdsBreadcrumbItem,
} from '@ovhcloud/ods-components/react';
import {
BreadcrumbItem,
useBreadcrumb,
Expand All @@ -18,7 +21,13 @@ function Breadcrumb({ items }: Readonly<BreadcrumbProps>): JSX.Element {
items,
});

return <OsdsBreadcrumb items={breadcrumbItems} />;
return (
<OdsBreadcrumb>
{breadcrumbItems.map(({ label, ...props }) => (
<OdsBreadcrumbItem key={label} label={label} {...props} />
))}
</OdsBreadcrumb>
);
}

export default Breadcrumb;

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8ffd1d2

Please sign in to comment.