Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Salvo

Making write code easiler
Collective - Host: opensource - https://opencollective.com/salvo - Code: https://github.com/salvo-rs

Merge branch 'main' of https://github.com/salvo-rs/salvo

github.com/salvo-rs/salvo - 8a8b3169ddfbd121b25c6856dda22c9658a2870e authored about 2 years ago
cago clippy

github.com/salvo-rs/salvo - e52e38170fc6f4243ca3fea2d023c811e7b1b8a3 authored about 2 years ago
Merge pull request #199 from geometryolife/fix-typo

fix typo for router

github.com/salvo-rs/salvo - 51a7e18ee7c6e07e497f63a6e464b1489321eaa1 authored about 2 years ago
fix typo for router

github.com/salvo-rs/salvo - a8ee40250cb08f0b835e1da2bfb4df28d45d536e authored about 2 years ago
pool: introduce generic Key parameter (#16)

github.com/salvo-rs/salvo-utils - 287b1f90e5189a5f7e2e7bbbf474e218d4b26d6e authored about 2 years ago
refactor(common): only export `Never` with associated features (#14)

This avoids linter errors

github.com/salvo-rs/salvo-utils - 313b5fa891e99537fbedfe57476d5dbbba513e3d authored about 2 years ago
Simplify client/server examples (#157)

github.com/salvo-rs/salvo-http3 - 885144bfcb0414bcb86b63cec9c65a611c7e56ee authored about 2 years ago
CI overhaul (#156)

* remove nightly tests
* nuke build job
* cargo check MSRV
* pin to nightly-2022-12-01
* cac...

github.com/salvo-rs/salvo-http3 - be18b13a3b2c7a9b4af038e5c6db96bd0df0c78f authored about 2 years ago
Merge pull request #8 from josejachuf/fix-proxy

Fix proxy example

github.com/salvo-rs/website - e6843c6a67b91ff0cc5d271ab7beca208cfc3046 authored about 2 years ago
Fix proxy exaample

github.com/salvo-rs/website - 892a436bd47e5c0194ef259fec926e9c6b08b649 authored about 2 years ago
Merge branch 'main' of https://github.com/salvo-rs/website

github.com/salvo-rs/website - a70b550b78e7c935c212063279fe5fb2da3885e9 authored about 2 years ago
chore(dependencies): update to hyper rc.1 (#13)

github.com/salvo-rs/salvo-utils - 446001bf8727a38098b7ef74202ffb675a278cd1 authored about 2 years ago
Bump version to 0.23.2

github.com/salvo-rs/salvo-rustls - 67ffaf8c0cdba1b511eb6e3fa7e9878ef83dae4b authored about 2 years ago
Update changelog for 0.23.2

github.com/salvo-rs/salvo-rustls - 73c1ee90ebd23a8c20d49299533cbf6efa0b6639 authored about 2 years ago
Remove authors from Cargo metadata (see RFC 3052)

github.com/salvo-rs/salvo-rustls - 5930fa97c0dbe840fe32aac53dbdfc79cd85b317 authored about 2 years ago
fix: can't resolve ip address with square brackets

Problem:
Sending to destination like https://[::1]/ fails with error invalid dnsname.
Error is t...

github.com/salvo-rs/salvo-rustls - 0a34dd95198ba34462371efcc3d77d0a43330c62 authored about 2 years ago
document the duvet usage in h3 (#131)

* document the duvet usage in h3

Co-authored-by: Julian Eager <[email protected]>

github.com/salvo-rs/salvo-http3 - e7e6199d76495c26260bffe00da55aacfddd5911 authored about 2 years ago
rename to db-prisma-orm

github.com/salvo-rs/salvo - 3532139be8c189b6bc4e44e4e80504b653d394aa authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 9b5b7208b526902a7f091d3385f33f9f1876e688 authored about 2 years ago
Merge pull request #194 from hubertshelley/main

添加prisma示例

github.com/salvo-rs/salvo - a9506848fa20ac343132c0fc3a9eb6685c2dffe2 authored about 2 years ago
prisma合并代码异常处理

github.com/salvo-rs/salvo - 2f5fd5d47ba3d9a541f14ef6e626f2538ebc0bf7 authored about 2 years ago
Merge branch 'salvo-rs:main' into main

github.com/salvo-rs/salvo - e5f654a761acbfa86140d41575461c8be09cb383 authored about 2 years ago
添加prisma示例

github.com/salvo-rs/salvo - 44ca0ee94a23977a5f92ff4bf685810a7ef92490 authored about 2 years ago
Fix "req.form" does not work when "content-type" is not exact "application/x-www-form-urlencoded" #193

github.com/salvo-rs/salvo - ef9dd0942e46018df7708d5f5d4b7d773541b5fb authored about 2 years ago
Fix various clippy warnings (#135)

Also enforce mod.rs module style, and allow PartialEq without Eq
due to this: https://github.co...

github.com/salvo-rs/salvo-http3 - 9f3ea9ffc20e7c4c77f632ff6ba0f0c457965e1b authored about 2 years ago
update url link

github.com/salvo-rs/salvo - c0ab826e7bd115fa67a3ef518a197c2b5d3a84e6 authored about 2 years ago
Fix Unable to resolve URL-encoded paths #190

github.com/salvo-rs/salvo - 7bac30e6960355c58e358e402072d4a3e5c4e1bb authored about 2 years ago
update hello

github.com/salvo-rs/salvo - c31890d8fbe2e70a5028d44f1a817e6e11978465 authored about 2 years ago
Merge pull request #7 from za-songguo/patch-1

Update proxy.md

github.com/salvo-rs/website - 9522b054b6473a289cbcff4b1273ac1ec99becc9 authored about 2 years ago
Update proxy.md

一些API已经更新,示例代码也需要更改
(使用salvo::proxy::Proxy而不是salvo_extra::proxy::ProxyHandler)
(需要添加类型标注)

github.com/salvo-rs/website - 1066f7177f4134866f469d62de7495643a661ad2 authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 4eb55bba409906712e2e8b8a2483329642cc9c7e authored about 2 years ago
Cargo clippy

github.com/salvo-rs/salvo - 6e1493447144e5785c6a0ec075161322dedb66ac authored about 2 years ago
Merge pull request #187 from athxx/main

Add simple graphql example

github.com/salvo-rs/salvo - 3140734bc5b1429512e7fa22e36e0b639e2e7bee authored about 2 years ago
Add simple graphql example

github.com/salvo-rs/salvo - f389462ab5dae190451152c9e9c20358e04ee302 authored about 2 years ago
Disable clippy lint for enum variant sizes

github.com/salvo-rs/salvo-rustls - 141eb5f43dd7435b0734833f8daa6a59f2c48e99 authored about 2 years ago
Update CHANGELOG with 0.23.1 info

github.com/salvo-rs/salvo-rustls - c576ef6288de3308443e600085edddb3e818a8fd authored about 2 years ago
Bump version to 0.23.1

github.com/salvo-rs/salvo-rustls - c91d813762b7509a8faf11d109faaf8da667dbf3 authored about 2 years ago
quinn version 0.8

github.com/salvo-rs/salvo - 39e1ff68998a89d12f7826668e5ddf021a7c7481 authored about 2 years ago
update comment

github.com/salvo-rs/salvo - 6341aac5e706aa913c6c64e15446c9657b0691ac authored about 2 years ago
update router

github.com/salvo-rs/website - d4eddd7622a2f9fa316e04c4ce82a9281d73faf9 authored about 2 years ago
Merge branch 'main' of https://github.com/salvo-rs/website

github.com/salvo-rs/website - 018e7cfea51bca13b7248e90eb2c0b775bb52761 authored about 2 years ago
router update

github.com/salvo-rs/website - f3a05cf1c2ac2b0c597adf26512333a13bf7d251 authored about 2 years ago
update quinn

github.com/salvo-rs/salvo - 05e170e6f0e1e605f14faabc6c4f0650666aaeeb authored about 2 years ago
Merge branch 'release'

github.com/salvo-rs/salvo - 8ae511eb5eb1d7064a9f1c03bccb4f137cdcd952 authored about 2 years ago
Merge branch 'v0.37.x' into release

github.com/salvo-rs/salvo - a759a01d1e1eadf88ca21c7123d092f7ff44ca40 authored about 2 years ago
Version 0.37.4

github.com/salvo-rs/salvo - 9599ac908fcd841d8e7b1d9b65a42362beab4bb2 authored about 2 years ago
cared_methods for CookieFinder should be set to AllMethods #186

github.com/salvo-rs/salvo - 95817aaa54a9f3b2f2aa168006864824abed5276 authored about 2 years ago
don't try to handle header-too-big error when receiving trailers (#142)

github.com/salvo-rs/salvo-http3 - a7f0881d4102c0c0ddef5507dfacaa1b5dc10c02 authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - e1d7f16b9984e895e3f26e82e33ac8d63420bd41 authored about 2 years ago
🚩 FLAG: Http3

github.com/salvo-rs/salvo - ca42d08243ec4d2994634c496855fa31b08700bb authored about 2 years ago
remove website action

github.com/salvo-rs/salvo - 56b36fe5ac3a356098cb7bb5d42536df341f5708 authored over 2 years ago
Rename quic to quinn

github.com/salvo-rs/salvo - 971d49a279ba09d5816d3f3230dfb04065f98724 authored over 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - f45b852c7344cd19fd6805e5651e0f2395515650 authored over 2 years ago
Fork https://github.com/hyperium/h3

github.com/salvo-rs/salvo - b8a28b47c42d11e36ada2a9238181f643a600dc4 authored over 2 years ago
update doc link

github.com/salvo-rs/website - 2228fa11b26b7b59c434d52e752d1fd93c1c5ee0 authored over 2 years ago
Merge branch 'main' into next

github.com/salvo-rs/website - 89043775122aff08f9b8f2efbddb3b1b34190895 authored over 2 years ago
update config

github.com/salvo-rs/website - 925dc7b7869b396fc94a20d7ae766628a2c1e223 authored over 2 years ago
remove website

github.com/salvo-rs/salvo - 6314ae73b07078af3a038c16595131f376e4cf2f authored over 2 years ago
📝 DOC: doc update

github.com/salvo-rs/salvo - 1bc836c6d77ed4bc0b548d6e4f1d40d1355acaef authored over 2 years ago
Deploy to GitHub pages

github.com/salvo-rs/salvo-rs.github.io - ad643cc467b3ff1566071a749ef50b56ad213b69 authored over 2 years ago
Update actions

github.com/salvo-rs/salvo - 74bf8c36f0d9d5f2c937ce3b5aba0a82cf26b581 authored over 2 years ago
📝 DOC: Update website

github.com/salvo-rs/salvo - f3ed323790e2653ba1a3373ad85cc52a3be42262 authored over 2 years ago
website action

github.com/salvo-rs/salvo - 037d42b2f7ca490a06d64a472ce68841d2bba650 authored over 2 years ago