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/api/src
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
..
comment Making the chat server an actor. (#2793) 1 year ago
comment_report Making the chat server an actor. (#2793) 1 year ago
community Adding diesel enums for SortType and ListingType (#2808) 1 year ago
local_user Adding diesel enums for SortType and ListingType (#2808) 1 year ago
post Making the chat server an actor. (#2793) 1 year ago
post_report Making the chat server an actor. (#2793) 1 year ago
private_message Making the chat server an actor. (#2793) 1 year ago
private_message_report Making the chat server an actor. (#2793) 1 year ago
site Separate federated_instances into its own endpoint. Fixes #1931 (#2813) 1 year ago
lib.rs Dont upsert Instance row every apub fetch (#2771) 1 year ago
websocket.rs Making the chat server an actor. (#2793) 1 year ago