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 'next'

github.com/salvo-rs/website - 3f2bce5c2d777fa73259d56318d61d2fa7b0af8a authored about 1 year ago by Chrislearn Young <[email protected]>
remove useless params

github.com/salvo-rs/website - afe2ea75316ca46b514589ff5009658101315dd6 authored about 1 year ago by Chrislearn Young <[email protected]>
Remove unsafe code from examples (#585)

* Remove unsafe code from examples

* cargo clippy

github.com/salvo-rs/salvo - 5b6179fa3b344358c3a452603c1848a17c52b629 authored about 1 year ago by Aston Turing <[email protected]>
update cargo fmt

github.com/salvo-rs/salvo-cli - 75c493a7d5a6ab287c1b6c51fa17546152352fb1 authored about 1 year ago by Fankai Liu <[email protected]>
fix html error

github.com/salvo-rs/salvo-cli - b83c08e6bbc4433976d8ffeadbd74ee2d216c54a authored about 1 year ago by Fankai Liu <[email protected]>
update html and some text

github.com/salvo-rs/salvo-cli - 0921581fa7056c8c732815d8eb231e8334668b67 authored about 1 year ago by Fankai Liu <[email protected]>
tests: add testcases for `openapi/response` && `openapi/request_body` && `openapi/example` (#584)

* tests: add test case for openapi/response && openapi/request_body && openapi/example

* fix:...

github.com/salvo-rs/salvo - cc7c1729ac9cb0daffe878fe63e315fb2752cbc1 authored about 1 year ago by kkdamowang <[email protected]>
tests: add test case for openapi/security (#583)

github.com/salvo-rs/salvo - 9c2a2273cb264be727208971766722e7eed67184 authored about 1 year ago by kkdamowang <[email protected]>
update version

github.com/salvo-rs/salvo-cli - 0f6ee1a22d94fc53a87d12d8fd7b8705f1554228 authored about 1 year ago by Fankai Liu <[email protected]>
Merge pull request #22 from salvo-rs/add_readme

Add readme

github.com/salvo-rs/salvo-cli - 3ef5ea25b090dba5affbde1ef80a748d51c36aa2 authored about 1 year ago by fankaiLiu <[email protected]>
update readme

github.com/salvo-rs/salvo-cli - ac1583525949d649e14c98d9148ab63351fd019c authored about 1 year ago by Fankai Liu <[email protected]>
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 68a5395682d24cf287d610a1ad052e6ac3f13110 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
tests: add test case for openapi/server (#582)

github.com/salvo-rs/salvo - bcf68b0adfb637148b7af19df1e9b15f1cdbc1ce authored about 1 year ago by kkdamowang <[email protected]>
update sqlx readme

github.com/salvo-rs/salvo-cli - ea4f2f4f3e0574856672dde9c528139ecbe2eb23 authored about 1 year ago by Fankai Liu <[email protected]>
cargo fmt

github.com/salvo-rs/salvo - 2e9e9a3bc3651529629c58212e9fed6e0924ca20 authored about 1 year ago by Chrislearn Young <[email protected]>
tests: add test case for openapi/tag and openapi/xml (#581)

github.com/salvo-rs/salvo - 2ec35d40372bbfa24cceea52afb8855f18c406e8 authored about 1 year ago by kkdamowang <[email protected]>
style: remove trailing spaces (#580)

github.com/salvo-rs/salvo - f13e81777c6b78c139911b8625a435a238f384f5 authored about 1 year ago by kkdamowang <[email protected]>
fix test_error

github.com/salvo-rs/salvo-cli - 49a160f7d033094c4c4ceeab63e6186d61a44a65 authored about 1 year ago by Fankai Liu <[email protected]>
grammar optimization. (#31)

github.com/salvo-rs/website - a017548358c05b18b7e54db9267afdcfc5e50598 authored about 1 year ago by hujian <[email protected]>
Improve debug info for `ReqBody` and `ResBody` (#578)

github.com/salvo-rs/salvo - 3cca8f649a54b8f4fbe019a7b3a074a99205e043 authored about 1 year ago by Chrislearn Young <[email protected]>
Fix ci

github.com/salvo-rs/salvo - f148acfc5a7e5b1337f32fa3ac6a831e19a64a57 authored about 1 year ago by Chrislearn Young <[email protected]>
update salvo-http3 to 0.0.8

github.com/salvo-rs/salvo - 4de70218c2d452c47d37a16358e2de8049c99ec1 authored about 1 year ago by Chrislearn Young <[email protected]>
rx read hangs because of redundant/excessive try_recv()

github.com/salvo-rs/salvo-http3 - 12d7b9175a2fd0910a4df50e969451971eeac913 authored about 1 year ago by Chrislearn Young <[email protected]>
update `hyper-util` to 0.1.2

github.com/salvo-rs/salvo - 78e1db069ba94e2b4e4db7b42b2b8fc8148f652c authored about 1 year ago by Chrislearn Young <[email protected]>
Hyper 1.0 to Hyper 1

github.com/salvo-rs/salvo - 43665146c83f7a8dbffbc7faec7f482e2e1852f5 authored about 1 year ago by Chrislearn Young <[email protected]>
oapi: reorder template replace

github.com/salvo-rs/salvo - e5e5df6e9aa43357720de3010614c2dfcd5f0433 authored about 1 year ago by Chrislearn Young <[email protected]>
Remove `hyper-util` patch from examples

github.com/salvo-rs/salvo - c7b109329e8ce925356cdf1b7368dd5664949da4 authored about 1 year ago by Chrislearn Young <[email protected]>
add path description

github.com/salvo-rs/salvo-cli - 95879932e259c6e91b5cac811e9ecb01e8a0e221 authored about 1 year ago by Fankai Liu <[email protected]>
Add readme for osc

github.com/salvo-rs/salvo - 6c23660153730f4dfd5bb43d54c837c5adf36d23 authored about 1 year ago by Chrislearn Young <[email protected]>
Add `server` feature (#576)

* Add `server` feature

* Remove unused `serde_urlencoded`

* fix ci

github.com/salvo-rs/salvo - 3ea3e51ec5ed7bdade0306a60a55e000f14bd6f9 authored about 1 year ago by Chrislearn Young <[email protected]>
Format Rust code using rustfmt

github.com/salvo-rs/website - 2ef06cfae2f0451e76a8e7db4ace06eaee3664ec authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Format Rust code using rustfmt

github.com/salvo-rs/website - 923797ae78af469e0cf796db9b6d82d24a084ef9 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge branch 'next'

github.com/salvo-rs/website - 4e4ecaa5a2e09ee4496951afea0cfe182303f03f authored about 1 year ago by Chrislearn Young <[email protected]>
fix ci

github.com/salvo-rs/website - 51f7c850d0be8c1598521f1bc893e538a549393d authored about 1 year ago by Chrislearn Young <[email protected]>
Merge branch 'main' into next

github.com/salvo-rs/website - d9640d16ecc31e8ccd740500461611d02f526e56 authored about 1 year ago by Chrislearn Young <[email protected]>
Read all cookie headers to fill `CookieJar` (#575)

* Read all cookie headers to fill `CookieJar`

* Format Rust code using rustfmt

---------

Co-a...

github.com/salvo-rs/salvo - 9074b26088a293185c0229386c395b9d6e4a0f7d authored about 1 year ago by Chrislearn Young <[email protected]>
doc-fix: there is no function named set_http_code (#30)

github.com/salvo-rs/website - 8d9ed74d78d10b982b1ac34a712536f7dd9f5c08 authored about 1 year ago by kkdamowang <[email protected]>
doc-optm: remove useless comma (#29)

Co-authored-by: zhangkai803 <[email protected]>

github.com/salvo-rs/website - d54b6d6a7ce924365754f4cd91eb55073ffd1a55 authored about 1 year ago by kkdamowang <[email protected]>
oapi: Fix ToSchema #[serde(default)] conflict (#574)

* oapi: Fix ToSchema #[serde(default)] conflict

* Format Rust code using rustfmt

* wip

...

github.com/salvo-rs/salvo - 5f765a94e1fd44ce619c6ee0b98854b22fc4c381 authored about 1 year ago by Chrislearn Young <[email protected]>
chore(deps): update rcgen requirement from 0.11 to 0.12 (#572)

Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest versio...

github.com/salvo-rs/salvo - 1d1940e9fa8cf05e886e26c927ec17f5c2145f8f authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo fmt version

github.com/salvo-rs/salvo-cli - c039e4dbcdf969720508d8312e1d7d55067a920c authored about 1 year ago by Fankai Liu <[email protected]>
update version

github.com/salvo-rs/salvo-cli - 55c69f74ad37d50d90cc5606debd178c1622db4e authored about 1 year ago by Fankai Liu <[email protected]>
fix log is not work

github.com/salvo-rs/salvo-cli - 0f3c866105c86276f3848de64e6a936fa91ddf84 authored about 1 year ago by Fankai Liu <[email protected]>
improve README feature section formatting consistency (#566)

In ## Features, replace period with semi-colon to match pattern set by earlier lines.

github.com/salvo-rs/salvo - 8d47784ab8409a04d1bb99629956249b17df49e9 authored about 1 year ago by Anthony Asp <[email protected]>
oapi doc `tags(...)`

github.com/salvo-rs/salvo - cc9537f229c0169068905b451567fc8e444384d2 authored about 1 year ago by Chrislearn Young <[email protected]>
cargo fmt

github.com/salvo-rs/website - d30c8e9d7b0c867527b6bd6f10ea25e496b834d2 authored about 1 year ago by Chrislearn Young <[email protected]>
Merge branch 'main' into next

github.com/salvo-rs/website - 5e25391ecfd2b017e70b1a783a70875607bcfd21 authored about 1 year ago by Chrislearn Young <[email protected]>
update Graceful shutdown doc (#28)

* update stop_graceful doc

* 更新 graceful-shutdown.md

update words

github.com/salvo-rs/website - 61799594780f54725d2ce50d36fc0b8b19b278c9 authored about 1 year ago by fankaiLiu <[email protected]>
Remove codes for old multer (#563)

github.com/salvo-rs/salvo - 2f5dc2f609a2b2dc7f7b5d5fef0a2374b855c758 authored about 1 year ago by Chrislearn Young <[email protected]>
chore(deps): update multer requirement from 2 to 3 (#562)

Updates the requirements on [multer](https://github.com/rousan/multer-rs) to permit the latest v...

github.com/salvo-rs/salvo - e2beacd825e7df171e1c0cbd9eba434bea69b174 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
update update version

github.com/salvo-rs/salvo-cli - 4e282e557e34bac859788ca9932401d5e4f020be authored about 1 year ago by Fankai Liu <[email protected]>
cargo fmt

github.com/salvo-rs/salvo-cli - c08306e77a2106ffd9b443958303f0d1817d9440 authored about 1 year ago by Fankai Liu <[email protected]>
update salvo version

github.com/salvo-rs/salvo-cli - 993962de494d9e8baf78d1fb29bc5f113934d4f7 authored about 1 year ago by Fankai Liu <[email protected]>
Format Rust code using rustfmt

github.com/salvo-rs/website - f4e97e60301d40979695c991aedc157c866862a7 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge branch 'next'

github.com/salvo-rs/website - b4fc6e9e974119727f9015d4343a86d34d0a04a0 authored about 1 year ago by Chrislearn Young <[email protected]>
Version 0.63.x

github.com/salvo-rs/website - ae05e23586e24b47ff338b60fea75154a5774769 authored about 1 year ago by Chrislearn Young <[email protected]>
Merge branch 'next'

github.com/salvo-rs/website - a33dcfe924355c2887b7f107a35c3ac11959261a authored about 1 year ago by Chrislearn Young <[email protected]>
Version 0.63.x

github.com/salvo-rs/website - 879688372c46d52362a3ff7de4538331dd86a45f authored about 1 year ago by Chrislearn Young <[email protected]>
Version 0.63

github.com/salvo-rs/website - c3aa27e0b855f7f56481122be49b84826cc78a1b authored about 1 year ago by Chrislearn Young <[email protected]>
Version 0.63.0

github.com/salvo-rs/salvo - 56aca885d4b261f2b45a65741d7783aa733dfbac authored about 1 year ago by Chrislearn Young <[email protected]>
Add custom header and style supports (#561)

github.com/salvo-rs/salvo - e39dcdd5ece9e032a1615d9090f52258d0333ae0 authored about 1 year ago by Chrislearn Young <[email protected]>
oapi: Add support for specifying multiple security requirement keys (#560)

* Add support for specifying multiple security requirement keys

* cargo clippy

* Format Ru...

github.com/salvo-rs/salvo - 63c7706d306cb730be95ae54a4f49417f2426492 authored about 1 year ago by Chrislearn Young <[email protected]>
update doc

github.com/salvo-rs/salvo - fca49a192fdd6f3e54653924631a15e39e5e610f authored about 1 year ago by Chrislearn Young <[email protected]>
request: Update remove cookie doc (#559)

* request: Update remove cookie doc

* wip

* Format Rust code using rustfmt

---------

...

github.com/salvo-rs/salvo - 4d34eaf7c65d08ecb01e2dcca86fe957e1de2ac2 authored about 1 year ago by Chrislearn Young <[email protected]>
oapi: Support serde deny_unknown_fields (#558)

* oapi: Support serde deny_unknown_fields

* fix ci

github.com/salvo-rs/salvo - a443aca4f92dbdd5c7c889ed7702f9d4239b18e5 authored about 1 year ago by Chrislearn Young <[email protected]>
chore(deps): update rust-embed requirement from >= 6, <= 8 to >= 6, <= 9 (#556)

Updates the requirements on [rust-embed](https://github.com/pyros2097/rust-embed) to permit the ...

github.com/salvo-rs/salvo - ba7f7450941a627eb9edee5c2f5932b1e0c441ab authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix ci

github.com/salvo-rs/salvo - 1aa60bbbe6da49026ca094bc7a18f03ddf4b8370 authored about 1 year ago by Chrislearn Young <[email protected]>
version 0.0.7

github.com/salvo-rs/salvo-http3 - 1a248933afd18973ea2dadf1b5a5616126797ebc authored about 1 year ago by Chrislearn Young <[email protected]>
Hidden rustls old module to users (#555)

github.com/salvo-rs/salvo - 8ef8830ec3481c980e98c054008e1af55825367a authored about 1 year ago by Chrislearn Young <[email protected]>
patch hyper-util for websocket proxy (#554)

github.com/salvo-rs/salvo - e8016c4a06b2c444fa92ae23bb6f9e322342f062 authored about 1 year ago by Chrislearn Young <[email protected]>
Upgrade to Hyper 1.0 (#520)

* wip

* wip

* wip

* wip

* Format Rust code using rustfmt

* chore(deps): update ru...

github.com/salvo-rs/salvo - 79ec3532033684765c2d342066b43e7bbbdaf4e6 authored about 1 year ago by Chrislearn Young <[email protected]>
change word Notic to Notice

github.com/salvo-rs/website - b89bb0ac5307dfab85a9e5dd86db0797390d556e authored about 1 year ago by Chrislearn Young <[email protected]>
change word Notic to Notice (#27)

github.com/salvo-rs/website - 223a1ff2480a20671fd987cf3efc462e57c1541d authored about 1 year ago by 梦星辰 <[email protected]>
Update oapi Cargo.toml

github.com/salvo-rs/salvo - 59a6b13a8389cbadd78648eb831a30350c2e9c7f authored about 1 year ago by Chrislearn Young <[email protected]>
Version 0.61.0

github.com/salvo-rs/salvo - 15d34bf3057071be66c0ea1a6eee2140e5bfff09 authored about 1 year ago by Chrislearn Young <[email protected]>
fix ci error

github.com/salvo-rs/salvo - f181180c96203450b1fc31678101e4ec57643df6 authored about 1 year ago by Chrislearn Young <[email protected]>
update doc broken link

github.com/salvo-rs/salvo - eb755f9883514818951972aff119710ea5e58a87 authored about 1 year ago by Chrislearn Young <[email protected]>
Merge branch 'next'

github.com/salvo-rs/website - 8a3d0592fab1387de52e825bd1c6af2cd1b4d880 authored about 1 year ago by Chrislearn Young <[email protected]>
doc update

github.com/salvo-rs/website - 9c4b8efe8cf53c7f90544d982bfa7f94811be93f authored about 1 year ago by Chrislearn Young <[email protected]>
update version

github.com/salvo-rs/salvo-cli - 63b788fa64fba1c2fe5bc225d76110dbeeb05efc authored about 1 year ago by Fankai Liu <[email protected]>
cargo fmt

github.com/salvo-rs/salvo - a671b1a2ab7732d502e0c65be0e511f67e5ed764 authored about 1 year ago by Chrislearn Young <[email protected]>
Update graceful shutdown server doc

github.com/salvo-rs/salvo - 7f0765e163fbba5ace5f1ac0a66981da2b7ec906 authored about 1 year ago by Chrislearn Young <[email protected]>
Improve `catcher`, `depot`, `handler` documention. (#553)

* Improve `catcher`, `depot`, `handler` documention.

* fix ci

github.com/salvo-rs/salvo - c3f24270ed9b13ebc009618f8c415c03e4241a80 authored about 1 year ago by Aston Turing <[email protected]>
fix fix use user mod

github.com/salvo-rs/salvo-cli - 135d0683b0e289c148c31d0ae8e2694502072a03 authored about 1 year ago by Fankai Liu <[email protected]>
Merge pull request #21 from fan-tastic-z/fix-sea-orm_generate_new_entities

fix: generate new sea-orm entites and update services

github.com/salvo-rs/salvo-cli - fd3f21bb639b430ea50d36ab2a900bc2643a8f06 authored about 1 year ago by fankaiLiu <[email protected]>
Merge branch 'next'

github.com/salvo-rs/website - 2d4377d67dcfc851d33d1bbfc364bf7ff2b83593 authored about 1 year ago by Aston Turing <[email protected]>
doc error fix

github.com/salvo-rs/website - 51e146da8f66914c1905e86e7346941d912766a8 authored about 1 year ago by Aston Turing <[email protected]>
Merge branch 'next'

github.com/salvo-rs/website - d4c6b4f2f791d82249a71f8314a66247d286f17a authored about 1 year ago by Aston Turing <[email protected]>
document update

github.com/salvo-rs/website - 1091aa5319c8732292acd52f17754cb1b4482c05 authored about 1 year ago by Aston Turing <[email protected]>
Merge branch 'next'

github.com/salvo-rs/website - 0b1a61aa364b5639c264cd1b3b5185ac802f1eaf authored about 1 year ago by Chrislearn Young <[email protected]>
update doc

github.com/salvo-rs/website - 47f8cc5e7c2a9cc35915db0a482c69f15c6f3a2f authored about 1 year ago by Chrislearn Young <[email protected]>
fix: generate new sea-orm entites and update services

github.com/salvo-rs/salvo-cli - 067a1d35aea2025c1c39573d446feb48836a7097 authored about 1 year ago by fan-tastic-z <[email protected]>