Kitaiti Makoto
|
c2fd4ab3a5
|
Merge remote-tracking branch 'origin/main' into fix-timeout
|
2022-05-05 17:14:52 +09:00 |
|
Kitaiti Makoto
|
70b5bee00f
|
Move My feed first in timelines
|
2022-05-05 16:48:51 +09:00 |
|
Kitaiti Makoto
|
de605deb1e
|
Don't unwrap
|
2022-05-05 16:35:03 +09:00 |
|
Kitaiti Makoto
|
116974f811
|
Add comment about broadcast capacity
|
2022-05-05 16:29:52 +09:00 |
|
Kitaiti Makoto
|
c57f36ccca
|
Merge branch 'fix-timeout' into ap07
|
2022-05-05 15:50:51 +09:00 |
|
Kitaiti Makoto
|
9def0355aa
|
Reduce broadcast request connections
|
2022-05-05 15:50:44 +09:00 |
|
Kitaiti Makoto
|
4e833c2061
|
Follow clippy
|
2022-05-05 13:14:11 +09:00 |
|
Kitaiti Makoto
|
5871ed7301
|
Merge branch 'fix-timeout' into ap07
|
2022-05-05 13:12:04 +09:00 |
|
Kitaiti Makoto
|
97632fdbfe
|
Broadcast asynchronously
|
2022-05-05 13:03:41 +09:00 |
|
Kitaiti Makoto
|
1f8da7e63d
|
Install futures
|
2022-05-05 12:41:16 +09:00 |
|
Kitaiti Makoto
|
76ca7c1462
|
Add futures to plume-common's dependencies
|
2022-05-05 12:40:37 +09:00 |
|
Kitaiti Makoto
|
f06f444a13
|
Update CircleCI image
See https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
|
2022-05-05 11:32:26 +09:00 |
|
Kitaiti Makoto
|
10dfecf45c
|
Merge remote-tracking branch 'origin/fix-timeout' into ap07
|
2022-05-05 10:42:03 +09:00 |
|
Kitaiti Makoto
|
a7b899817a
|
Run HTTP request in broadcast() on tokio runtime
|
2022-05-05 09:04:54 +09:00 |
|
Kitaiti Makoto
|
e0258003b9
|
Install tokio and flume
|
2022-05-05 09:04:34 +09:00 |
|
Kitaiti Makoto
|
2326eb77cd
|
Add tokio to plume-common's dependencies
|
2022-05-05 08:42:26 +09:00 |
|
Kitaiti Makoto
|
504d41d887
|
Add flume to plume-common's dependencies
|
2022-05-05 08:38:57 +09:00 |
|
KitaitiMakoto
|
5a7d5e8099
|
Merge pull request 'Bump serde_json from 1.0.80 to 1.0.81' (#1064) from serde_json-1.0.81 into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1064
|
2022-05-04 19:56:28 +00:00 |
|
KitaitiMakoto
|
74a1daac8c
|
Merge branch 'main' into serde_json-1.0.81
|
2022-05-04 19:56:18 +00:00 |
|
KitaitiMakoto
|
1f855601ea
|
Merge pull request 'Bump openssl from 0.10.38 to 0.10.40' (#1063) from openssl-0.10.40 into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1063
|
2022-05-04 19:55:39 +00:00 |
|
Kitaiti Makoto
|
f22c4d5c78
|
Await in consumer
|
2022-05-05 04:51:42 +09:00 |
|
Kitaiti Makoto
|
ce4b216722
|
Broadcast asynchronously
|
2022-05-05 04:34:04 +09:00 |
|
Kitaiti Makoto
|
9016995d92
|
Install tokio
|
2022-05-05 04:33:52 +09:00 |
|
dependabot[bot]
|
853a1db028
|
Bump serde_json from 1.0.80 to 1.0.81
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.80...v1.0.81)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-04 19:25:50 +00:00 |
|
dependabot[bot]
|
712ee30a1f
|
Bump openssl from 0.10.38 to 0.10.40
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.38 to 0.10.40.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...openssl-v0.10.40)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-04 19:25:29 +00:00 |
|
Kitaiti Makoto
|
9e5f9255d1
|
Add tokio to plume-common's dependencies
|
2022-05-05 03:34:11 +09:00 |
|
Kitaiti Makoto
|
2e35441483
|
Follow reqwest change
|
2022-05-05 01:21:25 +09:00 |
|
Kitaiti Makoto
|
5c74f598d8
|
Update Cargo.lock
|
2022-05-05 01:21:12 +09:00 |
|
Kitaiti Makoto
|
5d711dc47c
|
Upgrade reqwest to 0.11
|
2022-05-05 01:20:18 +09:00 |
|
KitaitiMakoto
|
9ae3057106
|
Merge pull request 'Fixes #1061 Render 404 when page not found' (#1062) from render-404 into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1062
|
2022-05-04 12:23:04 +00:00 |
|
Kitaiti Makoto
|
b7ea154e51
|
Render 404 when page not found
|
2022-05-04 21:21:58 +09:00 |
|
Kitaiti Makoto
|
692e6b1c82
|
Uninstall tokio
|
2022-05-04 21:13:30 +09:00 |
|
Kitaiti Makoto
|
528f1bac48
|
Remove tokio from dependencies
|
2022-05-04 21:12:52 +09:00 |
|
Kitaiti Makoto
|
35aa2374c4
|
Execute broadcast synchronously
|
2022-05-04 21:12:35 +09:00 |
|
Kitaiti Makoto
|
3eb7662aef
|
Log inbox URI when broadcast() failed
|
2022-05-04 21:04:49 +09:00 |
|
Kitaiti Makoto
|
de4fcaee93
|
Merge remote-tracking branch 'origin/main' into ap07
|
2022-05-04 05:04:57 +09:00 |
|
KitaitiMakoto
|
812fd3d956
|
Merge pull request 'Reuse reqwest client on broadcasting' (#1059) from fix-timeout into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1059
|
2022-05-03 19:59:05 +00:00 |
|
KitaitiMakoto
|
5d3b480790
|
Merge branch 'main' into fix-timeout
|
2022-05-03 19:58:38 +00:00 |
|
KitaitiMakoto
|
2f1801acae
|
Merge pull request 'Bump validator from 0.14.0 to 0.15.0' (#1060) from validator-0.15.0 into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1060
|
2022-05-03 19:57:56 +00:00 |
|
Kitaiti Makoto
|
0404528908
|
Remove unnecessary clone of config
|
2022-05-04 04:40:16 +09:00 |
|
Kitaiti Makoto
|
4529b929d8
|
[skip ci]Add changelog
|
2022-05-04 04:26:47 +09:00 |
|
dependabot[bot]
|
889decc720
|
Bump validator from 0.14.0 to 0.15.0
Bumps [validator](https://github.com/Keats/validator) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/Keats/validator/releases)
- [Changelog](https://github.com/Keats/validator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/validator/compare/v0.14.0...v0.15.0)
---
updated-dependencies:
- dependency-name: validator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-03 19:24:10 +00:00 |
|
Kitaiti Makoto
|
db0f1a3c46
|
Reuse reqwest client on broadcasting
See https://users.rust-lang.org/t/reqwest-http-client-fails-when-too-much-concurrency/55644/2
|
2022-05-04 04:23:10 +09:00 |
|
KitaitiMakoto
|
ef57ef91f0
|
Merge pull request 'Fixes #1051 Fix accept header' (#1058) from activitystreams-content-type into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1058
|
2022-05-03 17:21:25 +00:00 |
|
Kitaiti Makoto
|
073b72c9ed
|
Add more fixes
|
2022-05-04 02:01:58 +09:00 |
|
Kitaiti Makoto
|
45a6744d4d
|
[skip ci]Add changelog
|
2022-05-04 01:58:44 +09:00 |
|
Kitaiti Makoto
|
4d19861a25
|
Fix accept header
|
2022-05-04 01:56:49 +09:00 |
|
Kitaiti Makoto
|
f5906cacf3
|
Restore missing logic for Media
|
2022-05-03 22:25:43 +09:00 |
|
Kitaiti Makoto
|
03ba77a577
|
Restore filter
|
2022-05-03 12:36:31 +09:00 |
|
Kitaiti Makoto
|
0fc7372781
|
Restore order of decl of boundary of broadcast()
|
2022-05-03 12:34:56 +09:00 |
|