Přemek Vysoký

Results 124 issues of Přemek Vysoký

## Context We will need a command that will tell us the current delta between a repo and a VMR. We will have to think about what we will compare...

## Context The VMR has a codespace (devcontainer) definition, which has a script that allows users to synchronize code into the codespace from user forks: https://github.com/dotnet/dotnet/tree/main/.devcontainer Based on the outcomes...

## Context The .NET devs need the ability to flow code between the VMR and their repo locally so that they can move their branches between the two (e.g. I...

## Context As outlined [here](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Repo-and-VMR-Validation.md), repositories will have optional build legs which can insert the repository PR branch into the VMR and build it. This means that they need an...

## Context For forward flows, we need to verify that people haven't messed up the `source-manifest.json` record in the VMR. ## Goal - Create a new forward flow merge policy...

## Context The backflow process will be heavy on `Versions.props` file changes. This file is quite dense and conflicts inside of it can occur easily. To prevent and easy up...

## Context When we switch to the flat flow, the product repositories won't have their official builds anymore. However, we need to still publish an empty BAR build from their...

## Context For backflows, we need to verify that people haven't messed up the `` tag in the `Version.Details.xml` as that would break backflow. ## Goal - Create a new...

## Context Various folks on the .NET team have instructions on how to snap branches and re-target subscriptions when branching out for new (preview) release branches. The instructions will likely...

## Context As part of https://github.com/dotnet/arcade-services/issues/4362, we [agreed](https://github.com/dotnet/arcade-services/issues/4362#issuecomment-2698242629) that it would be a good idea to be able to trigger code flows for all repositories (but in `maestro-auth-test`) so that...