Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync develop & master #13772

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=radon-sheep-3
sonar.projectVersion=radon-sheep-4

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

## [5.11.17](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


### Reverts

* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))





## [5.11.16](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/components/ng-at-internet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-at-internet",
"version": "5.11.16",
"version": "5.11.17",
"private": true,
"description": "ATInternet tracking library wrapper for AngularJS",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/ng-at-internet' --include-dependencies -- yarn run dev:watch"
},
"dependencies": {
"@ovh-ux/ovh-at-internet": "^0.15.1"
"@ovh-ux/ovh-at-internet": "^0.15.2"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^13.0.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/ng-ovh-contact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


### Bug Fixes

* **telecom.xdsl:** add custom address for ONT shipping ([#13452](https://github.com/ovh/manager/issues/13452)) ([a588912](https://github.com/ovh/manager/commit/a588912c1869fc88d1152e824ed37eb3d06645a2))





## [5.2.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/ng-ovh-contact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-ovh-contact",
"version": "5.2.3",
"version": "5.2.4",
"description": "Helps you dealing with OVHcloud contacts from /me/contact API.",
"keywords": [
"angularjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/ng-ovh-payment-method/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.

## [9.16.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)

**Note:** Version bump only for package @ovh-ux/ng-ovh-payment-method





## [9.16.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)

**Note:** Version bump only for package @ovh-ux/ng-ovh-payment-method
Expand Down
4 changes: 2 additions & 2 deletions packages/components/ng-ovh-payment-method/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-ovh-payment-method",
"version": "9.16.3",
"version": "9.16.4",
"description": "Get payment methods from different OVHcloud APIs",
"keywords": [
"angularjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@adyen/adyen-web": "5.61.0",
"@ovh-ux/ovh-payment-method": "^0.5.0",
"@ovh-ux/ovh-reket": "^2.1.4",
"@ovh-ux/ovh-reket": "^2.1.5",
"lodash-es": "^4.17.11",
"validator": "^13.7.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/components/ng-shell-tracking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.14](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


### Reverts

* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))





## [0.5.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/components/ng-shell-tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-shell-tracking",
"version": "0.5.13",
"version": "0.5.14",
"private": true,
"description": "ATInternet tracking library wrapper for AngularJS",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/ng-shell-tracking' --include-dependencies -- yarn run dev:watch"
},
"dependencies": {
"@ovh-ux/ovh-at-internet": "^0.15.1"
"@ovh-ux/ovh-at-internet": "^0.15.2"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^13.0.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/ng-tail-logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


### Features

* **web.privatedabase:** move metrics to mimir ([#12299](https://github.com/ovh/manager/issues/12299)) ([0d118ba](https://github.com/ovh/manager/commit/0d118bac2ecd52c774122d8cb997684e44a5199b))





## [2.1.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-05)

**Note:** Version bump only for package @ovh-ux/ng-tail-logs
Expand Down
2 changes: 1 addition & 1 deletion packages/components/ng-tail-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-tail-logs",
"version": "2.1.1",
"version": "2.2.0",
"description": "Poll a log API for displaying messages",
"keywords": [
"angularjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/ovh-at-internet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


### Reverts

* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))





## [0.15.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/components/ovh-at-internet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ovh-at-internet",
"version": "0.15.1",
"version": "0.15.2",
"private": true,
"description": "ATInternet tracking library for OVHcloud.",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-config' --include-dependencies -- yarn run dev:watch"
},
"dependencies": {
"@ovh-ux/manager-config": "^7.5.1",
"@ovh-ux/manager-config": "^7.5.2",
"@types/lodash-es": "^4.17.5",
"lodash-es": "^4.17.15"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/components/ovh-reket/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.

## [2.1.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)

**Note:** Version bump only for package @ovh-ux/ovh-reket





## [2.1.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)

**Note:** Version bump only for package @ovh-ux/ovh-reket
Expand Down
4 changes: 2 additions & 2 deletions packages/components/ovh-reket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ovh-reket",
"version": "2.1.4",
"version": "2.1.5",
"description": "Expose a way to get a predefined Reket instance",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/ovh-reket' --include-dependencies -- yarn run dev:watch"
},
"dependencies": {
"@ovh-ux/manager-core-sso": "^0.2.2",
"@ovh-ux/manager-core-sso": "^0.2.3",
"@ovhcloud/reket-axios-client": "^0.2.1",
"@ovhcloud/reket-core": "^0.2.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/components/ovh-shell/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.

## [3.10.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


### Reverts

* Revert "feat(manager-react-components): build manager react components lib" ([5d68a86](https://github.com/ovh/manager/commit/5d68a8677efea465ebf882c77ca5413388f2dfbf))
* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))





## [3.10.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


Expand Down
12 changes: 6 additions & 6 deletions packages/components/ovh-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/shell",
"version": "3.10.1",
"version": "3.10.2",
"private": true,
"description": "Communication and interaction between applications",
"repository": {
Expand All @@ -23,11 +23,11 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/shell' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-config": "^7.5.1",
"@ovh-ux/ovh-at-internet": "^0.15.1",
"@ovh-ux/ovh-reket": "^2.1.4",
"@ovh-ux/request-tagger": "^0.3.1",
"@ovh-ux/url-builder": "^1.2.1",
"@ovh-ux/manager-config": "^7.5.2",
"@ovh-ux/ovh-at-internet": "^0.15.2",
"@ovh-ux/ovh-reket": "^2.1.5",
"@ovh-ux/request-tagger": "^0.3.2",
"@ovh-ux/url-builder": "^1.2.2",
"@types/react": "^18.0.0",
"dompurify": "^2.3.3",
"jest-cucumber": "^3.0.1",
Expand Down
24 changes: 24 additions & 0 deletions packages/manager-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.40.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)

### Bug Fixes

- fix some unit test where await was missing ([01677dc](https://github.com/ovh/manager/commit/01677dc0166f460e08a4907a3ab0a3dcc1368a9e))
- **i18n:** add missing translations [CDS 3436] ([5ea6c29](https://github.com/ovh/manager/commit/5ea6c290f9878ea6a404410e9e61e0c54fcf4837))
- **manager-component:** fix and refactor useResourcesIcebergV6 ([2006619](https://github.com/ovh/manager/commit/20066199b7722bfbf5216b6071b59c106d6859a1))
- **manager-react-component:** fix IAM check for urn with / ([#13394](https://github.com/ovh/manager/issues/13394)) ([619f7d8](https://github.com/ovh/manager/commit/619f7d89f00ee73e48b4f8b419a06403e65cd19b)), closes [#13392](https://github.com/ovh/manager/issues/13392)
- **manager-react-component:** fix stories typescript build ([12ab5e4](https://github.com/ovh/manager/commit/12ab5e406a0af1852dd63be970271a9ae2b7d1b1)), closes [#13676](https://github.com/ovh/manager/issues/13676)
- move madrid LZ to southern europe ([#13705](https://github.com/ovh/manager/issues/13705)) ([69dab2e](https://github.com/ovh/manager/commit/69dab2ed8e54bed05149ea6e284247460d6ea9c8)), closes [#13704](https://github.com/ovh/manager/issues/13704)
- move madrid LZ to southern europe ([#13727](https://github.com/ovh/manager/issues/13727)) ([01b5665](https://github.com/ovh/manager/commit/01b5665668fe99c5edc53a49f509e9c4ea36f422))
- **react-component-manager:** allow use additionnal data of useIcebergV6 ([e28f048](https://github.com/ovh/manager/commit/e28f048dd324940e6d3669e50e4b05934db47eac)), closes [#MANAGER-14495](https://github.com/ovh/manager/issues/MANAGER-14495) [#MANAGER-15573](https://github.com/ovh/manager/issues/MANAGER-15573)
- **react-components:** fix onboarding default size ([#13372](https://github.com/ovh/manager/issues/13372)) ([6a5d7d2](https://github.com/ovh/manager/commit/6a5d7d299f56f3d019f615c361b95a314de5d1fc))

### Features

- **manager-react-component:** fix has-next-param params ([78c4c66](https://github.com/ovh/manager/commit/78c4c669a818b8211c1f5bc86a8f3f257472b71a))

### Reverts

- Revert "feat(manager-react-components): build manager react components lib" ([5d68a86](https://github.com/ovh/manager/commit/5d68a8677efea465ebf882c77ca5413388f2dfbf))
- Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
- Revert "fix: move madrid LZ to southern europe (#13705)" (#13724) ([b2e0261](https://github.com/ovh/manager/commit/b2e026143837e7dd3d9d68aad236b519d14a9bd9)), closes [#13705](https://github.com/ovh/manager/issues/13705) [#13724](https://github.com/ovh/manager/issues/13724)

## [1.39.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)

### Reverts
Expand Down
6 changes: 3 additions & 3 deletions packages/manager-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-react-components",
"version": "1.39.2",
"version": "1.40.0",
"main": "src/lib.ts",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ovh-ux/manager-core-api": "^0.8.1",
"@ovh-ux/manager-react-shell-client": "^0.7.6",
"@ovh-ux/manager-core-api": "^0.8.2",
"@ovh-ux/manager-react-shell-client": "^0.7.7",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
"@ovhcloud/ods-components": "17.2.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/carbon-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.15](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


### Reverts

* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))





## [0.4.14](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


Expand Down
16 changes: 8 additions & 8 deletions packages/manager/apps/carbon-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-carbon-calculator-app",
"version": "0.4.14",
"version": "0.4.15",
"private": true,
"description": "OVHcloud CarbonCalculator app",
"repository": {
Expand All @@ -21,23 +21,23 @@
"dependencies": {
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-carbon-calculator": "^0.4.1",
"@ovh-ux/manager-config": "^7.5.1",
"@ovh-ux/manager-core": "^12.17.3",
"@ovh-ux/manager-config": "^7.5.2",
"@ovh-ux/manager-core": "^12.17.4",
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/ng-at-internet": "^5.11.16",
"@ovh-ux/ng-at-internet": "^5.11.17",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.0.0",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.2",
"@ovh-ux/ng-ovh-http": "^5.1.1",
"@ovh-ux/ng-ovh-request-tagger": "^1.2.4",
"@ovh-ux/ng-ovh-request-tagger": "^1.2.5",
"@ovh-ux/ng-ovh-sso-auth": "^4.8.1",
"@ovh-ux/ng-ovh-swimming-poll": "^5.1.1",
"@ovh-ux/ng-shell-tracking": "^0.5.13",
"@ovh-ux/ng-shell-tracking": "^0.5.14",
"@ovh-ux/ng-translate-async-loader": "^2.2.1",
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.1",
"@ovh-ux/request-tagger": "^0.3.1",
"@ovh-ux/shell": "^3.10.1",
"@ovh-ux/request-tagger": "^0.3.2",
"@ovh-ux/shell": "^3.10.2",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/carrier-sip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


### Reverts

* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))





## [3.3.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-24)


Expand Down
Loading
Loading