Commit Graph

2197 Commits (main)
 

Author SHA1 Message Date
Kitaiti Makoto 70b5bee00f Move My feed first in timelines 2 years ago
Kitaiti Makoto de605deb1e Don't unwrap 2 years ago
Kitaiti Makoto 116974f811 Add comment about broadcast capacity 2 years ago
Kitaiti Makoto c57f36ccca Merge branch 'fix-timeout' into ap07 2 years ago
Kitaiti Makoto 9def0355aa Reduce broadcast request connections 2 years ago
Kitaiti Makoto 4e833c2061 Follow clippy 2 years ago
Kitaiti Makoto 5871ed7301 Merge branch 'fix-timeout' into ap07 2 years ago
Kitaiti Makoto 97632fdbfe Broadcast asynchronously 2 years ago
Kitaiti Makoto 1f8da7e63d Install futures 2 years ago
Kitaiti Makoto 76ca7c1462 Add futures to plume-common's dependencies 2 years ago
Kitaiti Makoto f06f444a13 Update CircleCI image
See https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
2 years ago
Kitaiti Makoto 10dfecf45c Merge remote-tracking branch 'origin/fix-timeout' into ap07 2 years ago
Kitaiti Makoto a7b899817a Run HTTP request in broadcast() on tokio runtime 2 years ago
Kitaiti Makoto e0258003b9 Install tokio and flume 2 years ago
Kitaiti Makoto 2326eb77cd Add tokio to plume-common's dependencies 2 years ago
Kitaiti Makoto 504d41d887 Add flume to plume-common's dependencies 2 years ago
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: Plume/Plume#1064
2 years ago
KitaitiMakoto 74a1daac8c Merge branch 'main' into serde_json-1.0.81 2 years ago
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: Plume/Plume#1063
2 years ago
Kitaiti Makoto f22c4d5c78 Await in consumer 2 years ago
Kitaiti Makoto ce4b216722 Broadcast asynchronously 2 years ago
Kitaiti Makoto 9016995d92 Install tokio 2 years ago
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>
2 years ago
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>
2 years ago
Kitaiti Makoto 9e5f9255d1 Add tokio to plume-common's dependencies 2 years ago
Kitaiti Makoto 2e35441483 Follow reqwest change 2 years ago
Kitaiti Makoto 5c74f598d8 Update Cargo.lock 2 years ago
Kitaiti Makoto 5d711dc47c Upgrade reqwest to 0.11 2 years ago
KitaitiMakoto 9ae3057106 Merge pull request 'Fixes #1061 Render 404 when page not found' (#1062) from render-404 into main
Reviewed-on: Plume/Plume#1062
2 years ago
Kitaiti Makoto b7ea154e51 Render 404 when page not found 2 years ago
Kitaiti Makoto 692e6b1c82 Uninstall tokio 2 years ago
Kitaiti Makoto 528f1bac48 Remove tokio from dependencies 2 years ago
Kitaiti Makoto 35aa2374c4 Execute broadcast synchronously 2 years ago
Kitaiti Makoto 3eb7662aef Log inbox URI when broadcast() failed 2 years ago
Kitaiti Makoto de4fcaee93 Merge remote-tracking branch 'origin/main' into ap07 2 years ago
KitaitiMakoto 812fd3d956 Merge pull request 'Reuse reqwest client on broadcasting' (#1059) from fix-timeout into main
Reviewed-on: Plume/Plume#1059
2 years ago
KitaitiMakoto 5d3b480790 Merge branch 'main' into fix-timeout 2 years ago
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: Plume/Plume#1060
2 years ago
Kitaiti Makoto 0404528908 Remove unnecessary clone of config 2 years ago
Kitaiti Makoto 4529b929d8 [skip ci]Add changelog 2 years ago
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>
2 years ago
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
2 years ago
KitaitiMakoto ef57ef91f0 Merge pull request 'Fixes #1051 Fix accept header' (#1058) from activitystreams-content-type into main
Reviewed-on: Plume/Plume#1058
2 years ago
Kitaiti Makoto 073b72c9ed Add more fixes 2 years ago
Kitaiti Makoto 45a6744d4d [skip ci]Add changelog 2 years ago
Kitaiti Makoto 4d19861a25 Fix accept header 2 years ago
Kitaiti Makoto f5906cacf3 Restore missing logic for Media 2 years ago
Kitaiti Makoto 03ba77a577 Restore filter 2 years ago
Kitaiti Makoto 0fc7372781 Restore order of decl of boundary of broadcast() 2 years ago
Kitaiti Makoto 6c2846980a Merge remote-tracking branch 'origin/main' into ap07 2 years ago