lemmy/scripts
Dessalines 9c3efe32e7
First pass at adding comment trees. (#2362)
* First pass at adding comment trees.

- Extracted comment replies into its own table.
- Added ltree column to comment
- Added parent_id param to GetComments to fetch a tree branch
- No paging / limiting yet

* Adding child_count to comment_aggregates.

* Adding parent comment update counts

* Fix unit tests.

* Comment tree paging mostly done.

* Fix clippy

* Fix drone tests wrong postgres version.

* Fix unit tests.

* Add back in delete in unit test.

* Add postgres upgrade script.

* Fixing some PR comments.

* Move update ltree into Comment::create

* Updating based on comments.

* Fix send soft fail.
2022-07-30 05:55:59 +02:00
..
query_testing Add compilation benchmark, move scripts into subfolder 2021-01-14 18:04:01 +01:00
clear_db.sh Fixing some tests 2021-03-11 11:41:04 -05:00
compilation_benchmark.sh Apub inbox rewrite (#1652) 2021-07-17 12:08:46 -04:00
db-init.sh Add compilation benchmark, move scripts into subfolder 2021-01-14 18:04:01 +01:00
install.sh Add compilation benchmark, move scripts into subfolder 2021-01-14 18:04:01 +01:00
postgres_12_to_14_upgrade.sh First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
release.sh Add tag to lemmy-ansible. (#2172) 2022-03-29 15:36:59 +00:00
restore_db.sh Fixing some tests 2021-03-11 11:41:04 -05:00
test.sh First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
update_config_defaults.sh Opentelemetry (#1992) 2022-01-06 19:10:20 +00:00
update_translations.sh Add update translations script. (#2173) 2022-03-29 16:54:16 +00:00
upgrade_deps.sh Adding script to upgrade deps, and check for unused ones. 2021-08-17 19:16:20 -04:00