1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 04:52:28 +00:00
Commit graph

31 commits

Author SHA1 Message Date
e710182f14
update versions 2020-01-24 17:59:20 +01:00
d3b27bae8a
we need to clone the AuthSource because lifetimes are annoying 2020-01-24 17:52:53 +01:00
088774fc50 implement auth parsing/verifying inside a gotham middleware 2020-01-22 16:53:02 +00:00
6aa53942a0
openapiv3 upstream changed StringFormat: just use ..Default::default() 2020-01-17 21:37:41 +01:00
f7600977c8
fix possible issue with NoContent implicit return and database connection use 2020-01-14 23:48:14 +01:00
e2cf2238fd
remove debug output from macro 2020-01-14 23:34:18 +01:00
26cbe28b00
workaround for #7: no state when using conn 2020-01-14 23:32:16 +01:00
876da721f8
some fixes for database support 2020-01-14 23:16:31 +01:00
73457f2fda
basic diesel-middleware repo handling #7 2020-01-14 03:27:49 +01:00
16a83468ab
restrict OpenapiType generic parameters (fixes #3) 2020-01-14 02:55:05 +01:00
a2651d073c
no references to ../README.md 2019-10-27 22:29:59 +01:00
c402638653
use all latest versions 2019-10-27 21:58:05 +01:00
ce6e93a790 Keep fn on method handlers 2019-10-27 20:44:23 +00:00
78be60b1a4
tidy up 2019-10-20 17:42:33 +02:00
3a64634872
dual-license under EPL-2.0 and Apache-2.0 2019-10-20 16:56:50 +02:00
d030fa539f Support File up/download 2019-10-20 14:49:53 +00:00
25117a035f
fix derive 2019-10-14 19:05:17 +02:00
92410ddd5b
add codecov badge 2019-10-14 02:50:43 +02:00
2c31251cb2
weird proc macro issue 2019-10-14 02:37:50 +02:00
df3b735429
add first tests 2019-10-14 02:17:25 +02:00
4429fced3b
apply clippy suggestions 2019-10-13 23:36:10 +02:00
286466fcc9
finally get rid of the helper 2019-10-13 23:19:34 +02:00
0153b2e22f
add search method 2019-10-13 17:43:42 +02:00
0cf7c9aa3a
add derive macro for resource 2019-10-06 15:03:30 +02:00
a28ccb98f1
default to NoContent when method has no return type 2019-10-05 14:56:51 +02:00
3f64ac443f
add proc macro attributes for all rest methods 2019-10-05 00:21:41 +02:00
46372dee60
don't loose dependencies 2019-10-03 00:54:12 +02:00
74ea1b820b
improve option handling 2019-10-03 00:11:23 +02:00
50ed2411c9
allow deriving enums 2019-10-03 00:04:33 +02:00
0b11aaf1f9
less verbose 2019-10-02 11:09:10 +02:00
4ef216e8c8
add proc macro derive for openapitype 2019-10-02 10:59:25 +02:00