Commit Graph

1236 Commits

Author SHA1 Message Date
bitfl0wer dcf2809678
Fix typo 2023-08-29 00:08:59 +02:00
bitfl0wer bdd6e9b5dd
Bump version 2023-08-29 00:06:17 +02:00
bitfl0wer fe7b4eb767
Change gateway to Arc::new(gateway) 2023-08-29 00:05:36 +02:00
bitfl0wer 0e156b9897
Make ChorusUser `Clone` 2023-08-29 00:05:16 +02:00
bitfl0wer 5abb65fb10
Bump version to 0.3.0 2023-08-28 18:24:23 +02:00
Flori be8ddf5888
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 f313b8af81
Update Cargo.toml 2023-08-28 18:23:30 +02:00
bitfl0wer 88dfde2dfe
Replace `belongs_to: Rc<RefCell<Instance>>` with `Arc<RwLock<Instance>>` to make `ChorusUser` `Send` 2023-08-28 18:12:17 +02:00
bitfl0wer f296a900c0
Bump version to 0.2 2023-08-28 12:39:16 +02:00
bitfl0wer bdef311300
Clippy rules, docs logo 2023-08-28 12:27:38 +02:00
bitfl0wer f287ac5e5b
Add Debug derives to all structs 2023-08-28 12:27:21 +02:00
bitfl0wer d5d387ae67
Change Status to Alpha 2023-08-27 13:21:45 +02:00
bitfl0wer 07538cb2c7
Add website 2023-08-27 12:49:58 +02:00
Flori d41fe98223
Bump dependencies (#422) 2023-08-27 01:13:50 +02:00
bitfl0wer 6de685b26c
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 306e27c1c2
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 d9af124341
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 5d114c7412
Bump chorus-macros deps 2023-08-27 01:00:41 +02:00
bitfl0wer ac9e36d874
Bump chorus-macros deps 2023-08-27 00:59:22 +02:00
bitfl0wer 4e6d299a4d
Bump dependencies 2023-08-27 00:51:52 +02:00
Flori 310fb7a6e8
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 82ac88e911
replace sqlx-git-custom with sqlx 2023-08-27 00:11:11 +02:00
bitfl0wer de3ccd7504
Add rustdoc comments 2023-08-26 19:41:00 +02:00
bitfl0wer 9130562790
Conditional skip of code coverage 2023-08-26 18:02:21 +02:00
Flori 63ce698d73
Fix guild ban test failing (#419) 2023-08-26 17:46:03 +02:00
bitfl0wer 708e0d21ff
Fix guild ban test failing 2023-08-26 17:45:27 +02:00
Flori 04c4d24f9a
More Guild routes (#418) 2023-08-26 16:56:18 +02:00
bitfl0wer 1410e3ec13
Add delete_role + test 2023-08-26 16:54:24 +02:00
bitfl0wer 22506e8380
Add kick member spell 2023-08-26 16:22:47 +02:00
bitfl0wer 6ba2cd4959
Disambiguate function name 2023-08-26 16:22:18 +02:00
bitfl0wer 41300ba6df
Update GuildBan object 2023-08-26 16:21:47 +02:00
Flori 36589d62dd
Remove CI env 2023-08-26 15:08:47 +02:00
Flori fcdbfeda91
Enhancement/ci build speed (#417) 2023-08-26 14:47:51 +02:00
bitfl0wer 5155b4b58a
Remove tarpaulin rustflags, add --tests 2023-08-26 14:15:31 +02:00
bitfl0wer 46014a4526
Remove tarpaulin from deps 2023-08-26 14:09:23 +02:00
bitfl0wer 689a2fa3d7
as if forcing it does the trick here 2023-08-26 14:05:34 +02:00
bitfl0wer 7493a7a31c
Add --no-confirm flag 2023-08-26 13:48:15 +02:00
bitfl0wer b35d33d31c
Maybe cargo binstall can help here 2023-08-26 13:45:44 +02:00
bitfl0wer d8b9318d6f
Try removing explicit cargo install call to see what happens 2023-08-26 13:43:00 +02:00
bitfl0wer 9f0372dfc2
include cargo-tarpaulin in dev-dependencies 2023-08-26 13:40:56 +02:00
bitfl0wer f3d8551437
Remove .cargo/bin as it is redundant
.cargo is already being cached by rust-cache
2023-08-26 13:37:42 +02:00
bitfl0wer d44ec96bf3
Configure rust-cache 2023-08-26 13:32:35 +02:00
Flori 4f691929b4
Bump Node version to 18 (#415) 2023-08-25 21:43:12 +02:00
bitfl0wer f73736600f
Bump Node version to 18 2023-08-25 21:30:07 +02:00
Flori e837dc07c3
Add code coverage using coveralls and tarpaulin (#413) 2023-08-25 21:20:21 +02:00
bitfl0wer 67f26ada37
Add CI environment 2023-08-25 21:07:16 +02:00
bitfl0wer db0bbc3491
Add code coverage using coveralls and tarpaulin 2023-08-25 20:58:46 +02:00
Flori 76dd17c585
More Guild Routes (#411) 2023-08-25 17:37:46 +02:00
bitfl0wer 5d3fcfc85b
Add delete_guild_ban 2023-08-25 17:28:02 +02:00
bitfl0wer 7b54ff6879
Add Get Guild Ban/s, add audit_log_reason to create_ban 2023-08-25 17:26:01 +02:00