Djuradj Kurepa
Djuradj Kurepa
Ilya and I setup the PME staging environment, We didn't do the production one to have a small exercise with the rest of the team. The only thing that we...
### Release Note Category - [ ] Feature changes/additions - [ ] Bug fixes - [x] Internal Infrastructure Improvements ### Release Note Description Rewrite `WebHooksController`, without any external dependencies (`GitHubWebHookAttribute`)
The following scenario has happened to us a few times already: - We get a dependency update from arcade, bumping the sdk version - The PR is merged, everything looks...
https://github.com/dotnet/arcade-services/issues/3516 https://dev.azure.com/dnceng/internal/_workitems/edit/6146 Test run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2444251&view=results ### Release Note Category - [ ] Feature changes/additions - [ ] Bug fixes - [x] Internal Infrastructure Improvements ### Release Note Description Authenticate Bar...
[Azure Boards WorkItem](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_workitems/edit/6277)
Recently there were some changes made to the dotnet-release grafana dashboard. We want to save those in code
Darc dependency injection is currently messy, and we keep breaking it while developing because we're currently not able to have proper test coverage for the DI. We should refactor it,...
Currently, when we're doing a rollout to production, we're taking a commit from main, building from it, and publishing it to production. We believe the rollout should be based on...
Most of these issues are described in https://github.com/dotnet/arcade-services/milestone/39. This mainly includes: - Creating all Azure Resources in the production subscription (using the bicep script) - Creating all needed Service Connections...
Currently Maestro logs have an operationId, that ties all logs that are a part of an operation, like execution of a Subscription Actor. We need to check if we already...