Commit graph

3188 commits

Author SHA1 Message Date
Nikolay Kim
de001b0f25 fix deprecation warning and update multipartr tests 2020-05-12 12:13:22 +06:00
Nikolay Kim
7fdc863607 update ntex 2020-04-15 14:38:48 +06:00
Nikolay Kim
5671bf00d8 upgrade to release 2020-04-12 14:13:47 +06:00
Nikolay Kim
754d022802 update responder api 2020-04-12 05:16:02 +06:00
Nikolay Kim
062aceb570 update error usage 2020-04-12 03:08:22 +06:00
Nikolay Kim
3f7ae1ccb6 fix tests 2020-04-12 01:48:52 +06:00
Nikolay Kim
6abb5a40df update ntex 2020-04-12 01:30:50 +06:00
Nikolay Kim
bf9bd1825d update readme 2020-04-11 12:27:18 +06:00
Nikolay Kim
bdaacaaa08 clippy warnings 2020-04-11 12:23:40 +06:00
Nikolay Kim
e58d49570f update gh actions 2020-04-11 12:11:30 +06:00
Nikolay Kim
6d2a26edf6 tune files errors 2020-04-11 12:10:07 +06:00
Nikolay Kim
3b1618604e migrate files 2020-04-11 11:57:19 +06:00
Nikolay Kim
09598fa723 migrate multipart 2020-04-11 01:22:29 +06:00
Nikolay Kim
8d2e70094e migrate session 2020-04-11 01:01:11 +06:00
Nikolay Kim
2a7d26b349 update ntex_identity 2020-04-11 00:24:21 +06:00
Nikolay Kim
f062c249bf convert cors 2020-04-10 22:43:32 +06:00
Nikolay Kim
864f23c3be remove unneeded code, rename packages 2020-04-10 15:12:10 +06:00
Nikolay Kim
deae1d103f merge actix-web 2020-04-10 14:59:42 +06:00
krircc
69809a7048
add ntex-multipart (#1)
Co-authored-by: krircc <krircc@aliyun.com>
2020-04-05 10:28:02 +06:00
Nikolay Kim
c976ad1c3a first commit 2020-04-05 10:11:19 +06:00
Yuki Okushi
fcb1dec235
Merge pull request #1431 from OSSystems/topic/explicit-features-requirements
Add explicit feature requirements for examples and tests
2020-03-28 10:58:00 +09:00
Otavio Salvador
7b7daa75a4 Add explicit feature requirements for examples and tests
This allow us to build 'actix-web' without default features and run all
tests.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-25 23:49:24 -03:00
Ivan Tham
2067331884
Refactor actix-codegen duplicate code (#1423)
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-20 04:40:42 +09:00
Yuki Okushi
bf630d9475
Merge pull request #1422 from OSSystems/topic/impl-error-more-types
Implement `std::error::Error` for our custom errors
2020-03-19 05:05:57 +09:00
Otavio Salvador
146ae4da18 Implement std::error::Error for our custom errors
For allowing a more ergonomic use and better integration on the
ecosystem, this adds the `std::error::Error` `impl` for our custom
errors.

We intent to drop this hand made code once `derive_more` finishes the
addition of the Error derive support[1]. Until that is available, we
need to live with that.

1. https://github.com/JelteF/derive_more/issues/92

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-18 00:22:18 -03:00
Yuki Okushi
52c5755d56
Merge pull request #1421 from actix/JohnTitor-patch-1
Upload coverage on PRs
2020-03-18 06:16:41 +09:00
Yuki Okushi
5548c57a09
Upload coverage on PRs 2020-03-18 05:04:30 +09:00
Stig Johan Berggren
0d958fabd7
📝 Improve the code example for JsonConfig (#1418)
* 📝 Improve the code example for JsonConfig

* Remove a redundant comment
2020-03-17 08:23:54 +09:00
Oleg Nosov
c67e4c1fe8
Refactored macros (#1333)
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-15 07:23:28 +09:00
Yuki Okushi
4875dfbec7
Merge pull request #1416 from JohnTitor/fix-doc
Fix `read_body` doc
2020-03-13 07:06:57 +09:00
Yuki Okushi
d602a7e386
Fix read_body doc 2020-03-13 05:52:58 +09:00
Yuki Okushi
9f196fe5a5
Merge pull request #1413 from OSSystems/topic/fix-warnings
Fix clippy warnings
2020-03-12 16:24:44 +09:00
Yuki Okushi
e4adcd1935
Merge pull request #1411 from JohnTitor/patch
Clean-up metadata
2020-03-12 16:21:34 +09:00
Otavio Salvador
7e0d898d5a Fix clippy warnings
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-12 00:52:21 -03:00
Yuki Okushi
51518721e5
Add notes to READMEs 2020-03-12 07:57:38 +09:00
Yuki Okushi
c02d3e205b
Clean-up metadata 2020-03-12 07:57:20 +09:00
Yuki Okushi
a253d7d3ce
Merge pull request #1410 from JohnTitor/new-web
Release actix-web 3.0.0-alpha.1
2020-03-12 05:12:54 +09:00
Yuki Okushi
0152cedc5d
Update changelog 2020-03-12 03:24:15 +09:00
Yuki Okushi
a6a47b95ee
Exclude actix-cors 2020-03-12 03:04:31 +09:00
Yuki Okushi
1b28a5d48b
Update actix-web dependency to 3.0.0-alpha.1 2020-03-12 03:03:50 +09:00
Yuki Okushi
c147b94832
Bump up to 3.0.0-alpha.1 2020-03-12 03:03:22 +09:00
Yuki Okushi
95f9a12a5e
dev-deps: Update env_logger to 0.7 2020-03-12 02:58:22 +09:00
Yuki Okushi
73eeab0e90
Merge pull request #1391 from JohnTitor/new-awc
Release awc v2.0.0-alpha.1
2020-03-11 21:15:48 +09:00
Yuki Okushi
ce1e996b41
Update release date 2020-03-11 20:42:45 +09:00
Yuki Okushi
e718f65121
Update tests 2020-03-08 16:42:45 +09:00
Yuki Okushi
a9a475d555
Make test_server async fn 2020-03-08 16:42:26 +09:00
Yuki Okushi
b93e1555ec
Update actix-connect to 2.0.0-alpha.2 2020-03-08 15:27:40 +09:00
Yuki Okushi
6f33b7ea42
Update awc dependency 2020-03-08 15:27:40 +09:00
Yuki Okushi
294523a32f
Bump up to 2.0.0-alpha.1 2020-03-08 15:27:39 +09:00
Yuki Okushi
6b626c7d77
dev-deps: Update env_logger to 0.7 2020-03-08 03:07:53 +09:00