Tobias Bieniek

Results 665 comments of Tobias Bieniek

@tshauck this is necessary to determine if you're part of an org/team that has owner access of a crate

we are aware of the problem and have a few ideas on how to improve the situation. unfortunately, the implementation will take a while though. the only short term workaround...

@Gunni yes, that is roughly the long term plan, plus a way to sync GitHub teams to crates.io teams.

@paolobarbolini sorry for the long radio silence on this topic. we've discussed this in the team meeting today and we'd love to see an MVP of this merged in the...

I assume this is the same as https://github.com/rust-lang/crates.io/issues/4252?

@Bogay "case insensitive" does not mean that GitHub needs a lowercase string, it means that they don't care whether it's lowercase, UPPERCASE or AnyTHIng nI beTWeen. the issue is rather...

Summary from the team meeting today: - we already only export the last 90 days in the database dump - we need a way to convert older entries in the...

- https://github.com/rust-lang/crates.io/pull/8596 has implemented a background worker job which archives old (90+ days) data from the `version_downloads` table to S3 - yesterday we archived everything from 2014-11-11 to 2024-02-14 to...

Two relevant changes were just deployed: - https://github.com/rust-lang/crates.io/pull/5077 and - https://github.com/rust-lang/crates.io/pull/5074

- https://github.com/rust-lang/crates.io/pull/8155 will delete the `badges` table