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

fix(api): fix PATCH /configuration/users/current/parameters #2723

Merged
merged 2 commits into from Nov 28, 2023

Conversation

arnapou
Copy link
Contributor

@arnapou arnapou commented Nov 28, 2023

Description

Jira: 🏷️ MON-25017

Type of change

  • Patch fixing an issue (non-breaking change)
  • New functionality (non-breaking change)
  • Breaking change (patch or feature) that might cause side effects breaking part of the Software

Target serie

  • 22.04.x
  • 22.10.x
  • 23.04.x
  • 23.10.x
  • 24.04.x (master)

Checklist

Community contributors & Centreon team

  • I have followed the coding style guidelines provided by Centreon
  • I have commented my code, especially new classes, functions or any legacy code modified. (docblock)
  • I have commented my code, especially hard-to-understand areas of the PR.
  • I have rebased my development branch on the base branch (master, maintenance).

@arnapou arnapou marked this pull request as ready for review November 28, 2023 09:52
@arnapou arnapou requested a review from a team as a code owner November 28, 2023 09:52
Copy link

Code coverage report for centreon-packages-ui component 🚀

Coverage after merging MON-25017-fix-api-patch into develop will be
50.62%
Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines
centreon/packages/ui/src/Graph/HeatMap
   HeatMap.styles.tsx50%100%0%100%
   ResponsiveHeatMap.tsx11.11%0%0%20%24, 26, 28–29, 33–34, 36, 39, 41, 43, 43, 43, 43–44, 47, 47–48, 51, 51, 51–52, 54, 56, 56–58, 58, 69, 78, 78
centreon/packages/ui/src/InputField/Select/Autocomplete/Connected
   index.tsx80.31%74.32%84.62%83.87%115, 130, 130, 130, 134, 150–151, 172–173, 188, 191, 203–204, 225–226, 228, 235–236, 239, 241–243, 245, 247, 253, 253–254, 263–264, 272, 279, 289, 310, 318
centreon/packages/ui/src/InputField/Text
   index.tsx71.01%64.71%100%85.71%122, 122, 132, 132, 135–136, 139–140, 149, 155, 164, 173, 179, 196, 203, 203, 203, 35, 46, 64
centreon/packages/ui/src/ThemeProvider
   palettes.ts87.50%50%100%100%422
centreon/packages/ui/src/api
   customFetch.ts56.58%38.10%75%80.77%104, 109, 109, 116, 116, 120, 125, 139, 139, 144, 148–149, 149, 39, 52, 58, 61, 61, 67–68, 77–78, 80, 80, 82–83, 83, 87, 90, 90, 95
centreon/packages/ui/src/api/useFetchQuery
   index.ts57.97%35.71%61.54%64.29%101, 103, 117, 117–118, 121, 123, 130, 130–131, 134, 136, 160–161, 186, 70, 87–90, 90, 94, 94–95
centreon/packages/ui/src/api/useMutationQuery
   index.ts18.18%18.18%20%17.65%107–109, 109–112, 112, 116, 116–117, 122, 124, 129, 131, 131, 68, 75, 77, 85, 85, 85, 87
centreon/packages/ui/src/utils
   useInfiniteScrollListing.ts29.69%0%0%70.37%101, 101, 101, 106, 117, 117, 120, 120, 40, 43, 45, 47, 49, 51, 56, 59, 59, 61, 66, 66, 70, 72, 80, 80, 80, 80, 84, 86, 86, 86, 86, 92, 96, 96
centreon/packages/ui/src/utils/useLocaleDateTimeFormat
   index.ts59.38%100%28.57%68%44, 51, 58, 65, 69–71, 73

@arnapou arnapou merged commit 0456045 into develop Nov 28, 2023
226 checks passed
@arnapou arnapou deleted the MON-25017-fix-api-patch branch November 28, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants