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

41 commits

Author SHA1 Message Date
90fc17e57d
ci: update cargo-readme 2021-02-17 04:02:54 +01:00
3b95b9f495
update trybuild rust version and rustfmt 2021-02-17 03:39:49 +01:00
1bd398c7ee
bump MSRV to 1.49+
not sure why but all older rust versions fail generic type resolution
2021-02-04 00:12:17 +01:00
44e2f0317c
ci: use less broken docker image for rustfmt 2021-02-03 22:24:05 +01:00
msrd0
b807ae2796 Replace methods with more flexible endpoints 2021-01-18 00:05:30 +00:00
0ac0f0f504
fix features for doc 2021-01-15 17:33:40 +01:00
0251c03ceb
ci: fix tarpaulin features 2021-01-15 15:16:09 +01:00
75cd7e2c96
ci: the same applies to tarpaulin 2021-01-15 03:55:11 +01:00
edd8bb618d
ci: --workspace applies features from the example which breaks stuff 2021-01-15 03:49:35 +01:00
daea3ba9ec
introduce without-openapi feature to improve #4 2021-01-14 18:55:44 +01:00
3600a115d0
use rust 1.49 for trybuild ui testing 2021-01-01 19:31:09 +01:00
f9c2009023
ci: check rustfmt 2020-11-23 00:02:16 +01:00
bb945e2cc6
ci: fix tarpaulin report and include cobertura.xml 2020-11-22 22:31:51 +01:00
2cb326a4c3
ci: inspect the present files in publish stage 2020-11-22 22:09:38 +01:00
msrd0
37aa497e59 Update CI to use the rust Docker image 2020-11-21 14:47:29 +00:00
e6721275ae
ci: remove 'cargo sweep' 2020-11-21 02:07:26 +01:00
d3da7d0182
remove publish from ci 2020-10-04 18:25:02 +02:00
20818b0f95
enable doc test for default features 2020-05-16 01:06:07 +02:00
9ed24c9bcb
ci: use cargo sweep instead of cargo clean 2020-05-09 03:27:58 +02:00
b1b9858da4
ci: run cargo clean before caching
the shared runners ofter run out of memory when creating the cache, but
are definitely far too slow to be able to work without caching, so try
to minimize the amout of storage required.
2020-05-08 21:52:57 +02:00
f8181bcb7e
cargo test is stupid 2020-05-06 17:19:17 +02:00
e470f060e3
deploy documentation as gitlab pages 2020-05-06 15:58:11 +02:00
5587ded60d
merge workspace and main crate 2020-05-05 23:18:05 +02:00
bccefa8248
make tarpaulin not timeout 2020-05-05 19:57:13 +02:00
e7e55514a2
support scopes inside openapi router (implements #5) 2020-05-05 00:34:19 +02:00
a1acc06f6d
update doc 2020-05-04 23:38:39 +02:00
328ebf821e
some minor improvements 2020-05-03 23:46:46 +02:00
93cbc36046
dump codecov.io and redo badges 2020-04-12 22:31:53 +02:00
d60d369f7f
ci: gitlab runner tags simply don't work properly
This reverts commit d49ac8adae.
2020-02-23 17:00:10 +01:00
d49ac8adae
ci: tag cargo test jobs with fast 2020-02-21 22:41:24 +01:00
845f85ee48
ci: use msrd0/cargo-readme 2020-02-11 18:56:47 +01:00
9d21ea9cce
housekeeping 2020-01-31 14:46:42 +01:00
756fd3a98a
some housekeeping 2020-01-25 14:11:57 +01:00
c025cbd8ea
update ci 2020-01-20 23:51:27 +01:00
6e7dd2c610
fix 2019-10-20 17:42:58 +02:00
78be60b1a4
tidy up 2019-10-20 17:42:33 +02:00
370a73d49b
manually set path to codecov yml 2019-10-14 16:07:19 +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
4121001244
add ci 2019-09-26 17:34:31 +02:00