Skip to content

Sync develop & master - #22979

Open
ovh-cds wants to merge 303 commits into
developfrom
master
Open

ovh-cds wants to merge 303 commits into
developfrom
master

Conversation

@ovh-cds

@ovh-cds ovh-cds commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Automerge master in develop

@ovh-cds
ovh-cds requested a review from a team as a code owner June 26, 2026 13:32
@github-actions github-actions Bot added the has conflicts Has conflicts to resolve before merging label Jun 26, 2026
@antleblanc
antleblanc requested a review from a team as a code owner June 26, 2026 14:00
@ovh-cds

ovh-cds commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#389.0 ✘

  • Stage 1
    • New Job ✘

@ovh-cds

ovh-cds commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#390.0 ✘

  • Stage 1
    • New Job ✘

@ovh-cds

ovh-cds commented Jun 28, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#391.0 ✘

  • Stage 1
    • New Job ✘

@ovh-cds

ovh-cds commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#392.0 ✘

  • Stage 1
    • New Job ✘

@maelovh
maelovh requested a review from a team as a code owner June 30, 2026 12:11
@ovh-cds

ovh-cds commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#393.0 ✘

  • Stage 1
    • New Job ✘

@ovh-cds

ovh-cds commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#394.0 ✘

  • Stage 1
    • New Job ✘

@jperchoc
jperchoc requested a review from a team as a code owner July 2, 2026 10:57
ghyenne and others added 6 commits September 21, 2026 09:02
ref: #INC0298894

Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com>
Signed-off-by: ovh-cds <opensource@ovh.net>
buildSubmitBody started from the whole contact and overwrote every field
listed in the configuration rule, including the ones hidden because they
are not applicable to the extension. resolveFormValue turns null into '',
so updating the owner of a .eu domain sent nationality as an empty string
and the API answered [owner.nationality] "" does not match the enum.

Skip the fields that have no value, like the legacy AngularJS controller
which only merged the fields actually rendered in the form.

ref: #INC0254501

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Kylian Bainvel <kylian.bainvel@ovhcloud.com>
web-domains was the only app declaring react-query as a caret range
(^5.90.2). The CI installs with `pnpm install --no-lockfile`, so the range
resolved to the latest release at build time: 5.102.0 dropped `promise`
from QueryObserverBaseResult and tsc started failing on a mock that was
written against 5.90.x:

  serviceList.spec.tsx(83,7): error TS2353: Object literal may only
  specify known properties, and 'promise' does not exist in type
  '... & InfiniteQueryObserverSuccessResult<...>'

Pin react-query to 5.90.12 and the devtools to 5.91.1, the exact versions
the other apps already use.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Kylian Bainvel <kylian.bainvel@ovhcloud.com>
ref: #DCE-346

Signed-off-by: Atef ZAAFOURI <atefzed@gmail.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: ovh-cds <opensource@ovh.net>
@ovh-cds

ovh-cds commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#476.0 ✘

  • Stage 1
    • New Job ✘

maelovh and others added 4 commits September 22, 2026 14:07
… is missing

The API returns accessUrl as a bare hostname, so the anchor was resolved as a
relative path by the browser and opened a 404 inside the Manager instead of
the VSPC console.

Signed-off-by: maelthi <mael-thi.seme.ext@ovhcloud.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: ovh-cds <opensource@ovh.net>
ref: #TAPC-7268

Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
Signed-off-by: ovh-cds <opensource@ovh.net>
@ovh-cds

ovh-cds commented Sep 22, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#477.0 ✘

  • Stage 1
    • New Job ✘

ref: #TAPC-7203

Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
ref: #TAPC-7203
Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
ref: #TAPC-7203
Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
ref: #TAPC-7203
Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
ref: #TAPC-7203
Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
…ge block

ref: #TAPC-7203

Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
ref: #TAPC-7203

Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
…the dashboard

ref: #TAPC-7203

Signed-off-by: Joakim Eriksson <75730728+ErikssonJoakim@users.noreply.github.com>
Signed-off-by: ovh-cds <opensource@ovh.net>
@ovh-cds

ovh-cds commented Sep 23, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#478.0 ✘

  • Stage 1
    • New Job ✘

ref: #PUWEBPT-465

Signed-off-by: Emilien Razafimampiandra <emilien.razafimampiandra.ext@corp.ovh.com>
…on on multisite

ref: #DCE-392

Signed-off-by: Emilien Razafimampiandra <emilien.razafimampiandra.ext@corp.ovh.com>
ref: #DCE-393

Signed-off-by: Emilien Razafimampiandra <emilien.razafimampiandra.ext@corp.ovh.com>
…tabase on my site

ref: #DCE-392

Signed-off-by: Emilien Razafimampiandra <emilien.razafimampiandra.ext@corp.ovh.com>
Signed-off-by: ovh-cds <opensource@ovh.net>
@ovh-cds

ovh-cds commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#479.0 ✘

  • Stage 1
    • New Job ✘

@ovh-cds

ovh-cds commented Sep 25, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#480.0 ✘

  • Stage 1
    • New Job ✘

@ovh-cds

ovh-cds commented Sep 26, 2026

Copy link
Copy Markdown
Collaborator Author

CDS Report manager-unit-test#481.0 ✘

  • Stage 1
    • New Job ✘

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

has conflicts Has conflicts to resolve before merging

Projects

None yet

Development

Successfully merging this pull request may close these issues.