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

91 commits

Author SHA1 Message Date
9d21ea9cce
housekeeping 2020-01-31 14:46:42 +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
d3b27bae8a
we need to clone the AuthSource because lifetimes are annoying 2020-01-24 17:52:53 +01:00
747c0063c4 Merge branch 'auth' into 'master'
See merge request msrd0/gotham-restful!4
2020-01-22 16:53:02 +00:00
088774fc50 implement auth parsing/verifying inside a gotham middleware 2020-01-22 16:53:02 +00:00
c025cbd8ea
update ci 2020-01-20 23:51:27 +01: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
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
6b44c40141 Merge branch 'keep-fn-on-method-handlers' into 'master'
Keep fn on method handlers

Closes #8

See merge request msrd0/gotham-restful!3
2019-10-27 20:44:23 +00:00
ce6e93a790 Keep fn on method handlers 2019-10-27 20:44:23 +00:00
801b6076a0
update readme 2019-10-21 14:05:23 +02:00
3e7fad1fb1
fix tests 2019-10-20 19:39:00 +02:00
cff5f55d64
better type support 2019-10-20 18:23:36 +02:00
6e7dd2c610
fix 2019-10-20 17:42:58 +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
d159363334 Merge branch 'file-upload' into 'master'
Support File up/download

See merge request msrd0/gotham-restful!2
2019-10-20 14:49:53 +00: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
370a73d49b
manually set path to codecov yml 2019-10-14 16:07:19 +02:00
8c14070567
add some tests for query/path parameters 2019-10-14 15:56:15 +02:00
c906305def
attempt to remove codecov from pipelines 2019-10-14 15:12:24 +02:00
de7c3cb015
infer query parameters into openapi spec 2019-10-14 14:59:41 +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
5c5c7fc4fb
ci: cache 2019-10-14 01:15:12 +02:00
853ee3e94c
documentation 2019-10-14 00:59:02 +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
81988c4ef0
fix previous commit 2019-10-13 23:17:49 +02:00
d025183a09
attempt to add query params to openapi 2019-10-13 23:12:12 +02:00
0153b2e22f
add search method 2019-10-13 17:43:42 +02:00
8429c425aa
remove Cargo.lock 2019-10-13 14:36:36 +02:00
0cf7c9aa3a
add derive macro for resource 2019-10-06 15:03:30 +02:00
75c399d97a
allow Result<NoContent> responses 2019-10-05 16:06:08 +02:00