Ervin Racz
Ervin Racz
## Summary - Refactor authentication system to use authorization model for OIDC - Add comprehensive OIDC test infrastructure with E2E tests - Improve time execution of cache testing by 87.5%...
# React 19 migration and dependency updates This PR implements several changes to prepare for and complete the React 19 migration: 1. **React 19 Upgrade**: - Updated React and React...
## Description Encountered a `500 Internal Server Error` when attempting to view the status history of a newly connected node in the Nebraska instance list whose update is paused by...
## Current situation When testing the package metadata upload via the API, We receive 500 Internal Server Error. Initially it was assumed this was due to an invalid token, but...
## Description Update documentation for multi-step update feature. ## Tasks - [x] Update API documentation - [ ] Create operator guide for multi-step updates - [ ] Document troubleshooting procedures...
Potential fix for [https://github.com/flatcar/nebraska/security/code-scanning/59](https://github.com/flatcar/nebraska/security/code-scanning/59) To resolve the problem, add an explicit `permissions` block to restrict the permissions granted to the GITHUB_TOKEN during workflow execution. The best practice is to assign...
## Description Comprehensive test suite for multi-step update functionality. ## Tasks - [ ] Unit tests for prerequisite evaluation logic - [ ] Integration tests for complete update flows -...
## Overview Implement support for complex updates that require intermediate steps before reaching the target version. This addresses scenarios where direct updates would fail due to system incompatibilities. ## Background...
Add pre-built Nebraska binaries to GitHub releases to support users who need to run Nebraska without Docker. ### Motivation - Simplify deployment for non-Docker environments - Remove build dependencies (Go,...
## Goal Implement the chosen approach (maintain standalone calendar or migrate to CNCF calendar) to ensure Flatcar’s meeting schedule meets CNCF graduation requirements for public visibility and accessibility. Apply decision...