Skip to content

Squashed commit of the following:

Howo requested to merge feature/mute-reason-test into develop

commit 9d5ffc8d Author: Martin Lees drov0@users.noreply.github.com Date: Sun Feb 18 23:48:25 2024 -0500

fix forgotten type

commit 621f097c Author: Martin Lees drov0@users.noreply.github.com Date: Sun Feb 18 22:45:33 2024 -0500

set muted_reasons as an int in the db object

commit 3d891d82 Author: Martin Lees drov0@users.noreply.github.com Date: Sun Feb 18 21:41:59 2024 -0500

Fix test typo

commit 3d2c740f Author: Martin Lees drov0@users.noreply.github.com Date: Wed Feb 7 18:11:59 2024 -0500

added extra 4 missing tests

commit 22eb755a Author: Martin Lees drov0@users.noreply.github.com Date: Wed Feb 7 18:08:31 2024 -0500

Changed muted_reason into a bitwise mask

commit d9052bc9 Author: Martin Lees drov0@users.noreply.github.com Date: Wed Feb 7 13:58:05 2024 -0500

update tests

commit 1c408f80 Author: Martin Lees drov0@users.noreply.github.com Date: Tue Feb 6 15:13:12 2024 -0500

Moved  MUTED_REASONS into it's own package

commit 7f02b4de Author: Martin Lees drov0@users.noreply.github.com Date: Tue Feb 6 15:02:32 2024 -0500

Reset tests to remove all [] results

commit c208e05b Author: Martin Lees drov0@users.noreply.github.com Date: Tue Feb 6 09:10:04 2024 -0500

Added Db.set_shared_instance(conf.db()) to the server cli

commit 0167597c Author: Dan Notestein dan@syncad.com Date: Tue Feb 6 07:07:21 2024 +0000

update haf submodule

commit 20f0e619 Author: Martin Lees drov0@users.noreply.github.com Date: Fri Jan 26 15:02:32 2024 -0500

change so that muted_reasons is not returned if empty

commit 73e4488b Author: Martin Lees drov0@users.noreply.github.com Date: Fri Dec 8 11:15:14 2023 -0500

Fix extra condenser tests

commit 34c3e48a Author: Martin Lees drov0@users.noreply.github.com Date: Fri Dec 8 10:14:32 2023 -0500

Fix tests that failed due to the wrong blocks being mocked locally

commit 1b905453 Author: Martin Lees drov0@users.noreply.github.com Date: Thu Dec 7 22:14:29 2023 -0500

Updated all tests to include the new api field

commit 027ef7dc Author: Martin Lees drov0@users.noreply.github.com Date: Thu Dec 7 22:12:51 2023 -0500

finalized new tests + cleanup here and there

commit 00327b70 Author: Martin Lees drov0@users.noreply.github.com Date: Wed Dec 6 14:51:52 2023 -0500

Added tests for 3 out of the 5 possible outputs

commit 5eaf64c4 Author: Martin Lees drov0@users.noreply.github.com Date: Wed Dec 6 13:51:08 2023 -0500

added list_muted_reasons api

commit 158c10e7 Author: Martin Lees drov0@users.noreply.github.com Date: Wed Dec 6 11:18:13 2023 -0500

Fixed wrong muted_reason when a mod mutes + fix problem where if a parent is muted but it's a community type 1 the child is not muted

commit ed7c4fda Author: Martin Lees drov0@users.noreply.github.com Date: Tue Dec 5 22:38:18 2023 -0500

Indexing-ime muted reasons

commit ad3f01f0 Author: Martin Lees drov0@users.noreply.github.com Date: Tue Dec 5 22:00:22 2023 -0500

Added query-time muted reasons

commit a032d600 Author: Martin Lees drov0@users.noreply.github.com Date: Sun Dec 3 22:34:57 2023 -0500

Updated all SQL queries to return muted_reason

Merge request reports