Eliott Bouhana

Results 25 issues of Eliott Bouhana

**Version of orchestrion** `v0.9.0` **Describe what happened:** I was reviewing #292 when I saw this after a fresh clone of `https://github.com/traefik/traefik.git` on commit `d317cd90fcb579722ab29c35410c10b6a135f949` (main) ![image](https://github.com/user-attachments/assets/01d7ea1f-2e12-4991-80ba-55515330eabd) **Describe what you expected:**...

bug

In #267 The CI is breaking for good reasons because some calls to `go mod tidy` are missing. But the error is happening way to late. See these jobs: *...

bug

### What does this PR do? This PR refactors the `internal/osinfo` to include kernel data and better OS info: - [x] try to open `/etc/os-release` on all UNIX systems -...

Hello 👋 Today, the default way of building images using docker is to use [buildx](https://github.com/docker/buildx) where you need to add the `--load` flag to the build command if you want...

## Motivation https://datadoghq.atlassian.net/browse/APPSEC-56550 https://datadoghq.atlassian.net/browse/APPSEC-56548 https://datadoghq.atlassian.net/browse/APPSEC-56549 ## Changes Support for Appsec telemetry following the Appsec Metrics RFC: https://docs.google.com/document/d/1D4hkC0jwwUyeo0hEQgyKP54kM1LZU98GL8MaP60tQrA/edit?pli=1&tab=t.0 ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on...

conventional-commit/feat

**Version of orchestrion** v1.1.0 **Describe what happened:** I cloned https://github.com/DataDog/kubernetes and ran `orchestrion pin` and this error appeared up: ```shell go: 'go mod vendor' cannot be run in workspace mode....

bug

### What does this PR do? This PR fix a case where, inside the `sync.Once.Do` a call to the same `sync.Once` was done, ending up in a deadload. ### Motivation...

### What does this PR do? Fix misc issues with jsoniter implementation ### Motivation ### Reviewer's Checklist - [ ] Changed code has unit tests for its functionality at or...

apm:ecosystem

With the new release of Go v1.25.0-rc.1 it appears that older versions of `golang.org/x/tools` like seen [here](https://github.com/DataDog/dd-trace-go/actions/runs/15614892584/job/43985032123?pr=3631#step:8:22) are not working anymore. In particular `golang.org/x/[email protected]` and `v0.25.0` seems to be failing...