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

31 commits

Author SHA1 Message Date
ebea39fe0d
use openapi_type::OpenapiType for gotham_restful 2021-03-09 19:46:11 +01:00
bb6f5b0fdd
release 0.2.0 2021-02-27 17:16:04 +01:00
msrd0
31f92c07cd Custom HTTP Headers 2021-02-27 15:40:34 +00:00
30edd349ed
improve ui on invalid types for endpoints 2021-02-21 18:06:50 +01:00
msrd0
af28e0d916 Reexports 2021-02-03 21:22:46 +00:00
f2bcc8438f
fix implicit &'static mut State error 2021-01-18 19:04:06 +01:00
681ef5d894
add debug option to endpoint macro 2021-01-18 18:50:26 +01:00
70914d107b
fix missing FromState import 2021-01-18 18:38:12 +01:00
msrd0
5261aa9931 Custom Endpoints 2021-01-18 16:56:16 +00:00
002cfb1b4d
fix some lints 2021-01-18 01:07:41 +01:00
msrd0
b807ae2796 Replace methods with more flexible endpoints 2021-01-18 00:05:30 +00:00
44f3c9fe84
add headers to the response (#27) 2021-01-14 18:37:51 +01:00
141e5ac2d7
bump version to 0.2.0-dev and change license to Apache-2.0 only 2021-01-01 15:56:47 +01:00
9efc1cb192
bump version to 0.1.1 and add changelog 2020-12-28 18:35:48 +01:00
4fd5464e44
get rid of mod's in error messages 2020-11-23 01:22:03 +01:00
ed1bbbd1fb
add resource error integration test 2020-11-22 23:18:28 +01:00
24893223b2
remove unused code and fix lint warning 2020-11-20 01:30:12 +01:00
ce570c4787
allow &mut State in async fn (needs test) 2020-11-20 01:12:20 +01:00
1369d25c8a
bump version to 0.1.0 2020-10-02 14:21:56 +02:00
6470bd59ef
fix weird rust issue where PartialEq is not being detected since 1.44.0
I did not manage to get a repro of this since all old versions of rust
fail to compile, eventhough the CI clearly confirms that it used to
compile with 1.43.0
2020-09-17 12:21:09 +02:00
d55b0897e9
update to gotham 0.5 and start using rustfmt 2020-09-15 15:10:41 +02:00
0541ee2e0b
fix derive's Cargo.toml 2020-05-21 01:44:18 +02:00
f72b9ac797
bump version to 0.1.0-rc0 2020-05-20 23:55:19 +02:00
912f030bfd
improve the From impl for AuthErrorOrOther #20 2020-05-20 19:51:54 +02:00
0b06528742
fix #19 remove ugly regex 2020-05-20 19:36:07 +02:00
e5e9cd5d3c
openapi spec tests 2020-05-19 21:07:29 +02:00
40c90e6b4a
no need to use stringify! in a proc macro 2020-05-09 18:10:50 +02:00
b9002bd70d
remove Resource::name() method and update resource documentation 2020-05-09 18:01:47 +02:00
6680887b84
add trybuild tests for OpenapiType and Resource derive macros 2020-05-09 15:29:29 +02:00
e05f9bb963
a whole bunch of tests for the method macros 2020-05-08 18:39:23 +02:00
5587ded60d
merge workspace and main crate 2020-05-05 23:18:05 +02:00