lemmy/crates/db_schema/src
Nutomic 93225e5ddf
Error enum fixed (#3487)
* Create error type enum

* Replace magic string slices with LemmyErrorTypes

* Remove unused enum

* Add rename snake case to error enum

* Rename functions

* clippy

* Fix merge errors

* Serialize in PascalCase instead of snake_case

* Revert src/lib

* Add serialization tests

* Update translations

* Fix compilation error in test

* Fix another compilation error

* Add code for generating typescript types

* Various fixes to avoid breaking api

* impl From<LemmyErrorType> for LemmyError

* with_lemmy_type

* trigger ci

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-07-10 16:50:07 +02:00
..
aggregates Do not decrement comment score twice when removing then deleting. (#3196) 2023-07-03 14:13:53 -04:00
impls Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
source Add Open links in new tab setting (#3318) 2023-07-03 11:10:25 -04:00
diesel_ltree.patch feat: re-added captcha checks (#3289) 2023-06-27 06:38:53 -04:00
lib.rs Feature add three six and nine months options backend (#3226) 2023-06-26 15:03:35 -04:00
newtypes.rs Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
schema.rs Add Open links in new tab setting (#3318) 2023-07-03 11:10:25 -04:00
traits.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
utils.rs Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00