Copilot
Copilot
## Problem When CNS logs structures containing `json.RawMessage` fields (such as `OrchestratorContext`), it uses Go's `%+v` format specifier which outputs raw bytes as integer arrays. This makes the logs very...
This PR adds a GitHub Actions workflow to run unit tests automatically on pull requests, addressing the need for automated testing on PR events. ## Changes Made - Created `.github/workflows/unit-tests.yaml`...
This PR addresses the follow-up work for PR #3693 by adding comprehensive unit tests and applying the necessary changes to the `createHostNCApipaNetwork()` function. ## Changes Made ### 1. Applied Changes...
## Problem The `syncHostNCVersion` function logged a generic error message when some NCs couldn't be updated: ```go if len(outdatedNCs) > 0 { return len(programmedNCs), errors.Errorf("unabled to update some NCs: %v,...
## Problem Currently, CNS will repeatedly try to start controller-manager even if it encounters terminal errors, keeping CNS in an incorrectly healthy state. This affects both controller-manager in CRD mode...
## Overview This PR validates that Clipboard and DataObject support specialized data retrieval features, particularly for working with raw data and NRBF serialized content. It adds comprehensive tests to document...
This PR adds comprehensive tests for `Hashtable` serialization handling in `CoreNrbfSerializer` to ensure we're properly handling instances with unsupported content and not losing data over fields we don't currently handle...
This PR implements the feature requested in #1334 where `--suppress-warnings` automatically implies `--skip-file` in slang-tidy, eliminating the need for users to specify the same files twice. ## Problem Previously, when...
This PR adds comprehensive offline help functionality to the EduMIPS64 Web UI, enabling documentation access without internet connection - crucial for university exams and other offline contexts. ## Changes Made...
This PR adds comprehensive documentation for the L1 cache simulator that was introduced in #1309. The documentation covers the desktop (Swing) UI interface as requested in the issue. ## Changes...