-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release of 2.2.2 #251
Merged
Merged
Release of 2.2.2 #251
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Move log statement for update checking * Create new Database Entity and actions * Add conditional debug / release environment specification * Ensure the AzzyBot table is created at startup * Add the table via migrations * Use it * Align file logging with console logging and update changelog
* Fix the check if the instance is really offline * Update CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sella-GH <147769367+Sella-GH@users.noreply.github.com> * Update again * Update src/AzzyBot.Bot/Commands/AzuraCastCommands.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sella-GH <147769367+Sella-GH@users.noreply.github.com> * More spelling --------- Signed-off-by: Sella-GH <147769367+Sella-GH@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sella-GH
added
bug
Something isn't working
enhancement
New feature or request
area-dependencies
Pull requests that update a dependency file
area-bot
Stuff which is related to the bot
backport
Fixed stuff which is backported to maintained versions
labels
Jan 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 18 changed files in this pull request and generated 2 comments.
Files not reviewed (12)
- Directory.Build.props: Language not supported
- Directory.Packages.props: Language not supported
- src/AzzyBot.Bot/Commands/CoreCommands.cs: Evaluated as low risk
- src/AzzyBot.Bot/Commands/AzuraCastCommands.cs: Evaluated as low risk
- src/AzzyBot.Core/Extensions/ILoggingBuilderExtensions.cs: Evaluated as low risk
- src/AzzyBot.Core/Logging/LoggerActions.cs: Evaluated as low risk
- src/AzzyBot.Data/Services/DbMaintenance.cs: Evaluated as low risk
- src/AzzyBot.Bot/Services/UpdaterService.cs: Evaluated as low risk
- src/AzzyBot.Data/Services/AzzyDbContext.cs: Evaluated as low risk
- src/AzzyBot.Bot/Services/Modules/CoreServiceHost.cs: Evaluated as low risk
- src/AzzyBot.Bot/Services/CronJobs/AzzyBotGlobalChecksJob.cs: Evaluated as low risk
- src/AzzyBot.Bot/Startup.cs: Evaluated as low risk
Comments suppressed due to low confidence (1)
src/AzzyBot.Data/Services/DbActions.cs:514
- The UpdateAzzyBotAsync method should be covered by tests to ensure it functions correctly.
public Task<bool> UpdateAzzyBotAsync(bool? lastDatabaseCleanup = null, bool? lastUpdateCheck = null)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-bot
Stuff which is related to the bot
area-dependencies
Pull requests that update a dependency file
backport
Fixed stuff which is backported to maintained versions
bug
Something isn't working
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.