-
-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Combined modlog #5253
Merged
Merged
Adding Combined modlog #5253
Changes from 1 commit
Commits
Show all changes
101 commits
Select commit
Hold shift + click to select a range
39b3ec2
Combined tables try 2
dessalines 1ff8ae0
Finishing up combined report table.
dessalines 2351c7a
Fix ts optionals.
dessalines 0ba961f
Adding tests, triggers, and history updates for report_combined.
dessalines d8dda44
Adding profile.
dessalines d68c0a6
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines a9f28af
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines 3adadf9
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines 588e1f6
Add cursor pagination to report_combined view (#5244)
dullbananas f25d346
Merge branch 'combined_tables_2' of https://github.com/LemmyNet/lemmy…
dessalines 7fdbb58
Fixing migration and paged API.
dessalines 00beccd
Using dullbananas trigger procedure
dessalines 1776de2
Removing pointless list routes, reorganizing tests.
dessalines 612c2e9
Fixing column XOR check.
dessalines 5a8b9de
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines 0c854d2
Forgot to remove list report actions.
dessalines 802a8a6
Cleanup.
dessalines 4674821
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines 91ca6d3
Merge branch 'main' into combined_tables_2
dessalines 4cac67c
Use internal tagging.
dessalines 83988cd
Merge branch 'combined_tables_2' of https://github.com/LemmyNet/lemmy…
dessalines 82a14fc
Fixing api tests.
dessalines 1f28407
Adding a few indexes.
dessalines 34a440a
Fixing migration name.
dessalines 1a739a1
Fixing unique constraints.
dessalines e1affa8
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines 921d532
Addressing PR comments.
dessalines 724856d
Start working on profile combined
dessalines 1053df1
Adding views and replaceable schema.
dessalines 32b5411
A few changes to profile view.
dessalines 3abc46f
Finishing up combined person_saved and person_content.
dessalines a940ce3
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines 67d72e3
Fixing api tests.
dessalines a4de41d
Merge branch 'combined_tables_2' into combined_profile
dessalines 5d2b611
Moving to api-v4 routes.
dessalines a0f2966
Fixing imports.
dessalines 165c7f4
Update crates/db_views/src/report_combined_view.rs
dessalines dc0ec15
Update crates/db_views/src/report_combined_view.rs
dessalines 22d8697
Update crates/db_views/src/report_combined_view.rs
dessalines fa31fc3
Update migrations/2024-12-02-181601_add_report_combined_table/up.sql
dessalines 10f5e37
Update migrations/2024-12-02-181601_add_report_combined_table/up.sql
dessalines 02bd2f6
Fixing import and fmt.
dessalines 40fead2
Merge branch 'combined_tables_2' into combined_profile
dessalines 2d482b3
Fixing null types in postgres.
dessalines 3e31e1c
Comment out err.
dessalines cf2b00e
Merge branch 'combined_tables_2' into combined_profile
dessalines 58e62d5
Fixing TS issues.
dessalines 15d1faa
Adding types, fixing allow and blocklist crud.
dessalines a8951ef
Starting to work on combined views.
dessalines a320f5a
Merge remote-tracking branch 'origin/main' into combined_profile
dessalines 63b7f72
Using dullbananas trigger procedure
dessalines 5c2205a
Merge remote-tracking branch 'origin/main' into combined_modlog
dessalines 6363e7d
Merge branch 'combined_profile' into combined_modlog
dessalines 9d36f1f
Adding the full combined view queries.
dessalines c157b8f
Adding tests.
dessalines cdd5f65
taplo fmt.
dessalines 6318cac
Upgrading package.json deps.
dessalines b3b8efd
Updating pnpm
dessalines 1e6b3fb
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines c72d5e8
Addressing PR comments.
dessalines 942da64
Merge remote-tracking branch 'origin/main' into combined_modlog
dessalines 7c962d6
Removing serialization
dessalines ae9da4d
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines af543cc
Merge branch 'combined_tables_2' into combined_profile
dessalines b4ce1d9
Removing serialization
dessalines 154cea9
Merge remote-tracking branch 'origin/main' into combined_tables_2
dessalines 0b514c5
Merge branch 'combined_tables_2' into combined_profile
dessalines a1792bb
Merge remote-tracking branch 'origin/main' into combined_profile
dessalines cfd302d
Fixing duped trigger.
dessalines 9a0e050
Remove saved_only test.
dessalines 776c500
Remove pointless post_tags types.
dessalines bd5210a
Merge remote-tracking branch 'origin/main' into combined_profile
dessalines 8d856a0
Merge remote-tracking branch 'origin/main' into combined_profile
dessalines 4bc4876
Remove pointless index.
dessalines 918c5e8
Merge remote-tracking branch 'origin/main' into combined_profile
dessalines 2244fd0
Changing published to saved for person_saved_combined.
dessalines b6d0ecf
Merge branch 'combined_profile' into combined_modlog
dessalines 5cf0bb8
Merge remote-tracking branch 'origin/main' into combined_profile
dessalines b46fdab
Merge branch 'combined_profile' into combined_modlog
dessalines e5e11c1
Merge branch 'main' into combined_modlog
dessalines 03e876b
Removing comment.
dessalines d27a634
Renaming modlog when_ columns to published.
dessalines be4a05e
Merge remote-tracking branch 'origin/main' into combined_modlog
dessalines 15f1671
Adding strum and simplifying imports.
dessalines 4317917
Avoiding clone in map_to_enum
dessalines 0723ef2
Changing modded_person to other_person.
dessalines d64a086
Merge remote-tracking branch 'origin/main' into combined_modlog
dessalines 9b561df
Update crates/db_views_moderator/src/modlog_combined_view.rs
dessalines d09616c
Update crates/db_views_moderator/src/modlog_combined_view.rs
dessalines b1d4e9c
Update crates/db_views_moderator/src/modlog_combined_view.rs
dessalines 0a7d88f
Addressing PR comments.
dessalines 46bbf2f
Merge branch 'combined_modlog' of https://github.com/LemmyNet/lemmy i…
dessalines 4b71bc6
Fixing split.
dessalines 45e312f
Revert "Adding strum and simplifying imports."
dessalines 11e9514
Running fmt.
dessalines 50043af
Merge remote-tracking branch 'origin/main' into combined_modlog
dessalines b021e4b
Merge remote-tracking branch 'origin/main' into combined_modlog
dessalines 143da4b
Merge remote-tracking branch 'origin/main' into combined_modlog
dessalines c3a74f9
Using assert + matches instead of filter_map.
dessalines 85d8810
Merge branch 'main' into combined_modlog
dessalines 38f5f4e
Adding listPersonContent check.
dessalines File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changing modded_person to other_person.
- Loading branch information
commit 0723ef2055cd78a12068a2ab1b718b6dc0950850
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The main work of the PR is in this file. What's most important is that I've added a lot of tests to make sure all these are working. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API changes here let us remove all these view types.