Copilot
Copilot
This PR removes preemptive `deepcopy()` operations from exported methods in `ExtendedDataSquare` to significantly improve performance by eliminating unnecessary memory allocations. ## Changes Made ### Performance Optimizations - **Removed deepcopy from...
## Summary Refactored E2E tests to use pytest fixtures with finalizers instead of `@pytest.mark.order` decorators, addressing the issue raised in #366 about managing test order numbers manually. ## Problem The...
## CI Failure Investigation and Fix - [x] Set up initial investigation environment - [x] Checked local test execution (41/41 passing) - [x] Verified lint passes locally with standard -...
This PR adds a new `--vmargs-path` option to erlinit that allows users to specify a custom path to the vm.args file. This complements the existing `--boot` option and provides flexibility...
## Overview Addresses the documentation request for `base_algorithm.py` by adding comprehensive docstrings and inline comments to explain the purpose, functionality, and usage of the `FlightAlgorithm` abstract base class. ## Problem...
## Overview This PR adds comprehensive documentation for the existing Python scripts that calculate average pull request merge times in this repository. ## What's New Added **`PR_MERGE_TIME_README.md`** - A complete...
This PR adds comprehensive automation tests for Single Family Refresh Token (SFRT) functionality to ensure robust testing coverage for all SFRT scenarios and edge cases. The current codebase has SFRT...
This PR creates a new branch `release/1.14.0-with-pr1552` from the 1.14.0 release tag and cherry-picks the changes from PR #1552 to enable bypassing redirect URL validation for native Edge Browser SSO...
This PR rebases the changes from PR #8062 "Allow for prompt=select_account in native flows" onto the msal-v5 branch to enable `prompt=select_account` support in native authentication flows. ## Background Previously, when...
- [x] Understand the issue and codebase structure - [x] Add catchall methods for transform_array_for_hdf that provide informative error messages - [x] Add tests to verify the error messages are...