Commit graph

160 commits

Author SHA1 Message Date
Raphael
bb16bf0f14
Some checks failed
Rust / build (push) Failing after 1s
2026-03-15 13:07:11 +01:00
Raphael
171b134156
ci(rust): removing the useless action
Some checks failed
Rust / build (push) Failing after 1s
2026-03-15 12:54:09 +01:00
Raphael
fafb8ff58b
ci(rust): adding the container rust
Some checks failed
Rust / build (push) Failing after 42s
2026-03-15 12:52:11 +01:00
Raphael
cf43f4a70b
ci(rust): adding the yes to cargo install
Some checks failed
Rust / build (push) Has been cancelled
2026-03-15 12:47:09 +01:00
Raphael
5139c235dd
ci(rust): adding the cargo installation
Some checks failed
Rust / build (push) Failing after 3s
2026-03-15 12:45:08 +01:00
Raphael
f5a3874542
ci(gh/rust): editing the main branch to be main
Some checks failed
Rust / build (push) Failing after 2s
2026-03-15 12:33:25 +01:00
Raphael
c491f13c72
feat(migrations): The return of the king 2026-03-15 12:31:57 +01:00
Raphael
43c081cc31
refactor(src): cargo format on main.rs 2026-02-25 21:56:16 +01:00
Raphael
5c2ff8b926
feat(utils/perm: changing return type for anyhow::Result 2026-02-25 21:55:53 +01:00
Raphael
26d8f6c902
feat(event/bot): changing return type for anyhow::Result 2026-02-25 21:55:43 +01:00
Raphael
4631cc772b
style!(events/bot): import just needed for interaction_create 2026-02-25 21:55:12 +01:00
Raphael
4394a54b93
feat(database): adding the anyhow result return for user functions 2026-02-25 21:54:49 +01:00
Raphael
98754efcd5
feat(database): adding the anyhow result return for guild_user functions 2026-02-25 21:54:42 +01:00
Raphael
1363c596b4
feat(database): adding the anyhow result return for guild functions 2026-02-25 21:54:24 +01:00
Raphael
aa499ead1c
feat(database): adding the anyhow result return for bot function 2026-02-25 21:54:08 +01:00
Raphael
b82199dab1
feat(commands/mod): adding the anyhow result return 2026-02-25 21:53:43 +01:00
Raphael
c3161ab949
feat(commands/utils): adding the anyhow result return 2026-02-25 21:53:36 +01:00
Raphael
37eac33485
feat(commands/utils): adding the anyhow result return 2026-02-25 21:53:34 +01:00
Raphael
e0711a2a13
feat(commands/moderation): adding the anyhow result return 2026-02-25 21:53:27 +01:00
Raphael
b6958cf043
build(rust/cargo): adding the anyhow dependency (lock) 2026-02-25 21:52:30 +01:00
Raphael
6aac7e2c75
build(rust/cargo): adding the anyhow dependency 2026-02-25 21:52:24 +01:00
Raphael
3a347721b4
refactor(build): cargo formatter for build.rs 2026-02-25 21:52:04 +01:00
Raphael
af27a45949
feat(commands/gestion): adding the modules declaration 2026-02-25 21:35:20 +01:00
Raphael
1e7f301722
feat(commands/gestion): Adding the set command 2026-02-25 12:42:57 +01:00
Raphael
fbb2a00aa6
build(sqlx): adding the sqlx cache 2026-02-20 13:33:51 +01:00
Raphael
e712275a64 feat(sqlx): adding the cache from the database 2026-02-17 15:30:54 +01:00
Raphael
68beb0c582 ci(gh/rust): install sqlx-cli 2026-02-17 15:30:54 +01:00
Raphael
7fd4f9dd36 ci(gh/rust): adding the sqlx prepare 2026-02-17 15:30:54 +01:00
Raphael
b4056df64e feat(database/guild_user): adding the database macros 2026-02-17 15:30:54 +01:00
Raphael
746f4a2d1e feat(database/user): adding the database macros 2026-02-17 15:30:54 +01:00
Raphael
89a79dd3cb fix(database/guild): removing the macro from set_log
set_log's request not available at the runtime
2026-02-17 15:30:54 +01:00
Raphael
83a5212710 feat(database/guild): adding the database macros 2026-02-17 15:30:54 +01:00
Raphael
be0dfa15fa build(nix/flake): adding cargo to the devshell 2026-02-17 15:30:54 +01:00
Raphael
281f69115e feat(sqlx): adding the cache sqlx 2026-02-17 15:30:54 +01:00
Raphael
dbfc5cbf62 feat(database/bot): adding the database macros 2026-02-17 15:30:54 +01:00
Raphael
b0fd8dcc40 style(build): using now only two functions
- Those function will unifed the way to generate all mod_gen.rs
2026-02-17 15:30:54 +01:00
Raphael
cdfc2c45c0 style(events/bot): adding the tracing log on interaction_create 2026-02-17 15:30:54 +01:00
Raphael
c6fb232910 style(events/bot): adding the tracing log on ready 2026-02-17 15:30:54 +01:00
Raphael
c8344b4d9d feat(main): adding the tracing init 2026-02-17 15:30:54 +01:00
Raphael
ea8da998b1 style(commands/utils): adding tracing.info to ping registration
Co-authored-by: Maix0 <maieul@familleboyer.net>
2026-02-17 15:30:54 +01:00
Raphael
79f901939f style(commands/utils): adding tracing.info to help registration
Co-authored-by: Maix0 <maieul@familleboyer.net>
2026-02-17 15:30:54 +01:00
Raphael
8648f707a3 style(commands/moderation): adding tracing.info to clear registration
Co-authored-by: Maix0 <maieul@familleboyer.net>
2026-02-17 15:30:54 +01:00
Raphael
bb55c7e1d6 build(nix/flake): adding the RUST_LOG to info 2026-02-17 15:30:54 +01:00
Raphael
b31e4aa1bb feat(rust/cargo): adding the tracing libs 2026-02-17 15:30:54 +01:00
Raphael
8b0d8dd7b9
feat(database/bot): typing the bot.rs get method 2026-02-16 22:15:40 +01:00
Raphael
cf075815d3
feat(commands/utils): adding the footer to the help command 2026-02-16 22:14:45 +01:00
Raphael
372ef79cdc
feat(migration/tables): adding default values 2026-02-16 22:14:21 +01:00
Raphael
51e95d3f93
feat(commands/mod): adding the category for help command
- adding stuff to take command variable
2026-02-16 15:29:57 +01:00
Raphael
d0afd2986c
style(database/bot): removing selection of status 2026-02-16 15:28:56 +01:00
Raphael
71c1065aaa
style(events/bot): removing useless import 2026-02-16 15:28:24 +01:00