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

Fixes #24832: Migrate rudder-web to zio-json #5650

Conversation

clarktsiory
Copy link
Contributor

@clarktsiory clarktsiory requested a review from fanf May 3, 2024 08:48
Comment on lines -187 to -188
implicit val formats = DefaultFormats
val serverList = parse(jsonArrayOfIds).extract[List[String]].map(x => NodeId(x))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parse could throw an exception but we already have an alter on user-side when the list is empty, so we can do with an empty list

@clarktsiory
Copy link
Contributor Author

PR updated with a new commit

@Normation-Quality-Assistant
Copy link
Contributor

This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/rudder/pull/5650
-- Your faithful QA
Kant merge: "Two things awe me most, the starry sky above me and the moral law within me."
(https://ci.normation.com/jenkins/job/merge-accepted-pr/84065/console)

@clarktsiory
Copy link
Contributor Author

OK, squash merging this PR

@clarktsiory clarktsiory force-pushed the arch_24832/migrate_rudder_web_to_zio_json branch from c21a380 to 4507f56 Compare May 3, 2024 16:31
@clarktsiory clarktsiory merged commit 4507f56 into Normation:master May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants