Tobias Bieniek

Results 665 comments of Tobias Bieniek

we talked a bit about this issue in our team meeting last friday. the conclusion was that we would like to have an implementation of [token expiry warning emails](https://github.com/rust-lang/crates.io/issues/8154) first...

looks like a good plan! 👍 > 2\. Migrate logging of admin actions into the database, rather than logging them into the normal logging machinery, so that we can retain...

> we want to be retaining our general logs for less time, rather than more. I don't doubt that we could set up some plumbing to filter out only the...

cross-linking https://github.com/rust-lang/crates.io/issues/3119 here, so that we don't forget about it :)

@punkeel it looks like a couple of tests are failing though. could you take a look?

FWIW we (@mainmatter) forked the addon and created a new API that does not involve decorators at all but should also be a bit more TS friendly once we add...

also, even if we merged this PR we still couldn't release it, because @mike-north still hasn't given anyone npm ownership of the package... :-/

it doesn't have the history because we've rewritten it from scratch with a completely different API 😅 yes, before and after missing is intentional, because you can just do those...

@machty you might be interested in https://github.com/rust-lang/crates.io/pull/5126. my plan is to extract that into a standalone addon once I have enough time and it's not using TS yet, but since...

FWIW I have a branch here where I've experimented with adding the background worker to the docker-compose setup, but I ran into some troubles with it. I've pushed it to...