Skip to content

feat(fix, add) things#74

Open
ranveersoni98 wants to merge 3 commits into
OctoHubOSS:mainfrom
ranveersoni98:main
Open

feat(fix, add) things#74
ranveersoni98 wants to merge 3 commits into
OctoHubOSS:mainfrom
ranveersoni98:main

Conversation

@ranveersoni98
Copy link
Copy Markdown

No description provided.

- adding support for gitlabs
 - new events that are supported are issues, piplines, push events issues etc
- fixed some known issues ie with vuls message
- reworked a bit of the logic and reworked the code
@CodeMeAPixel CodeMeAPixel added the enhancement New feature or request label May 14, 2026
@CodeMeAPixel CodeMeAPixel linked an issue May 14, 2026 that may be closed by this pull request
@CodeMeAPixel
Copy link
Copy Markdown
Contributor

@ranveersoni98 please address the CLI issues:

error[E0277]: the trait bound `Data: Default` is not satisfied
  --> src/help.rs:6:45
   |
 6 |     botox::help::help(ctx, command, "git!", botox::help::HelpOptions::default()).await
   |                                             ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
   |
help: the trait `Default` is not implemented for `Data`
  --> src/main.rs:23:1
   |
23 | pub struct Data {
   | ^^^^^^^^^^^^^^^
help: the trait `Default` is implemented for `HelpOptions<Data, State>`
  --> /home/runner/.cargo/git/checkouts/botox-5cd0f0e840d83882/ebc5dea/src/help.rs:14:10
   |
14 | #[derive(Default)]
   |          ^^^^^^^
   = note: required for `HelpOptions<Data, _>` to implement `Default`

For more information about this error, try `rustc --explain E0277`.
error: could not compile `bot` (bin "bot") due to 1 previous error

@ranveersoni98
Copy link
Copy Markdown
Author

@ranveersoni98 please address the CLI issues:

error[E0277]: the trait bound `Data: Default` is not satisfied
  --> src/help.rs:6:45
   |
 6 |     botox::help::help(ctx, command, "git!", botox::help::HelpOptions::default()).await
   |                                             ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
   |
help: the trait `Default` is not implemented for `Data`
  --> src/main.rs:23:1
   |
23 | pub struct Data {
   | ^^^^^^^^^^^^^^^
help: the trait `Default` is implemented for `HelpOptions<Data, State>`
  --> /home/runner/.cargo/git/checkouts/botox-5cd0f0e840d83882/ebc5dea/src/help.rs:14:10
   |
14 | #[derive(Default)]
   |          ^^^^^^^
   = note: required for `HelpOptions<Data, _>` to implement `Default`

For more information about this error, try `rustc --explain E0277`.
error: could not compile `bot` (bin "bot") due to 1 previous error

InfinityBotList/botox#1 addressed here

@CodeMeAPixel CodeMeAPixel added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gitlab support

2 participants