Commit Graph

1482 Commits

Author SHA1 Message Date
bitfl0wer 2b203f1a42 Bump version to 0.3.0 2023-08-28 18:24:23 +02:00
Flori 62a03d2280 Make `ChorusUser` `Send` (#423)
Replace `belongs_to: Rc<RefCell<Instance>>` with `Arc<RwLock<Instance>>`
to make `ChorusUser` `Send`
2023-08-28 18:23:36 +02:00
Flori 60aa559e6d Update Cargo.toml 2023-08-28 18:23:30 +02:00
bitfl0wer 4bbb22eb31 Replace `belongs_to: Rc<RefCell<Instance>>` with `Arc<RwLock<Instance>>` to make `ChorusUser` `Send` 2023-08-28 18:12:17 +02:00
bitfl0wer 54f907b12e Bump version to 0.2 2023-08-28 12:39:16 +02:00
bitfl0wer a8bea5d881 Clippy rules, docs logo 2023-08-28 12:27:38 +02:00
bitfl0wer 02212f95e3 Add Debug derives to all structs 2023-08-28 12:27:21 +02:00
bitfl0wer 9224278cd5 Change Status to Alpha 2023-08-27 13:21:45 +02:00
bitfl0wer f8c7fc84c4 Add website 2023-08-27 12:49:58 +02:00
Flori e7d444db71 Bump dependencies (#422) 2023-08-27 01:13:50 +02:00
bitfl0wer 93ad277f66 Merge branch 'enhancement/bump-deps' of https://github.com/polyphony-chat/chorus into enhancement/bump-deps 2023-08-27 01:13:36 +02:00
bitfl0wer 033c8c6a6f Merge branch 'enhancement/bump-deps' of https://github.com/polyphony-chat/chorus into enhancement/bump-deps 2023-08-27 01:11:52 +02:00
bitfl0wer d30c2d4281 Merge branch 'enhancement/bump-deps' of https://github.com/polyphony-chat/chorus into enhancement/bump-deps 2023-08-27 01:00:43 +02:00
bitfl0wer 3f829246ab Bump chorus-macros deps 2023-08-27 01:00:41 +02:00
bitfl0wer 2e4abb468a Bump chorus-macros deps 2023-08-27 00:59:22 +02:00
bitfl0wer a8769ffca6 Bump dependencies 2023-08-27 00:51:52 +02:00
Flori 477cc57ffa replace sqlx-git-custom with sqlx (#421)
It seems, as if the regular `sqlx` does everything that chorus needs
atm. Therefore, we can switch to the official version of that lib.
2023-08-27 00:24:40 +02:00
bitfl0wer 558232c1a2 replace sqlx-git-custom with sqlx 2023-08-27 00:11:11 +02:00
bitfl0wer 2f9936cfd2 Add rustdoc comments 2023-08-26 19:41:00 +02:00
bitfl0wer c4bd33205c Conditional skip of code coverage 2023-08-26 18:02:21 +02:00
Flori 878413e0da Fix guild ban test failing (#419) 2023-08-26 17:46:03 +02:00
bitfl0wer ea66edc68d Fix guild ban test failing 2023-08-26 17:45:27 +02:00
Flori b7b8023f11 More Guild routes (#418) 2023-08-26 16:56:18 +02:00
bitfl0wer aee50036a0 Add delete_role + test 2023-08-26 16:54:24 +02:00
bitfl0wer c53ec53412 Add kick member spell 2023-08-26 16:22:47 +02:00
bitfl0wer 116f1312e7 Disambiguate function name 2023-08-26 16:22:18 +02:00
bitfl0wer f120bcd386 Update GuildBan object 2023-08-26 16:21:47 +02:00
Flori 19fc0b4746 Remove CI env 2023-08-26 15:08:47 +02:00
Flori e9d455a5ce Enhancement/ci build speed (#417) 2023-08-26 14:47:51 +02:00
bitfl0wer 7f4aad891c Remove tarpaulin rustflags, add --tests 2023-08-26 14:15:31 +02:00
bitfl0wer b101df9ec9 Remove tarpaulin from deps 2023-08-26 14:09:23 +02:00
bitfl0wer 34ee9f7d6d as if forcing it does the trick here 2023-08-26 14:05:34 +02:00
bitfl0wer bf9233fef2 Add --no-confirm flag 2023-08-26 13:48:15 +02:00
bitfl0wer 62fccd1305 Maybe cargo binstall can help here 2023-08-26 13:45:44 +02:00
bitfl0wer bf2b8a856b Try removing explicit cargo install call to see what happens 2023-08-26 13:43:00 +02:00
bitfl0wer 0cbc6bf4c6 include cargo-tarpaulin in dev-dependencies 2023-08-26 13:40:56 +02:00
bitfl0wer b06880b181 Remove .cargo/bin as it is redundant
.cargo is already being cached by rust-cache
2023-08-26 13:37:42 +02:00
bitfl0wer 88a15a05fe Configure rust-cache 2023-08-26 13:32:35 +02:00
Flori 388d627926 Bump Node version to 18 (#415) 2023-08-25 21:43:12 +02:00
bitfl0wer 408caec31a Bump Node version to 18 2023-08-25 21:30:07 +02:00
Flori fbc58fc89c Add code coverage using coveralls and tarpaulin (#413) 2023-08-25 21:20:21 +02:00
bitfl0wer 09a70a087e Add CI environment 2023-08-25 21:07:16 +02:00
bitfl0wer cbb24549d2 Add code coverage using coveralls and tarpaulin 2023-08-25 20:58:46 +02:00
Flori e0b8bddc60 More Guild Routes (#411) 2023-08-25 17:37:46 +02:00
bitfl0wer 1709e85a4b Add delete_guild_ban 2023-08-25 17:28:02 +02:00
bitfl0wer 07ebaf6119 Add Get Guild Ban/s, add audit_log_reason to create_ban 2023-08-25 17:26:01 +02:00
bitfl0wer cd70a5b388 Add modify guild member profile route 2023-08-25 17:11:00 +02:00
bitfl0wer cce5b507bc Add modify_current_member route 2023-08-25 16:54:41 +02:00
bitfl0wer 7b55590fd0 Add modify_member route 2023-08-25 16:47:28 +02:00
Flori 835059d845 Guild routes (#410)
Merging this adds some new Guild routes, and also checks some boxes in
the Guild Meta Issue.
2023-08-25 01:46:20 +02:00