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

chore: Upgrade swagger-ui to v5.7.0

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix: impl `ToSchema` for `Uuid` and other types #414

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Uuid is not supported in oapi::endpoint macro

github.com/salvo-rs/salvo - Roba1993 opened this issue over 1 year ago
fix:repair openapi error description of attrs

github.com/salvo-rs/salvo - lyqgit opened this pull request over 1 year ago
feat(oapi):Add decimal_float feature.

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix: HTTP version detect waiting when bytes too short

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
请求头如果没有Connection没有返回

github.com/salvo-rs/salvo - xmh0511 opened this issue over 1 year ago
chore!: Rename fn `handle` to `goal`.

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
chore!: Remove useless fn `transfer`

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Add pong message creation to websocket message

github.com/salvo-rs/salvo - Roba1993 opened this pull request over 1 year ago
chore: Upgrade Swagger UI to v5.5.0

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat: Requestid support

github.com/salvo-rs/salvo - depth-liu opened this pull request over 1 year ago
chore: Improve unit tests

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
chore!: Rename `Piece` to `Scribe`.

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat: Route path match <**>, <*+>, <*?>

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
chore: Impl Debug for `ResBody`.

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat: OpenAPI `LinkedList` and `url` type support

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat!(router): `*` match empty path and `?` does't.

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat(oapi): Add support for serde skip in IntoParams derive

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat(oapi): Add Ulid support

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat(router): Add `insert` and `unshift` functions

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat: Allow mutable reference to Request queries #391

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Mutable reference to Request queries

github.com/salvo-rs/salvo - sarendsen opened this issue over 1 year ago
feat: Add `ReadSeeker`.

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix: Change alt-svc for http3

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat!: Acme and Http3 work together!

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat: `QuinnListener` supports config stream

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Donate link is not working

github.com/salvo-rs/salvo - Glenn-Terjesen opened this issue over 1 year ago
feat!: Make tls more generic

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
chore(deps): Upgrade swagger ui to v5.4.2

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix(extra): TrailingSlash should skip root path

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
chore(deps): update rust-embed from 6 to 8

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
chore(deps): update rust-embed requirement from 6 to 8

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request over 1 year ago
feat: Add `jwt_auth_error` to `JwtAuthDepotExt` #372

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
How to renew JWT token?

github.com/salvo-rs/salvo - thep0y opened this issue over 1 year ago
Allow multiple CORS origins

github.com/salvo-rs/salvo - m1212e opened this issue over 1 year ago
Rename MemoryStore to Mokastore

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
About proxy: Is not working

github.com/salvo-rs/salvo - josejachuf opened this issue over 1 year ago
Add eviction_listener to MemoryStore

github.com/salvo-rs/salvo - sarendsen opened this pull request over 1 year ago
typo

github.com/salvo-rs/website - tk103331 opened this pull request over 1 year ago
fix(cache): Cache panics with error handling #365

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Cache panics with error handling

github.com/salvo-rs/salvo - sarendsen opened this issue over 1 year ago
feat: Allow custom url path and query getter

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix: generate openapi json have duplicated fields #360

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat: Add concurrency-limiter middleware

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Working with tower example broken

github.com/salvo-rs/salvo - sarendsen opened this issue over 1 year ago
fix: auto detect http2 and http1

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat: Add ReDoc and RapiDoc

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Improve graceful shotdown and fix http dectect issue

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
feat: Allow setting the client on a Proxy #352

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Allow setting the client on a Proxy

github.com/salvo-rs/salvo - sarendsen opened this issue over 1 year ago
Typed routes

github.com/salvo-rs/salvo - prabirshrestha opened this issue over 1 year ago
Serve compressed static assets if available

github.com/salvo-rs/salvo - FallingSnow opened this issue over 1 year ago
Add descriptions to 2 variants of complex enums

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
deps: Upgrade swagger ui to `5.3.0`

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
deps: Upgrade opentelemetry

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Update opentelemetry requirement from 0.19 to 0.20

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request over 1 year ago
Update opentelemetry-prometheus requirement from 0.12 to 0.13

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request over 1 year ago
Update opentelemetry-http requirement from 0.8 to 0.9

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request over 1 year ago
fix(serve-static): set content-type for embed

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix(proxy): Proxy ws not working #337

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Websocket upgrade in proxy crate not working

github.com/salvo-rs/salvo - sarendsen opened this issue over 1 year ago
chore!(extra): tokio-tungstenite upgrade to 0.20

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Static serve example does not work

github.com/salvo-rs/salvo - FallingSnow opened this issue over 1 year ago
hello-h3的http3功能不能正常使用

github.com/salvo-rs/salvo - xmh0511 opened this issue over 1 year ago
chore: Upgrade swagger-ui to v5.1.3

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix!: Http scheme or version detect error

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
chore: update `salvo-http3` to 0.0.3

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix: error page bad format

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Upgrade swagger ui to 5.1.1

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Update hyper requirement from =1.0.0-rc.3 to =1.0.0-rc.4

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
Update salvo-utils requirement from 0.0.3 to 0.0.4

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request over 1 year ago
fix: replace `::` to `.` in operationid #321

github.com/salvo-rs/salvo - chrislearn opened this pull request over 1 year ago
fix components spelling

github.com/salvo-rs/salvo - prabirshrestha opened this pull request over 1 year ago
add ToSchema support for secrecy crate

github.com/salvo-rs/salvo - prabirshrestha opened this issue over 1 year ago
Access Control for Salvo

github.com/salvo-rs/salvo - greenpdx opened this issue over 1 year ago
Update hyper requirement from =1.0.0-rc.3 to =1.0.0-rc.4

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request over 1 year ago
savlo 0.45.0 doesn't compile under musl due to openssl

github.com/salvo-rs/salvo - prabirshrestha opened this issue over 1 year ago
Update translation of the cors about cors.md

github.com/salvo-rs/website - fwqaaq opened this pull request over 1 year ago
Duplicate parameters in generated openapi

github.com/salvo-rs/salvo - carueda opened this issue over 1 year ago
Update bcrypt requirement from 0.14 to 0.15

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request over 1 year ago
logging middleware: res.status_code is empty

github.com/salvo-rs/salvo - wonktondI opened this issue over 1 year ago
generating openapi for custom error enums

github.com/salvo-rs/salvo - fruitsbat opened this issue over 1 year ago
Proposal to switch from h3 to sec-http3 for webtransport

github.com/salvo-rs/salvo - darioalessandro opened this issue over 1 year ago