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

Instance Start/Stop crons + Fixes #1998

Merged
merged 7 commits into from
Nov 3, 2024
Merged

Instance Start/Stop crons + Fixes #1998

merged 7 commits into from
Nov 3, 2024

Conversation

Cyberboss
Copy link
Member

@Cyberboss Cyberboss commented Nov 3, 2024

Fixes #1985
Closes #1969

🆑
Fixed version telemetry not being reported. This was due to a misconfiguration in the deployment process and isn't reflected in code.
Fixed GET /Administration returning bad data if a prior request to it was aborted.
Fixed downgrading to versions between <6.70 and >=6.6.0 migrating MySQL/MariaDB databases incorrectly.
UserId in OAuthConnections schema is now properly non-nullable.
(POTENTIAL INCOMPATIBILITY) Limited database cron string lengths to 1000 characters instead of 10000.
Fixed cases where very long timers could throw exceptions.
Added start/stop cron schedules for instance game servers.
/🆑

🆑 HTTP API
Added autoStartCron and autoStopCron to Instance model. Functions identically to autoUpdateCron but will instead launch and gracefully shutdown the server respectively. Added instance rights 2048 and 4096 to adjust these respectively.
/🆑

🆑 Nuget: API
Updated to API v10.12.0.
Added Limits.CronStringLength.
Adjusted StringLength attribute on Instance.AutoUpdateCron.
Added Instance.AutoStartCron and Instance.AutoStopCron.
Added InstanceManagerRights.SetAutoStart and InstanceManagerRights.SetAutoStop.
/🆑

🆑 Nuget: Client
Update API Library to v16.3.0
/:cl:

Merging with [RESTDeploy][NugetDeploy]

@Cyberboss Cyberboss added Client Issue with the .NET client library Fix Fixes incorrect functionality Feature New functionality REST The JSON REST API for server control Migration Requires or performs a database migration Area: Instance With regard to managing instance architecture labels Nov 3, 2024
@Cyberboss Cyberboss added this to the v6.12.0 milestone Nov 3, 2024
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

Attention: Patch coverage is 98.06452% with 90 lines in your changes missing coverage. Please review.

Project coverage is 95.68%. Comparing base (bfd9d2e) to head (9f220cc).
Report is 8 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1998      +/-   ##
==========================================
+ Coverage   95.59%   95.68%   +0.09%     
==========================================
  Files         802      810       +8     
  Lines      170557   175103    +4546     
  Branches     3510     3526      +16     
==========================================
+ Hits       163045   167549    +4504     
- Misses       6961     7001      +40     
- Partials      551      553       +2     

@Cyberboss Cyberboss merged commit 90c5666 into dev Nov 3, 2024
82 of 83 checks passed
@Cyberboss Cyberboss deleted the WrappingUp branch November 3, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Instance With regard to managing instance architecture Client Issue with the .NET client library Feature New functionality Fix Fixes incorrect functionality Migration Requires or performs a database migration REST The JSON REST API for server control size/XXL
Projects
None yet
1 participant