Skip to content
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 5 commits into from
Jan 7, 2025
Merged

Release of 2.2.2 #251

merged 5 commits into from
Jan 7, 2025

Conversation

Sella-GH
Copy link
Owner

@Sella-GH Sella-GH commented Jan 7, 2025

No description provided.

Sella-GH and others added 5 commits January 7, 2025 19:09
* 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 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
@Sella-GH Sella-GH added this to the 2.2.x milestone Jan 7, 2025
@Sella-GH Sella-GH self-assigned this Jan 7, 2025
@Copilot Copilot bot review requested due to automatic review settings January 7, 2025 18:22
@Sella-GH Sella-GH merged commit 92ffe44 into rel/2.2.x Jan 7, 2025
12 checks passed
@Sella-GH Sella-GH deleted the rel/2.2.x-staging branch January 7, 2025 18:22
Copy link
Contributor

@Copilot Copilot AI left a 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)

src/AzzyBot.Data/Entities/AzzyBotEntity.cs Show resolved Hide resolved
src/AzzyBot.Data/Entities/AzzyBotEntity.cs Show resolved Hide resolved
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant