Julien Lebot
Julien Lebot
### Description This PR sets the branch to main instead of master for the delivery workflow, since they were renamed in their respective projects. ### Issues Resolved [List any existing...
### Description This PR adds support for child domains. ### Issues Resolved #6 Child domains ### Check List - [ ] All tests pass. - [ ] New functionality includes...
### Cookbook version 0.7.2 ### Chef-client version 14.5.33 ### Platform Details Windows Server 2019 Datacenter ### Scenario: Have more than one Domain Controller in a Domain. ### Steps to Reproduce:...
Refactor the kitchen.yaml so that the platforms are defined in common anchors at the beginning of the file. Many tests could not run because omnitruck.chef.io/ was returning a 404 -...
### What does this PR do? This PR updates the Azure Extension documentation. It includes new parameters introduced in version 5.0 of the Windows and Linux extension, as well as...
### What does this PR do? This PR adds unit tests for the next-gen Windows installer. It uses [xUnit](https://xunit.net/) with [Moq](https://github.com/moq/moq4) for the mocking framework, and [AutoFixtures](https://github.com/AutoFixture/AutoFixture) for generating sample...
### What does this PR do? This PR adds a new Visual Studio project that can build the Datadog Agent Windows installer using (WixSharp)[https://github.com/oleg-shilo/wixsharp]. ### Motivation Ease of maintenance of...
### What does this PR do? This PR adds two E2E tests for installing the Agent on a Windows Domain Controller. One is an install test (`TC-INS-DC-006`), the other an...
### What does this PR do? This PR adds the `winregistry` and `agentcrashdetect` checks to the `check` subcommand. ### Motivation We should be able to run the `check` command manually...
### What does this PR do? This PR creates an IIS Pulumi component that can be reused by different provisioners. ### Motivation Separate setup code from test code. ### Additional...