Rob Ede
7a26d99c1a
lint and readme cleanup ( #97 )
2020-09-12 00:52:55 +01:00
Rob Ede
4a546718aa
prepare v3 compatible releases ( #95 )
2020-09-11 21:22:55 +01:00
Rob Ede
bad5f32a68
update all packages to use actix-web v3 ( #94 )
2020-09-11 16:26:15 +01:00
Yuki Okushi
7e6bdf2eb2
Check code with rustfmt not to introduce format commits ( #88 )
2020-07-21 03:51:51 +09:00
Yuki Okushi
e5fe8d42fa
Use matches
macro to fix clippy warnings ( #86 )
2020-07-21 02:20:23 +09:00
Yuki Okushi
693c2f5041
Tweak actions ( #85 )
...
- Tweak trigger events
- Remove unnecessary workaround (hopefully)
- Stop using `ghq_import`
2020-07-20 06:18:00 +09:00
Rob Ede
d25ae41525
Create PULL_REQUEST_TEMPLATE.md ( #84 )
2020-07-20 03:02:34 +09:00
Oskar Persson
a960eb0ef6
Update backoff in actix-redis to 0.2.1 ( #83 )
2020-07-19 02:30:46 +01:00
Yuki Okushi
43ababef8f
Clean up deps and macro_use
( #81 )
2020-07-14 11:20:42 +01:00
Yuki Okushi
2ae3c80548
Use OR
instead of deprecated /
in license field ( #80 )
2020-07-14 11:16:32 +01:00
Yuki Okushi
2a20ce4568
Replace deprecated from_master
with derive_from
( #82 )
2020-07-14 11:15:30 +01:00
Yuki Okushi
39fe80df40
Merge pull request #77 from JohnTitor/new-httpauth
2020-07-08 08:28:32 +09:00
Yuki Okushi
61da910a81
httpauth: Bump up to 0.4.2
2020-07-08 07:55:40 +09:00
Yuki Okushi
6d3e4c9aa1
Merge pull request #74 from JohnTitor/protobuf-alpha
...
protobuf: Update to 0.6.0-alpha.1
2020-07-07 04:28:37 +09:00
Yuki Okushi
9b573131f8
Merge pull request #73 from JohnTitor/clippy-fixes
2020-07-07 04:19:54 +09:00
Yuki Okushi
f920479fdb
protobuf: Update to 0.6.0-alpha.1
2020-07-07 03:54:36 +09:00
Yuki Okushi
bd963fb7d1
Fix clippy warnings
2020-07-07 03:54:18 +09:00
Yuki Okushi
6b839f0a30
Merge pull request #72 from lucab/ups/cors-docs
2020-07-07 03:53:32 +09:00
Yuki Okushi
f4d75260a4
Merge pull request #76 from JohnTitor/fix-tarpaulin
...
Use tarpaulin 0.13 to avoid failure
2020-07-07 03:52:54 +09:00
Yuki Okushi
6e132d9337
Use tarpaulin 0.13 to avoid failure
2020-07-07 03:30:45 +09:00
Luca BRUNO
95041b8e80
actix-cors: cosmetic and minor fixes
...
This rewords part of the docstrings for better readability,
and introduces additional lints. That includes ensuring that
all public types implement the Debug trait.
2020-07-06 15:55:53 +00:00
Rob Ede
027f045340
exclude default -web features where not needed ( #70 )
2020-06-18 11:22:14 +01:00
Boyd Johnson
70df190e0b
httpauth: Refactor out Mutex ( #69 )
2020-06-11 16:10:18 +01:00
Yuki Okushi
1d32248844
Merge pull request #66 from actix/cache-v2
...
Update `actions/cache` to v2
2020-05-28 04:58:51 +09:00
Yuki Okushi
5157927219
Update actions/cache
to v2
2020-05-28 03:03:30 +09:00
LJ
e03544cb0d
Allow for session cookies to be lazily created ( #39 )
2020-05-25 01:27:49 +01:00
Yuki Okushi
a0166495ea
Merge pull request #64 from JohnTitor/issue-template
...
Setup issue template
2020-05-23 13:45:37 +09:00
Yuki Okushi
baafcbe625
Setup issue template
2020-05-23 12:22:25 +09:00
Yuki Okushi
2209359c78
Merge pull request #61 from JohnTitor/futures
...
Minimize `futures` dependency
2020-05-21 17:55:21 +09:00
Yuki Okushi
10fe10c9c1
httpauth: Minimize futures
dependency
2020-05-21 17:23:59 +09:00
Yuki Okushi
b699506526
redis: Minimize futures
dependency
2020-05-21 17:17:56 +09:00
Yuki Okushi
2e3a094ef7
protobuf: Minimize futures
dependency
2020-05-21 17:13:53 +09:00
Yuki Okushi
c152c1ae8c
Merge pull request #59 from JohnTitor/badge
...
httpauth: Remove badge metadata
2020-05-20 15:24:27 +09:00
Yuki Okushi
4eb987f8c8
httpauth: Remove badge metadata
2020-05-20 11:02:56 +09:00
Yuki Okushi
61d5586052
Merge pull request #58 from adamchalmers/patch-1
...
Bugfix: AuthenticationError should set status_code
2020-05-20 11:01:31 +09:00
Adam Chalmers
a50f1db473
Bugfix: AuthenticationError should set status_code
...
I noticed that my `AuthenticationError`'s `status_code` field was 401, but when I ran `.as_response_error()` the `ResponseError`'s code was 500 (the default value). It's because impl ResponseError for AuthenticationError doesn't define the `status_code()` trait method. Merely setting the status code in `error_response` isn't enough, it seems. I added a unit test for this case too.
2020-05-19 07:34:53 -05:00
Yuki Okushi
5c6c04caf3
Merge pull request #52 from maitsarv/master
...
Documentation update: RedisSessionBackend is renamed to RedisSession
2020-05-17 21:20:47 +09:00
Yuki Okushi
f3778c4856
Merge pull request #55 from JohnTitor/new-redis
...
redis: Bump up to 0.9.0-alpha.2
2020-05-17 20:51:42 +09:00
mait
f3eaf5640c
Documentation update: RedisSessionBackend is renamed to RedisSession
2020-05-17 14:46:41 +03:00
Yuki Okushi
d51012075f
redis: Bump up to 0.9.0-alpha.2
2020-05-17 20:19:13 +09:00
Yuki Okushi
8bf33648ce
Merge pull request #53 from JohnTitor/framed-write
...
Follow upstream change wrt. `FramedWrite`
2020-05-17 12:27:24 +09:00
Yuki Okushi
923cb7bcd2
Bump up MSRV to 1.40.0
2020-05-17 11:34:00 +09:00
Yuki Okushi
ecc774450f
Follow upstream change wrt. FramedWrite
2020-05-17 11:12:12 +09:00
Yuki Okushi
fee78223a9
Merge pull request #51 from JohnTitor/now-utc
...
Replace deprecated methods with `now_utc()`
2020-05-09 08:26:30 +09:00
Yuki Okushi
446b920d96
Replace deprecated methods with now_utc()
2020-05-09 08:07:31 +09:00
Yuki Okushi
6b5215d439
Merge pull request #45 from pfrenssen/check-prost-example
...
Compile the actix-protobuf example during CI test runs
2020-04-13 23:40:12 +09:00
Pieter Frenssen
beb6e1ccde
Compile the actix-protobuf example.
2020-04-13 16:14:19 +03:00
Pieter Frenssen
ede715374b
Clarify how to use Session::set_session() ( #41 )
...
* Clarify in examples how to use Session::set_session().
* Add a doc example for Session::set_session().
2020-04-08 01:49:58 +09:00
Yuki Okushi
a72d4aa0c8
Merge pull request #40 from actix/fix/noisy-check
...
fix noisy check warning
2020-04-05 13:20:43 +09:00
Rob Ede
fd2cc47447
fix noisy check warning
2020-04-05 00:27:08 +01:00