Project

General

Profile

Actions

Bug #27321

open

Plugin doesn't show anything

Added by Nicolas CHARLES 3 days ago. Updated about 9 hours ago.

Status:
Pending release
Priority:
1 (highest)
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

It doesn't find the nodes

it seems the nodeFactRepo call ReadExternalReports.scala doesn't return what is expected

definition is

def get(
      nodeId: NodeId
  )(implicit qc: QueryContext, status: SelectNodeStatus = SelectNodeStatus.Any): IOResult[Option[CoreNodeFact]]

usage is

optNode <- nodeFactRepo.get(nodeId).toBox
node <- optNode match {
case None => Failure(s"The node with ID '${nodeId}' was not found, we can't add external information")
case Some(n) => Full(n)
}


Files

clipboard-202507211630-j8nyk.png (73.5 KB) clipboard-202507211630-j8nyk.png Nicolas CHARLES, 2025-07-21 16:30

Related issues 1 (0 open1 closed)

Related to Rudder - Bug #26605: CurrentUser.queryContext is null when used in a ZIO forReleasedClark ANDRIANASOLOActions
Actions #1

Updated by François ARMAND about 17 hours ago

  • Assignee set to François ARMAND
  • Priority changed from To review to 1 (highest)
Actions #2

Updated by François ARMAND about 13 hours ago

  • Status changed from New to In progress
Actions #3

Updated by François ARMAND about 12 hours ago

  • Related to Bug #26605: CurrentUser.queryContext is null when used in a ZIO for added
Actions #4

Updated by François ARMAND about 10 hours ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from François ARMAND to Raphael GAUTHIER
  • Pull Request set to https://github.com/Normation/rudder-plugins/pull/876
Actions #5

Updated by Anonymous about 9 hours ago

  • Status changed from Pending technical review to Pending release
Actions

Also available in: Atom PDF