Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Commits · master
gotham-restful
Browse files
Mar 10, 2021
update readme: moved to github [skip ci]
· 7bac379e
msrd0
authored
Mar 10, 2021
7bac379e
Mar 09, 2021
fix broken doc link
· 2dd3f3e2
msrd0
authored
Mar 09, 2021
2dd3f3e2
update trybuild tests
· e206ab10
msrd0
authored
Mar 09, 2021
e206ab10
update readme
· a5257608
msrd0
authored
Mar 09, 2021
a5257608
remove outdated tests
· 9c7f681e
msrd0
authored
Mar 09, 2021
9c7f681e
ci: fix typo
· 63567f54
msrd0
authored
Mar 09, 2021
63567f54
ci: include openapi_type crate
· 3a3f7433
msrd0
authored
Mar 09, 2021
3a3f7433
use openapi_type::OpenapiType for gotham_restful
· ebea39fe
msrd0
authored
Mar 09, 2021
ebea39fe
redo and test openapi type implementations
· eecd1924
msrd0
authored
Mar 09, 2021
eecd1924
more error messages
· 2a35e044
msrd0
authored
Mar 09, 2021
2a35e044
Mar 08, 2021
enum representations
· a57f1c09
msrd0
authored
Mar 09, 2021
a57f1c09
more enum stuff
· 5f60599c
msrd0
authored
Mar 08, 2021
5f60599c
start implementing enums
· 43d3a1cd
msrd0
authored
Mar 08, 2021
43d3a1cd
copy OpenapiType implementations and fix codegen reference
· 667009bd
msrd0
authored
Mar 08, 2021
667009bd
Mar 07, 2021
start openapi-type codegen
· d9c7f413
msrd0
authored
Mar 07, 2021
d9c7f413
basic structure for openapi_type crate
· 90870e3b
msrd0
authored
Mar 07, 2021
90870e3b
Mar 03, 2021
Merge commit '
09dee5a6
' (release 0.2.1)
· 2251c29d
msrd0
authored
Mar 04, 2021
2251c29d
update changelog
· 09dee5a6
msrd0
authored
Mar 03, 2021
09dee5a6
pin version of openapiv3
· fabcbc4e
msrd0
authored
Mar 03, 2021
fabcbc4e
Feb 28, 2021
track gotham master
· 960ba0e8
msrd0
authored
Feb 28, 2021
960ba0e8
Feb 27, 2021
release 0.2.0
· bb6f5b0f
msrd0
authored
Feb 27, 2021
View commits for tag v0.2.0
v0.2.0
bb6f5b0f
Custom HTTP Headers
· 31f92c07
msrd0
authored
Feb 27, 2021
31f92c07
Feb 24, 2021
add swagger_ui to the router
· 28ae4dfd
msrd0
authored
Feb 25, 2021
28ae4dfd
OpenAPI: Key Schema for HashMap's
· 7ed98c82
msrd0
authored
Feb 24, 2021
7ed98c82
Feb 22, 2021
cargo is dumb
· e7ef6bdf
msrd0
authored
Feb 22, 2021
e7ef6bdf
fix the example
· 666514c8
msrd0
authored
Feb 22, 2021
666514c8
Feb 21, 2021
split the ResourceResult trait
· 7de11cda
msrd0
authored
Feb 21, 2021
7de11cda
fix ui when openapi is enabled
· c640efcb
msrd0
authored
Feb 21, 2021
c640efcb
improve ui on invalid types for endpoints
· 30edd349
msrd0
authored
Feb 21, 2021
30edd349
Feb 17, 2021
ci: update cargo-readme
· 90fc17e5
msrd0
authored
Feb 17, 2021
90fc17e5
update trybuild rust version and rustfmt
· 3b95b9f4
msrd0
authored
Feb 17, 2021
3b95b9f4
Feb 03, 2021
bump MSRV to 1.49+
· 1bd398c7
msrd0
authored
Feb 04, 2021
1bd398c7
replace some `std::error::Error` bounds with `Into<HandlerError>`
· 8b737014
msrd0
authored
Feb 03, 2021
8b737014
ci: make the rustfmt.sh script ash-compatible
· 9e65540c
msrd0
authored
Feb 03, 2021
9e65540c
ci: use less broken docker image for rustfmt
· 44e2f031
msrd0
authored
Feb 03, 2021
44e2f031
Reexports
· af28e0d9
msrd0
authored
Feb 03, 2021
af28e0d9
Jan 26, 2021
Add a Redirect type that can be returned by endpoints
· 441a42c7
msrd0
authored
Jan 26, 2021
441a42c7
Jan 23, 2021
allow more types to appear in AuthErrorOrOther (related to
#20
)
· cf022347
msrd0
authored
Jan 23, 2021
cf022347
Jan 18, 2021
fix implicit `&'static mut State` error
· f2bcc843
msrd0
authored
Jan 18, 2021
f2bcc843
add debug option to endpoint macro
· 681ef5d8
msrd0
authored
Jan 18, 2021
681ef5d8
Loading