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

68 commits

Author SHA1 Message Date
63e6eb9b32
re-export gotham 2020-04-15 23:20:41 +02:00
a493071ff8
dependency management 2020-04-15 23:16:03 +02:00
40e6d1bc03
make clear that this tracks gotham master 2020-04-15 23:01:21 +02:00
694b45ea60
Merge branch 'master' into gotham-master
Conflicts:
	example/Cargo.toml
	gotham_restful/Cargo.toml
2020-04-15 22:55:26 +02:00
659fd2f7e2
bump version to 0.0.4 / derive 0.0.3 2020-04-15 21:50:38 +02:00
89f6494b51
asyncify method proc macro 2020-04-15 21:15:40 +02:00
427c836f52
expose async to handlers 2020-04-15 20:55:25 +02:00
d7282786b1
require all resource results to be sendable 2020-04-14 22:45:06 +02:00
06e6c93a46
fix openapi routing errors 2020-04-14 22:41:20 +02:00
a8ae939019
clean up async shit 2020-04-14 22:40:27 +02:00
ede0d75161
start moving shit over to async 2020-04-14 21:17:12 +02:00
f425f21ff3
update jsonwebtoken, futures, and hyper and co 2020-04-14 17:44:07 +02:00
fbcc626478
write tests for the openapi types 2020-04-13 02:46:01 +02:00
93cbc36046
dump codecov.io and redo badges 2020-04-12 22:31:53 +02:00
08a8f3557b
fix no accepted types result in no openapi content being generated
fixes #15
2020-04-11 20:34:51 +02:00
d10895076e auth is now per-method and not per-return-type 2020-04-11 18:13:36 +00:00
810680d9b1 Allow OpenAPI customizations 2020-04-07 20:44:02 +00:00
744f56acf9 Less generic type arguments 2020-04-06 16:20:08 +00:00
212fca738b
fix doc 2020-04-05 22:18:31 +02:00
1d1682a03d
remove the annoying ToString type when what we really need is a &str 2020-03-30 22:42:22 +02:00
c508ac878d
clean up some stuff ;; use Default::default() more often 2020-03-30 22:40:08 +02:00
4c50ea0959
releasing is hard, try 0.0.3 2020-02-24 20:05:35 +01:00
a57176529c
fix 2020-02-24 20:03:09 +01:00
5d730df90d
properly enable/disable errorlog 2020-02-24 19:19:21 +01:00
2f02472e71
bump version to 0.0.2 2020-02-24 17:41:29 +01:00
5057de90e6
add errorlog feature 2020-02-10 21:41:44 +01:00
640bb8263c
move security auth openapi stuff into the path 2020-02-10 21:17:49 +01:00
b4a7b4d810
add convenient methods for AuthResult 2020-02-08 13:44:46 +01:00
ff02e3c06b
add OpenapiType for BTreeSet and HashSet 2020-02-08 12:47:36 +01:00
0d218f2532
allow base64 0.10.1 to be used as jwt and gotham both use the older version 2020-01-25 16:17:25 +01:00
48867da535
add AuthResult resource result type 2020-01-25 15:59:37 +01:00
756fd3a98a
some housekeeping 2020-01-25 14:11:57 +01:00
6e9d8bd158
derive: AuthStatus<T> needs T to always be Clone 2020-01-25 14:04:26 +01:00
342fd2a647
remove failure as it is not used anywhere 2020-01-24 18:01:27 +01:00
e710182f14
update versions 2020-01-24 17:59:20 +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
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
e66968f63d
implement generic openapi type for serde_json::Value 2020-01-13 02:56:28 +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
3e7fad1fb1
fix tests 2019-10-20 19:39:00 +02:00
cff5f55d64
better type support 2019-10-20 18:23:36 +02:00
78be60b1a4
tidy up 2019-10-20 17:42:33 +02:00
11aa24f6ce
document known issues 2019-10-20 17:18:51 +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
8c14070567
add some tests for query/path parameters 2019-10-14 15:56:15 +02:00