Djuradj Kurepa
Djuradj Kurepa
This PR adds `JobAttempt` to the docker image name, allowing us to retry failing deployments. Currently this is not possible, because we use the same name for the docker image...
We're currently getting the `GitHubAuthentication` Configuration section and passing it around to ConfigureAuthServices after injecting secrets. It'd be nicer if we could just Initialize the GitHubAuthenticationOptions and pass it. We...
`arcade-services`, `dotnet-release` AzDO work items should mirror in `arcade-services`, not `dnceng`
Currently, we have some automation that mirrors our AzDo workitems in GitHub issues like so https://github.com/dotnet/dnceng/issues/1782. The issue is that it opens up arcade-services issues in the dnceng repo. We...
When we take Maestro out of the Helix subscription and recreate it in a separate one, we ideally want to have an easily repeatable process for recreating Maestro Azure resources...
All traffic currently reaches Maestro through the Application Gateway, which only listens on few selected ports, 443 and 80, and then sends all traffic to port 8088. This breaks: -...
We added our new ESRP owned GPG key to Microbuild. We should implement this in the Staging pipeline More info at: https://dev.azure.com/dnceng/internal/_workitems/edit/3928 Documentation: https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/650/MicroBuild-Signing - [x] #2937
After #3117 is done, all of the Maestro traffic will go through the Application Gateway. We will then be able to clean up the Load Balancer resources in two steps:...
We need to add an endpoint in our WebHookController that will handle events GitHub fires when a repository is renamed. Currently, this is bringing unnecessary pain, as it requires manual...
This is a wrapper issue in arcade-services around https://github.com/dotnet/source-build/issues/3297. It is created so we're able to have it in the milestone
As a part of the Charter Alignment epic, we want to move the BAR into a subscription that's owned by Prod Con. To do this, we will have to make...