You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/scripts
Dessalines 8c0c1628e0
Adding a vector indexing check to prevent panics. Fixes #2753 (#2754)
* Adding a vector indexing check to prevent panics. Fixes #2753

* Fixing for new clippy lint.

* Externalizing get_top_mod check. Adding get_first clippy lint

* Removing unit tests get(0)s

* Fixing some firsts manually
2 years ago
..
query_testing
clear_db.sh
compilation_benchmark.sh
db-init.sh Some script improvements (#2654) 2 years ago
fix-clippy.sh Adding a vector indexing check to prevent panics. Fixes #2753 (#2754) 2 years ago
install.sh
postgres_12_to_15_upgrade.sh Upgrade to postgres 15. (#2659) 2 years ago
release.sh Combine prod and dev docker setups using build-arg (#2739) 2 years ago
restore_db.sh Combine prod and dev docker setups using build-arg (#2739) 2 years ago
test.sh Fixing `.drone.yml` (#2677) 2 years ago
update_config_defaults.sh Update doku dependency for easier formatting of defaults.hjson (#2553) 2 years ago
update_translations.sh Add update translations script. (#2173) 3 years ago
upgrade_deps.sh