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/crates
Dessalines d8722b6e91
Adding diesel enums for SortType and ListingType (#2808)
* Adding diesel enums for SortType and ListingType

- Uses diesel-derive-enum.
- Adds diesel.toml , so we can again use the auto-generated schema.rs
- Fixes a lot of DB null issues and column ordering issues.
- Fixes #1136
- Also replaces RegistrationMode boilerplate.

* Fixing unit tests 1.

* Remove comment line.

* Before patch.

* Before again.

* Using patch file to fix diesel_ltree issue with diesel.toml

* Adding some yalc ignores

* Fixing RegistrationMode enums

* Adding woodpecker diesel schema check.

* Try adding openssl 1.

* Try using diesel-cli image 1

* Try using diesel-cli image 2

* Try using diesel-cli image 3

* Try using diesel-cli image 4

* Try using diesel-cli image 5

* Try using diesel-cli image 6

* Try using diesel-cli image 7

* Try using diesel-cli image 8

* Try using diesel-cli image 9

* Try using diesel-cli image 10

* Try using diesel-cli image 11

* Try using diesel-cli image 12

* Try using diesel-cli image 13
1 year ago
..
api Adding diesel enums for SortType and ListingType (#2808) 1 year ago
api_common Adding diesel enums for SortType and ListingType (#2808) 1 year ago
api_crud Adding diesel enums for SortType and ListingType (#2808) 1 year ago
apub Adding diesel enums for SortType and ListingType (#2808) 1 year ago
db_schema Adding diesel enums for SortType and ListingType (#2808) 1 year ago
db_views Temporary fix for hiding deleted posts. #2624 (#2811) 1 year ago
db_views_actor Adding diesel enums for SortType and ListingType (#2808) 1 year ago
db_views_moderator Get rid of Safe Views, use serde_skip (#2767) 2 years ago
routes Adding diesel enums for SortType and ListingType (#2808) 1 year ago
utils Adding check to description and body length fields. (#2805) 1 year ago