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

72 commits

Author SHA1 Message Date
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
a28ccb98f1
default to NoContent when method has no return type 2019-10-05 14:56:51 +02:00
5a62af6319
implement no-content response 2019-10-05 14:50:05 +02:00
c8298b7bfa
remove rest_struct macro 2019-10-05 00:24:54 +02:00
3f64ac443f
add proc macro attributes for all rest methods 2019-10-05 00:21:41 +02:00
6f0997808b
Merge branch 'openapi' 2019-10-04 17:35:42 +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
a4185a5665
fix bug: required is now properly populated 2019-10-01 18:03:44 +02:00
3427fb4c6f
add dependencies to schema 2019-10-01 16:13:13 +02:00
d1c7ac5887
introduce OpenapiSchema type 2019-10-01 15:33:05 +02:00
0619e69925
add more schema titles 2019-10-01 01:37:47 +02:00
84ff8acc68
add chrono support 2019-10-01 01:11:43 +02:00
887d874063
Merge branch 'master' into openapi 2019-10-01 00:55:03 +02:00
282b6bc75d
make created structs public by default 2019-10-01 00:54:45 +02:00
fe6a79008e
add request bodies to openapi 2019-10-01 00:49:13 +02:00
389740cd64
add openapi for other methods, so far without request bodies 2019-10-01 00:34:58 +02:00