summaryrefslogtreecommitdiffstats
path: root/docker/dev
AgeCommit message (Collapse)Author
2020-07-13Adding docker workspace caching. Fixes #940 (#958)Dessalines
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-03Going back from jolt to dogbin iframely. jolt one had problems. (#900)Dessalines
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-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-28Fixing test deploy, adding a rate limiter to ansible nginx config.Dessalines
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-22Merge branch 'master' into iav-arm-musl-dessalinesDessalines
2020-06-22Fixing docker-compose to rely on pictrsDessalines
2020-06-22Updating nginx.conf, upgrading pict-rsDessalines
2020-06-14Some reorg of Dockerfiles.Dessalines
2020-06-14dockerfile for x64 and arm building with muslIgor Velkov
2020-06-12Merge branch 'master' into use-pictrs-1Dessalines
2020-06-12Blocking pict-rs import locationDessalines
2020-06-12Adding lld to docker builds. #810Dessalines
2020-06-12Various build optimizationsFelix Ableitner
2020-06-12Upgrading pict-rs for working gifs.Dessalines
2020-06-10Adding delete picture via pict-rs delete tokens. Fixes #505Dessalines
2020-06-09Fixing some front end pictshare to pictrs conversions.Dessalines
2020-06-09Merge branch 'master' into federationFelix Ableitner
2020-06-08Use pictrs instead of pictshareFelix Ableitner
2020-06-02Updating pictshare docker image.Dessalines
2020-05-28Let community announce postsFelix
2020-04-21Update test_deploy.sh, supporting different branchesFelix
2020-04-14Merge branch 'dev' into admin_settingsDessalines
2020-04-14Fixing test deploy.Dessalines
2020-04-10Adding an admin settings page.Dessalines
- Fixes #620 - Adding a UserListing component. Fixes #627
2020-04-03Fixing deploy script.Dessalines
2020-03-18Updating rust, rust deps, yarn deps. Fixes #605Dessalines
2020-03-13Adding full logging.Dessalines
2020-03-09Move volumes into subfolder (ref #474) (#23)nutomic
Change ports and container names Move volumes into subfolder (ref #474) Merge pull request #587 from StaticallyTypedRice/patch-2 Clarify that content violating this code of conduct will likely be removed. Clarify that content violating this code of conduct will likely be removed. Lemmy has a general policy of removing any content that violates the rules whenever possible, which is typically a good thing, and I felt it important to mention that in the code of conduct. Co-authored-by: Felix <me@nutomic.com> Co-authored-by: Dessalines <dessalines@users.noreply.github.com> Co-authored-by: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
2020-03-01Fix weblate deploy.Dessalines
2020-02-29Adding git add to deploy.Dessalines
2020-02-29update deploy script to pull translations from weblateFelix Ableitner
2020-02-17First pass at adding oembeds / iframely.Dessalines
2020-02-03Integrate email relay in Ansible setupFelix
2020-02-02Merge pull request #498 from iav/docs4armDessalines
Add doc compilation to multiplatform workflow
2020-02-03Add doc compilation to multiplatform workflowIgor Velkov
Change rust builder version to current
2020-02-02Fixing ansible deploy.Dessalines
2020-01-26Formatting translation file, changing deploy script to const.Dessalines
2020-01-20Adding to deploy.Dessalines
2020-01-17Fix aarch64 dockerfile.Dessalines
2020-01-14Adding an env deploy. Fixes #410Dessalines
2020-01-11Merge branch 'actix-2.0' into devDessalines
2020-01-11Upping rust-musl to 1.40.0Dessalines
2020-01-07Adding ssh docker commands to dev deploy.Dessalines
2020-01-02Fixing deploy and version for clippy.Dessalines
2020-01-01Merge branch 'mdbook' of https://yerbamate.dev/Nutomic/lemmy into Nutomic-mdbookDessalines
2020-01-01Include docs in docker imageFelix Ableitner