~ludovicchabant

Recent activity

Re: hg.sr.ht error 502 22 days ago

From Ludovic Chabant to ~sircmpwn/sr.ht-discuss

It should be fixed now. It looks like the process pool for mercurial
servers was stuck somehow, so I had to restart the GQL service.

My guess is that there is a bug around [this code][1], so if someone can
spot something I'd be grateful!


[1]: https://hg.sr.ht/~sircmpwn/hg.sr.ht/browse/api/hgpool/pool.go?rev=tip

Re: hg.sr.ht error 502 22 days ago

From Ludovic Chabant to ~sircmpwn/sr.ht-discuss

> I'm getting an error 502 when I attempt to create a repository on
> hg.sr.ht. Attempting to create a repo with a push to a non-existent
> URL also does not work and it spits out the error below. All existing
> repos appear to function as normal.

Indeed, something's wrong, although I don't get a 502 error, it just
hangs for me. I looked at the server logs and didn't see anything
standing out. I'll investigate some more later tonight.

Re: [PATCH hg.sr.ht] Update scm.sr.ht/srht-keys 3 months ago

From Ludovic Chabant to ~sircmpwn/sr.ht-dev

Sounds good, thanks for taking care of it and sorry about being slow to respond!

Re: [PATCH hg.sr.ht] Update scm.sr.ht/srht-keys 4 months ago

From Ludovic Chabant to ~sircmpwn/sr.ht-dev

> That is correct. All we need is to make hgsrht-keys use a newer
> version of the depencency (scm.sr.ht/srht-keys), the interface did not
> change, so no code in this project had to be changed either.

Ah I see, thanks. Can this be deployed anytime or does it need to be
coordinated with something else?

Re: [PATCH hg.sr.ht] Update scm.sr.ht/srht-keys 4 months ago

From Ludovic Chabant to ~sircmpwn/sr.ht-dev

Mmh am I missing something? This patch seems to only have auto-generated
changes to hgsrht-keys/go.mod and hgsrht-keys/go.sum, but not actual
code change?

Re: [PATCH] Update scm.sr.ht/srht-keys 4 months ago

From Ludovic Chabant to ~sircmpwn/sr.ht-dev

> I don't hg very often, but when I do, I forget the project flag.
> Please ignore, I sent an updated version.

No worries :)

Pro-tip: you can add the following to your .hg/hgrc config file:

```
[alias]
email = email --flag hg.sr.ht

[email]
to = ~sircmpwn/sr.ht-dev@lists.sr.ht

Re: [PATCH hg.sr.ht] Reduce scope of user_type 5 months ago

From Ludovic Chabant to ~sircmpwn/sr.ht-dev

LGTM!

I assume once again this requires a deployment in sync with other patches, so I'll let you handle the merge/push, but feel free to ping me if I need to do anything.

Re: [PATCH hg.sr.ht V2] Preparations for PEP440 support 5 months ago

From Ludovic Chabant to ~sircmpwn/sr.ht-dev

Yep, sounds good! Thanks.

Re: [PATCH hg.sr.ht V2] Preparations for PEP440 support 5 months ago

From Ludovic Chabant to ~sircmpwn/sr.ht-dev

Looks good now! Thanks.

Should this be merged at a specific time, along with some other
change(s), or can I merge and release it any time?

Re: [PATCH hg.sr.ht v2] Drop oauth_revocation_token from schema 5 months ago

From Ludovic Chabant to ~sircmpwn/sr.ht-dev

I suppose this is a change that goes out to all srht services, so LGTM!