Noel Towa

Results 20 issues of Noel Towa

This pull request refers to v2 of Wumpcord, which completely refractors all entities, caching methods, documents everything, and a complete API overhaul # Additions - Added `AbstractEntityCache` which inherits 2...

documentation
enhancement

Add in threads support (once I have access)

documentation
enhancement

Provide documentation for everything in the TypeScript rewrite (#54)

documentation

* [x] ~~Finalize sessions crate with LDAP and GitHub integration for logging in~~ (#554) | LDAP support is *simple* and can break at any time, GitHub integration will come in...

help wanted
javascript
rust

As of March 24th, 2024 (was also my 20th birthday), [`serde_yaml`](https://crates.io/crates/serde_yaml) was deprecated and charted-server heavily relies on `serde_yaml` for the Helm-related operations it needs to do. While it's not...

question
wontfix
rust
deps

This will enable having multiple authenticators when authenticating with **charted-server**. At the moment of this issue, only local JWT sessions are working at the moment. This issue brings in support...

enhancement

This will allow the server to configure ratelimits but allow configuration over convention. This goes in hand with [`charted-dev/charted#1050`](https://github.com/charted-dev/charted/issues/1050), which will be implemented after that is done.

enhancement

enhancement
good first issue
help wanted

As you use **charted-server** as your primary Helm Chart registry, there might be repositories, users, or organizations that are inactive and want to be pruned by some constraints (i.e, delete...

*I should've done this earlier ;w;* - [] Add multiple backends - So you can use Node.js' http module if you wish or `undici` for that performance boost! - []...