Commit Graph

461 Commits (68173914ca2ff3af6ef717be52edd230b3729c77)

Author SHA1 Message Date
Dessalines 2b5feca806 Trying out cargo chef and a travis docker image cache. (#1238)
* Trying out cargo chef and a travis docker image cache.

* trying to change internal target.

* Use latest cargo-chef with --target

* Remove caching for now.

* Adding back in chowns

* Adding back in cache.

* Remove travis caching.

* Switching dev dockerfile to match prod, using cargo-chef and alpine.

* Make travis happy

* Trying a chown rust.

* Caching cargo-chef first.

* Moving the chowns

* Removing many copy commands.

* Go back to rust 1.47.0 due to config-rs breaking.

* Adding the old volume mount version.

* Adding some script comments.

Co-authored-by: Luca Palmieri <lpalmieri@truelayer.com>
4 years ago
Dessalines 8fe578c958 Version v0.8.7 4 years ago
Dessalines ac75304a09 Version v0.8.6 4 years ago
Dessalines f3eebb1dfc Version v0.8.5 4 years ago
Dessalines 8b8d47f6f5 Version v0.8.4 4 years ago
Dessalines 64ac4e382a Version v0.8.3 4 years ago
Dessalines 7e13970a4f Version v0.8.2 4 years ago
nutomic b7d2dac9bf Fix federation of community removal/deletion, added docs (#125)
Adding a federation test for community deletes / removes.

Add missing docs for community deletion/removal (fixes #1250)

Fix federation of community deletion/removal (fixes #1253)

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/125
4 years ago
Dessalines 5e2a5c0266
Upgrading pictrs to v0.2.5 (#1249) 4 years ago
Dessalines 77b17c6737 Fixing cache dev dockerfile 4 years ago
Felix Ableitner 91d073c2e8 Use docker cache for docker/dev/ 4 years ago
Dessalines 2e922d602d Trying a target fix. 4 years ago
Dessalines 3100e8bf21 Trying a target fix. 4 years ago
Dessalines b42b461418 Trying a permissions fix. 4 years ago
Dessalines ba0680f5e6 Simplifying prod build, using musl stable. 4 years ago
Dessalines 134d66924e Version v0.8.1 4 years ago
Dessalines 295c209c67 Updating lemmy.hjson config. 4 years ago
Iron Oxidizer ac79496036 Removed docker root prefix, add pictrs dir 4 years ago
Dessalines dd99e77881
Upgrade pictrs to v0.2.4-r0 (#1212) 4 years ago
Felix Ableitner e190ecbefb Make lemmy-ui restart: always 4 years ago
Dessalines cead2a6303 Version v0.8.0 4 years ago
Dessalines c87a009b37 Altering lemmy pict-rs-v2 forwarding. 4 years ago
asonix 4010a944a4 Bump pict-rs version 4 years ago
asonix 863a662ec6 Stable release 4 years ago
asonix 08588c873a pict-rs v2 4 years ago
Dessalines 97fc51b0cd Version v0.7.64 4 years ago
Dessalines 875b0e6f01 Version v0.7.63 4 years ago
Dessalines 03b1821586 Version v0.7.62 4 years ago
Dessalines c08d891742 Merge branch 'main' into no_conflict_triggers 4 years ago
Dessalines fd257a6d39 Adding no conflict triggers. Fixes #1179 4 years ago
Dessalines 984f1ae7fb Merge remote-tracking branch 'yerba/main' into main 4 years ago
Felix Ableitner 5a56c08c91 Update lemmy-ui version in docker-compose files on release (fixes #1164) 4 years ago
Dessalines 9b69c446e2 Remove kubernetes. #842 4 years ago
Dessalines 2ad137c280 Merge branch 'remove-hardcoded-https-dess' into main 4 years ago
Dessalines 61f013e4cb Trying to fix travis build. 4 years ago
Dessalines ada82582ef Version v0.7.61 4 years ago
Felix Ableitner 927ab1f040 Remove hardcoded usage of https (fixes #1126) 4 years ago
nutomic 442369a041 Move websocket code into workspace (#107)
Adjust dockerfiles, fix cargo.toml and remove unused deps

Merge branch 'main' into move-websocket-to-workspace

Move api code into workspace

Move apub to separate workspace

Move websocket code into separate workspace

Some code cleanup

Remove websocket dependency on API

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/107
4 years ago
nutomic e8ea0664ef Fix nginx config for local federation setup (#104)
Fix depends_on

Add note about different port for backend in federation docs

Fix nginx config for local federation setup

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/104
4 years ago
Dessalines b99b62a211 Version v0.7.59 4 years ago
Dessalines 1dcf14289d Removing weblate translations from deploy. 4 years ago
Dessalines 2bee3ac33b Fix nginx docs, fix test deploy. 4 years ago
Felix Ableitner aece5e67b7 Address review comments 4 years ago
Felix Ableitner 12af0f462f Update federation docs 4 years ago
Felix Ableitner 98c086abb9 Move websocket structs into lemmy_structs (ref #1115) 4 years ago
Dessalines 5c6258390c
Isomorphic docker (#1124)
* Adding a way to GetComments for a community given its name only.

* Adding getcomments to api docs.

* A first pass at locally working isomorphic integration.

* Testing out cargo-husky.

* Testing a fail hook.

* Revert "Testing a fail hook."

This reverts commit 0941cf1736.

* Moving server to top level, now that UI is gone.

* Running cargo fmt using old way.

* Adding nginx, fixing up docker-compose files, fixing docs.

* Trying to re-add API tests.

* Fixing prod dockerfile.

* Redoing nightly fmt

* Trying to fix private message api test.

* Adding CommunityJoin, PostJoin instead of joins from GetComments, etc.

- Fixes #1122

* Fixing fmt.

* Fixing up docs.

* Removing translations.

* Adding apps / clients to readme.

* Fixing main image.

* Using new lemmy-isomorphic-ui with better javascript disabled.

* Try to fix image uploads in federation test

* Revert "Try to fix image uploads in federation test"

This reverts commit a2ddf2a90b.

* Fix post url federation

* Adding some more tests, some still broken.

* Don't need gitattributes anymore.

* Update local federation test setup

* Fixing tests.

* Fixing travis build.

* Fixing travis build, again.

* Changing lemmy-isomorphic-ui to lemmy-ui

* Error in travis build again.

Co-authored-by: Felix Ableitner <me@nutomic.com>
4 years ago
Dessalines af364e7fe0 Version v0.7.57 4 years ago
Dessalines 3a6982e7b2 Adding rate_limiter and api_structs. 4 years ago
Dessalines 8015f560d6 Adding in a more reliable docker dev build. (The other wouldn't use buildkit). 4 years ago
Dessalines e3140235de Use romacs cargo-build-deps tool. 4 years ago