Thomas Desveaux

Results 14 issues of Thomas Desveaux

We see some `ERROR_NO_MORE_ITEMS / 0x0` in breadcrumbs and issues for our UE issues. I'm not fluent in rust but I think I managed to track it to [this](https://github.com/getsentry/symbolic/blob/a562b1e5609f05c91498cb696916693ef6f2ac8e/symbolic-unreal/src/logs.rs#L107) call...

bug

At the moment, Buildbot allow to provide a ssh key to handle Git authentication. GitHub and other hosts allow to authenticate with access tokens (and even recommend it). From a...

feature

### Feature Description We had an issue where a client hooks manager made the `lfs pre-push` not work correctly, thus resulting in commits being push without their LFS objects. While...

type/proposal
topic/lfs

Fixes issue when running `choco info pkgname` where `pkgname` is also a substring of another package Id. Relates to #31168 --- This might fix the issue linked, but I'd like...

lgtm/need 2
modifies/api
topic/packages
size/L
modifies/go

### Description We attempted using our GItea instance as a mirror of community.chocolatey.org and encountered an issue when using the command `choco info git`. Our instance host both [git](https://community.chocolatey.org/packages/git) and...

type/bug

This allow to implement GitPoller tests without faking git commands. Closes #7666 ## Contributor Checklist: * [x] I have updated the unit tests * [n/a] I have created a file...

As mentioned in https://github.com/buildbot/buildbot/pull/7611#issuecomment-2122278665, current implementation contains both codepath for both DB (through `thd_execute`) and Data (through `apply`) layers. DB layer do nothing with `fields` and `properties`, which might be...

This allow to share user-friendly URLs between users. Note that using `buildername` in APIs can be problematic, see #7552. ## Contributor Checklist: * [x] I have updated the unit tests...

Buildbot wheels and tarballs generated from master or 4.0.x determine their version to be `3.10.1.devXXX` instead of the correct version. It seems version branches used to be merged back into...

I introduced a bug (#7663) in #7554 where I changed a `git rev-parse` command to add `--` which changed the expected output of the command. While this is my fault...