Commit Graph

358 Commits (c72acfd28238f92aeb944e81992db153670838f5)

Author SHA1 Message Date
Dessalines d63eb7c8f5 Version v0.7.16 4 years ago
Dessalines cb77339370 Version v0.7.15 4 years ago
nutomic 80aef61aed Split code into cargo workspaces (#67)
More fixes

- fixed docker builds
- fixed mentions regex test
- fixed DATABASE_URL stuff
- change schema path in diesel.toml

Address review comments

- add jsonb column back into activity table
- remove authors field from cargo.toml
- adjust LEMMY_DATABASE_URL env var usage
- rename all occurences of LEMMY_DATABASE_URL to DATABASE_URL

Decouple utils and db

Split code into cargo workspaces

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/67
4 years ago
Dessalines debbd316c2 Version v0.7.14 4 years ago
Dessalines d720993141 Merge branch 'master' into migrate-apub-lib 4 years ago
Felix Ableitner c9338027f2 Migrate user and group to new activitystreams library 4 years ago
Dessalines cd5f500d11 Version v0.7.13 4 years ago
Dessalines 8fda7d00d5 Version v0.7.12 4 years ago
Riley ce8e22ae3b
Improve import script UI, errors (#887)
* Improve import script UI, errors

* Fix jq check

* Add space between ! and which
4 years ago
Dessalines 6780855b1f Version v0.7.11 4 years ago
Dessalines bca62cbf0f Version v0.7.10 4 years ago
Dessalines e95992b704 Version v0.7.9 4 years ago
Dessalines 284f00249a
Going back from jolt to dogbin iframely. jolt one had problems. (#900) 4 years ago
Dessalines 9e1e12f6ce Version v0.7.8 4 years ago
Dessalines 8d49dc958e Version v0.7.7 4 years ago
Dessalines cd007febef Merge branch 'master' into federation 4 years ago
Riley a074564458
Federation async (#848)
* Asyncify more

* I guess these changed

* Clean PR a bit

* Convert more away from failure error

* config changes for testing federation

* It was DNS

So actix-web's client relies on TRust DNS Resolver to figure out
where to send data, but TRust DNS Resolver seems to not play nice
with docker, which expressed itself as not resolving the name to
an IP address _the first time_ when making a request. The fix was
literally to make the request again (which I limited to 3 times
total, and not exceeding the request timeout in total)

* Only retry for connecterror

Since TRust DNS Resolver was causing ConnectError::Timeout,
this change limits the retry to only this error, returning
immediately for any other error

* Use http sig norm 0.4.0-alpha for actix-web 3.0 support

* Blocking function, retry http requests

* cargo +nightly fmt

* Only create one pictrs dir

* Don't yarn build

* cargo +nightly fmt
4 years ago
Dessalines 5c03e9e9ee Version v0.7.6 4 years ago
Dessalines c0b11d4fa3
Replacing dogbin/iframely docker image with jolt one. (#869)
* Replacing dogbin/iframely docker image with jolt one.

* Replacing dogbin/iframely docker image with jolt one.
4 years ago
Dessalines eded51aab6 Version v0.7.5 4 years ago
Dessalines 15ea264fcf Version v0.7.4 4 years ago
Dessalines c10a05cb68 Version v0.7.3 4 years ago
Dessalines 0112d0d955 Fixing test deploy, adding a rate limiter to ansible nginx config. 4 years ago
Dessalines 4c1cb5999c Fixing some scripts for the federation-test 4 years ago
Dessalines e517de5480 Merge branch 'master' into federation 4 years ago
Dessalines bd3051e058 Merge branch 'master' into improve-config 4 years ago
Dessalines b6fc1959e6 Merge branch 'improve-config' of https://yerbamate.dev/LemmyNet/lemmy into improve-config 4 years ago
Dessalines da2bb724e9 Version v0.7.2 4 years ago
Dessalines 86dc50f9f0 Some fixes to federation.
- Advanced code migrations now disable then re-enable triggers.
  Brings run time down to < 15 seconds, no need to thread them.
- Changing ap_ids and actor_ids in migrations to a fake url,
  so it doesn't break XsdAnyUri in activitystreams.
4 years ago
Felix Ableitner 0c89de8065 Fix previous comment, also fix link in docs 4 years ago
Dessalines 3928556033 Merge branch 'master' into improve-config 4 years ago
Dessalines 6e736e1f1e Version v0.7.1 4 years ago
Felix Ableitner a9d98fd09b Improve config files by adding documentation and removing some fields 4 years ago
Dessalines dc94e58cbf Merge branch 'master' into federation_merge_from_master_2 4 years ago
Dessalines 0680dd2398 Version v0.7.0 4 years ago
Dessalines 27f2fd352a Version v0.6.85 4 years ago
Dessalines 5d1212b83c Version v0.6.84 4 years ago
Dessalines 11f771469f Version v0.6.83 4 years ago
Dessalines e3484de3b8 Merge branch 'master' into iav-arm-musl-dessalines 4 years ago
Dessalines 54c735841e Version v0.6.82 4 years ago
Dessalines c9dcb2662c Version v0.6.81 4 years ago
Dessalines 234be6fb09 Changing to prod_lemmy:latest 4 years ago
Dessalines 32d1f42626 Version v0.6.80 4 years ago
Dessalines 1b38e33bd3 Fixing deploy script. 4 years ago
Dessalines 132e3534de Removing some commented lines from the dockerfile. 4 years ago
Dessalines 983a45e178 Merge branch 'master' into iav-arm-musl-dessalines 4 years ago
Dessalines cbed185040 Version v0.6.79 4 years ago
Dessalines 186e261fc0 Fixing docker-compose to rely on pictrs 4 years ago
Dessalines 1fa7d17e35 Version v0.6.78 4 years ago
Dessalines b161cad982 Fixing up the migration script some more. 4 years ago