summaryrefslogtreecommitdiffstats
path: root/docker
AgeCommit message (Collapse)Author
2020-07-14Version v0.7.20Dessalines
2020-07-13Version v0.7.19Dessalines
2020-07-13Version v0.7.18Dessalines
2020-07-13Adding docker workspace caching. Fixes #940 (#958)Dessalines
2020-07-12Version v0.7.17Dessalines
2020-07-11Version v0.7.16Dessalines
2020-07-10Version v0.7.15Dessalines
2020-07-10Split code into cargo workspaces (#67)nutomic
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
2020-07-09Version v0.7.14Dessalines
2020-07-08Merge branch 'master' into migrate-apub-libDessalines
2020-07-08Migrate user and group to new activitystreams libraryFelix Ableitner
2020-07-08Version v0.7.13Dessalines
2020-07-07Version v0.7.12Dessalines
2020-07-05Improve import script UI, errors (#887)Riley
* Improve import script UI, errors * Fix jq check * Add space between ! and which
2020-07-04Version v0.7.11Dessalines
2020-07-04Version v0.7.10Dessalines
2020-07-03Version v0.7.9Dessalines
2020-07-03Going back from jolt to dogbin iframely. jolt one had problems. (#900)Dessalines
2020-07-01Version v0.7.8Dessalines
2020-07-01Version v0.7.7Dessalines
2020-07-01Merge branch 'master' into federationDessalines
2020-07-01Federation async (#848)Riley
* 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
2020-07-01Version v0.7.6Dessalines
2020-06-30Replacing dogbin/iframely docker image with jolt one. (#869)Dessalines
* Replacing dogbin/iframely docker image with jolt one. * Replacing dogbin/iframely docker image with jolt one.
2020-06-29Version v0.7.5Dessalines
2020-06-29Version v0.7.4Dessalines
2020-06-29Version v0.7.3Dessalines
2020-06-28Fixing test deploy, adding a rate limiter to ansible nginx config.Dessalines
2020-06-27Fixing some scripts for the federation-testDessalines
2020-06-27Merge branch 'master' into federationDessalines
2020-06-27Merge branch 'master' into improve-configDessalines
2020-06-27Merge branch 'improve-config' of https://yerbamate.dev/LemmyNet/lemmy into ↵Dessalines
improve-config
2020-06-27Version v0.7.2Dessalines
2020-06-26Some fixes to federation.Dessalines
- 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.
2020-06-26Fix previous comment, also fix link in docsFelix Ableitner
2020-06-25Merge branch 'master' into improve-configDessalines
2020-06-24Version v0.7.1Dessalines
2020-06-24Improve config files by adding documentation and removing some fieldsFelix Ableitner
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-23Version v0.7.0Dessalines
2020-06-22Version v0.6.85Dessalines
2020-06-22Version v0.6.84Dessalines
2020-06-22Version v0.6.83Dessalines
2020-06-22Merge branch 'master' into iav-arm-musl-dessalinesDessalines
2020-06-22Version v0.6.82Dessalines
2020-06-22Version v0.6.81Dessalines
2020-06-22Changing to prod_lemmy:latestDessalines
2020-06-22Version v0.6.80Dessalines
2020-06-22Fixing deploy script.Dessalines
2020-06-22Removing some commented lines from the dockerfile.Dessalines