Commit Graph

1141 Commits

Author SHA1 Message Date
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
bitfl0wer 050be7b142
Add modify guild member profile route 2023-08-25 17:11:00 +02:00
bitfl0wer 29e0b0e90c
Add modify_current_member route 2023-08-25 16:54:41 +02:00
bitfl0wer b1c352957e
Add modify_member route 2023-08-25 16:47:28 +02:00
Flori c6caa4907e
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
bitfl0wer ae0ca42b7a
Add some more routes 2023-08-25 01:35:57 +02:00
bitfl0wer 87fcf2edf1
Remove unneeded function 2023-08-25 01:35:49 +02:00
bitfl0wer 9cb8b29487
Merge branch 'main' into guild-routes 2023-08-25 01:11:28 +02:00
Flori 3b26a2a5b1
Refactor/endpoint creation (#409)
This PR cuts down on repeated code by offering an alternative to the
manual and perhaps error-prone way of creating a `ChorusRequest`:
`ChorusRequest::new()`.
2023-08-25 01:10:28 +02:00
bitfl0wer 6106bdf1cb
Start refactoring ChorusRequest to ChorusRequest::new() 2023-08-25 00:02:26 +02:00
bitfl0wer dd20cb6d9b
start adding auditlogreason to routes that take it 2023-08-24 22:30:13 +02:00
bitfl0wer 0cb2bb6883
Create ChorusRequest-builder function 2023-08-24 22:29:26 +02:00
bitfl0wer f33016fae5
Change UserMeta to ChorusUser 2023-08-24 21:46:02 +02:00
bitfl0wer c4a06de564
Merge branch 'main' into guild-routes 2023-08-24 21:41:22 +02:00
bitfl0wer 51ba271a63
Change `UserMeta` to `ChorusUser` 2023-08-24 21:09:23 +02:00